@font-face {
  font-family: "AvantGarde";
  src: url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.eot"); /* IE9 Compat Modes */
  src: url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.otf") format("opentype"), /* Open Type Font */
  url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.svg") format("svg"), /* Legacy iOS */
  url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.ttf") format("truetype"), /* Safari, Android, iOS */
  url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.woff") format("woff"), /* Modern Browsers */
  url("https://www.newyorksocialnetwork.com/wp-content/themes/nysn/font/AVGARDN.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
} 
* {
  margin: 0 auto;
  padding: 0;
}

a,
a:after,
a:before,
li,
img,
input,
textarea,
a span,
button,
i,
figure,
.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  border: none;
  max-width: 100% !important;
}

a {
  color: #f66c15;
  outline: none;
}

a:hover {
  color: #0f185a;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

a,
a:hover {
  text-decoration: none;
}

:focus,
.focus {
  outline: none !important;
  text-shadow: none;
}

input:focus,
button:focus,
textarea:focus {
  outline: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

a:visited {
  color: #f66c15;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #363636;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #cea24b;
  text-shadow: none;
  color: #000;
}

::selection {
  background: #cea24b;
  text-shadow: none;
  color: #000;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}


/* ========== common css ========== */

h1 {
  font-size: 48px;
  text-transform: capitalize;
}

h2 {
  font-size: 42px;
  text-transform: capitalize;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 24px;
}
p,
.entry-content ol,
.entry-content ul{
  font-size: 18px;
}

ul.common-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.common-ul li {
  display: inline-block;
}

.img-layer {
  position: relative;
}

.img-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn,
.entry-content input[type="submit"] {
  font-weight: 500;
  color: #fff;
  background-color: #ff6d14;
  padding: 17px 30px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 10px;
}

.btn:hover,
.entry-content input[type="submit"]:hover {
  background-color: #0b1456 !important;
}

.section-padding {
  padding: 100px 0;
}

.font-weight-black{
  font-weight: 900;
}

/* slick dots */
.slick-dots{
  text-align: center;
  bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
}
.slick-dots li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.slick-dots li button {
  background-color: #f66c15;
  border-radius: 5px;
  height: 6px;
  width: 25px;
  font-size: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
/* ============== Header ============== */

.site-header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 2;
}


/* header-top */

.header-top {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #575b5d;
  line-height: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.site-header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0f185b;
}
.site-header.fixed .logo{
  display: none;
}
.site-header.fixed .main-navigation{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.header-top-left i {
  font-size: 18px;
  color: #f26523;
  margin-right: 15px;
}

.header-top-left span {
  display: inline-block;
  vertical-align: middle;
}

.header-top .social-icon {
  margin-right: 0;
  margin-left: 15px;
}

.header-top ul li a,
.user-login a {
  color: #ffffff;
}

.header-top ul li:hover a,
.user-login:hover a,
.user-login a i {
  color: #f26523;
}

.header-top ul li:hover i {
  color: #ffffff;
}

.social-icon li i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  margin: 0 7px;
  line-height: 27px;
  text-align: center;
}

.social-icon li a:hover i {
  border: 2px solid #f26523;
  color: #f26523;
}

.user-login i {
  margin: 0 15px 0 7px;
}

.user-panel {
  border-left: 1px solid #fff;
  padding-left: 23px;
  margin-left: 23px;
  margin-right: 0;
}
a.svg-logo svg{
  height: 40px;
  width: 135px;
  color: #00b964;
}
.svg-logo{
  width: auto;
  margin: 0 0 0 auto;
}

/* header menu */

.logo {
  margin-left: 0;
}
.logo img, .custom-logo-link img {
    max-width: 170px !important;
}

.main-navigation {
  width: auto;
  margin-right: 0;
}

.main-navigation li a {
  color: #fff;
  padding: 10px 30px;
  text-transform: capitalize;
}

.main-navigation ul> li:last-child a {
  padding-right: 0;
}

.main-navigation li a:hover {
  color: #f26523;
}
.user-panel .user-login{
  position: relative;
}
.user-panel .user-event {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  right: 0;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  background-color: #fff;
  min-width: 160px;
  padding: 5px 10px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  border-top: 2px solid #f66c15;
}
.logged-in .user-login:hover .user-event{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.logged-in .user-login .user-event li{
  display: block;
}
.logged-in .user-login .user-event li a{
  color: #666;
  border-bottom: 1px solid #ededed;
  display: block;
}
.logged-in .user-login .user-event ul li:last-child a{
  border-bottom: none;
}
.logged-in .user-login:hover .user-event li a{
  color: #f66c15;
}



/* =============== hero section ================= */
.hero-slider {
  position: relative;
}
.home .hero-section,
.home .hero-slider .slider-img{
  height: 75vh;
  min-height: 580px;
}
.home .hero-section .hero-slider-wrapper {
min-height: 580px;
}
.home .hero-section .hero-slider-wrapper{max-height: 75vh; overflow: hidden;}
.hero-section,
.hero-slider .slider-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
}

.hero-section h2{
  text-align: center;
}
.home .search-wrapper{
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 1;
  bottom: 130px;
  max-width: 900px;
  margin: 0 auto;
}

.search-form .input-group i {
  position: absolute;
  font-size: 16px;
  color: #020a49;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  margin-top: -1px;
}

.search-form .form-control {
  font-weight: 500;
  padding: 17px 10px;
  color: #020a49;
  border: none;
}

.search-form select {
  height: auto !important;
  -webkit-appearance: none;
}

.search-form select:before {
  content: "/f107";
}

.search-form input[type="search"] {
  padding-left: 40px;
  border-radius: 5px 0 0 5px !important;
  margin-right: 1px;
}

.search-form .date select{
  padding-left: 35px;
  margin-right: 1px;
  border-radius: 0;
}

.search-form .search-event i {
  left: 18px;
}

.search-form .date i {
  left: 13px;
}

.search-form .search-event {
  width: 270px;
}

.search-form .date,
.search-form .category ,
.search-form .pick-date{
  width: 220px;
  position: relative;
}

/* .search-form .date::after,
.search-form .category::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  font-size: 16px;
  color: #020a49;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 9;
  } */

  .search-form .category select {
    border-radius: 0 5px 5px 0 !important;
  }

  .search-form .submit {
    position: relative;
  }

  .search-form .btn {
    padding: 17px 30px !important;
    margin-left: 10px;
    min-width: 150px;
    border-radius: 5px;
  }

  .search-form ::-webkit-input-placeholder,
  .search-form .pick-date input::-webkit-input-placeholder
  {
    /* Chrome/Opera/Safari */
    color: #020a49;
    font-weight: 500;
  }

  .search-form ::-moz-placeholder ,
  .search-form .pick-date input:-ms-input-placeholder {
    /* Firefox 19+ */
    color: #020a49;
    font-weight: 500;
  }

  .search-form :-ms-input-placeholder,
  .search-form .pick-date input:-ms-input-placeholder {
    /* IE 10+ */
    color: #020a49;
    font-weight: 500;
  }

  .search-form :-moz-placeholder,
  .search-form .pick-date input:-moz-placeholder {
    /* Firefox 18- */
    color: #020a49;
    font-weight: 500;
  }

  .section-title {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 50px 0 25px 0;
    position: relative;
  }

  .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #363636;
    margin: 0;
  }
  .search-form .pick-date input{
    border-radius: 0;
    margin-right: 1px;
  }
  .search-form .pick-date{
    display: none;
  }
  .search-form select.form-control {
    padding-right: 25px;
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 20px;
    cursor: pointer;
  }
  .banner_label {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: normal;
  }
  /* date-picker */
  .ui-datepicker {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15) !important;
    border: none!important;
  }
  .ui-datepicker .ui-datepicker-header{
    border: 1px solid #ff6d14;
    background-color: #f3f3f3;
    border-radius: 0;
  }
  .ui-datepicker .ui-state-highlight,.ui-datepicker .ui-widget-content .ui-state-highlight,.ui-datepicker .ui-widget-header .ui-state-highlight{
    background: #f66c15;
    color: #ffffff;
    border: 1px solid #f66c15;
  }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    border: none !important;
    background-color: transparent !important;
  }
  .ui-datepicker .ui-datepicker-prev{
    cursor: pointer;
  }
  .ui-datepicker .ui-datepicker-next-hover{
    right: 2px;
    border: none !important;
    background-color: transparent !important; 

  }
  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
    top: 2px;
  }
  .ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #ebebeb;
  }

  /* events-list-warpper */

  .events-list-filter {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
  }

  .events-list-filter .nav-tabs .nav-link {
    border: 0;
    padding: 0;
  }

  .events-list-filter i {
    font-size: 24px;
    color: #363636;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #dbdbdc;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
  }

  .events-list-filter .nav-link.active i {
    background-color: #ff6d14;
    border: 1px solid #ff6d14;
    color: #ffffff;
  }

  #list .events-list-warpper .events-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    border-radius: 0;
  }
  #list .events-list-warpper .events-list li img{
    border-radius: 3px 0 0 3px;
  }

  #list .events-list-warpper .events-list li .info-block span,
  .events-list-warpper .events-list li .info-block > span {
    width: 100% !important;
  }


  #list .events-list-warpper .events-list li figure {
    width: 30%;
  }

  .events-list-warpper {
    float: left;
    width: 100%;
  }

  .events-list-warpper .events-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
  }

  .events-list-warpper .events-list li {
    display: inline-block;
    width: calc(100% / 5 - 30px);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15); */
    border: 1px solid transparent;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin: 0 15px 30px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .events-list-warpper .events-list li:hover{
    border: 1px solid #cccedb ;
  }

  .events-list-warpper .events-list li:hover a > img {
    transform: scale(1.1);
  }

  .events-list-warpper .events-list li figure {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
  }
  .events-list-warpper .events-list li figure > a{
    display: block;
    position: relative;
    padding-top: 54.25%;
  }
  .events-list-warpper .events-list li figure img {
    float: left;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .sidebar .ee-upcoming-events-widget-li img{
    width: 100%;
    max-height: 135px;
    object-fit: cover;
  }

  .events-list-warpper .events-list li .content {
    padding: 15px 10px;
    float: left;
    width: 100%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
  }


  .events-list-warpper .events-list li .content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    margin: 0 0 15px 0;
  }
  .events-list-warpper .events-list li .content h3 a{
    color: #363636;
  }

  .events-list-warpper .events-list li .content h3 a:hover{
    color: #f66c15;
  }
  .events-list-warpper .events-list li .info-block {
    float: left;
    width: 100%;
  }

  .events-list-warpper .events-list li .info-block span {
    width: 50%;
    float: left;
    position: relative;
    font-size: 14px;
    color: #636363;
    font-weight: 500;
    padding-left: 22px;
    margin-bottom: 3px;
  }

  .events-list-warpper .events-list li .info-block span i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #f26523;
  }

  .events-list li h3 a:hover {
    color: #0f185a;
  }

  .events-list-warpper .event-btn,
  .qtip_info .reg-now-btn,
  .event-tickets input[type="submit"],
  body .spco-next-step-btn {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    background: #ff6d14;
    border-radius: 6px;
    padding: 13px 15px;
    width: 200px;
    text-align: center;
    border: none;
  }

  body .spco-next-step-btn {
    width: 300px;
  }

  .events-list-warpper .event-btn:hover,
  .event-tickets input[type="submit"]:hover,
  body .spco-next-step-btn:hover {
    background: #0b1456;
  }
  .events-section #grid .event-date span{
    margin-bottom: 10px !important;
  }
  #list .events-list li .content{
    padding: 15px;
  }


  /**** Search by Category ****/

  .search-category {
    float: left;
    width: 100%;
    margin-top: 55px;

  }

  .search-category .row{
    clear: both;
  }
  /* Category Search */

  .search-category .category-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-category .category-search li {
    display: inline-block;
    width: calc(100% - 30px);
  }

  .search-category .category-search li a {
    float: left;
    width: 100%;
    border-bottom: #cccedb 1px solid;
    font-size: 20px;
    color: #020a49;
    font-weight: 500;
    padding: 15px 0 15px 18px;
    position: relative;
  }

  .search-category .category-search li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .search-category .category-search li a span {
    float: right;
    font-size: 18px;
    font-weight: 400;
  }

  .search-category .category-search li a:hover {
    color: #ff6d14;
    border-bottom-color: #ff6d14;
  }


  /**** News Blocks ****/

  .news-blocks-warpper {
    float: left;
    width: 100%;
    margin-top: 100px;
  }

  .news-blocks-warpper .news-blocks-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-content: center;
  }

  .news-blocks-warpper .news-blocks-list li {
    display: inline-block;
    width: calc(100% / 4 - 30px);
    padding: 35px;
    position: relative;
    background: #000;
    color: #fff;
    /* margin: 10px 0; */
  }

  .news-blocks-warpper .news-blocks-list li .content {
    position: relative;
    z-index: 1;
    padding-bottom: 56px;
    height: 100%;
  }

  .news-blocks-warpper .news-blocks-list li .main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
  }

  .news-blocks-warpper .news-blocks-list li.who-we-are {
    text-align: center;
  }

  .news-blocks-warpper .news-blocks-list li h3 {
    font-size: 36px;
    margin: 0 0 18px 0;
    font-weight: 600;
    color: #fff;
  }

  .news-blocks-warpper .news-blocks-list li h4 {
    font-size: 24px;
    margin: 0 0 12px 0;
    color: #fff;
  }

  .news-blocks-warpper .news-blocks-list li p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }

  .news-blocks-warpper .news-blocks-list li .btn {
    font-size: 16px;
    width: 200px;
    padding: 16px 10px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .news-blocks-warpper .news-blocks-list li .join-links {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .news-blocks-warpper .news-blocks-list li .join-links a {
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 27px;
    float: left;
    width: 100%;
  }

  .news-blocks-warpper .news-blocks-list li .join-links a:hover {
    color: #ff6d14;
  }

  .news-blocks-warpper .news-blocks-list li .join-links a::before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .news-blocks-warpper .news-blocks-list li .events-list {
    float: left;
    display: block;
    width: 100%;
    background: none;
    overflow: auto;
    height: 240px;
    padding-right: 19px;
  }

  .news-blocks-warpper .news-blocks-list li .events-list::-webkit-scrollbar {
    width: 1px;
  }

  li.join-for-free a:empty {
    display: none;
  }
  .news-blocks-list li a.news-blocks-link{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }

  /* Track */

  .news-blocks-warpper .news-blocks-list li .events-list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }


  /* Handle */

  .news-blocks-warpper .news-blocks-list li .events-list::-webkit-scrollbar-thumb {
    background: #ff6d14;
  }


  /* Handle on hover */

  .news-blocks-warpper .news-blocks-list li .events-list::-webkit-scrollbar-thumb:hover {
    background: #ff6d14;
  }

  .news-blocks-warpper .news-blocks-list li .events-list li {
    width: 100%;
    padding: 0;
    background: none;
  }

  .news-blocks-warpper .news-blocks-list li .events-list li a {
    position: relative;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    padding-bottom: 7px;
    float: left;
    width: 100%;
    border-bottom: #ffffff 1px solid;
  }

  .news-blocks-warpper .news-blocks-list li .events-list li a:hover {
    color: #ff6d14;
    border-bottom-color: #ff6d14;
  }

  .news-blocks-warpper .news-blocks-list li .events-list li a .date {
    width: 100%;
    float: left;
    position: relative;
    color: #ff6d14;
    font-size: 17px;
  }

  .news-blocks-warpper .news-blocks-list li .events-list li a .date::before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 5px;
    display: inline-block;
  }

  .news-blocks-warpper .news-blocks-list li h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
  }

  .news-blocks-warpper .news-blocks-list li .team-event-links {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .news-blocks-warpper .news-blocks-list li .team-event-links a {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }

  .news-blocks-warpper .news-blocks-list li .team-event-links a:hover {
    text-decoration: underline;
  }

  .news-blocks-warpper .news-blocks-list li .team-event-links a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
  }


  /**** Footer ****/

  footer.site-footer {
    background: #0f185b;
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 100px;
    padding-top: 45px;
  }

  footer.site-footer .container {
    max-width: 1200px;
    width: 100%;
  }

  footer.site-footer h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  footer.site-footer h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }

  footer.site-footer .contact-info,
  footer.site-footer .contact-info li {
    float: left;
    width: 100%;
  }

  footer.site-footer .contact-info li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 20px;
  }

  footer.site-footer .contact-info li a {
    color: #fff;
  }

  footer.site-footer .contact-info li a:hover {
    color: #ff6d14;
  }

  footer.site-footer .contact-info li:last-child {
    margin-bottom: 0;
  }

  footer.site-footer .contact-info .fal {
    height: 40px;
    width: 40px;
    text-align: center;
    float: left;
    border-radius: 50%;
    border: #ff6d14 2px solid;
    line-height: 38px;
    font-size: 16px;
    color: #ff6d14;
    margin-right: 10px;
  }

  footer.site-footer .contact-info label {
    display: list-item;
    margin: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }

  footer.site-footer .footer-contents {
    text-align: center;
  }

  footer.site-footer .footer-contents figure {
    margin: 0 0 15px 0;
  }

  footer.site-footer .footer-contents .social-icons {
    display: inline-block;
    margin-top: 15px;
  }

  footer.site-footer .footer-contents .social-icons li {
    float: left;
    margin: 0 5px;
  }

  footer.site-footer .footer-contents .social-icons li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #ff6d14;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
  }

  footer.site-footer .footer-contents .social-icons li a:hover {
    background: #fff;
    color: #ff6d14;
  }

  footer.site-footer .usefull-links {
    float: left;
    display: inline-grid;
  }

  footer.site-footer .usefull-links+.usefull-links {
    margin-left: 20px;
  }

  footer.site-footer .usefull-links li {
    margin-bottom: 5px;
    display: list-item;
    float: left;
    width: 100%;
  }

  footer.site-footer .usefull-links li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    font-weight: 500;
  }

  footer.site-footer .usefull-links li a:hover {
    color: #ff6d14;
  }

  footer.site-footer .usefull-links li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
  }

  footer.site-footer .bottom-part {
    float: left;
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    padding: 15px 0;
    margin-top: 35px;
    font-size: 18px;
    font-weight: 500;
  }

  footer.site-footer .bottom-part a {
    color: #ff6d14;
  }

  footer.site-footer .bottom-part a:hover {
    color: #fff;
    text-decoration: underline;
  }

  footer .footer-readmore p:empty{
    display: none;
  }
  footer .b-description_readmore_button.b-description_readmore_button_active{
    display: none;
  }
  footer .footer-readmore p{
    margin-bottom: 0;
    line-height: 30px;
  }
  footer .b-description_readmore_button{
    color: #f66c15;
    font-size: 18px;
  }

  /* sidebar */

  .sidebar .widget-title {
    text-transform: uppercase;
    /* font-weight: 500; */
    margin-bottom: 20px;
  /*     border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    */
  }

  .sidebar .widget-title a {
    color: #363636;
  }

  .sidebar .widget {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
  }

  #recent-posts-2 li a {
    color: #f66c15;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  #recent-posts-2 li a:hover {
    color: #0f185a;
  }

  #recent-posts-2 li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .sidebar .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar .search-form label {
    margin: 0;
    width: 100%;
  }

  .sidebar .search-form input[type="search"] {
    max-width: 100%;
    font-size: 12px;
    color: #333;
    border-radius: 3px 0 0 3px!important;
    height: 34px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding: 8px 15px;
    width: 100%;
  }

  .sidebar .search-form input[type="search"]::placeholder {
    font-size: 12px;
    color: #b1b1b1;
  }

  .sidebar input[type="submit"] {
    border: none;
    background-color: #f66c15;
    border-radius: 0 3px 3px 0;
    color: #ffff;
    font-weight: 500;
    cursor: pointer;
  }

  .sidebar input[type="submit"]:hover {
    background-color: #0f185a;
  }

  .ee-upcoming-events-widget-title-h5 {
    margin-top: 0 !important;
  }

  .ee-upcoming-events-widget-ul li a {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px #e7e7e7 dotted;
    padding: 0 0 15px;
  }

  .ee-upcoming-events-widget-ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .ee-upcoming-events-widget-ul li a:hover {
    color: #0f185b;
  }


  /* entery content */

  .entry-content p,
  .entry-content ul li {
    color: #565a5c;
  }


  .entry-content ol {
    margin-left: 30px;
  }

  .entry-content ul {
    margin: 0;
  }

  .entry-content ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .entry-content ul li:before {
    font-style: normal;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    content: "\f00c";
    color: #f66c15;
    position: absolute;
    left: 0;
    top: 3px;
  }

  .entry-content a{
    word-break: break-word;
    white-space: normal;
  }
  .page-id-12643 .entry-content a{
    font-size: 14px;
    font-family: "AvantGarde";
    letter-spacing: 1px;
  }

  /* gallery */

  .img-wrapper {
    position: relative;
    padding-top: 70%;
  }

  .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .gallery-section .img-title a:hover{
    color: #0f185a;
  }
  .img-title a{
    font-size: 20px;
  }


  /* login page */

  .user-err:empty {
    display: none;
  }

  .user-err {
    background: #ff0000;
    padding: 10px 15px;
    margin: 0 0 15px;
    color: #fff;
    border-radius: 5px;
  }

  .login-page .hero-section {
    height: auto;
    padding: 240px 0 200px;
  }

  #login {
    text-align: left;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 5 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    padding: 30px;
    z-index: 1;
    position: relative;
  }

  #login h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  .login-form label {
    font-size: 14px;
    font-weight: 600;
  }

  .login-page .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    padding: 5px 10px !important;
  }

  .login-form input::placeholder {
    font-size: 12px;
    color: #ccc;
  }

  .login-form .btn {
    border-radius: 4px;
  }

  .login-page input[type=checkbox],
  input[type=radio] {
    line-height: normal;
    margin: 5px 5px 0 0;
    float: left;
  }

  .reg-link {
    font-size: 14px;
  }

  .page-template-login footer.site-footer,
  .page-template-register footer,
  .page-template-register-interest footer,
  .page-template-forget footer,
  .page-template-profile footer{
    margin-top: 0;
  }

  .login-page .img-layer:after {
    background-color: rgba(0, 0, 0, .1);
  }

  .btn-loading-bar {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .btn-loading-bar .loading-bar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    width: 0;
    z-index: -1;
  }


  /* single event page */

  .tkt-slctr-tbl {
    width: 100% !important;
    table-layout: fixed;
  }

  .tkt-slctr-tbl th {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 10px;
    text-align: left;
  }

  .tkt-slctr-tbl td {
    padding: 15px 0;
    text-align: left;
  }

  .tckt-slctr-tkt-details-tbl tr:last-child {
    border-bottom: 1px solid #ddd
  }

  .event-tickets select {
    height: 35px;
    background-color: transparent;
  }

  .dashicons-calendar:before,
  .dashicons-clock:before {
    color: #f66c15;
  }

  .espresso_events .ee-event-datetimes-ul li {
    width: 100%;
    margin-bottom: 0px !important;
    padding-left: 0;
  }

  .espresso_events .ee-event-datetimes-ul li:before {
    display: none;
  }

  .tckt-slctr-tkt-details-dv {
    margin: 30px 0 !important;
    padding: 0 !important;
  }

  .single-espresso_events .comments-area {
    display: none;
  }

  .event-tickets h4,
  .event-tickets h5,
  .espresso-venue-dv h4 {
    font-size: 20px;
    font-weight: 500;
  }

  .espresso-venue-dv h4 {
    margin-bottom: 20px;
  }

  .tkt-slctr-tbl-wrap-dv {
    margin-bottom: 0 !important;
  }

  .espresso-venue-dv {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
  }

  .event-datetimes {
    margin-bottom: 35px;
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ff6d14;
  }

  .event-tickets {
    margin-bottom: 20px;
  }

  body .tckt-slctr-tkt-sale-dates-sctn {
    font-size: 14px;
  }

  body .tkt-slctr-tbl-wrap-dv {
    /* box-shadow: 0 0 7px rgba(0,0,0,0.2); */
    border: 1px solid #f66c15;
    background-color: #fbfbfb;
    padding: 30px;
    /* border-radius: 5px; */
    margin: 40px 0;
  }

  body .tkt-slctr-tbl th,
  .tkt-slctr-tbl td {
    font-size: 16px;
  }

  body .tkt-slctr-tbl th {
    font-weight: 500;
  }

  body .tckt-slctr-tkt-details-tbl th,
  body .tckt-slctr-tkt-details-tbl td,
  body .tckt-slctr-tkt-details-dv .smaller-text {
    font-size: 14px !important;
  }

  body .tckt-slctr-tkt-details-tbl thead th .small-text {
    font-size: 100%;
  }

  body .tckt-slctr-tkt-details-tbl th,
  body .tckt-slctr-tkt-details-tbl td {
    padding: 15px 10px;
  }

  body .event-tickets h4 .espresso-venue-dv h4 {
    font-size: 20px;
  }

  body .tckt-slctr-tkt-details-dv h5 {
    font-size: 16px;
    margin: 0 0 10px;
  }

  body .tckt-slctr-tkt-details-tbl thead th {
    font-weight: 500;
  }

  .tckt-slctr-tkt-sale-dates-sctn {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ff6d14;
  }

  body .tckt-slctr-tkt-details-tbl-wrap-dv {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  body .tckt-slctr-tkt-details-dv .smaller-text {
    margin-top: 0;
  }

  #espresso_calendar.fc,#espresso_calendar .fc table {
    font-size: 20px;
  }
  .sold-out-dv {
    background: #0f185a;
  }

  #espresso_calendar .fc-event-title{
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
  }
  #espresso_calendar:not(.ui-widget) .fc-event{
    margin: 10px !important;
  }
  #espresso_calendar .time-display-block{
    color: #727272;
    font-size: 12px;
  }
  #espresso_calendar .fc-header td span{
    text-transform: capitalize;
    color: #000;
  }

  .dashicons-location-alt:before {
    content: '\f3c5'!important;
    font-family: 'Font Awesome 5 Pro';
    color: #f66c15;
  }

  .dashicons-calendar,
  .dashicons-clock {
    margin-bottom: 3px;
  }

  .dashicons-location-alt {
    vertical-align: baseline !important;
  }

  .download-iCal-frm {
    display: none !important;
  }

  .nav-previous a,
  .nav-next a {
    font-size: 0;
  }

  .nav-previous a:hover,
  .nav-next a:hover {
    color: #0f185b;
  }

  .nav-previous a:before {
    content: "\f100";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    padding-right: 7px;
  }

  .nav-next a:after {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    padding-left: 7px;
  }

  .nav-previous a:after {
    content: "Prev";
    font-size: 18px;
  }

  .nav-next a:before {
    content: "Next";
    font-size: 18px;
  }

  .post-navigation {
    margin-bottom: 0 !important;
  }


  /* checkout page */

  body #spco-steps-big-hdr {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }

  body .spco-ticket-details {
    font-size: 14px;
  }

  body .spco-ticket-details th {
    font-weight: 500;
  }

  body .spco-ticket-info-dv h5 {
    font-size: 20px;
  }

  body .spco-ticket-details {
    margin-bottom: 0;
  }

  body .spco-ticket-info-dv {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ff6d14;
  }


  /*==checkoutpage-start==*/

  #ee-single-page-checkout-dv #spco-steps-big-hdr,
  #espresso-thank-you-page-overview-dv h3,
  #espresso-thank-you-page-overview-dv .section-heading,
  h3.ee-registration-details-h3,
  #method-of-payment-hdr,
  #ee-single-page-checkout-dv #spco-payment_options-dv #reg-page-totals-hdr {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px !important;
  }

  #ee-single-page-checkout-dv #spco-steps-display-dv {
    background-color: #f66b15;
    color: #fff;
  }

  #ee-single-page-checkout-dv .spco-steps-display-hdr {
    font-size: 15px!important;
    text-align: center !important;
  }

  #ee-single-page-checkout-dv .steps-1 {
    width: 100%;
  }

  #spco-attendee_information-dv input:not([type=submit]) {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-bottom: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
    padding: 5px 10px !important;
  }

  #ee-single-page-checkout-dv label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  #ee-single-page-checkout-dv .ee-reg-qstn {
    margin-bottom: 1rem;
    position: relative;
  }

  #ee-single-page-checkout-dv .ee-required-text {
    margin-top: 5px;
    font-size: 13px;
  }

  article #ee-single-page-checkout-dv .spco-step-name {
    display: block;
    padding: 0px;
    font-size: 15px;
  }

  article #ee-single-page-checkout-dv .spco-step-display-dv {
    height: unset;
  }

  article #ee-single-page-checkout-dv .spco-step-arrow-dv {
    line-height: 42px;
  }

  a.ee-button.ee-roundish.indented-text.big-text {
    background: #f66c15;
    border: 0px !important;
  }

  .ee-attention .jst-rght {
    text-align: center;
  }

  .ee-registration-details-dv h5,
  .ee-registration-details-dv span {
    font-size: 18px;
  }

  .ee-registration-details-dv span.dashicons {
    vertical-align: top;
  }

  .ee-registration-details-dv,
  .spco-payment-info-dv,
  #espresso-thank-you-page-transaction-details-dv,
  #espresso-thank-you-page-payment-details-dv {
    padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ff6d14;
  }

  table.ee-table.ee-registrations-list .tiny-text {
    font-size: 14px;
    margin-bottom: 16px !important;
  }

  table.ee-table.ee-registrations-list .tiny-text a {
    margin-left: 0px;
  }

  table.ee-table.ee-registrations-list .tiny-text a+a {
    margin-left: 10px;
  }

  .spco-ticket-details .jst-rght,
  #spco-payment-info-table .jst-rght {
    text-align: center;
  }

  td.total_currency.total.jst-rght {
    text-align: right !important;
  }

  #espresso-thank-you-page-overview-dv h3,
  #espresso-thank-you-page-overview-dv .section-heading {
    margin-top: 30px;
  }

  .archive .pagination-wrap {
    text-align: center;
  }


  /*==checkoutpage-end==*/


  /* calendar page */

  #espresso_calendar thead .fc-first .fc-widget-header {
    background-color: #f66c15;
    color: #fff;
    font-weight: 500 !important;
    border-bottom: 0 !important;
    padding: 15px 0 !important;
  }

  #espresso_calendar .fc-header-left span,
  #espresso_calendar .fc-header-right span {
    padding: 4px 15px !important;
    height: 30px;
    line-height: 30px;
  }

  #espresso_calendar span.fc-button-next,
  #espresso_calendar span.fc-button-prev {
    font-size: 24px !important;
  }
  #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-header-space{
    padding: 0 5px!important;
  }
  #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-prev, #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-button-next{
    font-size: 28px !important;
  }
  table.fc-agenda-allday {
    margin-bottom: 0;
  }

  table.fc-agenda-allday .fc-widget-header {
    padding-bottom: 0;
  }

  th.fc-agenda-axis.fc-widget-header {
    font-size: 17px;
    text-align: left;
    background-color: #f3f3f3;
  }

  .fc-agenda-allday .fc-day-content {
    min-height: unset !important;
  }

  th.fc-agenda-axis.fc-widget-header.fc-first {
    width: 75px !important;
  }

  th.fc-widget-header.fc-agenda-axis {
    padding: 7px 10px !important;
  }

  .fc-event-inner {
    padding: 8px;
  }

  .fc-widget-header .fc-agenda-divider-inner {
    display: none !important;
  }

  #espresso_calendar:not(.ui-widget).calendar_fullsize .fc-state-highlight {
    background: #f7f7f7 !important;
  }
  #filter-calendar-form select{
    padding: 7px;
    font-size: 15px;
    background-image: none;
    margin: 0 0 10px;
    -webkit-appearance: menulist-button;
  }
  form#filter-calendar-form label{
    margin-left: -4px;
  }
  body .qtip {
    padding: 0;
    border: 0;
  }
  body .qtip.ui-tooltip{
    border-width: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  body .qtip .qtip-titlebar{
    padding: 25px 15px 20px;
    /*background-color: #fff;*/
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  body .qtip .qtip-titlebar .qtip-close{
   top: 10px;
 }
 body .qtip .ui-tooltip-content {
  color: #727272;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 15px;
  border: 0;
  height: 320px;
  overflow-y: auto;
}
p.time_cal_qtip{
  padding: 15px 6px !important;
  color: #000 !important;
  margin: 10px 0;
}
.qtip_info {
  text-align: center;
  padding-bottom: 7px;
}
body .qtip a.reg-now-btn{
  float: none;
  padding: 4px 15px !important;
  width: 150px !important;
}
/* calendar page end */

/* not found page start */
.not-found{
  margin: 100px 0 0 0;
  border: 1px solid #ccc;
  padding: 30px 15px;
}

.not-found h1.page-title {
  font-size: 34px;
}
.not-found .page-content p{
  margin-bottom: 0;
}

/* patners page */
.partner-section .img-wrapper img,
.press-section .img-wrapper img{
  object-fit: contain;
}
.press-section .img-wrapper img{
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  width: auto;
}
.single-espresso_events .entry-content .post-thumbnail img{
  margin-bottom: 20px;
  width: 100%;
}


/* age-specific */
.child-cat-filters {
  margin: 30px 0;
}
.child-cat-filters li {
  display: inline-block;
  margin: 0 15px 5px;
  border-bottom: 1px solid #f66c15;
}
.child-cat-filters li a {
  color: #f66c15;
  cursor: pointer;
  font-size: 20px;
}
.child-cat-filters li:hover a{
  color: #0f185a;
}
.child-cat-filters li:hover {
  border-bottom: 1px solid #0f185a;
}

.page-id-9561 .entry-content ul{
  margin-bottom: 30px;
}

#espresso_calendar .fc-event-container .fc-event-inner .fc-event-title{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 9px !important;
  line-height: normal;
  padding: 1px;
  margin-bottom: 1px;
  color: #000;
  font-size: 12px !important;
}
.br-done br{
  display: none;
}
.spco-whats-next-buttons .spco-next-step-btn{
  width: auto;
}

/*faq accodion css*/
.accordion {
  border-bottom: 1px solid #0f185b;
}
.accordion__content {
  display: none;
  padding-bottom: 10px;
}
h5.accordion__title {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  padding-right: 25px;
}
h5.accordion__title:after{
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: #0f185b;
  transition: 0.3s;
}
h5.accordion__title:before{
  content: "";
  position: absolute;
  top: 4px;
  right: 7px;
  height: 16px;;
  width: 2px;
  background-color: #0f185b;
  transition: 0.3s;  
}
.accordion--open h5.accordion__title:before{
  transform: rotate(-90deg);
}
.accordion p:empty{
  display: none;
}
/*gallary page */
.galary-listing .gallery {
  width: 33.33%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.galary-listing .gallery:last-child{
  margin: 0;
}
.galary-listing,
.inner-gallery{
  margin-bottom: -30px;
}
.galary-listing .gallery a{
  position: relative;
  display: block;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;

}
.galary-listing .gallery a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.galary-listing .gallery a:hover:after{
  background-color: rgba(10, 10, 10, 0);
}
.gallery-title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  overflow: hidden;
  margin: 0px 25px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.gallery-title h6{
  color: #fff;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 400;
  font-size: 21px;
  padding-bottom: 2px;
}
.gallery-title h6:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 200px;
  height: 1px;
  background: rgba(255,255,255,0.5);
}
.gallery-title h6:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100px;
  height: 3px;
  background: #f66c15;
}
.galary-listing .gallery a:hover .gallery-title{
  transform: scaleY(0);
}
#post-9431,
.gallery{
  margin: 0;
}
.n-social-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.n-social-wrapper br {display: none;}
#paypal-pro-billing-form .ee-billing-qstn {
  margin-bottom: 10px;
}
#paypal-pro-billing-form #paypal-pro-billing-form-exp-month-input-dv {
  width: auto;
  float: left;
  margin-right: 15px;
}
.events-list span.indicates {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff6d14;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  color: #fff;
  letter-spacing: 0.5px;
}
.events-list span.indicates.Person
{
  background-color: #00b964;
}
@media only screen and (min-width: 1200px) {
  #espresso_calendar:not(.ui-widget) .fc-event{max-width: 140px; width:140px !important;}   
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #espresso_calendar:not(.ui-widget) .fc-event{max-width: 115px; width:115px !important;}   
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #espresso_calendar:not(.ui-widget) .fc-event{max-width: 90px; width:90px !important;}   
}
@media only screen and (min-width: 420px) and (max-width: 767px) {
  #espresso_calendar:not(.ui-widget) .fc-event{max-width: 40px; width:40px !important;}   
}


