/*
Theme Name: Inside Out
Author: Jamestown Apps team
Author URI: https://jamestownapps.com
Text Domain: insideout
Description: Custom Theme for Inside Out
Version: 1.3
*/

@font-face {
  font-family: CircularStd;
  src: url('fonts/CircularStd-Medium.otf');
}

@font-face {
  font-family: CircularStdBold;
  src: url('fonts/CircularStd-Bold.otf');
}

@font-face {
  font-family: CircularStdBook;
  src: url('fonts/CircularStd-Book.otf');
}

body {
  font-family: CircularStd, sans-serif;
  min-height: 100vh;
  color: #000;

}

h1, h2, h3, h5, h5,h6 {
  font-family: CircularStdBold, sans-serif;
  width: 100%;
}

p, a, li {
  font-family: CircularStdBook, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.col {
  padding: 0;
}

a, a:hover {
  color: #000;
}

p > a {
  text-decoration: underline;
}

/* Menu */

.custom-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 0;
}

.navbar-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.navbar-container > div {
  width: 100%;
}

.navbar-container > div.nav-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.navbar-container > div.nav-top .nav-right {
  padding-top: 10px;
  border-left: none;
}

.navbar-brand {
  margin-right: 80px;
  padding: 0;
}

.navbar-brand > img {
  height: 96px;
}

.navbar-brand.fest-logo > img {
  height: 86px;
}

.btn-cta.btn-nav-cta, .btn-cta.btn-nav-cta:hover {
  border: 2px solid #000;
  color: #000;
  margin-right: 20px;
  padding: 8px 15px;
  cursor: pointer;
  /*max-width: 180px;*/
}

.btn-cta.btn-nav-cta:hover {
  background-color: #000;
  color: #fff;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #000;
}

.navbar-nav > li {
  padding: 5px 10px;
  position: relative;
}

.nav-item.dropdown.show {
  color: #fff;
  background-color: #000;
}

.navbar-nav > li.nav-item.dropdown.show > a,
.navbar-nav > li.nav-item.dropdown.show > span{
  color: #fff;
}

.nav-top > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-bottom-nav {
  width: 100%;
  border-top: 2px solid #000;
}

.custom-bottom-nav > li.nav-item.dropdown {
  width: 20%;
}

.dropdown-menu {
  border-radius: 0;
  margin-top: -5px;
  border: none;
  width: 100%;
  min-width: 210px;
  background-color: #000;
  color: #fff;
  flex-wrap: wrap;
}

.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-family: CircularStdBold,sans-serif;
}

.dropdown-menu .dropdown-item.fw-item {
  width: unset;
  min-width: 200px;
  text-align: center;
}

.navbar-nav > li > span {
  cursor: pointer;
}

.navbar-nav > li > a,
.navbar-nav > li > span {
  color: #000;
  text-align: center;
  font-family: CircularStdBold, sans-serif;
}

.dropdown-menu.full-width.year-round {
  margin-top: -5px;
  justify-content: flex-start;
  padding: 80px;
}

.dropdown-menu.full-width {
  padding: 25px 0;
  margin-top: -5px;
  justify-content: center;
}

.dropdown-menu .whats-next {
  width: 29%;
}

.dropdown-menu.full-width.year-round.fest .whats-next {
  width: 29%;
  /*border-right: 2px solid #fff;*/
  margin-right: 30px;
}

.navbar-nav > li:hover {
  background-color: #000;
}

.navbar-nav > li:hover > a,
.navbar-nav > li:hover > span{
  color: #fff;
}

li.nav-item:hover .dropdown-menu {
  display: block;
}

li.nav-item:hover .dropdown-menu.year-round,
li.nav-item:hover .dropdown-menu.full-width {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-toggle::after {
  display: none;
}

i.arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
}

i.arrow.mobile-arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 0;
  display: none;
  margin-right: 10px;
  margin-left: 5px;
  z-index: 5000;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
}

li.nav-item:hover i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}



.down {
  transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-3px);
}

.yr-link a {
  color: #fff;
  font-size: 1.3em;
  font-family: CircularStdBold, sans-serif;
}

.yr-link {
  padding: 0 30px;
}

.yr-link p {
  max-width: 220px;
}

.year-round p {
  max-width: 200px;
}

.dropdown-menu.about-nav {
  width: 200px;
}



@media all and (min-height: 828px) {
  .container-fluid.main-content {
    min-height: calc(100vh - 828px);
  }
}

.banner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.custom-banner {
  background-image: url('images/org_banner_desktop.jpg');
  background-position: top left;
  background-size: cover;
}

.banner > .prompt {
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 40px;
}

.banner-small {
  min-height: 120px !important;
}
.banner-medium {
  min-height: 250px !important;
}

.banner-large {
  min-height: calc(100vh - 206px) !important;
}


.banner > .row {
  max-width: 1300px;
  /*width: 100%;*/
  margin: 0 auto;
}

.btn-cta {
  cursor: pointer;
}

.btn-cta,
input[type="submit" i]:disabled{
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  padding: 15px 25px;
  margin-bottom: 20px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  font-family: CircularStdBold, sans-serif;
}

.btn-cta:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

/* Accordian*/

.io-card .card-header {
  padding: 10px 15px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  transition: .5s;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.io-card .card-header.collapsed {
  padding: 0 15px;
}

.io-card .card-header .acc-trigger {
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 62px;
}

.io-card .card-header.collapsed .acc-trigger > div > div:first-child {
  transform: rotate(90deg);
}

.acc-trigger > div {
  position: relative;
}

.acc-trigger > div > div {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: white;
  top: 10px;
  right: 15px;
  transition: .5s;
}

.io-card .card-body {
  background-size: cover;
  background-position: center;
}

.io-card .card-body .col {
  padding-right: 30px;
}

.io-card .card-body .col p {
  width: 85%;
}

.io-card .card-body > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 35px 0;
}

.io-spacer {
  width: 100%;
  height: 35px;
}

.io-card.acc-content {
  margin-bottom: 2px;
}

/* Accordian Content Version */
.io-card.acc-content .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.card-header h6 {
  font-size: 1.2em;
  max-width: calc(100% - 30px);
}

.io-card.acc-content .card-body > div {
  padding: 0;
}

.io-card.acc-content  .card-header.collapsed {
  background-color: #000;
  /*color: #fff !important;*/
}

.io-card.acc-content .card-header {
  /*color: #000 !important;*/
  background-color: #fff;
}

.io-card.acc-content .card-header.collapsed .acc-trigger > div > div {
  background-color: #fff;
}
.io-card.acc-content .card-header .acc-trigger > div > div {
  background-color: #000;
}

.io-card.acc-content  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content .card-header h6 {
  color: #000;
}

.io-card.acc-content .card-header.collapsed {
  padding: 0 15px;
}

.io-card.acc-content .card-header .acc-trigger {
  padding: 20px 0;
}

.sm-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.sm-container > div {
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  transition: .2s;

}

.sm-container > div:hover {
  background-color: #000;
}

.sm-container.io-sm-red > div a {
  transition: .2s;
}

.sm-container.io-sm-red > div {
  border: 2px solid #ED2124;
}

.sm-container.io-sm-orange > div {
  border: 2px solid #F78D1E;
}

.sm-container.io-sm-yellow > div {
  border: 2px solid #FEEE0B;
}

.sm-container.io-sm-green > div {
  border: 2px solid #108241;
}

.sm-container.io-sm-lightblue > div {
  border: 2px solid #2FC2DC;
}

.sm-container.io-sm-blue > div {
  border: 2px solid #3E5EAB;
}

.sm-container.io-sm-purple > div {
  border: 2px solid #852887;
}

.sm-container.io-sm-white > div {
  border: 2px solid #FFF;
}

.sm-container.io-sm-red > div:hover {
  background-color: #ED2124;
}

.sm-container.io-sm-orange > div:hover{
  background-color: #F78D1E;
}

.sm-container.io-sm-yellow > div:hover{
  background-color: #FEEE0B;
}

.sm-container.io-sm-green > div:hover {
  background-color: #108241;
}

.sm-container.io-sm-lightblue > div:hover {
  background-color: #2FC2DC;
}

.sm-container.io-sm-blue > div:hover{
  background-color: #3E5EAB;
}

.sm-container.io-sm-purple > div:hover {
  background-color: #852887;
}

