*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  background-color: #ffffff;
}
#page-container {
  /*max-width: 1366px;*/
  margin: 0 auto;
  position: relative;
}
#header {
  background-color: #000000;
  width: 100%;
  min-height: 105px;
  line-height: 105px;
  position: fixed;
  z-index: 85;
  /*max-width: 1366px;*/
}
#header .container {
  overflow: hidden;
  position: initial;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .container {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .container {
    position: relative;
  }
}
#header .logo-tagline-container {
  width: 275px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  float: left;
  margin-top: 11px;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .logo-tagline-container {
    width: 210px;
    height: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .logo-tagline-container {
    width: 215px;
    margin-top: 18px;
    height: 72px;
  }
}
#header .logo-tagline-container #logo {
  width: 100%;
}
#header .logo-tagline-container .site-description {
  position: absolute;
  right: 15px;
  bottom: -11px;
}
#header .logo-tagline-container .site-description a {
  font-size: 9px;
  color: #b2b2b2;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B";
}
#header .logo-tagline-container .site-description a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .logo-tagline-container .site-description {
    right: 9.5px !important;
    bottom: 2px !important;
  }
  #header .logo-tagline-container .site-description a {
    font-size: 6.9px !important;
    font-family: "Gotham A", "Gotham B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .logo-tagline-container .site-description {
    right: 12px !important;
    bottom: 2px !important;
  }
  #header .logo-tagline-container .site-description a {
    font-size: 7px !important;
    font-family: "Gotham A", "Gotham B";
  }
}
#header .menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  float: right;
  margin-top: 52px;
}
#header .menu ul {
  padding-left: 0;
  margin: 0;
}
#header .menu ul.menu-parent {
  float: right;
}
#header .menu ul li {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  text-align: right;
}
#header .menu ul li .re ul {
  display: none;
}
#header .menu ul li.portal-option {
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .menu ul li.portal-option {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .menu ul li.portal-option {
    display: none;
  }
}
#header .menu ul li.portal-option:before {
  border-left: 1px solid #b59a6c;
  content: "";
  position: absolute;
  left: 15px;
  width: 2px;
  height: 12.5px;
  top: 10px;
  bottom: 0;
}
#header .menu ul li a,
#header .menu ul li span {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  line-height: inherit;
  text-decoration: none;
  padding: 10px 15px 30px 15px;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B";
  letter-spacing: -0.1px;
}
#header .menu ul li.current_page_item a,
#header .menu ul li:hover a,
#header .menu ul li.current_page_item span,
#header .menu ul li:hover span {
  color: #b59a6c;
}
#header .menu ul li.has-mega-menu:hover a,
#header .menu ul li.has-mega-menu:hover span {
  background-color: #b59a6c;
  color: #ffffff;
}
#header .menu ul li:last-child a {
  padding-right: 0;
}
#header .menu ul li ul.subnav li:hover a {
  color: #000000;
}
#header .menu .trigger {
  display: none;
  width: 25px;
  height: 23px;
  float: right;
  position: relative;
  background: url("../img/icons/hamburger-nav.png") no-repeat center center / 95%;
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header .menu ul {
    display: none;
  }
  #header .menu .trigger {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header .menu ul {
    display: block;
  }
  #header .menu .trigger {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #header {
    min-height: 85px;
    line-height: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #header {
    min-height: 85px;
    line-height: 85px;
  }
}
.mega-menu__wrapper {
  position: fixed !important;
}
/*------------------------------------*\
    #MEGA-MENU
\*------------------------------------*/
@-webkit-keyframes reveal-mega-menu {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@keyframes reveal-mega-menu {
  0% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
@-webkit-keyframes fadein-mega-menu {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadein-mega-menu {
  0% {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.mega-menu {
  -webkit-animation: fadein-mega-menu 0.5s ease-in-out;
          animation: fadein-mega-menu 0.5s ease-in-out;
  position: relative;
  /* content within the mega menu */
  /* subnavigation within the mega menu */
}
.mega-menu__wrapper {
  -webkit-animation: reveal-mega-menu 0.25s ease-in-out;
          animation: reveal-mega-menu 0.25s ease-in-out;
  background: #b59a6c;
  display: none;
  padding: 25px 0 25px;
  position: absolute;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  margin-left: -125px;
}
.mega-menu__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 210px;
  float: left;
  padding-right: 15px;
  text-align: right;
}
.mega-menu__content h6 {
  color: #000000;
  text-transform: uppercase;
}
.mega-menu__content a.mega-menu-tab {
  padding: 0 !important;
  margin-bottom: 10px;
}
.mega-menu__content a.mega-menu-tab h6 {
  color: #ffffff;
}
.mega-menu__content a.mega-menu-tab:hover h6,
.mega-menu__content a.mega-menu-tab.active h6 {
  color: #000000;
}
.mega-menu__subnav {
  float: left;
  width: auto;
}
.mega-menu__subnav .subnav {
  padding: 0;
  text-align: left;
  border-left: 1px solid #ffffff;
  padding-left: 15px !important;
}
.mega-menu__subnav .subnav li {
  display: block !important;
  text-align: left !important;
}
.mega-menu__subnav .subnav li a {
  padding: 0 !important;
  margin-bottom: 10px;
  line-height: 23px !important;
  color: #ffffff;
  text-transform: none !important;
  letter-spacing: 0.01em;
}
.mega-menu__subnav .subnav li:hover a {
  color: #000000;
}
.mega-menu__subnav .subnav li:last-child a {
  margin-bottom: 0;
}
.mega-menu__subnav .nav-content-tab {
  display: none;
}
.mega-menu__subnav .nav-content-tab.active {
  display: block;
}
#wrap {
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 100vh;
}
#wrap:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  left: 0;
  right: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.8);
}
#menu-mobile {
  display: none;
}
#menu-mobile {
  position: fixed;
  top: 85px;
  overflow: auto;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  max-width: 1366px;
  left: 0;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}
#menu-mobile .main-wrap {
  overflow: hidden;
  margin: 0;
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
}
#menu-mobile .main-wrap a {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  line-height: 2.27;
  font-size: 24px;
  display: inline-block;
  letter-spacing: -1px;
  font-family: "Gotham A", "Gotham B";
  text-decoration: none;
  position: relative;
  width: 100%;
}
#menu-mobile .main-wrap a:after {
  content: ">";
  color: #b59a6c;
  position: absolute;
  right: 20px;
  font-size: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
}
#menu-mobile .main-wrap ul {
  padding-left: 0;
  margin-top: 0;
  border-top: 1px solid #bbbbbb;
  margin-top: 55px;
}
#menu-mobile .main-wrap ul li {
  float: none;
  display: block;
  min-height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #bbbbbb;
  width: 100%;
}
#menu-mobile .main-wrap ul li .re {
  line-height: normal;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}