/* ================ Responsive CSS ============== */
@media (min-width: 1920px){

  body,
  .header-top-left i{
    font-size: 22px;
  }
  .form-control,
  .btn,
  .events-list-warpper .events-list li .content h3,
  .events-list-warpper .event-btn, .qtip_info .reg-now-btn, .event-tickets input[type="submit"], body .spco-next-step-btn,
  .search-category .category-search li a,
  .news-blocks-warpper .news-blocks-list li p,
  .news-blocks-warpper .news-blocks-list li .events-list li a .date,
  .news-blocks-warpper .news-blocks-list li .btn,
  footer.site-footer .contact-info li,
  footer.site-footer .usefull-links li a,
  p, .entry-content ol, .entry-content ul,
  .entry-content input[type="submit"]{
    font-size: 20px;
  }
  .search-form .input-group i,
  .search-form .date::after, .search-form .category::after,
  .events-list-warpper .events-list li .info-block span,
  .news-blocks-warpper .news-blocks-list li .events-list li a,
  .news-blocks-warpper .news-blocks-list li .team-event-links a{
    font-size: 18px;
  }
  .news-blocks-warpper .news-blocks-list li h5{
    font-size: 22px;
  }
  h2{
    font-size: 50px;
  }
  .section-title h2{
    font-size: 44px;
  }
  .news-blocks-warpper .news-blocks-list li h3{
    font-size: 40px;
  }
  .news-blocks-warpper .news-blocks-list li h4{
    font-size: 28px;
  }
  footer.site-footer h3{
    font-size: 30px;
  }
  .img-title a {
    font-size: 24px;
  }
  #espresso_calendar:not(.ui-widget) .fc-header-title h2, .fc-header-title h2{
    font-size: 32px;
  }

}
@media (max-width: 1600px){
  .news-blocks-warpper .news-blocks-list li .btn{
    white-space: normal;
    min-width: unset !important;
    padding: 10px;
  }
}
@media (max-width: 1399px){
  .home .hero-section, .home .hero-slider .slider-img {
    height: 85vh;
  }
.home .hero-section .hero-slider-wrapper{max-height: 85vh;}
}
@media (max-width: 1300px){

  body,
  .header-top-left i{
    font-size: 16px;
  }
  .form-control,
  .btn,
  .events-list-warpper .events-list li .content h3,
  .events-list-warpper .event-btn, .qtip_info .reg-now-btn, .event-tickets input[type="submit"], body .spco-next-step-btn,
  .search-category .category-search li a,
  .news-blocks-warpper .news-blocks-list li p,
  .news-blocks-warpper .news-blocks-list li .events-list li a .date,
  .news-blocks-warpper .news-blocks-list li .btn,
  footer.site-footer .contact-info li,
  footer.site-footer .usefull-links li a,
  p, .entry-content ol, .entry-content ul,
  .entry-content input[type="submit"]{
    font-size: 18px;
  }
  .search-form .input-group i,
  .search-form .date::after, .search-form .category::after,
  .events-list-warpper .events-list li .info-block span,
  .news-blocks-warpper .news-blocks-list li .events-list li a,
  .news-blocks-warpper .news-blocks-list li .team-event-links a{
    font-size: 14px;
  }
  .news-blocks-warpper .news-blocks-list li h5{
    font-size: 20px;
  }
  h2{
    font-size: 46px;
  }
  .section-title h2{
    font-size: 42px;
  }
  .news-blocks-warpper .news-blocks-list li h3{
    font-size: 36px;
  }
  .news-blocks-warpper .news-blocks-list li h4{
    font-size: 24px;
  }
  footer.site-footer h3{
    font-size: 26px;
  }


}