.sm-container.io-sm-white > div:hover {
  background-color: #FFF;
}

.sm-container.io-sm-red > div a{
  color: #ED2124;
}

.sm-container.io-sm-orange > div a{
  color: #F78D1E;
}

.sm-container.io-sm-yellow > div a{
  color: #FEEE0B;
}

.sm-container.io-sm-green > div a{
  color: #108241;
}

.sm-container.io-sm-lightblue > div a{
  color: #2FC2DC;
}

.sm-container.io-sm-blue > div a{
  color: #3E5EAB;
}

.sm-container.io-sm-purple > div a{
  color: #852887;
}

.sm-container.io-sm-white > div a{
  color: #FFF;
}

.sm-container > div:hover {
  background-color: #000;
}

.sm-container > div:hover a {
  color: #fff;
}

.sm-container.io-sm-white > div:hover a {
  color: #000;
}


.sm-container > div a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sm-container > div img {
  width: 60%;
  margin: 0 auto;
}

.subscribe-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 40px;
  max-width: 450px;
}

.subscribe-container > input {
  width: 70%;
  border: 2px solid #000;
  padding: 10px !important;
  color: #000;
  outline: none;

}
.subscribe-container > input:first-child {
  border-right: 0 !important;
}


.subscribe-container > input[type=submit],
.subscribe-container button{
  width: 30%;
  border: 3px solid #000;
  background-color: transparent;
  cursor: pointer;
  transition: .2s;
}

.subscribe-container button {
  width: 160px;
  padding: 10px;
}

.subscribe-container > input[type=submit]:hover,
.subscribe-container button:hover{
  background-color: #000;
  color: #fff !important;
}


/*color subscribe */

.subscribe-container.io-sub-red > input,
.subscribe-container.io-sub-red button{
  border: 2px solid #ED2124;
  color: #ED2124 !important;
}

.subscribe-container.io-sub-red > input[type=submit]{
  border: 3px solid #ED2124;
}

.subscribe-container.io-sub-red > input[type=submit]:hover,
.subscribe-container.io-sub-red button:hover{
  background-color: #ED2124;
  color: #fff !important;
}

.subscribe-container.io-sub-orange > input,
.subscribe-container.io-sub-orange button{
  border: 2px solid #F78D1E;
  color: #F78D1E !important;
}

.subscribe-container.io-sub-orange > input[type=submit] {
  border: 3px solid #F78D1E;
}

.subscribe-container.io-sub-orange > input[type=submit]:hover,
.subscribe-container.io-sub-orange button:hover{
  background-color: #F78D1E;
  color: #fff !important;
}

.subscribe-container.io-sub-yellow > input,
.subscribe-container.io-sub-yellow button{
  border: 2px solid #FEEE0B;
  color: #FEEE0B !important;
}

.subscribe-container.io-sub-yellow > input[type=submit] {
  border: 3px solid #FEEE0B;
}

.subscribe-container.io-sub-yellow > input[type=submit]:hover,
.subscribe-container.io-sub-yellow button:hover{
  background-color: #FEEE0B;
  color: #fff !important;
}

.subscribe-container.io-sub-green > input,
.subscribe-container.io-sub-green button{
  border: 2px solid #108241;
  color: #108241 !important;
}

.subscribe-container.io-sub-green > input[type=submit] {
  border: 3px solid #108241;
}

.subscribe-container.io-sub-green > input[type=submit]:hover,
.subscribe-container.io-sub-green button:hover{
  background-color: #108241;
  color: #fff !important;
}

.subscribe-container.io-sub-lightblue > input,
.subscribe-container.io-sub-lightblue button{
  border: 2px solid #2FC2DC;
  color: #2FC2DC !important;
}

.subscribe-container.io-sub-lightblue > input[type=submit] {
  border: 3px solid #2FC2DC;
}

.subscribe-container.io-sub-lightblue > input[type=submit]:hover,
.subscribe-container.io-sub-lightblue button:hover{
  background-color: #2FC2DC;
  color: #fff !important;
}

.subscribe-container.io-sub-blue > input,
.subscribe-container.io-sub-blue button{
  border: 2px solid #3E5EAB;
  color: #3E5EAB !important;
}

.subscribe-container.io-sub-blue > input[type=submit] {
  border: 3px solid #3E5EAB;
}

.subscribe-container.io-sub-blue > input[type=submit]:hover,
.subscribe-container.io-sub-blue button:hover{
  background-color: #3E5EAB;
  color: #fff !important;
}

.subscribe-container.io-sub-purple > input,
.subscribe-container.io-sub-purple button{
  border: 2px solid #852887;
  color: #852887 !important;
}

.subscribe-container.io-sub-purple > input[type=submit] {
  border: 3px solid #852887;
}

.subscribe-container.io-sub-purple > input[type=submit]:hover,
.subscribe-container.io-sub-purple button:hover{
  background-color: #852887;
  color: #fff !important;
}

.subscribe-container.io-sub-white > input,
.subscribe-container.io-sub-white button{
  border: 2px solid #fff;
  color: #000 !important;
}

.subscribe-container.io-sub-white > input[type=submit]{
  border: 3px solid #fff;
  color: #fff !important;
}

.subscribe-container.io-sub-white > input[type=submit]:hover,
.subscribe-container.io-sub-white button:hover{
  background-color: #000;
  color: #fff !important;
}

.footer .footer-subscribe {
  padding: 10px;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-size: .7em;
  width: 130px;
  cursor: pointer;
}

.newsletter-footer {
  display: flex;
  align-items: center;


}

.newsletter-footer p {
  color: #fff;
  margin: 0;
  padding-right: 20px;
}

.subscribe-container.io-sub-white > input[type=submit]:hover {
  background-color: #fff;
  color: #000 !important;
}


.footer .subscribe-container > input[type=submit]:hover,
.footer .footer-subscribe:hover{
  background-color: #fff;
  color: #000 !important;
}

.footer {
  background-color: #000;
  padding-top: 90px;
}

.footer > div {
  max-width: 1300px;
  margin: 0 auto;
}

.footer > div > .col {
  padding: 0 15px;
}

.footer ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer ul > li {
  font-size: .9em;
  padding: 2px 0;
  font-weight: bold;
}

.footer ul > ul > li:first-child > a {
  font-weight: bold;
}

.footer ul > li > a {
  color: #fff;
  text-decoration: none;
  font-family: CircularStdBook, sans-serif;
  font-weight: 300;
}

.address-container {
  color: #636363;
  margin-top: 20px;
}

.address-container p {
  font-size: .9em;
}

.io-divider {
  width: 100%;
  height: 2px;
  background-color: #636363;
  margin: 20px 0;
}

.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #636363;
}

.footer .copyright p {
  width: 100%;
}

.footer .copyright div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .copyright a {
  color: #636363;
  text-decoration: underline;
}

.col-12 {
  padding: 15px;
}

.footer form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .subscribe-container {
  margin: 0;
  max-width: 500px;
}

.footer form p {
  margin-right: 15px;
  color: #fff;
  font-weight: 700;
}

.footer .subscribe-container > input {
  border: 2px solid #fff;
  color: #000;
  font-size: .7em;
  padding: 8px;
}

.footer .subscribe-container > input[type=submit] {
  border: 2px solid #fff;
  color: #fff;
}

.ft-sm-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ft-sm-container p {
  color: #fff;
  font-size: 1.5em;
  padding-right: 20px;
}

.footer .sm-container > div {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 30px;
}

.footer .sm-container > div img {
  width: 70%;
}

/* Event Styling */

.event-header {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  align-items: center;
}

.event-header a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
}

.event-header a img {
  height: 15px;
  margin: 0 10px;
}

.event-title {
  padding: 50px 0;
  letter-spacing: -2px;
}

.hd-sm-container img {
  height: 20px;
  margin-left: 10px;
}

.trailer {
  width: 100%;
}

.event-information {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}

h4 {
  font-family: CircularStdBold, sans-serif;
}

.event-information-guests .person-container {
  margin: 10px;
  width: 100%;
  max-width: 200px;
}

.person-container p {
  margin-bottom: 0;
}

.event-information-guests > div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}

.event-information-guests > div > div > div.wpb_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}

.event-header .wpb_wrapper {
  padding-bottom: 0 !important;
}

.event-information-summary {
  padding: 50px 0;
}

.info p,
.person-container p {
  font-size: .86em;
  margin-bottom: 0;
}