#menu-mobile .main-wrap ul li .re > a {
  text-transform: uppercase;
}
#menu-mobile .main-wrap ul li a {
  z-index: 11;
}
#menu-mobile .main-wrap ul li a.more-events {
  color: #b59a6c;
}
#menu-mobile .main-wrap ul li.more-events a {
  color: #b59a6c;
}
#menu-mobile .main-wrap ul ul {
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: -55px;
  z-index: 99;
  opacity: 0;
  background: #ffffff;
  width: 100%;
  bottom: 0;
  border-top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#menu-mobile .main-wrap ul ul li a {
  text-transform: inherit;
  width: 100%;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.27;
}
#menu-mobile .main-wrap ul ul li a:after {
  top: 0;
  bottom: 0;
}
#menu-mobile .main-wrap ul .opened > ul {
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#menu-mobile .main-wrap .sub-trigger {
  right: 0;
  margin-top: -53px;
  position: absolute;
  width: auto;
  height: 50px;
  left: 0;
  line-height: 50px;
  text-align: right;
  padding-right: 6px;
  color: #b59a6c;
  z-index: 15;
  cursor: pointer;
  font-size: 24px;
}
#menu-mobile .main-wrap .back {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #b59a6c;
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  line-height: initial;
  position: relative;
  padding: 0 20px;
  vertical-align: middle;
  width: 100%;
  line-height: 2.27;
}
#menu-mobile.opened-sub .main-menu {
  min-height: 100vh;
}
.menu-active #wrap {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.menu-active #wrap:after {
  opacity: 1;
}
.menu-active #header .menu .trigger {
  background-image: url("../img/icons/close-nav.png");
}
#footer {
  background-color: #b59a6c;
  width: 100%;
  min-height: 81.5px;
  color: #ffffff;
  text-align: center;
  line-height: 81.5px;
  vertical-align: middle;
  /*max-width: 1366px;*/
  z-index: 45;
  position: relative;
}
#footer .footer-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#footer .footer-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
#footer .footer-content .footer-menu {
  margin: 0px;
  padding: 0px;
}
#footer .footer-content .footer-menu li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-content .footer-menu li a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: underline;
}
#footer .footer-content .footer-menu li a:hover {
  color: #fff;
}
#footer .footer-content .footer-menu li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .footer-content .footer-menu li:last-child a {
  margin-left: 5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #footer {
    min-height: 94px;
    line-height: 94px;
    vertical-align: middle;
  }
  #footer .container {
    width: 320px;
  }
}
.container {
  width: 960px;
  margin: 0 auto;
  display: block;
  overflow: auto;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 335px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 670px;
  }
}
.page-content {
  min-height: calc(100vh - 71px);
  clear: both;
  overflow: auto;
  padding-top: 105px;
  background-color: #ffffff;
  z-index: 44;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-content {
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-content {
    padding-top: 105px;
  }
}
.page-content .content_page {
  padding-bottom: 37.5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-content .content_page {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-content .content_page {
    padding-bottom: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .page-content {
    min-height: calc(90vh);
  }
}
.hero_image_page {
  position: relative;
  z-index: 44;
}
@media only screen and (min-width: 768px) {
  .hero_image_page .image-hero {
    position: relative;
    height: 525px;
    overflow: hidden;
    width: 100%;
  }
  .hero_image_page .image-hero img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    width: 100%;
    position: fixed;
  }
}
.hero_image_page .image-hero img {
  position: fixed;
}
.hero_image_page img {
  width: 100%;
}
.content_page {
  background: #ffffff;
  position: relative;
  z-index: 45;
  min-height: 70px;
}
.event-template-default .page-content .content_page {
  padding-bottom: 25px;
}
.page-template-default .page-content .content_page {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-default .page-content .content_page {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-default .page-content .content_page {
    padding-bottom: 45px;
  }
}
.page-template-page-about .page-content .content_page,
.page-template-page-news .page-content .content_page {
  padding-bottom: 50px;
}
.page-template-page-about .page-content .content_page .entry-content a,
.page-template-page-news .page-content .content_page .entry-content a {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-about .page-content .content_page .entry-content a,
  .page-template-page-news .page-content .content_page .entry-content a {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-about .page-content .content_page .entry-content a,
  .page-template-page-news .page-content .content_page .entry-content a {
    font-size: 16px;
  }
}
.page-template-page-about .page-content .content_page .gray-letter a,
.page-template-page-news .page-content .content_page .gray-letter a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #757575;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
}
.page-template-page-about .page-content .content_page .gray-letter a:hover,
.page-template-page-news .page-content .content_page .gray-letter a:hover {
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-about .page-content .content_page,
  .page-template-page-news .page-content .content_page {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-about .page-content .content_page,
  .page-template-page-news .page-content .content_page {
    padding-bottom: 45px;
  }
}
.page-template-page-contact .page-content .content_page {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-contact .page-content .content_page {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-contact .page-content .content_page {
    padding-bottom: 21px;
  }
}
h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #b59a6c;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 22.49px;
    font-family: "Gotham A", "Gotham B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 24px;
    line-height: 22.49px;
    font-family: "Gotham A", "Gotham B";
  }
}
h4 {
  font-size: 23px;
  line-height: 36px;
  font-weight: 500;
  color: #a50c1b;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  h4 {
    line-height: 30px;
    font-size: 19.5px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    line-height: 30px;
    font-size: 19.5px;
    margin-bottom: 22px;
  }
}
h5,
form input,
form .multicheckbox label,
form textarea,
form ul.form-links li h3 a,
.pdb-signup h3 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  h5,
  form input,
  form .multicheckbox label,
  form textarea,
  form ul.form-links li h3 a,
  .pdb-signup h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h5,
  form input,
  form .multicheckbox label,
  form textarea,
  form ul.form-links li h3 a,
  .pdb-signup h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
h6 {
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
  color: #a50c1b;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h6 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
}
p,
.content_page ul:not(.main-menu) li,
.content_page ol:not(.main-menu) li {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #757575;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  p,
  .content_page ul:not(.main-menu) li,
  .content_page ol:not(.main-menu) li {
    font-size: 16px;
    line-height: 25px;
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  p,
  .content_page ul:not(.main-menu) li,
  .content_page ol:not(.main-menu) li {
    font-size: 16px;
    line-height: 25px;
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
}
p a {
  color: #a50c1b;
  font-weight: 500;
  display: inline-block;
}
p a#return-to-top {
  font-weight: 400;
}
p.phone-number a {
  color: #757575;
  font-weight: 400;
}
p.phone-number a:hover {
  text-decoration: underline;
}
p,
.content_page ul:not(.main-menu) li,
.content_page ol:not(.main-menu) li {
  margin-bottom: 0;
}
p br {
  display: none;
}
p em {
  font-style: italic;
  letter-spacing: -0.2px;
}
p strong {
  font-weight: 500;
}
a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #b59a6c;
  text-decoration: none;
  font-family: "Gotham SSm A", "Gotham SSm B";
  display: block;
  word-break: break-word;
}
.content_page ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.content_page ul:not(.main-menu) li {
  padding-left: 15px;
  margin-bottom: 0;
}
.content_page ul:not(.main-menu) li::before {
  content: "•";
  color: #b59a6c;
  margin-left: -15px;
  margin-right: 5px;
  font-size: 17px;
}
.content_page ol:not(.main-menu) li {
  margin-bottom: 0;
}
a:hover {
  text-decoration: underline;
}
.state-row h5 {
  margin-top: 0;
}
.site-header,
.site-content,
.site-footer {
  clear: both;
  margin: 2em auto;
  width: 100%;
}
.main {
  width: 73%;
  padding-top: 45px;
  padding-bottom: 50px;
  float: left;
}
.site-content {
  float: left;
  margin: 0 -25% 0 0;
  clear: both;
  width: 100%;
}
.site-content .content {
  margin: 0;
  float: left;
  width: 715px;
}
.entry-header {
  margin-top: 42px;
  margin-bottom: 25px;
}
.entry-header.event h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .entry-header {
    margin-top: 37px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .entry-header {
    margin-top: 37px;
  }
}
.state-row-left,
.state-row-right {
  width: 50%;
  float: left;
}
.state-row-left .theatre-row,
.state-row-right .theatre-row {
  margin-bottom: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .state-row-left .theatre-row,
  .state-row-right .theatre-row {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .state-row-left .theatre-row,
  .state-row-right .theatre-row {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .state-row-left .theatre-row a,
  .state-row-right .theatre-row a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .state-row-left .theatre-row a,
  .state-row-right .theatre-row a {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .state-row-left,
  .state-row-right {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .state-row-left,
  .state-row-right {
    width: 50%;
    float: left;
  }
}
.entry-content {
  padding-right: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .entry-content.contact {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .entry-content.contact {
    margin-top: 5px;
  }
}
#secondary {
  float: right;
  margin-top: 2.95em;
  position: absolute;
  width: 220px;
  -webkit-transform: translateZ(0);
  z-index: auto;
  right: 0;
}
#secondary a {
  color: #a50c1b;
  font-size: 15px;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
#secondary h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: "Gotham A", "Gotham B";
}
#secondary aside {
  margin-bottom: 30px;
}
#secondary ul {
  padding-left: 0;
  list-style: none;
}
#secondary p br {
  display: block;
}
#secondary h5 {
  font-size: 21px;
  line-height: 22px;
  font-family: "Gotham A", "Gotham B";
  margin-bottom: 9px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #secondary {
    float: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
    right: 0 !important;
  }
  #secondary h5 {
    font-size: 24px;
    line-height: 22.5px;
    margin-bottom: 10px;
    font-family: "Gotham A", "Gotham B";
  }
  #secondary p {
    font-size: 16px;
  }
  #secondary.production {
    /*margin-top: 36px;*/
    margin-top: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #secondary {
    float: none;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
    right: 0 !important;
    max-width: 100%;
  }
  #secondary h5 {
    font-size: 24px;
    line-height: 22.5px;
    margin-bottom: 10px;
    font-family: "Gotham A", "Gotham B";
  }
  #secondary p {
    font-size: 16px;
  }
  #secondary.production {
    margin-top: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.entry-header p {
  margin-bottom: 0;
}
#arve .arve-wrapper,
#tinymce .arve-wrapper {
  margin-bottom: 27px !important;
  margin-top: 11px;
}
#venue_info {
  /*padding-bottom: 30px;*/
  overflow: auto;
}
#venue_info h1 {
  margin-bottom: 23px;
  margin-top: 18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #venue_info h1 {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #venue_info h1 {
    margin-bottom: 27px;
  }
}
#venue_info a {
  color: #b59a6c;
}
#venue_info p a {
  color: #a50c1b;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #venue_info p a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #venue_info p a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #venue_info {
    margin-top: 14px;
    float: left;
  }
  #venue_info.external a {
    color: #a50c1b;
    font-weight: 500;
  }
  #venue_info.external-last {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #venue_info {
    margin-top: 14px;
    float: left;
  }
  #venue_info.external a {
    color: #a50c1b;
    font-weight: 500;
  }
  #venue_info.external-last {
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
.visible-sm-down {
  display: none;
}
.hidden-sm-down {
  display: block;
}
.tickets a {
  width: 100%;
}
.tickets .buy-tickets {
  background-image: url(../img/desktop/red-button-desktop-retina-OFF.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 213.5px;
  height: 33px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 0;
}
.tickets .buy-tickets:hover,
.tickets .buy-tickets:focus {
  background-image: url(../img/desktop/red-button-desktop-retina-ROLLOVER.png);
  background-size: 100%;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .tickets .buy-tickets {
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 336px;
    height: 40.5px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .tickets .buy-tickets:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tickets .buy-tickets {
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 335px;
    height: 41px;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: "Gotham A", "Gotham B";
  }
  .tickets .buy-tickets:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .tickets .buy-tickets {
    height: 36px;
  }
}
.tickets .sweepstakes {
  background-image: url(../img/desktop/gold-button-desktop-retina-OFF.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 213.5px;
  height: 33px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 0;
}
.tickets .sweepstakes:hover,
.tickets .sweepstakes:focus {
  background-image: url(../img/desktop/gold-button-desktop-retina-ROLLOVER.png);
  background-size: 100%;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .tickets .sweepstakes {
    background-image: url(../img/mobile/gold-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 336px;
    height: 40.5px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .tickets .sweepstakes:hover {
    background-image: url(../img/mobile/gold-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tickets .sweepstakes {
    background-image: url(../img/mobile/gold-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 335px;
    height: 41px;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: "Gotham A", "Gotham B";
  }
  .tickets .sweepstakes:hover {
    background-image: url(../img/mobile/gold-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .tickets .sweepstakes {
    height: 36px;
  }
}
.tickets .booking-tickets {
  background-image: url(../img/desktop/black-button-desktop-retina-OFF.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 213.5px;
  height: 33px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 0;
}
.tickets .booking-tickets:hover,
.tickets .booking-tickets:focus {
  background-image: url(../img/desktop/black-button-desktop-retina-ROLLOVER.png);
  background-size: 100%;
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .tickets .booking-tickets {
    background-image: url(../img/mobile/black-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 336px;
    height: 40.5px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: -5px;
    margin-top: 20px;
  }
  .tickets .booking-tickets:hover {
    background-image: url(../img/mobile/black-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tickets .booking-tickets {
    background-image: url(../img/mobile/black-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 335px;
    height: 41px;
    font-size: 24px;
    margin-bottom: -5px;
    margin-top: 20px;
    font-family: "Gotham A", "Gotham B";
  }
  .tickets .booking-tickets:hover {
    background-image: url(../img/mobile/black-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .tickets .booking-tickets {
    height: 36px;
  }
}
.production-info {
  margin-top: 15px;
}
.event-card {
  position: relative;
}
.event-card .event-card-title {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  min-height: 133px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title {
    background-color: rgba(255, 255, 255, 0.45);
    position: relative;
    padding-top: 32px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title {
    background-color: rgba(255, 255, 255, 0.45);
    position: relative;
    padding-top: 32px;
    padding-bottom: 15px;
  }
}
.event-card .event-card-title .event-inline-separation {
  color: #b59a6c;
  font-size: 32px;
  font-weight: 300;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title .event-inline-separation {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title .event-inline-separation {
    display: none;
  }
}
.event-card .event-card-title .event-inline {
  display: inline-block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title .event-inline {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title .event-inline {
    display: block;
  }
}
.event-card .event-card-title h2 {
  line-height: 1.5;
  font-weight: 300;
  color: #ffffff;
  padding-right: 25px;
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 40px;
}
.event-card .event-card-title h2.font_h1 {
  font-size: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h1 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h1 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h2 {
  font-size: 38px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h2 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h2 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h3 {
  font-size: 36px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h3 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h3 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h4 {
  font-size: 34px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h4 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h4 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h5 {
  font-size: 32px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h5 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h5 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h6 {
  font-size: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h6 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h6 {
    font-size: 29px;
  }
}
.event-card .event-card-title h2.font_h7 {
  font-size: 28px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2.font_h7 {
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2.font_h7 {
    font-size: 29px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h2 {
    color: #b59a6c;
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h2 {
    color: #b59a6c;
    font-size: 29px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 4px;
  }
}
.event-card .event-card-title h4 {
  font-size: 27px;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  padding-left: 25px;
  margin: 0;
  letter-spacing: -0.02em;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title h4 {
    color: #a50c1b;
    padding-left: 0;
    font-size: 20.5px;
    margin-bottom: 0px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title h4 {
    color: #a50c1b;
    padding-left: 0;
    font-size: 20.5px;
    margin-bottom: 0px;
    line-height: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .event-card .event-card-title a {
    width: 100%;
  }
  .event-card .event-card-title a .btn-more-info {
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-card .event-card-title a {
    width: 100%;
  }
  .event-card .event-card-title a .btn-more-info {
    margin-top: 31px;
  }
}
.front-slider .owl-nav button {
  position: absolute;
  top: 45%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .front-slider .owl-nav button {
    top: auto;
    bottom: 67.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-slider .owl-nav button {
    top: auto;
    bottom: 60%;
  }
}
.front-slider .owl-nav button.owl-prev,
.front-slider .owl-nav button.owl-next {
  color: #ffffff;
  font-size: 40px;
  opacity: 0.5;
  height: 21.5px;
  line-height: 21.5px;
  margin: 0 5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .front-slider .owl-nav button.owl-prev,
  .front-slider .owl-nav button.owl-next {
    font-size: 30px;
    height: 16.5px;
    line-height: 16.5px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-slider .owl-nav button.owl-prev,
  .front-slider .owl-nav button.owl-next {
    font-size: 30px;
    height: 16.5px;
    line-height: 16.5px;
    margin: 0 5px;
  }
}
.front-slider .owl-nav button.owl-prev:hover,
.front-slider .owl-nav button.owl-next:hover {
  opacity: 1;
  background: transparent;
}
.front-slider .owl-nav button.owl-prev:focus,
.front-slider .owl-nav button.owl-next:focus {
  outline: none;
}
.front-slider .owl-nav button.owl-prev {
  left: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .front-slider .owl-nav button.owl-prev {
    left: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-slider .owl-nav button.owl-prev {
    left: 19px;
  }
}
.front-slider .owl-nav button.owl-next {
  right: 25px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .front-slider .owl-nav button.owl-next {
    right: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-slider .owl-nav button.owl-next {
    right: 19px;
  }
}
.btn-more-info {
  background: url("../img/gold-button-desktop.png") no-repeat 0 0 / cover;
  border: 0;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  width: 215px;
  height: 33px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn-more-info {
    margin-top: 0;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-more-info {
    margin-top: 0;
    font-size: 24px;
    max-width: 335px;
    font-family: "Gotham A", "Gotham B";
  }
}
.btn-more-info:hover {
  background: url("../img/gold-button-desktop-ROLLOVER.png") no-repeat 0 0 / cover;
}
.btn-more-info:focus {
  outline: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn-more-info {
    background-image: url("../img/mobile/gold-button-mobile-retina-OFF.png");
    background-size: contain;
    background-position: center center;
    height: 40.5px;
    width: 100%;
    max-width: 336px;
    padding: 0;
  }
  .btn-more-info:hover {
    background-image: url("../img/mobile/gold-button-mobile-retina-ROLLOVER.png");
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-more-info {
    background-image: url("../img/mobile/gold-button-mobile-retina-OFF.png");
    background-size: contain;
    background-position: center center;
    height: 41px;
    width: 100%;
    max-width: 335px;
    padding: 0;
  }
  .btn-more-info:hover {
    background-image: url("../img/mobile/gold-button-mobile-retina-ROLLOVER.png");
    background-size: contain;
    background-position: center center;
  }
}
blockquote {
  margin: 0;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p em {
  font-style: italic;
}
form {
  width: 100%;
}
form input {
  border: 1px solid #bbbbbb;
  height: 32px;
  border-radius: 5px;
  padding: 0 12px;
  max-width: 340px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
  -webkit-appearance: none;
  font-family: "Gotham A", "Gotham B";
}
form input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form input::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form input::placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input::-webkit-input-placeholder {
    font-size: 18px;
  }
  form input:-ms-input-placeholder {
    font-size: 18px;
  }
  form input::-ms-input-placeholder {
    font-size: 18px;
  }
  form input::placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input::-webkit-input-placeholder {
    font-size: 18px;
  }
  form input:-ms-input-placeholder {
    font-size: 18px;
  }
  form input::-ms-input-placeholder {
    font-size: 18px;
  }
  form input::placeholder {
    font-size: 18px;
  }
}
form input:-moz-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input:-moz-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input:-moz-placeholder {
    font-size: 18px;
  }
}
form input:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input:-ms-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input:-ms-input-placeholder {
    font-size: 18px;
  }
}
form input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input::-moz-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input::-moz-placeholder {
    font-size: 18px;
  }
}
form input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form input {
    height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form input {
    height: 40px;
    max-width: 670px;
  }
}
form .multicheckbox.rememberme {
  margin-top: 2px;
}
form .multicheckbox input[type=checkbox] {
  visibility: hidden;
  display: none;
}
form .multicheckbox label {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
form .multicheckbox label:nth-child(2n+2) {
  width: 55%;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  form .multicheckbox label:nth-child(2n+2) {
    width: 100%;
  }
}
form .multicheckbox label:nth-child(4),
form .multicheckbox label:nth-child(5) {
  margin-top: 10px;
  margin-bottom: 14px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  form .multicheckbox label:nth-child(4),
  form .multicheckbox label:nth-child(5) {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
form .multicheckbox label:before {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 20px;
  text-align: center;
  vertical-align: text-bottom;
  border: 1px solid #bbbbbb;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form .multicheckbox label:before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form .multicheckbox label:before {
    width: 25px;
    height: 25px;
  }
}
form .multicheckbox label.checked::after {
  content: "✓";
  font-size: 17px;
  left: 4px;
  line-height: 18px;
  position: absolute;
  top: 3px;
}
form textarea {
  border: 1px solid #bbbbbb;
  height: 345px;
  max-height: 345px;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  color: #000000;
  -webkit-appearance: none;
}
form textarea::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form textarea::-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
form textarea::placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  form textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  form textarea::-ms-input-placeholder {
    font-size: 18px;
  }
  form textarea::placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  form textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  form textarea::-ms-input-placeholder {
    font-size: 18px;
  }
  form textarea::placeholder {
    font-size: 18px;
  }
}
form textarea:-moz-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea:-moz-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea:-moz-placeholder {
    font-size: 18px;
  }
}
form textarea:-ms-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea:-ms-input-placeholder {
    font-size: 18px;
  }
}
form textarea::-moz-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea::-moz-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea::-moz-placeholder {
    font-size: 18px;
  }
}
form textarea::-webkit-input-placeholder {
  color: #b2b2b2;
  font-size: 17px;
  font-family: "Gotham A", "Gotham B";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form textarea {
    height: 165px;
    max-height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form textarea {
    height: 165px;
    max-height: 165px;
  }
}
form .pdb-submit {
  background: url("../img/red-long-booking-button-desktop-retina-OFF.png") no-repeat center center / cover;
  height: 33px;
  width: 100%;
  max-width: 100%;
  border: 0;
  color: #ffffff;
  margin-top: 19px;
  margin-bottom: 5px;
  font-family: "Gotham A", "Gotham B";
  cursor: pointer;
}
form .pdb-submit:hover {
  background: url("../img/red-long-booking-button-desktop-retina-ROLLOVER.png") no-repeat center center / cover;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  form .pdb-submit {
    height: 40.5px;
    margin-top: 38px;
    font-size: 24px;
    margin-bottom: 7px;
    font-family: "Gotham A", "Gotham B";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  form .pdb-submit {
    height: 45px;
    margin-top: 38px;
    font-size: 24px;
    margin-bottom: 7px;
    font-family: "Gotham A", "Gotham B";
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  form .pdb-submit {
    height: 36px;
  }
}
form ul {
  padding-left: 0;
}
form ul.form-links.pass-form {
  text-align: right !important;
}
form ul.form-links li {
  display: inline-block;
  list-style: none;
  padding-left: 0 !important;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
}
form ul.form-links li:before {
  content: "" !important;
  position: absolute;
}
form ul.form-links li h3 {
  margin-bottom: 8px;
  margin-top: 3px;
  font-family: "Gotham A", "Gotham B";
}
form ul.form-links li h3 a {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
}
form ul.form-links li + li:after {
  content: '|';
  position: absolute;
  left: -15px;
  top: 3px;
}
form ul.form-links li:last-child {
  padding-right: 0px;
}
.pdb-signup {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pdb-signup .text-area {
  margin-top: 10px;
}
.pdb-signup h3 {
  margin-bottom: 15px;
}
.pdb-signup .field-group-main,
.pdb-signup .field-group-event_interest_group {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .pdb-signup .field-group-main,
  .pdb-signup .field-group-event_interest_group {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pdb-signup .field-group-main,
  .pdb-signup .field-group-event_interest_group {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.pdb-signup .field-group-main .text-line .text-label,
.pdb-signup .field-group-event_interest_group .text-line .text-label,
.pdb-signup .field-group-main .text-area .text-label,
.pdb-signup .field-group-event_interest_group .text-area .text-label {
  display: none;
}
.pdb-signup .field-group-main {
  padding-right: 12.5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .pdb-signup .field-group-main {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pdb-signup .field-group-main {
    /*padding-right: 0;*/
  }
}
.pdb-signup .field-group-event_interest_group {
  padding-left: 12.5px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .pdb-signup .field-group-event_interest_group {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pdb-signup .field-group-event_interest_group {
    /* padding-left: 0;*/
  }
}
.pdb-signup .field-group-submit {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.page-template-page-news .content_page ul:not(.main-menu) li {
  padding-left: 0px;
}
.page-template-page-news .content_page ul:not(.main-menu) li a {
  color: #757575;
  text-transform: uppercase;
}
.page-template-page-news .content_page ul:not(.main-menu) li a:hover {
  color: #000;
}
.page-template-page-news .content_page ul:not(.main-menu) li::before {
  content: none;
}
.page-template-page-news .pagination-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-news .pagination-news li a {
  margin-right: 40px;
}
.page-template-page-all-events .site-content .content {
  width: 100%;
}
.page-template-page-all-events .site-content .content.theatres-section {
  margin-top: -35px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .site-content .content.theatres-section {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .site-content .content.theatres-section {
    margin-top: -30px;
  }
}
.page-template-page-all-events .site-content .content.theatres-section .entry-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .site-content .content.theatres-section .entry-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .site-content .content.theatres-section .entry-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.page-template-page-all-events .element-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  padding-bottom: 18px;
}
.page-template-page-all-events .element-flex .card-element {
  width: 218.5px;
  margin-bottom: 32px;
  margin-right: 27px;
  margin-top: 2px;
  overflow: hidden;
}
.page-template-page-all-events .element-flex .card-element:nth-child(4n) {
  margin-right: 0;
}
.page-template-page-all-events .element-flex .card-element a {
  text-decoration: none;
}
.page-template-page-all-events .element-flex .card-element .date-upcoming {
  font-family: "Gotham A", "Gotham B";
  text-transform: none;
  color: #a50c1b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 10px;
}
.page-template-page-all-events .element-flex .card-element .border-card-event {
  border: 1px solid #939598;
  position: relative;
  width: 100%;
}
.page-template-page-all-events .element-flex .card-element .border-card-event .img-event {
  width: 100%;
  height: 177.5px;
  background-color: #000;
  overflow: hidden;
}
.page-template-page-all-events .element-flex .card-element .border-card-event .img-event img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card {
  height: 98px;
  padding: 14.5px 21.5px 29.5px 17.5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card {
    padding: 12.5px 10px 29.5px 13px;
  }
}
.page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card .title-event {
  color: #b59a6c;
  font-family: "Gotham A", "Gotham B";
  letter-spacing: -0.5px;
  display: block;
  display: -webkit-box;
  height: 50px;
  font-size: 22px;
  line-height: 1.14;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-page-all-events .element-flex .card-element .border-card-event:hover .img-event img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-template-page-all-events .element-flex .card-element .ticket-circle-thing {
  background: url(../img/ticket_round_border.png);
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0 auto;
  bottom: -20px;
  left: 41%;
  border: 1px solid #939598;
  border-radius: 60px;
  z-index: 9;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .element-flex .card-element .ticket-circle-thing {
    width: 30px;
    height: 30px;
    left: 40%;
    bottom: -15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .element-flex .card-element .ticket-circle-thing {
    width: 30px;
    height: 30px;
    left: 40%;
    bottom: -15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .element-flex {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .element-flex {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .container {
    max-width: 90%;
  }
  .page-template-page-all-events .element-flex {
    max-width: 100%;
    padding-bottom: 0px;
  }
  .page-template-page-all-events .element-flex .card-element {
    margin-bottom: 30px;
    margin-right: 19px;
    width: 158px;
  }
  .page-template-page-all-events .element-flex .card-element:nth-child(2n) {
    margin-right: 0;
  }
  .page-template-page-all-events .element-flex .card-element a {
    text-decoration: none;
  }
  .page-template-page-all-events .element-flex .card-element .date-upcoming {
    font-size: 14.5px;
    line-height: 1.16;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event {
    position: relative;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .img-event {
    width: 100%;
    height: 128.5px;
    background-color: #000;
    overflow: hidden;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .img-event img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card {
    height: 70.5px;
    padding: 12.5px 10px 15.5px 13px;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card .title-event {
    color: #b59a6c;
    letter-spacing: -0.5px;
    display: block;
    display: -webkit-box;
    height: 38px;
    font-size: 16px;
    line-height: 1.13;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event:hover .img-event img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .container {
    max-width: 90%;
  }
  .page-template-page-all-events .element-flex {
    max-width: 100%;
  }
  .page-template-page-all-events .element-flex .card-element {
    margin-bottom: 30px;
    margin-right: 19px;
    width: 158px;
  }
  .page-template-page-all-events .element-flex .card-element:nth-child(4n) {
    margin-right: 19px;
  }
  .page-template-page-all-events .element-flex .card-element a {
    text-decoration: none;
  }
  .page-template-page-all-events .element-flex .card-element .date-upcoming {
    font-size: 14.5px;
    line-height: 1.16;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event {
    /* border: 1px solid @gray;*/
    position: relative;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .img-event {
    width: 100%;
    height: 128.5px;
    background-color: #000;
    overflow: hidden;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .img-event img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card {
    height: 70.5px;
    padding: 15.5px 10px 15.5px 13px;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event .title-event-card .title-event {
    color: #b59a6c;
    letter-spacing: -0.5px;
    display: block;
    display: -webkit-box;
    height: 38px;
    font-size: 16px;
    line-height: 1.13;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-page-all-events .element-flex .card-element .border-card-event:hover .img-event img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.page-template-page-all-events .page-content .content_page {
  padding-bottom: 18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .page-content .content_page {
    padding-bottom: 18px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-events .page-content .content_page .content .entry-content a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-events .page-content .content_page .content .entry-content a {
    font-size: 16px !important;
  }
}
.page-id-294 .section-term h2 {
  font-size: 17px;
  line-height: 23px;
  color: #010101;
  margin-bottom: 0;
}
.page-id-294 .section-term p strong {
  font-weight: 600;
}
.page-id-294 .section-term ol li {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #757575;
  margin-top: 0;
  font-family: "Gotham SSm A", "Gotham SSm B";
}
.page-id-294 a.link-in-text {
  display: inline-block;
}
.page-id-292 .section-term h2 {
  font-size: 17px;
  line-height: 23px;
  color: #010101;
  margin-bottom: 0;
}
.page-id-292 .section-term p strong {
  font-weight: 600;
}
.page-id-292 .section-term .letter-red {
  display: inline-block;
}
.page-id-292 .section-term .letter-red a {
  color: #a50c1b;
}
.page-id-292 a.link-in-text {
  display: inline-block;
}
.page-template-page-events-assets #header .menu ul li.portal-option a,
.page-template-page-search-assets-php #header .menu ul li.portal-option a {
  color: #b59a6c;
}
.page-template-page-events-assets .site-content .content.theatres-section,
.page-template-page-search-assets-php .site-content .content.theatres-section {
  margin-top: -35px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-events-assets .site-content .content.theatres-section,
  .page-template-page-search-assets-php .site-content .content.theatres-section {
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-events-assets .site-content .content.theatres-section,
  .page-template-page-search-assets-php .site-content .content.theatres-section {
    margin-top: -30px;
  }
}
.page-template-page-events-assets .site-content .content.theatres-section .entry-header,
.page-template-page-search-assets-php .site-content .content.theatres-section .entry-header {
  margin-bottom: 30px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-events-assets .site-content .content.theatres-section .entry-header,
  .page-template-page-search-assets-php .site-content .content.theatres-section .entry-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-events-assets .site-content .content.theatres-section .entry-header,
  .page-template-page-search-assets-php .site-content .content.theatres-section .entry-header {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.page-template-page-events-assets .page-content .content_page,
.page-template-page-search-assets-php .page-content .content_page {
  padding-bottom: 20px;
}
.page-template-page-events-assets .element-flex,
.page-template-page-search-assets-php .element-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  margin-top: 5px;
}
.page-template-page-events-assets .element-flex .card-event-assets,
.page-template-page-search-assets-php .element-flex .card-event-assets {
  width: 100%;
  max-width: calc((100% - 20px) / 2);
  margin-bottom: 32px;
  overflow: hidden;
}
.page-template-page-events-assets .element-flex .card-event-assets .card-event .img-event,
.page-template-page-search-assets-php .element-flex .card-event-assets .card-event .img-event {
  max-width: 135px;
  max-height: 76px;
  margin-bottom: 15px;
}
.page-template-page-events-assets .element-flex .card-event-assets .card-event .img-event .default_img,
.page-template-page-search-assets-php .element-flex .card-event-assets .card-event .img-event .default_img {
  width: 100%;
  height: 76px;
  background-color: #000;
}
.page-template-page-events-assets .element-flex .card-event-assets .card-event h5,
.page-template-page-search-assets-php .element-flex .card-event-assets .card-event h5 {
  color: #a50c1b;
  line-height: 1.35;
}
.page-template-page-events-assets .element-flex .card-event-assets .card-event a,
.page-template-page-search-assets-php .element-flex .card-event-assets .card-event a {
  line-height: 1.77;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-events-assets .element-flex,
  .page-template-page-search-assets-php .element-flex {
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-events-assets .element-flex,
  .page-template-page-search-assets-php .element-flex {
    padding-bottom: 3px;
  }
}
.page-template-page-events-assets .production-info,
.page-template-page-search-assets-php .production-info {
  margin-top: 0;
}
.page-template-page-events-assets .production-info h5,
.page-template-page-search-assets-php .production-info h5 {
  margin-bottom: 15px;
}
.page-template-page-events-assets .gray-letter,
.page-template-page-search-assets-php .gray-letter {
  padding-bottom: 50px;
}
.page-template-page-events-assets .gray-letter a,
.page-template-page-search-assets-php .gray-letter a {
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  color: #757575;
  font-family: "Gotham SSm A", "Gotham SSm B";
  text-transform: uppercase;
}
.page-template-page-events-assets .gray-letter a:hover,
.page-template-page-search-assets-php .gray-letter a:hover {
  color: #000;
}
.page-template-page-login #header .menu ul li.portal-option a,
.page-template-page-password #header .menu ul li.portal-option a,
.page-template-page-register #header .menu ul li.portal-option a,
.page-template-page-resset-password #header .menu ul li.portal-option a {
  color: #b59a6c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header .menu ul {
    padding-left: 0;
  }
  #header .menu ul li a {
    padding: 10px 10px 30px 10px;
  }
  .hero_image_page .image-hero {
    height: 420px;
  }
  .site-content .content {
    width: 670px;
  }
  .visible-sm-down {
    display: block;
  }
  .hidden-sm-down {
    display: none;
  }
  .entry-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .hero_image_page .image-hero {
    height: 381px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  h1 {
    font-size: 27px;
    font-family: "Gotham A", "Gotham B";
  }
  .entry-content a {
    font-size: 16px !important;
    line-height: 25px;
  }
  .content_page p a {
    font-size: 16px !important;
    line-height: 25px;
  }
}
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .visible-sm-down {
    display: block;
  }
  .hidden-sm-down {
    display: none;
  }
  .site-content .content {
    width: 100%;
  }
  .entry-content {
    padding-right: 0;
  }
  a {
    font-size: 16px;
    line-height: 25px;
  }
  .entry-header {
    margin-top: 37px;
  }
  .state-row-left,
  .state-row-right {
    width: 100%;
    float: left;
  }
  #secondary aside .get-now-desktop {
    display: none;
  }
  #secondary aside .get-now-mobile {
    display: block;
  }
  #secondary h2 {
    margin-bottom: 7px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
  }
  .entry-content h5 {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 565px) and (max-width: 767px) {
  .page-template-page-all-events .element-flex {
    max-width: 85%;
  }
  .page-template-page-all-events .element-flex .card-element:nth-child(2n) {
    margin-right: 19px;
  }
}
/*
@media only screen and (min-width: 460px) and (max-width: 510px) {
  .page-template-page-all-events {
    .container {
      max-width: 400px;
      .card-element {
        width: 196px;
        margin-right: 8px
      }

    }
  }
}

@media only screen and (min-width: 412px) and (max-width: 460px) {
  .page-template-page-all-events {
    .container {
      max-width: 400px;
      .card-element {
        width: 196px;
        margin-right: 8px
      }

    }
  }
}

@media only screen and (min-width: 320px) and (max-width: 411px) {
  .page-template-page-all-events {
    .container {
      width: 100%;
      .card-element {
        width: 157px;
      }

    }
  }
}*/
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .page-template-page-all-events .container {
    width: 100%;
  }
  .page-template-page-all-events .container .card-element {
    margin-right: 8px;
  }
  .container {
    width: 295px;
  }
  .visible-sm-down {
    display: block;
  }
  .hidden-sm-down {
    display: none;
  }
  .site-content .content {
    width: 100%;
  }
  .entry-content {
    padding-right: 0;
  }
  #secondary {
    position: relative;
    width: 100%;
    margin-top: 20px;
    right: 0 !important;
  }
  #secondary p {
    font-size: 17px;
    font-family: "Gotham SSm A", "Gotham SSm B";
  }
  h1 {
    font-size: 29px;
    line-height: 33px;
    font-family: "Gotham A", "Gotham B";
  }
  h2 {
    font-size: 24px;
    line-height: 22.49px;
    font-family: "Gotham A", "Gotham B";
  }
  h5,
  form input,
  form .multicheckbox label,
  form textarea,
  form ul.form-links li h3 a,
  .pdb-signup h3 {
    font-size: 18px;
    line-height: 25px;
  }
  p,
  h6,
  .content_page ul:not(.main-menu) li,
  .content_page ol:not(.main-menu) li {
    font-size: 16px;
    line-height: 25px;
  }
  a {
    font-size: 16px;
    line-height: 25px;
  }
  .entry-header {
    margin-top: 37px;
  }
  #secondary aside .get-now-desktop {
    display: none;
  }
  #secondary aside .get-now-mobile {
    display: block;
  }
  #venue_info h1 {
    padding-right: 120px;
    margin-top: 5px;
  }
  #secondary h2 {
    margin-bottom: 7px;
  }
  .entry-content h5 {
    margin-top: 5px;
  }
}
/* Luis Styles */
#header .menu ul li a.see-all-events-link,
#header .menu ul li span.see-all-events-link {
  color: #000 !important;
}
#header .menu ul li a.see-all-events-link:hover,
#header .menu ul li span.see-all-events-link:hover {
  color: #fff !important;
}
#header .menu ul li a.more-series,
#header .menu ul li span.more-series {
  color: #000 !important;
}
#header .menu ul li a.more-series:hover,
#header .menu ul li span.more-series:hover {
  color: #fff !important;
}
#header .menu ul li.see-all-events-link a {
  color: #000 !important;
}
#header .menu ul li.see-all-events-link a:hover {
  color: #fff !important;
}
.see-all-events-mobile {
  color: #b59a6c !important;
}
#international_venue_anchor {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #international_venue_anchor {
    margin-top: 20px;
    float: left;
    clear: both;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #international_venue_anchor {
    margin-top: 25px;
    float: left;
    clear: both;
  }
}
#international_venue_anchor h2 {
  margin-bottom: 0;
  font-size: 17px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #international_venue_anchor h2 {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #international_venue_anchor h2 {
    margin-bottom: 0;
    font-size: 16px;
  }
}
/*********************************************/
.page-template-page-all-series .page-content .content_page {
  padding-bottom: 18px;
}
.page-template-page-all-series .site-content .content {
  width: 100%;
}
.page-template-page-all-series .site-content .content .entry-header h1 {
  margin-bottom: 35px;
}
.page-template-page-all-series .element-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}
.page-template-page-all-series .element-flex .card-element {
  width: calc((100% - 25px) / 2);
  margin-bottom: 39px;
  margin-right: 24.5px;
  border: 1px solid #b2b2b2;
  height: 276px;
  overflow: hidden;
}
.page-template-page-all-series .element-flex .card-element:nth-child(2n) {
  margin-right: 0;
}
.page-template-page-all-series .element-flex .card-element a {
  text-decoration: none;
}
.page-template-page-all-series .element-flex .card-element .border-card-serie .img-serie {
  height: 178.5px;
  overflow: hidden;
}
.page-template-page-all-series .element-flex .card-element .border-card-serie .img-serie img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-series .element-flex .card-element .border-card-serie .img-serie {
    height: 128.5px;
  }
}
.page-template-page-all-series .element-flex .card-element .title-serie-card {
  padding-left: 16px;
  padding-top: 11.5px;
  min-height: 96.5px;
  overflow: hidden;
  position: relative;
  padding-right: 150px;
}
.page-template-page-all-series .element-flex .card-element .title-serie-card .title-serie {
  font-family: "Gotham A", "Gotham B";
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.5px;
  color: #000000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-series .element-flex .card-element .title-serie-card .title-serie {
    font-size: 16px;
    line-height: 1.14;
    letter-spacing: -0.5px;
  }
}
.page-template-page-all-series .element-flex .card-element .title-serie-card .sello {
  width: 96.5px;
  height: 96.5px;
  background-image: url('../img/series-see-all-series.svg');
  background-size: cover;
  position: absolute;
  right: 37.5px;
  bottom: -18px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-series .element-flex .card-element .title-serie-card .sello {
    width: 69.5px;
    height: 69.5px;
    right: 27px;
    bottom: -14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-series .element-flex .card-element .title-serie-card {
    padding-left: 11px;
    padding-top: 10px;
    min-height: 70.5px;
    padding-right: 110px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-series .element-flex .card-element .title-serie-card {
    padding-left: 11px;
    padding-top: 10px;
    min-height: 70.5px;
    padding-right: 110px;
  }
}
.page-template-page-all-series .element-flex .card-element:hover .border-card-serie .img-serie img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-template-page-all-series .element-flex .card-element {
    width: 100%;
    margin-right: 0;
    height: 199px;
    margin-bottom: 27.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-template-page-all-series .element-flex .card-element {
    width: 100%;
    margin-right: 0;
    height: 199px;
    margin-bottom: 27.5px;
  }
}
.single-serie .hero_image_page_serie {
  position: relative;
  z-index: 44;
  overflow: hidden;
}
.single-serie .hero_image_page_serie .image-hero {
  position: relative;
  height: 525px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .hero_image_page_serie .image-hero {
    height: 212.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .hero_image_page_serie .image-hero {
    height: 212.5px;
  }
}
.single-serie .hero_image_page_serie .image-hero img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  width: 100%;
}
.single-serie .hero_image_page_serie .title-band-serie {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  z-index: 44;
  min-height: 134px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .hero_image_page_serie .title-band-serie {
    height: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .hero_image_page_serie .title-band-serie {
    height: 100%;
  }
  .single-serie .hero_image_page_serie .title-band-serie .title-position-mobil {
    z-index: 44;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.single-serie .hero_image_page_serie .title-band-serie h1 {
  font-family: "Gotham A", "Gotham B";
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .hero_image_page_serie .title-band-serie h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -1.3px;
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .hero_image_page_serie .title-band-serie h1 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -1.3px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.single-serie .hero_image_page_serie .title-band-serie .sello-deditated {
  width: 120px;
  height: 120px;
  background-image: url('../img/series-dedicated.svg');
  background-size: cover;
  bottom: 0;
  position: absolute;
  margin-bottom: 3px;
  right: 46px;
}
.single-serie .content_page .bg-gold-box {
  background-color: #b59a6c;
  padding-top: 34.5px;
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .content_page .bg-gold-box {
    padding-top: 39px;
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .content_page .bg-gold-box {
    padding-top: 39px;
    padding-bottom: 37px;
  }
}
.single-serie .content_page .bg-gold-box.content-serie p {
  font-family: "Gotham A", "Gotham B";
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .content_page .bg-gold-box.content-serie p {
    font-size: 18px;
    line-height: 1.56;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .content_page .bg-gold-box.content-serie p {
    font-size: 18px;
    line-height: 1.56;
  }
}
.single-serie .list-events-serie {
  padding-top: 14px;
}
.single-serie .list-events-serie .card-event {
  margin-top: 34px;
  padding-bottom: 37px;
  border-bottom: 1px solid #b59a69;
}
.single-serie .list-events-serie .card-event:last-child {
  border-bottom: none;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event:last-child {
    padding-bottom: 41.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event:last-child {
    padding-bottom: 41.5px;
  }
}
.single-serie .list-events-serie .card-event .section-text {
  width: 100%;
  max-width: 687.5px;
  margin-right: 54.5px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-text {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-text {
    margin-right: 0;
  }
}
.single-serie .list-events-serie .card-event .section-text .title-event {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  color: #b59a6c;
  margin-bottom: 0px;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-stretch: normal;
  font-style: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-text .title-event {
    font-size: 29px;
    line-height: 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-text .title-event {
    font-size: 29px;
    line-height: 30px;
  }
}
.single-serie .list-events-serie .card-event .section-text .date-begins-event {
  font-size: 23px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.96px;
  color: #a50c1b;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-text .date-begins-event {
    font-size: 19.5px;
    line-height: 30px;
    letter-spacing: -0.82px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-text .date-begins-event {
    font-size: 19.5px;
    line-height: 30px;
    letter-spacing: -0.82px;
  }
}
.single-serie .list-events-serie .card-event .section-text .event-serie-description p {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: normal;
  color: #757575;
  margin-top: 22.5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-text .event-serie-description p {
    font-size: 16px;
    margin-bottom: 37.5px;
    line-height: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-text .event-serie-description p {
    font-size: 16px;
    margin-bottom: 37.5px;
    line-height: 25px;
  }
}
.single-serie .list-events-serie .card-event .section-button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 212.5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-button {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-button {
    max-width: 100%;
  }
}
.single-serie .list-events-serie .card-event .section-button a button {
  background-image: url(../img/desktop/red-button-desktop-retina-OFF.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 213.5px;
  height: 33px;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  border: 0;
  cursor: pointer;
  padding: 0;
}
.single-serie .list-events-serie .card-event .section-button a button:hover {
  background-image: url(../img/desktop/red-button-desktop-retina-ROLLOVER.png);
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event .section-button a button {
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 335px;
    height: 41px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
  }
  .single-serie .list-events-serie .card-event .section-button a button:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event .section-button a button {
    background-size: 100%;
    width: 100%;
    max-width: 336px;
    height: 40.5px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
  }
  .single-serie .list-events-serie .card-event .section-button a button:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .single-serie .list-events-serie .card-event .section-button a button {
    height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-serie .list-events-serie .card-event {
    padding-bottom: 41.5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .single-serie .list-events-serie .card-event {
    padding-bottom: 41.5px;
  }
}
.serie-info {
  padding-top: 38px;
  border-top: 1px solid #b59a69;
  margin-top: 36px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serie-info {
    border-bottom: 1px solid #b59a69;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .serie-info {
    border-bottom: 1px solid #b59a69;
    padding-bottom: 36px;
  }
}
.serie-info h5 {
  font-family: "Gotham A", "Gotham B";
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serie-info h5 {
    font-size: 24px;
    line-height: 22.5px;
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .serie-info h5 {
    font-size: 24px;
    line-height: 22.5px;
    margin-bottom: 12px !important;
  }
}
.serie-info .link-event-serie a {
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #a50c1b;
  margin-bottom: 10px;
  font-weight: 500;
}
.serie-info .link-event-serie a:last-child {
  margin-bottom: 0;
}
.serie-info .link-event-serie a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .serie-info .link-event-serie a {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .serie-info .link-event-serie a {
    font-size: 17px;
    line-height: 20px;
  }
}
#secondary .serie-info .link-event-serie a {
  font-family: "Gotham A", "Gotham B";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  color: #a50c1b;
  margin-bottom: 10px;
  font-weight: 500;
}
#secondary .serie-info .link-event-serie a:last-child {
  margin-bottom: 0;
}
.acf-map,
#mapContainer {
  width: 100%;
  height: 240px;
  border: transparent solid 1px;
  margin: 30px 0 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .acf-map,
  #mapContainer {
    height: 330px;
    margin: 5px 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .acf-map,
  #mapContainer {
    height: 228px;
  }
}
.acf-map .market_popup,
#mapContainer .market_popup {
  padding: 10px !important;
}
.buy-tickets {
  background-image: url(../img/desktop/red-button-desktop-retina-OFF.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 213.5px;
  height: 33px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 400 !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  border: 0;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .buy-tickets {
    height: 36px;
  }
}
.buy-tickets:hover,
.buy-tickets:focus {
  background-image: url(../img/desktop/red-button-desktop-retina-ROLLOVER.png);
  background-size: 100%;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .buy-tickets {
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 335px;
    height: 41px;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: "Gotham A", "Gotham B";
  }
  .buy-tickets:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .buy-tickets {
    background-image: url(../img/mobile/red-button-mobile-retina-OFF.png);
    background-size: 100%;
    width: 100%;
    max-width: 336px;
    height: 40.5px;
    font-size: 24px;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .buy-tickets:hover {
    background-image: url(../img/mobile/red-button-mobile-retina-ROLLOVER.png);
    background-size: 100%;
  }
}
.form-theather-container {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container {
    margin-bottom: 0px;
  }
}
.form-theather-container #theader-locator-form .form-control {
  max-width: 215px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #theader-locator-form .form-control {
    max-width: 255px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #theader-locator-form .form-control {
    max-width: 100%;
  }
}
.form-theather-container #theader-locator-form .form-control input {
  max-width: 185px;
  text-align: center;
  border: 1px solid #757575;
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #theader-locator-form .form-control input {
    max-width: 220px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #theader-locator-form .form-control input {
    max-width: 90%;
  }
}
.form-theather-container #theader-locator-form .form-control button {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 0 5px 5px 0;
  border: 1px solid #757575;
  border-width: 1px 1px 1px 0;
  color: #fff;
  background-color: #a50c1b;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding: 0;
}
.form-theather-container #theader-locator-form .form-control button:focus {
  outline: none;
}
.form-theather-container #theader-locator-form .form-control button span {
  line-height: 30px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #theader-locator-form .form-control button span {
    line-height: 34px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #theader-locator-form .form-control button span {
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #theader-locator-form .form-control button {
    height: 40px;
    width: 40px;
    line-height: 1;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #theader-locator-form .form-control button {
    height: 40px;
    width: 40px;
    line-height: 1;
  }
}
.form-theather-container #user-posted-locator-form.hidden {
  display: none;
}
.form-theather-container #user-posted-locator-form .form-control {
  position: relative;
}
.form-theather-container #user-posted-locator-form .form-control input {
  border: 1px solid #bbb;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input::-webkit-input-placeholder {
    font-size: 24px;
  }
  .form-theather-container #user-posted-locator-form .form-control input:-ms-input-placeholder {
    font-size: 24px;
  }
  .form-theather-container #user-posted-locator-form .form-control input::-ms-input-placeholder {
    font-size: 24px;
  }
  .form-theather-container #user-posted-locator-form .form-control input::placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input:-moz-placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input:-ms-input-placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input::-moz-placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input::-webkit-input-placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #user-posted-locator-form .form-control input {
    max-width: 45%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control input {
    max-width: 100%;
    margin-bottom: 21px;
  }
}
.form-theather-container #user-posted-locator-form .form-control button.buy-tickets {
  height: 32px;
  border-radius: 5px;
  color: #fff;
  background-color: #a50c1b;
  cursor: pointer;
  font-size: 17.5px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  margin-top: 21px !important;
  margin-left: 0px;
  max-width: 340px;
}
.form-theather-container #user-posted-locator-form .form-control button.buy-tickets:focus {
  outline: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .form-theather-container #user-posted-locator-form .form-control button.buy-tickets {
    height: 35px;
    line-height: 1;
    max-width: 300px!important;
    font-size: 21px;
    margin-left: 0;
    margin-top: 21px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form .form-control button.buy-tickets {
    height: 40px;
    line-height: 1;
    max-width: 100%;
    font-size: 24px;
    margin-left: 0;
    margin-top: 21px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form {
    margin-bottom: 30px;
  }
}
.accordion dd {
  margin-left: 0;
}
.form-theather-container #user-posted-locator-form + .wpcf7-response-output {
  margin-top: 10px;
  margin-bottom: 30px;
}
.form-theather-container #user-posted-locator-form + .wpcf7-response-output.wpcf7-display-none {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .form-theather-container #user-posted-locator-form + .wpcf7-response-output {
    margin-bottom: 30px;
  }
}
#venue_info_theater {
  overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #venue_info_theater {
    min-height: 30px;
    margin-top: -20px;
  }
}
#venue_info_theater .hidden-row {
  display: none;
}
#venue_info_theater .show-more-container.hidden {
  display: none;
}
#venue_info_theater .show-more-locations {
  color: #000;
  font-weight: 500;
}
#venue_info_theater .row > div .venue-ticket-row {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #b59a6c;
}
#venue_info_theater .row > div .venue-ticket-row .row-right {
  position: absolute;
  right: 0;
  top: 34px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #venue_info_theater .row > div .venue-ticket-row .buy-tickets {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #venue_info_theater .row > div .venue-ticket-row .buy-tickets {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #venue_info_theater .row > div:first-child .venue-ticket-row {
    border-top: 0;
  }
}
#loader {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #a50c1b;
  border-radius: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  left: 50%;
  margin-left: -25px;
  animation: spinner 0.4s linear infinite;
  -webkit-animation: spinner 0.8s linear infinite;
  -moz-animation: spinner 0.8s linear infinite;
}
#loader:before {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  top: -15px;
  left: -15px;
}
#loader:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid transparent;
  top: -2px;
  left: -2px;
}
@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.owl-stage-outer #post-1106 .text-center {
  font-size: 32px;
}
.field-group-captcha_validation h3 {
  display: none;
}
.field-group-captcha_validation {
  margin-top: 0px;
}
.form-theather-container #user-posted-locator-form .form-control button.buy-tickets.keep-me-posted-mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .field-group-captcha_validation {
    margin-top: 20px;
  }
  .form-theather-container #user-posted-locator-form .form-control button.buy-tickets.keep-me-posted-desktop {
    display: none !important;
  }
  .form-theather-container #user-posted-locator-form .form-control button.buy-tickets.keep-me-posted-mobile {
    display: block;
    margin-top: 21px !important;
  }
}


 