@media (min-width:1400px) and (max-width:1600px) {
  .events-list-warpper .events-list li {
    width: calc(100% / 5 - 30px);
  }
}

@media (min-width:1200px) and (max-width:1399px) {
/*   .events-list-warpper .events-list li {
    width: calc(100% / 4 - 30px);
    } */
    .news-blocks-warpper .news-blocks-list li {
      padding: 25px;
    }
    .news-blocks-warpper .news-blocks-list li h3 {
      font-size: 28px;
    }
    .news-blocks-warpper .news-blocks-list li h4 {
      font-size: 18px;
    }
    .news-blocks-warpper .news-blocks-list li .join-links a {
      font-size: 15px;
    }
    .news-blocks-warpper .news-blocks-list li .events-list li a .date,
    .news-blocks-warpper .news-blocks-list li .events-list li a {
      font-size: 14px;
    }
  }
  @media (min-width:1200px) and (max-width:1299px) {
   .main-navigation li a {padding: 10px 18px;}
 }

 @media (min-width:1024px) and (max-width:1199px) {
  .events-list-warpper .events-list li {
    width: calc(100% / 3 - 30px);
  }
  .news-blocks-warpper .news-blocks-list li {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
  .news-blocks-warpper .news-blocks-list li {
    padding: 25px;
  }
  .news-blocks-warpper .news-blocks-list li .join-links a {
    font-size: 15px;
  }
  .main-navigation li a {
    padding: 10px 15px;
  }
  .main-navigation ul.sub-menu{
    margin-left: 15px !important;
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .events-list-warpper .events-list li {
    width: calc(100% / 2 - 30px);
  }
  .news-blocks-warpper .news-blocks-list li {
    width: calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
  .news-blocks-warpper .news-blocks-list li .events-list li {
    margin: 0;
  }
  .news-blocks-warpper .news-blocks-list li {
    padding: 25px;
  }
  .news-blocks-warpper .news-blocks-list li h3 {
    font-size: 28px;
  }
  .main-navigation li a {
    padding: 10px 15px;
    font-size: 16px;
  }
  .main-navigation ul.sub-menu{
    margin-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .container.inner {
    max-width: 1200px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .main-navigation li a {
    padding: 8px;
    font-size: 13px;
  }
  .main-navigation ul.sub-menu{
    margin-left: 10px !important;
  }
  .site-footer .f-block-1 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    order: 1;
  }
  .site-footer .f-block-2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    order: 2;
    margin-top: 25px;
  }
  .site-footer .f-block-3 {
    order: 1;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
  body, .header-top-left i {
    font-size: 18px;
  }
  .img-title a {
    font-size: 22px;
  }
  #espresso_calendar:not(.ui-widget) .fc-header-title h2, .fc-header-title h2{
    font-size: 28px;
  }
  .login-page .hero-section {
    padding: 240px 0 150px;
  }
  .home .hero-section, .home .hero-slider .slider-img{
    height: 100vh;
  }
  .home .hero-section .hero-slider-wrapper{max-height: 100vh;}
  .logo img ,
  .custom-logo-link img{
    max-width: 140px !important;
  }
  footer.site-footer{
    padding-top: 45px;
  }
}


@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .main-navigation ul.sub-menu {
    border-top: 2px solid #f66c15;
    display: block;
    left: 0px !important;
    top: 100%;
    background: #fff;
    min-width: 170px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    margin-left: 30px;
  }
  .main-navigation ul li:hover ul.sub-menu {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .main-navigation ul.sub-menu:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f66c15;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-navigation ul.sub-menu li a{
    border-bottom: 1px solid #ededed;
    padding: 10px;
    display: block;
    /* font-size: 13px; */
    color: #666;
  }
  .main-navigation ul.sub-menu li:last-child a {
    border-bottom: none;
  }
  .main-navigation ul.sub-menu li:hover>a {
    background-color: #f9f9f9;
    color: #f66c15;
  }
}

#site-navigation .mobi-menu,
#site-navigation .exit-menu,
.show-only-mobile {
  display: none;
}

@media (max-width: 991px) {

  body, .header-top-left i,
  .ee-upcoming-events-widget-ul li a {
    font-size: 16px;
  }
  h2 {
    font-size: 40px;
  }
  h6 {
    font-size: 20px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .events-list-filter i {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .social-icon li i{
    margin: 0 2px;
  }
  header a.svg-logo svg{
    width: 122px;
  }
  #list .events-list-warpper .events-list li figure {
    width: 100%;
  }
  .ee-registration-details-dv h5,
  .ee-registration-details-dv span {
    margin-right: 2px;
  }
  table.ee-table.ee-registrations-list .tiny-text a {
    margin-left: 0px !important;
    display: block;
    margin-bottom: 5px;
  }
  #espresso_calendar .fc-header tbody tr{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #espresso_calendar td.fc-header-left,
  #espresso_calendar .fc-header-right{
    margin: 0 !important;
  }
  #espresso_calendar .fc-header-right .fc-header-space{
    padding: 0 3px !important;
  }
  #espresso_calendar .fc-header-right,
  #espresso_calendar .fc-header-left{
    width: auto !important;
  }
  .search-form .form-control {
    font-size: 16px;
  }
  #espresso_calendar:not(.ui-widget) .fc-event{
    margin: 5px !important;
  }
  #espresso_calendar .fc-event-title{
    font-size: 14px !important;

  }
  .fc-event-inner {
    padding: 3px;
  }
  #espresso_calendar .time-display-block{
    font-size: 14px;
  }
  .img-title a{
    font-size: 16px;
  }
  .child-cat-filters li a{
    font-size: 18px;
  }

}