.event-information > div {
  width: 33%;
  padding-right: 20px;
}

.person-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.person-container .img-container {
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
}

.person-container .img-container > img {
  width: 100%;
}

.btn-event-link {
  cursor: pointer;
}

a.btn-event-link, a.btn-event-link :hover {
  text-decoration: none;
}

.btn-event-link > div,
.btn-event-link > a{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 1.1em;
  border: 2px solid #000;
  width: 100%;
  margin-bottom: 20px;
  font-family: CircularStdBold, sans-serif;
}

.btn-event-link > a:hover {
  color: #fff;
  text-decoration: none;
}

.btn-buy-ticket {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

p.date {
  font-family: CircularStdBold, sans-serif;
}

.btn-planner {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

.event-information .info {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.info {
  margin-bottom: 20px;
}

.info p {
  margin-bottom: 0;
}


.stream-text {
  color: #fff;
  background-color: #000;
  padding: 2px;
}

.underline {
  text-decoration: underline;
}

.event-information .person-container img {
  height: 100%;
  width: 100%;
}

.address {
  margin-bottom: 30px;
}

.address p {
  font-family: CircularStdBook, sans-serif;
  margin-bottom: 0;

}

.address a {
  color: #000;
  text-decoration: underline;
}

.gplus-outlook {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 50px;
  width: 100%;
}

.gplus-outlook > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.gplus-outlook span {
  font-family: CircularStdBold, sans-serif;
  text-decoration: underline;
  margin-right: 20px;
}

.gplus-outlook span img {
  margin-left: 5px;
}

.age-rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 50px 0;
  padding: 0 10px;
}

.age-rating img {
  width: 40%;
  margin-right: 30px;
}

.age-rating span {
  font-family: CircularStd, sans-serif;
  line-height: 1.2em;
}

.sponsors > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
}

.sponsors > img {
  max-width: 100%;
  max-height: 100px;
  margin-bottom: 10px;
}

.rec-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0;
}

.rec-event {
  width: 33%;
  padding: 15px;
  margin-bottom: 20px;

}

.rec-image {
  position: relative;
  margin-bottom: 20px;
  /*height: 225px;*/
  overflow: hidden;
}

.rec-image-bg {
  padding-top: 60%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: darkgrey;
}

.rec-image > div {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

.rec-image > div.guest-attendence {
  width: unset;
  right: 42px;
  padding: 0 20px;
}

.rec-image img {
  width: 100% !important;
  height: 100% !important;
}

.rec-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rec-footer > div {
  width: 50%;
}

.rec-footer > .elevent-popup-modal {
  width: 100%;
}

.rec-footer .btn-cta {
  margin-bottom: 0;
}

.rec-event:hover .elevent-popup-modal h4 {
  text-decoration: none;
}

.rec-ft-date p span {
  font-family: CircularStdBold, sans-serif;
}

.rec-ft-date p {
  margin-bottom: 0;
}

.rec-event h4 a {
  color: #000;
}

.rec-event:hover h4 {
  text-decoration: underline;

}

.rec-event .rec-ft-cta:hover {
  color: #fff;
  background-color: #000;
}

.rec-ft-cta {
  transition: .2s;
  max-width: 160px;
  display: flex;
  justify-content: center;
  padding: 5px;
  color: #000;
  border: 3px solid #000;
  width: 100%;
  font-family: CircularStdBold, sans-serif;
  cursor: pointer;
}

/* Event Listings */

.event-filters {
  color: #fff;
  padding: 30px 15px;
  max-width: 1300px;
  margin: 0 auto;
}

.event-filters .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.event-filters .top-section > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 0;
}

.filters > div {
  width: 18%;
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.filters select,
.filters input {
  height: 40px;
  padding: 5px;
  width: 100%;
  border: 2px solid #fff;
  background-color: black;
  color: #fff;
  transition: .2s;
  cursor: pointer;
}

.filters input:hover {
  color: #000;
  background-color: #fff;
}

.filters > div.clear-all {
  width: 10%;
  justify-content: flex-end;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

.max-width-col > div {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.max-width-row {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.max-width-row-nav {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.max-width-row > div {
  padding: 0;
}

.search {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
}

.search input {
  border: none;
  box-shadow: none;
}

.search button {
  color: #fff;
  background-color: #000;
  box-shadow: none;
  border: none;
  outline: none;
}

/*Events Mobile */

@media all and (max-width: 767px) {

  .event-information {
    padding: 25px 0;
  }

  .event-information > div {
    width: 100%;
    margin-bottom: 50px;
  }

  .event-information > .ei-1 {
    width: 60%;
  }

  .event-information > .ei-2 {
    width: 40%;
  }

  .rec-event {
    width: 100%;
    margin-bottom: 50px;
  }

  .event-information-guests .person-container {
    margin-right: 0;
    margin-bottom: 20px;
  }


}

.cta-btn-container {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .subscribe-container {
    width: 100%;
  }

  .subscribe-container > input {
    font-size: .7em;
  }

  .col-12 {
    padding: 15px 0;
  }

  .footer .col-12 {
    padding: 15px;
  }
}

/* Theme Colours */

.io-text-red,
.io-text-red:hover{
  color: #ED2124;
}

.io-text-orange,
.io-text-orange:hover{
  color: #F78D1E;
}

.io-text-yellow,
.io-text-yellow:hover{
  color: #FEEE0B;
}

.io-text-green,
.io-text-green:hover{
  color: #108241;
}

.io-text-lightblue,
.io-text-lightblue{
  color: #2FC2DC;
}

.io-text-blue,
.io-text-blue:hover{
  color: #3E5EAB;
}

.io-text-purple,
.io-text-purple:hover{
  color: #852887;
}

.io-text-white,
.io-text-white:hover{
  color: #fff;
}

.io-card .io-bg-red {
  background-color: #ED2124;
}

.io-card .io-bg-orange {
  background-color: #F78D1E;
}

.io-card .io-bg-yellow {
  background-color: #FEEE0B;
}

.io-card .io-bg-green {
  background-color: #108241;
}

.io-card .io-bg-lightblue {
  background-color: #2FC2DC;
}

.io-card .io-bg-blue {
  background-color: #3E5EAB;
}

.io-card .io-bg-purple {
  background-color: #852887;
}

.btn-cta.io-btn-red {
  border: 2px solid #ED2124;
  color: #ED2124;
}

.btn-cta.io-btn-red:hover {
  background-color: #ED2124;
  color: #fff;
}

.btn-cta.io-btn-orange{
  border: 2px solid #F78D1E;
  color: #F78D1E;
}

.btn-cta.io-btn-orange:hover {
  background-color: #F78D1E;
  color: #fff;
}

.btn-cta.io-btn-yellow{
  border: 2px solid #FEEE0B;
  color: #FEEE0B;
}

.btn-cta.io-btn-yellow:hover {
  background-color: #FEEE0B;
  color: #fff;
}

.btn-cta.io-btn-green{
  border: 2px solid #108241;
  color: #108241;
}

.btn-cta.io-btn-green:hover {
  background-color: #108241;
  color: #fff;
}

.btn-cta.io-btn-lightblue{
  border: 2px solid #2FC2DC;
  color: #2FC2DC;
}

.btn-cta.io-btn-lightblue:hover {
  background-color: #2FC2DC;
  color: #fff;
}

.btn-cta.io-btn-blue{
  border: 2px solid #3E5EAB;
  color: #3E5EAB;
}

.btn-cta.io-btn-blue:hover {
  background-color: #3E5EAB;
  color: #fff;
}

.btn-cta.io-btn-purple{
  border: 2px solid #852887;
  color: #852887;
}

.btn-cta.io-btn-purple:hover {
  background-color: #852887;
  color: #fff;
}

.btn-cta.io-btn-black{
  border: 2px solid #000;
  color: #000;
}

.btn-cta.io-btn-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-cta.io-btn-reverse,
input[type="submit" i]:disabled{
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
}

.btn-cta.io-btn-reverse:hover,
input[type="submit" i]:disabled{
  background-color: transparent;
  color: #000;
}

.io-card.acc-content.io-bg-red .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #ED2124;
  border-top: 2px solid #ED2124;
}

.io-card.acc-content.io-bg-red  .card-header.collapsed,
.io-card.acc-content.io-bg-red .card-header .acc-trigger > div > div {
  background-color: #ED2124;
}

.io-card.acc-content.io-bg-red .card-header,
.io-card.acc-content.io-bg-red  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-red  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-red .card-header h6 {
  color: #ED2124;
}

.io-card.acc-content.io-bg-orange .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #F78D1E;
  border-top: 2px solid #F78D1E;
}

.io-card.acc-content.io-bg-orange  .card-header.collapsed,
.io-card.acc-content.io-bg-orange .card-header .acc-trigger > div > div {
  background-color: #F78D1E;
}

.io-card.acc-content.io-bg-orange .card-header,
.io-card.acc-content.io-bg-orange  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-orange  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-orange .card-header h6 {
  color: #F78D1E;
}

.io-card.acc-content.io-bg-yellow .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #FEEE0B;
  border-top: 2px solid #FEEE0B;
}

.io-card.acc-content.io-bg-yellow  .card-header.collapsed,
.io-card.acc-content.io-bg-yellow .card-header .acc-trigger > div > div {
  background-color: #FEEE0B;
}

.io-card.acc-content.io-bg-yellow .card-header,
.io-card.acc-content.io-bg-yellow  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-yellow  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-yellow .card-header h6 {
  color: #FEEE0B;
}

.io-card.acc-content.io-bg-green .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #108241;
  border-top: 2px solid #108241;
}

.io-card.acc-content.io-bg-green  .card-header.collapsed,
.io-card.acc-content.io-bg-green .card-header .acc-trigger > div > div {
  background-color: #108241;
}

.io-card.acc-content.io-bg-green .card-header,
.io-card.acc-content.io-bg-green  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-green  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-green .card-header h6 {
  color: #108241;
}

.card-body .vc_row .vc_column_container>.vc_column-inner {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.card-body .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.io-card .card-body {
  padding: 35px 15px;
}

.card-body .vc_column-inner > .wpb_wrapper {
  padding: 15px 0;
}

.io-card.acc-content.io-bg-lightblue .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #2FC2DC;
  border-top: 2px solid #2FC2DC;
}

.io-card.acc-content.io-bg-lightblue  .card-header.collapsed,
.io-card.acc-content.io-bg-lightblue .card-header .acc-trigger > div > div {
  background-color: #2FC2DC;
}

.io-card.acc-content.io-bg-lightblue .card-header,
.io-card.acc-content.io-bg-lightblue  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-lightblue  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-lightblue .card-header h6 {
  color: #2FC2DC;
}

.io-card.acc-content.io-bg-blue .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #3E5EAB;
  border-top: 2px solid #3E5EAB;
}