@media (max-width: 767px) {
  article #ee-single-page-checkout-dv .spco-step-display-dv {
    border-bottom: 10px solid #FFF;
    padding: 8px 0px;
  }
  article #ee-single-page-checkout-dv #spco-steps-display-dv {
    padding: 0px;
    border: 0px
  }
  .container {
    max-width: 100%;
  }
  .news-blocks-warpper .news-blocks-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-blocks-warpper .news-blocks-list li {
    padding: 25px;
  }
  .news-blocks-warpper .news-blocks-list li h3 {
    font-size: 28px;
  }
  .news-blocks-warpper .news-blocks-list li h4 {
    font-size: 18px;
  }
  .news-blocks-warpper .news-blocks-list li .join-links a {
    font-size: 15px;
  }
  .news-blocks-warpper .news-blocks-list li .events-list li a .date,
  .news-blocks-warpper .news-blocks-list li .events-list li a {
    font-size: 14px;
  }
  .main-navigation li a {
    font-size: 15px;
  }
  .header-top {
    display: none;
  }
  #site-navigation .mobi-menu,
  #site-navigation .exit-menu,
  .show-only-mobile {
    display: block;
  }
  #site-navigation .exit-menu {
    float: right;
    font-size: 26px;
    line-height: 20px;
    color: #f26523;
  }
  #site-navigation .mobi-menu {
    float: right;
    font-size: 30px;
    line-height: 20px;
    color: #ff6d14;
  }
  .nav-main-container {
    position: fixed;
    left: -100%;
    width: 100%;
    max-width: 320px;
    padding: 20px;
    margin: 0;
    height: 100%;
    top: 0;
    background: #000;
    overflow: auto;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-main-container.open {
    left: 0;
  }
  .nav-main-container .menu {
    float: left;
    width: 100%;
  }
  .main-navigation ul {
    display: block;
    position: relative !important;
    width: 100% !important;
    left: unset !important;
  }
  .nav-main-container .menu li {
    width: 100%;
  }
  .nav-main-container .menu li a {
    margin: 0;
    padding: 17px 15px 17px 0;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    width: 100%;
  }

  .nav-main-container ul.sub-menu li a{
    padding: 17px 15px 17px 20px;
  }
  .nav-main-container .show-only-mobile {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .nav-main-container .show-only-mobile .user-panel {
    margin: 0 0 15px 0;
    padding: 0;
    border-left: none;
  }
  /* .nav-main-container .show-only-mobile .user-panel .user-login a {
    display: inline-block;
    background: #ff6d14;
    padding: 10px 25px;
    border-radius: 7px;
    width: 100%;
    text-align: center
    } */
    .nav-main-container .show-only-mobile .user-panel a span {
      min-width: 25px;
      display: inline-block;
    }
    .nav-main-container .show-only-mobile .user-panel a span i {
      margin: 0;
      font-size: 15px;
      color: #fff;
    }
    .nav-main-container .show-only-mobile .social-icon li a {
      padding: 0;
      margin: 0 10px 0 0;
    }
    .nav-main-container .show-only-mobile .social-icon li a i {
      margin: 0;
    }
    .user-panel .user-event{
      position: relative;
      overflow: hidden;
      min-width: 100%;
      width: 100%;
      opacity: 1;
      visibility: visible;
      background: transparent;
      border: none;
      padding: 0;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      margin-top: 10px;
    }
    .logged-in .user-login .user-event li a{
      padding: 0;
      color: #fff;
    }
    .nav-main-container .contact-info {
      float: left;
      width: 100%;
      margin-top: 15px;
    }
    .nav-main-container .contact-info li {
      width: 100%;
      float: left;
      margin-bottom: 10px;
    }
    .nav-main-container .contact-info li a {
      padding: 0;
    }
    .nav-main-container .contact-info li a span {
      min-width: 25px;
      display: inline-block;
    }
    .nav-main-container .contact-info li a span i {
      color: #f26523;
      margin: 0;
      font-size: 15px;
    }
    .header-nav .logo {
      width: 100px;
    }
    .hero-section,
    .hero-slider .slider-img {
      height: 470px;
    }
    .search-wrapper{
      bottom: 80px;
    }
    .hero-section h2 {
      font-size: 26px;
    }
    .hero-section .search-form form{
      text-align: center;
    }
    .search-form .d-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .search-form .form-control{
      padding: 10px;
    }
    .search-form input[type="search"] {
      border-radius: 6px !important;
      margin-right: 0;
      font-size: 16px;
    }
    .search-form .date,
    .search-form .category,
    .search-form .pick-date,
    .search-form .search-event  {
      width: calc(50% - 2px) !important;
      float: left;
      margin: 15px 1px;
    }
    .search-form .search-btn-wrp{
      width: 100%;
    }

    .search-form .date select,
    .search-form .pick-date input ,
    .search-form .category select{
      font-size: 16px;
      border-radius: 5px !important;
    }

    .search-form .btn {
      padding: 8px 16px !important;
      margin-left: 0;
      min-width: 150px;
    }
    .section-title h2 {
      font-size: 24px;
    }
    .search-category {
      margin-top: 0;
    }
    .search-category .category-search li a {
      font-size: 16px;
      padding: 10px 0 10px 18px;
    }
    .search-category .category-search li a::before {
      top: 11px;
    }
    .search-category .category-search li a span {
      font-size: 12px;
    }
    .events-list-warpper .events-list li {
      width: calc(100% - 20px);
      margin: 0 auto 20px auto;
      display: block;
    }
    .events-list-warpper .events-list {
      margin-bottom: 25px;
    }
    .events-list-warpper .events-list .owl-nav {
      width: 100%;
      text-align: center;
      margin-top: 15px;
    }
    .events-list-warpper .events-list .owl-nav button {
      font-size: 40px;
      margin: 0 10px;
      line-height: 20px;
      color: #ff6d14;
    }
    .news-blocks-warpper {
      margin-top: 50px;
    }
    footer.site-footer,
    .not-found {
      margin-top: 30px;
    }
    .site-footer .f-block-1 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      order: 1;
    }
    .site-footer .f-block-2 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      order: 2;
      margin-top: 25px;
    }
    .site-footer .f-block-3 {
      order: 1;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin-top: 35px;
    }
    footer.site-footer .bottom-part,
    footer.site-footer .contact-info li a,
    footer.site-footer .contact-info label,
    footer.site-footer .footer-contents,
    footer.site-footer .usefull-links li a {
      font-size: 14px;
    }
    footer.site-footer .footer-contents {
      text-align: left;
    }
    footer.site-footer .bottom-part {
      font-size: 12px;
      text-align: left;
    }
    footer.site-footer h3 {
      padding-bottom: 10px;
      margin-bottom: 14px;
      font-size: 19px;
    }
    .section-padding {
      padding: 40px 0;
    }
    .login-page .hero-section {
      padding: 150px 0 50px 0;
    }
    .events-list-filter {
      position: relative;
      right: 0;
      margin-top: 20px;
    }
    body .tkt-slctr-tbl-wrap-dv {
      padding: 20px;
      margin: 30px 0;
    }
    .event-tickets {
      margin-bottom: 5px;
    }
    .espresso_events,
    .espresso_venues {
      margin-bottom: 20px !important;
    }
    .event-datetimes {
      margin-bottom: 30px;
    }
    #espresso-thank-you-page-overview-dv h3 {
      font-size: 30px;
    }
    #espresso_calendar td.fc-header-right .fc-button-next{
      margin-left: 15px !important;
    }
    th.fc-agenda-axis.fc-widget-header{
      font-size: 14px;
    }

    #espresso_calendar.fc,#espresso_calendar .fc table {
      font-size: 16px;
    }
    #espresso_calendar .fc-header-left span, #espresso_calendar .fc-header-right span{

      padding: 4px 10px !important;
      height: 25px;
      line-height: 23px;
    }
    #espresso_calendar thead .fc-first .fc-widget-header{
      padding: 10px 0 !important;
    }

    .main-navigation ul li.menu-item-has-children .caret-arrow{
      position: absolute;
      right: 0;
      top: 30px;
    }
    ul li.menu-item-has-children .caret-arrow:after{
      content: '\f054';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      font-size: 10px;
      font-family: 'Font Awesome 5 Pro';
    }
    ul li.menu-item-has-children .caret-arrow.active:after {
      content: '\f078';
    }
    .form-control, .btn,.entry-content input[type="submit"], .events-list-warpper .events-list li .content h3, .events-list-warpper .event-btn, .qtip_info .reg-now-btn, .event-tickets input[type="submit"], body .spco-next-step-btn, .search-category .category-search li a, .news-blocks-warpper .news-blocks-list li p, .news-blocks-warpper .news-blocks-list li .events-list li a .date, .news-blocks-warpper .news-blocks-list li .btn, footer.site-footer .contact-info li, footer.site-footer .usefull-links li a, p, .entry-content ol, .entry-content ul {
      font-size: 16px;
    }
    .child-cat-filters li a{
      font-size: 16px;
    }
    .news-blocks-warpper .news-blocks-list li .btn{
      position: static;
      width: auto;
    }
    .news-blocks-warpper .news-blocks-list li .content{
      padding-bottom: 0;
      height: auto;
    }
    h5.accordion__title{
      font-size: 18px;
    }
    .ngg-gallery-thumbnail-box{
      width: 50%;
    }
    .galary-listing .gallery{
      width: 100%;
    }
    .events-section .owl-carousel.owl-drag .owl-item {
      min-height: auto;
    }
    .banner_label{
      right: 5px;
      bottom: 5px;
      padding: 3px 5px;
      font-size: 13px;
    }
  }

  @media screen and (max-width: 575px) {
    .hero-section h2 {
      font-size: 22px;
    }
    .ee-registration-details-dv,
    .spco-payment-info-dv,
    #espresso-thank-you-page-transaction-details-dv {
      overflow: auto;
    }
    .ee-table.ee-registrations-list tr td,
    .ee-table.ee-registrations-list tr th,
    .ee-table tr th:first-child,
    .ee-table tr td:first-child {
      width: 100px !important;
    }
    .ee-table.ee-registrations-list tr td:first-child,
    .ee-table.ee-registrations-list tr th:first-child {
      width: 150px !important;
    }
    #spco-payment-info-table tr td:first-child,
    #spco-payment-info-table tr th:first-child {
      width: 200px !important;
    }
    table.ee-table.ee-registrations-list,
    #spco-payment-info-table,
    .ee-table {
      table-layout: fixed;
    }
    #spco-payment-info-table td,
    #spco-payment-info-table th {
      width: 100px;
    }
    #list .events-list-warpper .events-list li {
      display: block;
    }
    .event-datetimes {
      padding: 15px;
    }
    .espresso_events .ee-event-datetimes-ul li {
      font-size: 13px;
    }
    .events-list-warpper .event-btn,
    .qtip_info .reg-now-btn,
    .event-tickets input[type="submit"] {
      padding: 10px 15px;
      width: 140px;
      font-size: 14px;
    }
    #ee-single-page-checkout-dv .spco-step-display-dv {
      text-align: center;
    }
    h4.ee-reg-form-qstn-grp-title.section-title {
      font-size: 26px;
    }
    #ee-single-page-checkout-dv .ee-reg-qstn {
      margin-bottom: 8px;
    }
    #ee-single-page-checkout-dv .ee-reg-qstn.ee-text-input-dv {
      margin-bottom: 12px;
    }
    .search-form .date, .search-form .category, .search-form .pick-date, .search-form .search-event{
      width: 100% !important;
      margin: 0 0 15px;
    }
    .search-form input[type="search"]{
      padding-left: 35px;
    }
    .search-form .search-event i {
      left: 12px;
    }
    .search-wrapper {
      bottom: 50px;
    }
    .home .hero-section .hero-slider .slider-img {
      height: 430px;
    }
    .hero-section{
      height: 450px;
    }
    .galary-listing .gallery{
      width: 100%;
    }
  }
  @media (max-width: 480px){
    #espresso_calendar td.fc-header-right .fc-button-next{
      margin-left: 0px !important;
    }
    .news-blocks-warpper .news-blocks-list li .team-event-links a{
      width: 100%;
    }
    .child-cat-filters li{
      margin:  0 8px 5px ;
    }
  }