.io-card.acc-content.io-bg-blue  .card-header.collapsed,
.io-card.acc-content.io-bg-blue .card-header .acc-trigger > div > div {
  background-color: #3E5EAB;
}

.io-card.acc-content.io-bg-blue .card-header,
.io-card.acc-content.io-bg-blue  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-blue  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-blue .card-header h6 {
  color: #3E5EAB;
}

.io-card.acc-content.io-bg-purple .card-header {
  padding: 0 15px;
  border-bottom: 2px solid #852887;
  border-top: 2px solid #852887;
}

.io-card.acc-content.io-bg-purple  .card-header.collapsed,
.io-card.acc-content.io-bg-purple .card-header .acc-trigger > div > div {
  background-color: #852887;
}

.io-card.acc-content.io-bg-purple .card-header,
.io-card.acc-content.io-bg-purple  .card-header.collapsed .acc-trigger > div > div{
  background-color: #fff;
}

.io-card.acc-content.io-bg-purple  .card-header.collapsed h6 {
  color: #fff;
}
.io-card.acc-content.io-bg-purple .card-header h6 {
  color: #852887;
}

/* Custom VC CSS*/

.background-right > div,
 .background-right.vc_row-has-fill{
   background-position: right top !important;
 }

.background-left > div,
.background-left.vc_row-has-fill{
  background-position: left top !important;
}

.background-top-center > div,
.background-top-center.vc_row-has-fill{
  background-position: center top !important;
}

.background-center > div,
 .background-center.vc_row-has-fill{
   background-position: center !important;
 }

.background-center-left > div,
.background-center-left.vc_row-has-fill{
  background-position: left center !important;
}

.background-center-right > div,
.background-center-right.vc_row-has-fill{
  background-position: right center !important;
}

.background-right-bottom > div,
.background-right-bottom.vc_row-has-fill{
  background-position: right bottom !important;
}

.background-center-bottom > div,
.background-center-bottom.vc_row-has-fill{
  background-position: center bottom !important;
}

.background-left-bottom > div,
.background-left-bottom.vc_row-has-fill{
  background-position: left bottom !important;
}

.vc_column-inner > .wpb_wrapper {
  padding: 35px 0;
}

.vc_row .vc_column_container>.vc_column-inner {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right:15px;
  padding-top: 0;
}

vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}

.vc_row .no-padding.vc_column_container >.vc_column-inner,
.vc_row .no-padding.vc_column_container >.vc_column-inner > .wpb_wrapper {
  padding-bottom: 35px;
  padding-top: 0;
}

.vc_row .vc_column_container.vc_col-sm-6 > .vc_column-inner {
  padding-left: 0;
  padding-right: 15px;
}

.row-no-padding > .vc_column-inner {
  padding: 0 !important;
}

.vc_column-inner > .wpb_wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
  max-width: 650px;
  padding: 35px 15px 0;
}

.vc_row.wpb_row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.vc_col-sm-2 {
  max-width: 260px;
}

.vc_col-sm-4 {
  /*max-width: 462px;*/
  max-width: 444px;
}

.vc_col-sm-1 {
  max-width: 108px;
}

.vc_col-sm-11 {
  max-width: 1192px;
}

.vc_col-sm-5 {
  /*max-width: 462px;*/
  max-width: 542px;
}

.vc_col-sm-7 {
  max-width: 758px;
}

.vc_col-sm-8 {
  /*max-width: 968px;*/
  max-width: 873px;
}

.vc_col-sm-3 {
  /*max-width: 350px;*/
  max-width: 350px;
}

.vc_col-sm-9 {
  /*max-width: 1050px;*/
  max-width: 975px;
}

.vc_col-sm-10 {
  max-width: 1070px;
}

.vc_col-sm-8 .vc_column-inner > .wpb_wrapper {
  max-width: 938px;
}

.vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
  max-width: 462px;
}

.vc_col-sm-8 .vc_column-inner > .wpb_wrapper {
  max-width: 938px;
}

.vc_row.wpb_row > .vc_column_container:first-child .vc_column-inner > .wpb_wrapper {
  margin: 0 0 0 auto;
}

.vc_row.wpb_row > .vc_column_container:last-child .vc_column-inner > .wpb_wrapper {
  margin: 0 auto 0 0;
}

.vc_col-sm-6 p {
  max-width: 400px;
}

.vc_col-sm-12 p {
  max-width: 95%;
}
.vc_row.wpb_row > .vc_column_container.vc_col-sm-12:first-child .vc_column-inner > .wpb_wrapper,
.vc_row.wpb_row > .vc_column_container.vc_col-sm-12:last-child .vc_column-inner > .wpb_wrapper {
  margin: 0 auto;
}

.row-no-padding .vc_column-inner > .wpb_wrapper {
  max-width: unset;
}

.row-no-padding .vc_column-inner > .wpb_wrapper,
.row-no-padding > div > .vc_column-inner {
  padding: 0 !important;
}

p {
  max-width: 95%;
}

.vc_column_container>.vc_column-inner {

}

@media all and (max-width: 1400px) {
  .vc_row .vc_column_container.vc_col-sm-8 > .vc_column-inner {
    padding-left: 15px !important;
  }
}

.align-end.vc_column_container .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.align-end .cta-btn-container {
  margin-top:0;
}

.banner-height {
  min-height: 400px !important;
}

@media all and (max-width: 767px) {
  .vc_column-inner > .wpb_wrapper {
    padding: 0 2%;
  }

  .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
    padding: 15px 0;
  }

  .vc_row .vc_column_container.vc_col-sm-6 > .vc_column-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-4,
  .vc_col-sm-3,
  .vc_col-sm-1,
  .vc_col-sm-2,
  .wpb_wrapper{
    max-width: unset !important;
  }
}

.vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.io-card .card-body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.io-card .card-body > div {
  width: 100%;
}

.vc_row-fluid.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

p a {
  text-decoration: underline;
}