/* End */


.tckt-slctr-tkt-details-tbl th.tckt-slctr-tkt-details-this-ticket-sold-th.ee-fourth-width.cntr,.tckt-slctr-tkt-details-tbl th.tckt-slctr-tkt-details-this-ticket-left-th,
.tckt-slctr-tkt-details-tbl td[data-th="Sold"],.tckt-slctr-tkt-details-tbl td[data-th="Remaining"] {
    display: none !important;
}
.single-espresso_events article .display-tckt-slctr-tkt-details,.single-espresso_events article .hide-tckt-slctr-tkt-details{
  display: none !important;
}
.events-list #espresso-notices{
  display: none;
}

.new-nysn{
  float: left;
  margin-top: 100px;
  width: 100%;
}
.nysn2-img{
  text-align: center;
  position: relative !important;
}
.nysn2-img img{
  width: 100%;
  object-fit: cover;
}
.nysn2-img h2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  color: #fff;
  font-weight: 700;
}
.nysn2-img a{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px; */
  margin-top: 20px;
  color: #fff;
}
.nysn2-img a:hover{
  color: #fff;
}

.content-after-search h1,.content-after-search h2,.content-after-search h3,.content-after-search h4,.content-after-search h5,.content-after-search h6{
	font-weight: 500;
	text-transform: capitalize;
}
.eventable-button{margin-bottom: 15px;}
body.single-espresso_events .eventable-button,body.single-espresso_events .event-tickets{display: none;}
@media(max-width: 1024px){
  .nysn2-img a{
    width: 200px;
    padding: 10px;
    bottom: 30px;
  }
  .nysn2-img h2{
    top: 30px;
  }
}
@media(max-width: 767px){
  .new-nysn{
    margin-top: 50px;
  }
  .nysn2-img h2,.nysn2-img a{
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    transform: unset;
  }
  .nysn2-img h2{
    color: #000;
  }
  .nysn2-img a{
    width: auto;
    margin-top: 10px;
  }
}

/* Home Page Video Thumbnail Box CSS */

.home_video_thumbnail_box {
  text-align: center;
}

.home_video_thumbnail_box a {
  display: inline-block;
}

.home_video_thumbnail_box a img {
  display: block;
  width: 200px;
  height: auto;
}

.home_video_thumbnail_box span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 0;
}

.home .search-wrapper {
  top: 62%;
}

@media (max-width: 1199px) {
  .home .hero-section, .home .hero-slider .slider-img {
    min-height: 600px;
  }
  .home .hero-section .hero-slider-wrapper {
    min-height: 600px;
  }
}