.vc_row .vc_column_container.vc_col-sm-8 >.vc_column-inner {
  padding-left: 0;
}

.io-card.acc-content .card-body {
  justify-content: flex-start;
}

.io-video-container {
  margin-bottom: 20px;
}

.io-video-container img {
  width: 100%;
}

.iframe-modal iframe {
  width: 100%;
}

.iframe-modal .modal-dialog {
  max-width: 1200px;
}

.iframe-modal.modal .modal-dialog {
  width: 90%;
  margin: 10vh auto;
  height: 80vh;
  transform: translateY(0);
}

.iframe-modal.modal.safari .modal-dialog {
  margin: 10% auto;
  height: 80%;
}

.iframe-modal.modal .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 100%;
}

.iframe-modal.modal .modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  border: none;
}

.iframe-modal.modal .modal-header > div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.iframe-modal.modal .modal-header img {
  width: 25px;
  margin-bottom: 20px;
}

.iframe-modal.modal .modal-body {
  padding: 0;
  height: 80%;
  width: 100%;
  display: flex;
}

.iframe-modal.modal .modal-body img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}

.iframe-modal.modal .modal-footer {
  border: none;
  padding: 17px 0 0;
}

.iframe-modal.modal p {
  color: white;
  font-size: 22px;
  text-align: left;
  font-family: AzoSans-Regular, sans-serif;
  line-height: 1.4;
  margin-bottom: 0;
}

.iframe-modal.modal .arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.iframe-modal.modal .arrow-container.prev {
  left: -7vw;
}

.iframe-modal.modal .arrow-container.next {
  right: -7vw;
}

.iframe-modal.modal .close-container {
  position: absolute;
  top: -20px;
  right: 0;

}

.iframe-modal-modal button,
.iframe-modal-modal button:hover{
  cursor: pointer;
  outline: none;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: .99;
}

/*festival-nav */

.navbar.festival-nav {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.nav-divider {
  width: 100%;
  height: 1px;
  background-color: black;
}

.festival-nav li.nav-item.dropdown {
  /*width: 17%;*/
}

.share-nav img {
  height: 20px;
  color: #fff;
}

.festival-nav .custom-nav.custom-b-nav {
  align-items: center;
  padding: 20px 0;
}

.festival-nav .dropdown-menu {
  top: 55px;
}

.festival-nav .btn-cta {
  margin-bottom: 0;
}

.festival-nav .custom-nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.festival-nav .custom-nav h3 {
  margin-bottom: 0;
}

.festival-nav .custom-nav p span {
  margin-bottom: 0;
  font-size: 1.3em;
}

.festival-nav li.nav-item.dropdown.btn-cta {
  width: 100%;
}

.dropdown-menu .yr-link  .dropdown-item {
  padding: 10px 0;
}

.festival-nav li.nav-item.dropdown.btn-cta > a {
  padding: 0;
}

.festival-nav .navbar-container {
  display: flex;
  justify-content: space-between;
}

.festival-nav .navbar-container > div {
  width: 80%;
}

.navbar-container .nav-right {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 20%;
  border-left: 1px solid #000;
}

.festival-nav .navbar-container .nav-right {
  width: 20%;
}

.navbar-container .nav-right > div {
  margin-left: 10px;
  /*width: 20%;*/
  cursor: pointer;
}

.my-account > a,
.my-account > li > a{
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.my-account > li {
list-style: none;
}

.navbar-container .nav-right img {
  height: 20px;
}

body.font-large {
  font-size: 1.5rem !important;
}



body.font-large h6 {
  font-size: 1.5rem !important;
}

/*
body.contrast-dark {
  background-color: #0e0e0e !important;
  color: #fff;
}

body.contrast-dark .navbar-nav > li > a {
  color: #fff;
}
*/
body.contrast-dark .io-card .card-header {
  background-color: #0e0e0e !important;
}

body.contrast-dark .btn-cta {
  border: 2px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
}

body.contrast-dark .btn-cta:hover {
  border: 2px solid #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}

body.contrast-dark p {
  color: #000 !important;
}

body.contrast-dark .io-card .card-header {
  background-color: #000 !important;
  border: 2px solid #000 !important;
}

/*
body.contrast-dark .vc_col-has-fill div {
  background: transparent !important;
}*/

body.contrast-dark h1,
body.contrast-dark h2,
body.contrast-dark h3,
body.contrast-dark h4,
body.contrast-dark h5,
body.contrast-dark h6,
body.contrast-dark p{
  color: #000 !important;
}

body.contrast-dark h1 {
  color: #fff !important;
}

body.contrast-dark .io-card.acc-content  .card-header.collapsed {
  background-color: #000!important;
  color: #fff !important;
}

body.contrast-dark .io-card.acc-content .card-header h6 {
  color: #fff !important;
}

body.contrast-dark .io-card.acc-content .card-header {
  background-color: #000!important;
  color: #fff !important;
}

body.contrast-dark .io-card.acc-content .card-header .acc-trigger > div > div {
  background-color: #fff !important;
}

body.contrast-dark .vc_row.vc_row-has-fill {
  background-color: #fff !important;
}

body.contrast-dark .subscribe-container > input {
  border-color: #000 !important;
}

body.contrast-dark .subscribe-container > input[type=submit] {
  background-color: #000 !important;
  color: #fff !important;
}

body.contrast-dark .subscribe-container > input[type=submit]:hover {
  background-color: #fff !important;
  color: #000 !important;
}

body.contrast-dark .wpb_wrapper a {
  color: #000 !important;
}

body.contrast-dark .yr-link p {
  color: #fff;
}

body.contrast-dark .sm-container > div {
  border-color: #000 !important;
}

body.contrast-dark .sm-container > div:hover {
  background-color: #000 !important;
}

body.contrast-dark .wpb_wrapper .sm-container > div:hover  a{
 color: #fff !important;
}

body.contrast-dark .footer p,
body.contrast-dark .card-header h6{
  color: #fff !important;
}

/*
.io-card.acc-content .card-header h6 {
  color: #fff;
} */

.nav-date p {
  margin: 0;
}

.play-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}

.play-container img {
  height: 50%;
  width: auto;
  max-height: 300px;
  position: relative;
}

.wp-video-popup {
  position: relative;
}

.wp-video-popup.io-video-popup-settings {
  padding-top:56.25%;
  background-size: cover;
  background-position: center;
}

.rec-event .excerpt {
  min-height: 145px;
}

button.elevent-nav-button {
  color: #000 !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  background-color: #fff;
  transition: .2s;
}

button.elevent-nav-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.elevent-modal-close-button {
  background-color: #000 !important;
  border-radius: 0 !important;
  border: 1px solid #000;
  transition: .2s;
  cursor: pointer;
}

.elevent-modal-close-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.elevent-nav-link {
  color: #000 !important;
}

.elevent-modal-footer,
.elevent-modal-header{
  padding: 5px;
}

.custom-select {
  position: relative;
  padding: 10px 0;
  border: none;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #fff;
  width: 100%;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 20px;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateY(-5px);
  -webkit-transform: rotate(45deg) translateY(-3px);
  /*
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
*/

  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;

}

.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #000 transparent;*/
  top: 18px;
  border-width: 3px 0 0 3px;
}

.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 700px;
  overflow-y: auto;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #000;
  color: #fff;
}

.same-as-selected {
  color: #fff !important;
}

.submit-container {

}

.submit-container > input {
  width: 100px;
  margin-right: 20px;
}

.submit-container a {
  color: #fff;
}

.search > input {
  padding: 8px 16px;

}

.past-event-search > input {
  border: 2px solid #fff;
}

.past-event-search > input[type=submit] {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  transition: .2s;
}

.past-event-search > input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

.sort-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.sort-container > a {
  height: 40px;
  border: 3px solid #fff;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sort-container > a img {
  height: 70%;
}

.sort-container > a.selected {
  background-color: #fff;
}
/*
.elevent-modal-box {
  border-radius: 0;
}

.elevent-modal-box__content {
  padding: 1rem !important;
}*/

@media (min-width: 769px) {
  .elevent-frame-container {
    min-height: calc(95vh - 187px);
    display: block;
  }
}

.pop-up-sub {
  padding: 45px 15px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 700px;
}

.pop-up-sub h1 {
  margin-bottom: 20px;
  text-align: center;
}

.pop-up-sub p {
  margin-bottom: 40px;
  font-size: 1.4em;
  text-align: center;
}

.pop-up-sub form p {
  margin-bottom: 10px;
}

.pop-up-sub form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}

.pop-up-sub form input {
  width: 100%;
  margin-bottom: 20px;
}

.pop-up-sub form input[type=email]:disabled,
.pop-up-sub form input[type=text]:disabled {
  background: #fff;
  border: 2px solid rgb(238,238,238);
}

.pop-up-sub form input[type=email],
.pop-up-sub form input[type=text]{
  padding: 15px 20px;
}

.pop-up-sub form input[type=submit],
input[type="submit" i]:disabled{
  margin-bottom: 0;
  cursor: pointer;
}

@media all and (max-width: 767px) {

  .pop-up-sub h1 {
    font-size: 1.6em;
  }

  .pop-up-sub p {
    margin-bottom: 30px;
    font-size: 1em;
  }

  .pop-up-sub form input[type=email],
  .pop-up-sub form input[type=text]{
    padding: 10px 12px;
    font-size: .8em;
  }

  .pop-up-sub form input[type=submit],
  input[type="submit" i]:disabled{
    padding: 10px 12px;
    font-size: .8em;
  }
/*
  .sgpb-popup-dialog-main-div-theme-wrapper-1 {
    top: 5px !important;
  }
*/
  .sgpb-content {
    max-height: calc(100vh - 5px) !important;
  }
}

@media all and (max-height: 500px)and (orientation: landscape) {
  .sgpb-popup-dialog-main-div-theme-wrapper-1 {
    top: 5px !important;
  }

  .sgpb-content {
    max-height: calc(100vh - 5px) !important;
  }

  .pop-up-sub h1 {
    font-size: 1.6em;
  }

  .pop-up-sub p {
    margin-bottom: 30px;
    font-size: 1em;
  }

  .pop-up-sub form input[type=email],
  .pop-up-sub form input[type=text]{
    padding: 10px 12px;
    font-size: .8em;
  }

  .pop-up-sub form input[type=submit],
  input[type="submit" i]:disabled{
    padding: 10px 12px;
    font-size: .8em;
  }
}


  .sgpb-popup-close-button-1 {
  bottom: unset !important;
  top: 20px;
  right: 20px !important;
}

.sgpb-popup-dialog-main-div {
  border: 0;
}

.sgpb-theme-1-content {
  border-bottom-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media all and (max-width: 992px) and (orientation : portrait) {
  .custom-banner .banner {
    min-height: calc(100vh - 170px) !important;
  }
}

@media all and (max-width: 992px) and (orientation : landscape) {
  .custom-banner .banner {
    min-height: calc(100vh - 170px) !important;
  }
}

@media all and (max-width: 500px) {
  .custom-banner {
    background-image: url('images/org_banner_mobile_vert.jpg');
    background-size: 100% 100%;
  }

  .custom-banner .banner {
    min-height: calc(100vh - 170px) !important;
  }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
  .custom-banner {
    background-image: url('images/org_banner_tablet_vert.jpg');
    background-size: 100% 100%;
  }

  .custom-banner .banner {
    min-height: calc(100vh - 170px) !important;
  }
}

.text-size.hide {
  display: none;
}

.btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.btn-wrapper.btn-wrapper-center {
  justify-content: center;
}

.btn-wrapper.btn-wrapper-right {
  justify-content: flex-end ;
}


/* Mobile Nav */

.mobile-controls {
  display: none;
}

.cta-mobile {
  display: none !important;
}

@media all and (max-width: 992px) {

  .mobile-controls {
    display: flex;
    background-color: #fff;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler {
    border-color: transparent;
  }

  .navbar-brand img,
  .navbar-brand.fest-logo > img{
    height: 60px;
  }

  .custom-nav {
    flex-wrap: wrap;
  }

  .custom-nav > div {
    width: 100%;
  }

  .custom-bottom-nav > li.nav-item.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative !important;
  }


  i.arrow.mobile-arrow {
    display: block;
  }

  i.arrow.desktop-arrow {
    display: none;
  }

  .org-site.custom-nav > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fest-nav.custom-nav > div {
    display: none;
  }

  .fest-nav.custom-nav > div.show {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .fest-nav.custom-nav > div.show > div {
    width: 100%;
  }

  .custom-nav > div:first-child div {
    padding: 10px 0;
  }

  .whats-on-cta > div.yr-link {
    width: 100%;
  }

  li.nav-item.dropdown .whats-on-cta .yr-link {
    padding: 0 0 0 15px;
    text-align: left;
    border: none;
  }

  li.nav-item.dropdown .whats-on-cta .yr-link > a {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
  }

  .whats-on-cta {
    flex-wrap: wrap;
    width: 100%;
  }



  .navbar-container > div {
    width: 100%
  }

  .nav-top > div {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-top > div:first-child > div {
    padding: 10px 0;
    display: flex;
    margin: 0 auto;
  }

  .dropdown-menu.full-width {
    padding: 10px 0;
  }

  .custom-bottom-nav > li.nav-item.dropdown {
    width: 100%;
  }

  .navbar-nav > li > a {
    text-align: left;
  }

  .navbar-container {
    flex-direction: column-reverse;
    flex-wrap: unset;
    overflow: scroll;
    height: calc(100vh - 100px);
    justify-content: space-between;
  }

  .nav-top ul {
    width: 100%;
  }

  .navbar-collapse {
    background-color: #fff;
  }

  .navbar-collapse.collapsing {
    position: absolute;
    top: 0;
    left: 0;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 5000;
    min-height: 100vh;
  }

  .yr-link {
    font-size: .8em;
    width: 100%;
    max-width: unset;
    text-decoration: underline;
  }

  .yr-link p {
    display: none;
  }

  .custom-bottom-nav {
    /*border-top: 1px solid #fff;*/
  }

  .mobile-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
  }

  .custom-icon {
    width: 40px;
    padding: 30px 0 25px;
  }

  .custom-icon > div {
    width: 30px;
    height: 2px;
    background-color: #000;
    padding: 0 !important;

  }

  .custom-icon > div:first-child {
    transform: rotate(45deg);
  }

  .custom-icon > div:last-child {
    transform: rotate(-45deg) translateX(2px) translateY(-1px);
  }

  .navbar-nav > li {
    padding: 15px 10px;
  }

  .navbar-nav > li > a {
    color: #fff;
  }

  .nav-top .btn-cta.btn-nav-cta, .nav-top .btn-cta.btn-nav-cta:hover {
    border-color: #fff;
    color: #fff;
    margin: 5px;
  }

  .mobile-controls .acc-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }


  .mobile-controls .acc-controls > div {
    margin-left: 20px;
    /* width: 20%; */
    cursor: pointer;
  }

  .mobile-controls .acc-controls img {
    height: 20px;
  }

  .navbar-container .nav-right {
    display: none;
  }

  .navbar {
    padding-bottom: 20px;
  }

  /* festival */

  .festival-nav .navbar-container > div {
    width: 100%;
  }

  .festival-nav li.nav-item.dropdown {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative !important;
  }

  .festival-nav li.nav-item.dropdown .yr-link {
    padding: 0 30px;
  }

  .festival-nav .navbar-container .nav-right {
    display: none;
  }

  .nav-date {
    display: none;
  }

  .nav-date h3
  {
    font-size: .9em;
  }
  .nav-date p{
    font-size: .8em;
  }

  .cta-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-mobile > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .festival-nav .btn-cta.btn-nav-cta,
  .festival-nav .btn-cta.btn-nav-cta:hover {
    border: 2px solid #fff;
    color: #fff;
    margin: 5px;
  }

  .fest-nav.custom-nav > div.show .navbar-container,
  .fest-nav.custom-nav > div.show .menu-tor-container{
    padding: 0;
  }

  .cta-mobile .share-nav-mobile > .a2a_default_style,
  .cta-mobile .share-nav-mobile > .a2a_default_style >  div {
    padding: 0;
  }

  .cta-mobile .share-nav-mobile > p {
    color: #fff;
    margin: 0;
  }

  .nav-divider {
    display: none;
  }

  .banner > .prompt {
    bottom: 15px;
  }

  .elevent-modal {
    z-index: 9000;
    padding-top: 0;
  }

  .elevent-modal-box__content {
    padding: 0 !important;
  }

  .cta-desktop {
    display: none !important;
  }

  .festival-nav .navbar-brand {
    margin-right: 10px;
  }

  .vc_row .vc_column_container.vc_col-sm-6 > .vc_column-inner {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

}

.schedule .rec-event {
  width: 100%;
  padding: 25px 15px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.schedule .rec-event > div {
  width: 100%;
}

.schedule .rec-event .excerpt {
  min-height: unset;
  margin-bottom: 0;
}

.schedule-title {
  padding: 20px 0;
  text-align: center;
  border-bottom: 3px solid #000;
}

.schedule .rec-footer > div:first-child {
  width: 60%;
}
.schedule .rec-footer > div.rec-ft-cta {
  width: 40%;
}

.slick-active .schedule-title {
  border-left: 1px solid #000;
}

.slick-current.slick-active .schedule-title {
  border-left: none;
}

.slick-arrow {
  position: absolute;
  top: 0;
}

.slick-arrow {
  position: absolute;
  top: 20px;
  z-index: 3;
}

.slick-arrow {
  height: 25px;
  cursor: pointer;
}

.slick-next {
  right: 0;
}
.slick-arrow.slick-disabled {
  display: none !important;
}

.schedule .rec-event {
  border-bottom: 2px solid #000;
}

.schedule.load {
  opacity: 0;
}

/*Share Button*/
.festival-nav .dropdown-menu.share-nav {
  top:45px;
  left:-2px;
  min-width: unset;
  width: 75px !important;
  padding: 0 10px;
}

.btn-cta.btn-nav-cta.btn-share {
  min-width: unset;
  width: 75px !important;
}

.festival-nav .share-fr .dropdown-menu.share-nav {
  top:45px;
  left:-2px;
  min-width: unset;
  width: 150px !important;
  padding: 0 10px;
}

.btn-cta.btn-nav-cta.btn-share.share-fr {
  min-width: unset;
  width: 150px !important;
}

.a2a_default_style .a2a_svg {
  background-color: rgba(0,0,0,0) !important;
}

.share-nav .a2a_default_style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.share-nav .a2a_default_style a {
  padding: 10px 0;
}

.whats-on-cta {
  display: flex;
  width: 90%;
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px;
}

.whats-on-cta .yr-link a {
  font-size: 1em;
}

.yr-link.whats-on-cta-start {
  width: 50%;
  text-align: center;
  border-right: 1px solid #fff;
}

.yr-link.whats-on-cta-end {
  width: 50%;
  text-align: center;
}

.wpb_single_image.full-width,
.wpb_single_image.full-width .wpb_wrapper,
.wpb_single_image.full-width .wpb_wrapper .vc_single_image-wrapper,
.wpb_single_image.full-width .wpb_wrapper .vc_single_image-wrapper img{
  width: 100%;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.mejs-container {
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}
video.wp-video-shortcode {
  position: relative;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mejs-controls {
  display: none;
}
.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.div-no-margin {
  margin-bottom: 0 !important;
}

.sponsor-img .wpb_wrapper img {
  width: 100%;
  max-width: 190px;
}

.sm-container a {
  text-decoration: none;
}

i.fab {
  font-size: 18px;
}

@media all and (max-width: 676px) {
  .footer .copyright {
    flex-wrap: wrap;
  }
  .footer .copyright div {
    width: 100%;
    justify-content: space-between;
  }

  .ft-sm-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .footer .sm-container {
    justify-content: center;
  }

  .footer .sm-container > div {
    margin: 10px;
  }
}


.sgpb-theme-1-overlay {
  background: none;
}

i {
  border: none;
  padding: 0;
  margin: 0;
}

.whats-on-cta .yr-link {
  max-width:unset;
}

@media all and (max-width:992px) {
  .dropdown-menu.full-width.year-round.fest .whats-next {
    display: none;
  }

  .dropdown-menu.full-width.year-round {
    padding: 10px 0;
  }

  .dropdown-menu .yr-link  .dropdown-item {
    max-width: 200px;
  }

}

.menu-link,
.menu-link:hover{
  color: #fff;
  text-decoration:none;
}

@media (min-width:769px) {
/*  .elevent-modal-box {
    min-height: 95vh;
    height: unset;
  }*/
}

.background-overlay {
  position: relative;
}

.background-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  display: block !important;
}

/*Thurs May 2*/

.content-center > div {
  display:flex;
  align-items: center;
  justify-content: center;
}

.footer .copyright div {
  width: 50%;
}

.footer .copyright div:last-child {
  justify-content: flex-end;
}

.footer .copyright div p{
  width: unset;
}

@media all and (max-width: 1050px) {
  .ft-sm-container {
    flex-direction: column;
  }
}

@media all and (max-width: 992px) {
  .navbar-nav > li > span {
    color: #fff;
  }

  .vc_column-inner > .wpb_wrapper {
    padding: 35px 0 !important;
  }

  .footer-nav > ul {
    padding-right: 10px;
  }

  .card-body .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .card-body .vc_row .vc_column_container>.vc_column-inner {
    padding-right: 0;
  }

  .vc_row .vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
  }
  /*
  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
  } */

  .io-card .wpb_wrapper ul {
    padding: 0;
  }

  .banner > .prompt {
    left: 43%;
  }

  .card-body .vc_row .vc_column_container.vc_col-sm-6 > .vc_column-inner {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .footer {
    padding: 35px 15px;
  }

  .address-container p {
    text-align: center;
  }

  .subscribe-container > input {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .io-card .card-body {
    padding: 0 15px;
  }

  .card-body .vc_column-inner > .wpb_wrapper,.io-card.acc-content .card-body .wpb_wrapper {
    padding: 35px 0 !important;
  }

  .event-filters .top-section {
    justify-content: center;
    flex-wrap: wrap;
  }

  .event-filters .top-section h1 {
    text-align:center;
    margin-bottom: 20px;
  }

  .filters {
    flex-wrap:wrap;
  }

  .filters > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 500px) {
  .footer .copyright div,
  .footer .copyright div:last-child{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer .copyright div p {
    margin-bottom: 0;
  }

  .dropdown-menu.full-width {
    margin-top: 5px;
  }
}

.navbar .max-width-row {
  width: 100%;
}

@media all and (max-width: 992px) {
  .navbar .max-width-row {
    width: 90%;
  }

  .mobile-menu-open {
    overflow: hidden;
    max-height: 100vh;
  }

  .custom-nav .navbar-collapse.show .navbar-container,
  .custom-nav .navbar-collapse .navbar-container{
    min-height: calc(100vh - 100px);
    height: unset;
    margin-top: 100px;
  }

  .custom-nav .mobile-controls {
    position: fixed;
    z-index: 9000;
    width: 100%;
  }

  .custom-nav .navbar-collapse.show {
    height: 100vh;
    overflow: auto;
  }
}

/* NAV SEARCH*/

.nav-search {
  position: fixed;
  width: 100%;
  padding: 4em 15px;
  top: 0;
  background-color: #000;
  z-index: 6001;
  transform: scale(1,0);
  transform-origin: top left;
  transition: .2s;
  display: block;
}

.nav-search.show {
  transform: scale(1,1);
}

.nav-search >div {
  max-width: 1300px;
  margin:0 auto;
}

.nav-search .siq-expandwdgt-cont {
  width: 80%;
}

.nav-search > div >div {
  display: flex;
  justify-content: space-between;
}
.nav-search input {
  background-color: #000;
  border: 0;
  box-shadow: none;
  font-size: 1.5em;
  width: 100%;
  height: 62px;
  color: #fff;
  outline: none;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}

.nav-search form {
  width: 100%;
}

.nav-search img {
  height: 42px;
  margin-right: 20px;
  margin-top: 3px;
}

.search-controls {
  display: flex;
}

.nav-search input::placeholder { /* Firefox, Chrome, Opera */
  color: #fff;
}

.nav-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.nav-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

body #siq_searchIndexResult {
  position: absolute!important;
}

body #siq_searchIndexResult .sectionHead {
  display: none !important;
}

body #siq-searchResultItems {
  border: 0 !important;
  border-radius: 0 !important;
}

body .holdResults._siq_main_searchbox ul li a h3 {
  padding: 10px 0 !important;
}

body .holdResults._siq_main_searchbox .topArrow {
  display: none!important;
}

/*MOBILE: SEARCH */

@media all and (max-width: 767px) {
  .nav-search > div > div {
    flex-wrap: wrap;
  }

  .nav-search .siq-expandwdgt-cont {
    width: 100%;
  }

  .nav-search {
    padding: 0;
  }

  .nav-search > div >div:first-child {
    padding: 20px 0;
    background-color: #da2a56;
    /*align-items: center;*/
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .nav-search > div >div:first-child .close-trigger {
    margin-right: 15px;
  }

  .nav-search input {
    padding: 0 15px;
  }

}

.close-trigger {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.close-trigger.menu-control {
  height: 35px;
  width: 35px;
}

.close-trigger > div{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.close-trigger > div:first-child {
  transform: rotate(45deg);
}

.close-trigger > div:last-child {
  transform: rotate(-45deg);
}


/** SEARCH RESULT PAGE **/

#siq_search_results div input {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000 !important;
  font-size: 1.5em !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;

}

#siq_search_results .srch-poweredbysiq {
  display: none;
}

.siq_searchTop {
  padding: 0 0 40px !important;
}

#siq_search_results .siq-show-result div {
  font-size: 1.2em !important;
}

#siq_search_results .siq-show-result div span {
  color: #000 !important;
}

#siq_search_results .siq-sort-results ul li a {
  font-size: 1.2em !important;
}

#siq_search_results .siq-sort-results ul li.selected a{
  color: #000 !important;
}

#siq_search_results .search-results-R div.search-results-title a em {
  background-color: #000 !important;
  color: #fff !important;
}

#siq_search_results ._siq_pagination a.active.next, #siq_search_results ._siq_pagination a.active.prev {
  color: #000!important;
}

/*MOBILE: SEARCH RESULTS PAGE*/

@media all and (max-width: 767px) {
  #siq_search_results table.siq_data_table td.imageTd {
    display: none;
  }

  body #siq_search_results .search-results-R div.search-results-title a, body #siq_search_results .siq-ads h2.srch-sponsored-title a, #siq_search_results div.siq-prodfacet-contR div.siq-prdrslts-row div.siq-prdrslts-box a.siq-prdbx div.siq-prdtls h3 {
    font-size: 18px !important;
  }
}

form.ott-search {
  display: flex;
}

form.ott-search > button {
  opacity: 0;
}

form.ott-search > input {
  width: 90%;
  height: 50px;
}

#newsletter_modal .modal-content {
  border-radius: 0;
}

.event-tab-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.e-tab-nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.e-tab-nav-item {
  padding: 15px 20px;
  cursor: pointer;
  border: 1px solid #000;
}

.e-tab-nav-item h4 {
  margin-bottom: 0;
}

.e-tab-nav-item.active {
  color: #fff;
  background-color: #000;
}

.e-tab-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.e-tab-content-item {
  width: 100%;
  padding: 25px 0;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.e-tab-content-item.active {
  display: flex;
}


.ce-logo-container {
  padding: 20px 0 0;
}

.ce-logo-container img {
  height: 40px;
}

.ce-header-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px 0;
}

.ce-header {
  width: 450px;
}

.ce-header h1 {
  color: #fff;
  margin: 0;
  width: 95%;
}

.ce-description {
  width: calc(100% - 650px);
}

.ce-description p {
  color: #fff;
  margin: 0;
}

.ce-cta-container {
  width: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.ce-custom-select .select-selected {
  background-color: #fff;
  width: 100%;
  border: 2px solid #000;
}


.ce-custom-select .select-items div{
  color: #fff;
  background-color: #000;
}

.ce-custom-select .select-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 700px;
  overflow-y: auto;
}

.ce-submit-container > input[type=submit] {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  cursor: pointer;
  transition: .2s;
  padding: 10px 20px;
  margin-right: 10px;
}

.ce-submit-container > input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

.ce-filters {
  color: #fff;
  padding: 30px 0;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ce-dropdown-filters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
}

.ce-submit-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
}

.ce-dropdown-filters .custom-select {
  width: 200px;
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.ce-date-filter {
  width: calc(100% - 900px);
  padding: 10px 0;
  border-bottom: 2px solid #000;
  margin-right: 20px;
  min-height: 60px;
  font-size: 2em;
  color: #000;
  font-weight: 500;
  position: relative;
}

.ce-search {
  width: 250px;
}

.ce-search input {
  border-radius: 0;
  border: 2px solid #000;
  padding: 10px;
  width: 100%;
}

.cd-apply {
  display: none !important;
}

.ce-row {
  position: sticky;
  top: 0;
  z-index: 3;
}

.ce-main-filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 900px;
}

.date-picker {
  position: relative;
  width: 100%;
  z-index: 1;
}

.date-picker #input_date {
  border: none;
  outline: none;
  max-width: calc(100% - 50px);
}
.date-picker-clear {
  position: absolute;
  height: 28px;
  width: 28px;
  top: 16px;
  right: 80px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  cursor: pointer;
}

.date-picker-clear:hover:before,
.date-picker-clear:hover:after {
  background-color: #ff0086;
}

.date-picker-clear:before,
.date-picker-clear:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;position: absolute;
  transition: .2s;

}

.date-picker-clear:after {
  transform: rotate(90deg);
}

.ce-date-filter .ui-datepicker-inline {
  width: 100%;
  border:none !important;
  border-radius: 0;
}

.ce-date-filter .ui-datepicker td a,
.ce-date-filter .ui-datepicker td span{
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: none !important;

}

.ce-date-filter .ui-datepicker th,
.ce-date-filter .ui-datepicker td a,
.ce-date-filter .ui-datepicker td span{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Morl', sans-serif;
  color: #fff;
}

.ce-date-filter .ui-datepicker th {
  font-weight: 700;
  text-align: center;
}

.ce-date-filter .ui-datepicker td a.ui-state-default.ui-state-active {
  background-color: #fff !important;
  color: #000 !important;
}

.ce-date-filter .ui-widget-header {
  background-color: #fff;
  border: none;
}

.ce-date-filter .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: #000;
}



.ce-date-filter .ui-datepicker-title {
  margin: 0;
  padding-left: 5px;
}

.ce-date-filter .ui-datepicker-title span {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Morl', sans-serif;
}

.ce-date-filter .ui-widget-content .ui-icon {
  display: none;
}

.ce-date-filter .ui-datepicker-next,
.ce-date-filter .ui-datepicker-prev{
  border: none !important;
  background-color: transparent !important;
  top: 15px;
  position: absolute;
}

.ce-date-filter .ui-datepicker-next:hover::before,
.ce-date-filter .ui-datepicker-prev:hover::before{
  border-color: #fff;
}

.ce-date-filter .ui-datepicker-next::before,
.ce-date-filter .ui-datepicker-prev::before{
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 15px;
  position: relative;
  transform: rotate(45deg);
  width: 15px;
  top: 0;
  transition: .5s;
  border-color: #fff;
}

.ce-date-filter .ui-datepicker-prev::before {
  transform: rotate(-135deg);
}

.ce-date-filter .ui-datepicker .ui-datepicker-prev {
  left: 50px;
  right: unset;
}

.ce-date-filter .ui-datepicker .ui-datepicker-next {
  right: 50px;
  left: unset;
}



.ui-datepicker-calendar {
  width: 100%;
}

#filter-datepicker {
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 30px 30px;
  display: none;
}

#filter-datepicker.active {
  display: block;
}

.ui-datepicker  td.ui-state-disabled a,
.ce-date-filter  .ui-datepicker  td.ui-state-disabled span {
  color: #868282;
  cursor: not-allowed;
}

.ce-date-trigger {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 2;
  cursor: pointer;
}

.ce-event-container {
  margin: 50px -15px;
}

.ce-event-container .rec-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px;
}

@media all and (max-width: 992px) {
  .ce-header-container {
    flex-wrap: wrap;
  }

  .ce-header-container > div {
    width: 100%;
    margin-bottom: 30px;
  }

  .ce-cta-container {
    justify-content: flex-start;
  }

  .ce-filters {
    flex-wrap: wrap;
    padding: 25px 15px;
  }

  .ce-date-filter {
    width: 100%;
  }

  .ce-main-filters {
    width: 100%;
    flex-wrap: wrap;
  }

  .ce-main-filters > div {
    width: 100%;
  }

  .ce-dropdown-filters .custom-select {
    width: 48%;
    margin: 0;
  }

  .ce-date-filter {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ce-dropdown-filters {
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .ce-submit-container {
    margin-bottom: 20px;
  }
}