.page-padding {
  padding: 64px 0;
}

.page-template-events .page-banner {
  display: flex;
  height: 100%;
  align-items: center;
}

.page-template-events .page-banner h1 {
  margin: 0;
  margin-left: 72px;
}

.page-template-events .page-banner .redesign-container {
  margin: 0 auto;
  width: 100%;
}

.page-banner-overlay {
  background: url("../images/banner-triangle.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: right;
  margin-left: -100%;
}

.page-banner-overlay-inner {
  position: relative;
  display: block;
  height: 100%;
}

.page-banner-overlay-inner:before {
  content: "";
  display: block;
  background-color: #f79c39;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -200px;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro 65";
  src: url("../font/neue-haas-grotesk/NHaasGroteskDSPro-65Md.otf") format("truetype"), local("Neue Haas Grotesk Display Pro");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro 56";
  src: url("../font/neue-haas-grotesk/NHaasGroteskDSPro-56lt.otf") format("truetype"), local("Neue Haas Grotesk Display Pro");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro 55";
  src: url("../font/neue-haas-grotesk/NHaasGroteskDSPro-55Rg.otf") format("truetype"), local("Neue Haas Grotesk Display Pro");
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro 75";
  src: url("../font/neue-haas-grotesk/NHaasGroteskDSPro-75Bd.otf") format("truetype"), local("Neue Haas Grotesk Display Pro");
}
/* CONTENT
--------------------------------------------------*/
.button {
  color: black;
  background-color: #ffbd01;
}

.button:visited {
  color: black;
}

.button-secondary {
  color: white;
  background-color: #4d4d4d;
}

.button-secondary:visited {
  color: white;
}

.button:hover,
.button:focus,
.button:active {
  color: black;
  background-color: white;
}

/* What's On */
.posts-filters {
  color: white;
  background: #242424;
}

.posts-filters a {
  color: #999;
}

.posts-filters .secondary-heading {
  color: white;
  border-color: black;
}

.dark-bg {
  background: black;
}

.posts-filters input,
.posts-filters select {
  color: white;
  border-color: black;
  background: #111;
}

/* QTIX Calendar */
.sidebar-box .qtix-calendar td a,
.sidebar-box .qtix-calendar th a {
  color: black;
  background: #ffbd01;
}

.sidebar-box .qtix-calendar td a:hover,
.sidebar-box .qtix-calendar td a:focus,
.sidebar-box .qtix-calendar td a:active,
.sidebar-box .qtix-calendar th a:hover,
.sidebar-box .qtix-calendar th a:focus,
.sidebar-box .qtix-calendar th a:active {
  background: black;
  color: #ffbd01;
}

.event-type strong.button:hover {
  color: #000;
  background-color: #ffbd01;
}

/* Redesign */
body.single-show {
  background-image: none !important;
  margin-top: 0;
}

.relative {
  position: relative;
}

input[type=search].redesign {
  border: 1px solid #F5AD35;
  width: 330px;
  padding: 12px 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-size: 14px;
}

.bottom-header-components {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.redesign-container {
  max-width: 1200px;
  margin: 0 auto;
}

.redesign-container--with-bg {
  background: url("../images/page-bg-1.png"), #fff;
  background-position: 100% 80px;
  background-repeat: no-repeat;
}

.page-banner {
  min-height: 288px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner h1 {
  font-size: 48px;
  text-transform: capitalize;
  margin-top: 60px;
}

.back-btn {
  display: flex;
  align-items: center;
}

a.back-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: none;
}

a.back-btn svg {
  margin-right: 14px;
}

.page-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(245, 173, 53, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}

.page-banner .redesign-container {
  position: relative;
  z-index: 1;
  padding: 32px 0;
}

.redesign-page-content {
  margin: 80px 0;
  max-width: 80%;
}

.single-content {
  margin-bottom: 30px;
}

.show-banner {
  background-color: white;
  min-height: 390px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 755px) {
  .show-banner {
    display: none;
  }
  .show-banner-mobile {
    display: block;
    min-height: 290px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
    background-position: center;
  }
}

.show-details-redesign {
  background: #000;
  padding: 48px 0 80px 0;
}

.show-details-redesign {
  color: #fff;
}

.show-details-redesign h1 {
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-weight: normal;
  font-size: 48px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.show-details-redesign .category {
  margin-bottom: 16px;
}

.show-details-redesign .category a {
  font-size: 18px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  color: #F5AD35;
  border: 1px solid #F5AD35;
  padding: 8px 16px;
  font-style: italic;
  border-radius: 20px;
  display: inline-block;
}

.show-details-redesign .category a:hover, .show-details-redesign .category a:focus {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

.show-details-redesign .price {
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 20px;
  font-weight: bold;
  color: #F5AD35;
  margin-bottom: 16px;
  font-weight: normal;
}

.show-details-redesign .date {
  display: flex;
  align-items: center;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  font-weight: normal;
}

.show-details-redesign .date svg, .show-details-redesign .location svg {
  margin-right: 16px;
}

.show-details-redesign .location {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.show-details-redesign .location a {
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
}

.show-details-redesign .location a:hover, .show-details-redesign .location a:focus {
  color: #F5AD35;
}

.show-details-redesign p {
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-size: 18px;
  width: 50%;
}

.redesign-buttons {
  margin-top: 32px;
  display: flex;
}

.redesign-buttons a {
  font-family: "Neue Haas Grotesk Display Pro 65";
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 16px 24px;
  margin-right: 24px;
  letter-spacing: 0.5px;
}

.redesign-buttons .buy a:hover, .redesign-buttons .buy a:focus {
  background-color: #FFD999;
}

.redesign-buttons .buy a i {
  display: none;
}

.redesign-buttons .trailer a {
  background: #000;
  border: 1px solid #F5AD35;
  display: flex;
  align-items: center;
  color: #F5AD35;
}

.redesign-buttons .trailer a:hover, .redesign-buttons .trailer a:focus {
  background: #534d43;
}

.show-details-redesign .social-sharing-toggle {
  padding: 0;
  margin-left: 20px;
  background: transparent;
  color: #F5AD35;
  font-size: 30px;
}

.show-details-redesign .social-sharing-toggle:hover, .show-details-redesign .social-sharing-toggle:focus {
  color: #FF4554;
}

.need-to-know {
  padding: 32px;
  background: #F7F7F7;
  margin-top: 64px;
}

.need-to-know a:hover, .need-to-know:focus {
  color: #CE0D00;
}

.need-to-know h3 {
  color: #000;
  border-bottom: 0;
  text-align: left;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-weight: normal;
  font-size: 24px;
}

.need-to-know p strong {
  color: #9D1F5E;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 20px;
  font-weight: normal;
}

.need-to-know p {
  color: #000;
  font-size: 16px;
}

.need-to-know p a {
  color: #9D1F5E;
  text-decoration: underline;
}

.minimalist-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion {
  margin-top: 40px;
}

.js-accordion__header {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 24px;
}

.js-accordion__header:before {
  content: "";
  width: 20px;
  height: 12px;
  background: url("../images/accordion-arrow.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 10px;
  transition: 0.2s all ease-in-out;
}

.js-accordion2-accordion__title svg {
  margin-right: 12px;
}

/* title opened */
.js-accordion__header[aria-expanded=true]:before {
  transform: rotate(0deg);
}

/* title closed */
.js-accordion__header[aria-expanded=false]:before {
  transform: rotate(180deg);
}

.js-accordion2-accordion__panel[aria-hidden=true] {
  display: none;
}

.js-accordion__panel p {
  font-family: "Neue Haas Grotesk Display Pro 55";
}

.js-accordion__panel p strong, .js-accordion__panel p b {
  color: #9D1F5E;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 20px;
  font-weight: normal;
}

.redesign-flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.redesign-flex-col {
  width: 45%;
  margin-bottom: 32px;
}

.redesign-flex-col-full {
  width: 100%;
  padding: 0;
}

.js-accordion__panel {
  padding: 0 0 32px 0;
}

.redesign-flex-row span[style="color: #d51010;"] {
  color: #9D1F5E !important;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-size: 18px;
  font-weight: bold;
  font-weight: normal;
}

.js-accordion__panel p a {
  color: #9D1F5E !important;
  text-decoration: underline;
}
.js-accordion__panel p a:hover {
  color: #CE0D00 !important;
}

.redesign-flex-row a {
  color: #9D1F5E !important;
  text-decoration: underline;
}

.back-top {
  display: flex;
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro 65";
  align-items: center;
  align-self: flex-end;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
}

.back-top:hover svg circle, .back-top:focus svg circle {
  fill: #FF4554;
  stroke: #FF4554;
}

.back-top svg {
  margin-left: 8px;
}

.redesign-show-container {
  display: flex;
  justify-content: space-between;
}

.related-shows-redesign h3.secondary-heading {
  text-align: left;
  font-size: 28px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  color: #000;
  text-transform: capitalize;
  border-bottom: 0;
  font-weight: normal;
}

.whats-happening h3, .partners h3, .testimonials h3 {
  font-size: 32px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}

.partner-logos {
  display: flex;
  justify-content: center;
  padding: 24px 0 96px 0;
}

.partners img {
  margin: 0 25px;
}

.new-btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: #9D1F5E;
  color: #fff !important;
  padding: 16px 24px;
  border-radius: 6px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  letter-spacing: 0.5px;
  font-weight: normal;
}

.new-btn:hover, .new-btn:focus {
  background-color: #741746;
}

.new-btn svg {
  margin-left: 14px;
}

.mt-40 {
  margin-top: 40px;
}

/* Specific Item Sizing */
.item1 {
  grid-column: span 2; /* Spans 2 columns */
  grid-row: span 2; /* Spans 2 rows */
}

.item2 {
  grid-column: span 2; /* Spans 2 columns */
}

.item5 {
  grid-column: span 2;
}

.item3, .item4, .item6, .item7, .item8, .item9, .item10 {
  grid-column: span 1; /* Each occupies 1 column */
}

@media (max-width: 768px) {
  .need-to-know h3 {
    font-size: 20px;
  }
}
/* HEADER
--------------------------------------------------*/
/* Logo */
.site-logo {
  margin: -15px 0 0;
}

/* Main Navigation */
.site-nav {
  background: #ce0d00;
}

.site-nav li {
  float: left;
}

.site-nav a {
  background: #ce0d00;
  padding: 1em 1.25em;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a:active,
.site-nav li.current-menu-item > a,
.site-nav li.current-menu-ancestor > a {
  background: #000;
}

.site-nav li li {
  border-color: #600;
}

header.redesign .logo {
  position: relative;
}

header.redesign .header-container {
  position: relative;
}

header.redesign .header-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  left: -100%;
}

.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 140px 58px 0 0;
  border-color: #000 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  right: -57px;
  top: 0;
}

.line-yellow {
  width: 7px;
  height: 161px;
  display: block;
  background: #F5AD35;
  border: 0;
  position: absolute;
  transform: rotate(22deg);
  right: -35px;
}

header.redesign {
  background: #fff;
  position: relative;
  z-index: 0;
  min-height: auto !important;
  /*border-bottom: 1px solid #F5AD35;*/
  margin-bottom: 0;
}

header.redesign .logo {
  background: #000;
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.redesign .header-container {
  display: flex;
}

header.redesign .header-container, footer.redesign .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

header.redesign nav {
  align-self: flex-end;
  margin-left: 40px;
  padding-bottom: 16px;
}

header.redesign nav ul {
  margin-bottom: 0;
}

header.redesign nav ul li {
  display: inline-block;
}

header.redesign nav ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  padding: 8px 16px;
}

header.redesign nav ul li a:hover, header.redesign nav ul li a:focus, header.redesign nav ul li a.active {
  background-color: #F5AD35;
}

header.redesign .login {
  align-self: flex-end;
  padding-bottom: 16px;
}

header.redesign .login svg {
  margin-right: 10px;
}

header.redesign .login a {
  font-family: "Neue Haas Grotesk Display Pro 55";
  display: flex;
  font-size: 16px;
  color: #000;
  transition: all 0.2s ease-in-out;
}

header.redesign .login a:hover, a:focus {
  color: #F5AD35;
}

header.redesign .header-components {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 16px;
}

header.redesign .search {
  display: flex;
  justify-content: flex-end;
  width: 330px;
  color: #717171;
}

header.redesign .search button {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  top: 12px;
  right: 8px;
}

header.redesign .top-header-components {
  display: flex;
  align-self: flex-end;
}

@media (max-width: 1160px) {
  .shows-container .grid-container .grid-item {
    width: 250px;
  }
}
@media (max-width: 1080px) {
  header.redesign nav ul li a {
    padding: 8px 6px;
  }
  .shows-container .grid-container .grid-item {
    width: 220px;
  }
  .related-shows-redesign .grid-container .grid-item .event-detail h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .home-hero .grid-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px;
  }
  .home-hero .grid-container .item2, .home-hero .grid-container .item5 {
    grid-column: span 1;
  }
  .home-hero .grid-container .item1 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .desktop-img {
    display: none;
  }
  .responsive-image {
    display: block;
    width: 100%;
  }
  .grid-item.grid-item--featured2 .event-detail {
    width: 100%;
    height: auto;
    transform: translateY(100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  /*.event-buttons span {
  	display: none;
  }*/
  .shows-container .filters {
    display: none;
  }
}
@media (max-width: 980px) {
  header.redesign nav {
    display: none;
  }
  .bottom-header-components {
    justify-content: flex-end;
  }
  .hamburger-container {
    display: block;
    margin-left: 18px;
  }
  .related-shows-redesign .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .redesign-container--with-bg {
    background: white;
  }
}
@media (max-width: 768px) {
  .shows-container .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .redesign-show-container {
    flex-direction: column;
  }
  .redesign-page-content {
    max-width: 100%;
  }
  .redesign-flex-col {
    width: 100%;
  }
  a.back-btn {
    display: inline-block;
  }
  .breadcrumbs {
    display: none;
  }
  .page-template-events .page-banner h1 {
    margin-left: 0;
    text-align: center;
  }
  .page-template-events .page-banner {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  header.redesign .top-header-components {
    display: none;
  }
  header.redesign .logo {
    min-height: 80px;
  }
  .bottom-header-components {
    margin-top: 0px;
    align-items: center;
  }
  header.redesign .login {
    padding-bottom: 0;
  }
  .header-container {
    align-items: center;
  }
  header.redesign .header-components {
    margin-top: 0;
  }
  .hamburger-container {
    margin-top: -4px;
  }
  .line-yellow {
    right: -47px;
  }
  .home-hero .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 580px) {
  header.redesign .login span {
    display: none;
  }
  .hamburger-container {
    margin-top: 0px;
  }
  .venue-list .venue {
    width: 100%;
  }
  .partner-logos {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .partner-logos div {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .redesign-buttons {
    flex-direction: column;
  }
  .redesign-buttons .buy {
    margin-bottom: 16px;
  }
  .redesign-buttons .trailer a {
    display: inline-block;
  }
}
/* hide button on desktop, show on small screens */
.mobile-search-toggle {
  display: none;
  background: none;
  border: 0;
  margin-right: 12px;
  line-height: 0;
  cursor: pointer;
}

/* collapsible panel */
.mobile-search.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  position: relative;
}

/* panel styling */
.mobile-search {
  background: #fff;
}

/* mobile-only */
@media (max-width: 600px) {
  .mobile-search-toggle {
    display: inline-flex;
    align-items: center;
  }
  /* your top header search is already display:none here */
  .mobile-search {
    display: block;
  }
  #mobile-search-panel .search {
    width: 100%;
  }
  #mobile-search-panel .search > div {
    width: 100%;
  }
  #mobile-search-panel .search input[type=search].redesign {
    width: 100%;
  }
}
/* desktop: never show the mobile panel */
@media (min-width: 601px) {
  .mobile-search {
    display: none !important;
  }
}
ul.hamburger li {
  background: black;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
  border-bottom: 3px solid #000;
}

.hidden {
  opacity: 0;
}

.rot45deg {
  transform: rotate(45deg);
  top: 5px !important;
}

.rot-45deg {
  transform: rotate(-45deg);
}

ul.hamburger {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

ul.hamburger li:nth-child(1) {
  top: 0;
}

ul.hamburger li:nth-child(2) {
  top: 3px;
}

ul.hamburger li:nth-child(3) {
  top: 6px;
}

.hamburger-container {
  width: 18px;
  height: 12px;
  cursor: pointer;
  display: none;
  margin-top: 4px;
}

.mobile-menu {
  position: absolute;
  background: #fff;
  transition: all 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}

.mobile-menu ul {
  padding: 16px 0;
}

.mobile-menu ul li {
  margin-bottom: 16px;
}

.mobile-menu a {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  color: #000;
}

.mobile-menu.active {
  display: block;
}

.home-hero {
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  font-family: "Neue Haas Grotesk Display Pro 65";
  font-size: 16px;
  color: #000;
}

.breadcrumbs span[property=itemListElement] {
  margin: 0px 8px;
}

.breadcrumbs span[property=itemListElement]:first-child {
  margin-left: 0px;
}

.breadcrumbs .home:before {
  content: "";
  width: 20px;
  height: 17px;
  background: url("../images/home.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 2px;
}

.breadcrumbs .home span {
  display: none;
}

.breadcrumbs a {
  font-family: "Neue Haas Grotesk Display Pro 65";
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  text-underline-position: under;
  letter-spacing: 0.5px;
}

.synopsis-redesign-content img {
  float: none !important;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 56px;
}

.pagination nav ul {
  display: flex;
}

.pagination nav ul li {
  margin-right: 4px;
}

.pagination nav ul li a {
  background-color: transparent;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  color: #000;
  text-align: center;
  line-height: 40px;
}

.pagination nav ul li a:hover, .pagination nav ul li a:focus {
  background-color: #F5AD35;
}

.pagination nav ul li span.current {
  background-color: #F5AD35;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  color: #000;
  text-align: center;
  line-height: 40px;
}

ul.hamburger li {
  background: black;
  content: "";
  position: relative;
  transition: 0.25s ease-in-out;
  border-bottom: 3px solid #000;
}

ul.hamburger {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

ul.hamburger li:nth-child(1) {
  top: 0;
}

ul.hamburger li:nth-child(2) {
  top: 3px;
}

ul.hamburger li:nth-child(3) {
  top: 6px;
}

.hamburger-container {
  width: 18px;
  height: 12px;
  cursor: pointer;
  display: none;
  margin-top: 4px;
}

.mobile-menu {
  position: absolute;
  background: #fff;
  transition: all 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}

.mobile-menu ul {
  padding: 16px 0;
}

.mobile-menu ul li {
  margin-bottom: 16px;
}

.mobile-menu a {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  color: #000;
}

.mobile-menu.active {
  display: block;
}

@media (max-width: 980px) {
  .hamburger-container {
    display: block;
    margin-left: 18px;
  }
}
@media (max-width: 600px) {
  .hamburger-container {
    margin-top: -4px;
  }
}
@media (max-width: 580px) {
  .hamburger-container {
    margin-top: 0px;
  }
}
/* FOOTER
--------------------------------------------------*/
.footer-row {
  border: none;
  color: white;
  background: #212121;
}

/* Links */
.footer-row a {
  color: #ffbd01;
}

.footer-row a:hover,
.footer-row a:focus,
.footer-row a:active {
  color: #212121;
  background: #ffbd01;
}

/* Headings and Icons */
.footer-row .secondary-heading,
.box-icon [class^=icon-],
.box-icon [class*=" icon-"] {
  color: #ffbd01;
}

/* Horizontal Rows */
.footer-row hr,
.footer-row .secondary-heading {
  border-color: #424242;
}

/* Font Size Options */
footer.redesign .top-footer .font-size-options a {
  text-decoration: none;
  color: black;
  background: #646464;
}

.font-size-options a:hover,
.font-size-options a:focus,
.font-size-options a:active {
  color: white;
  background: black;
}

/* Copy */
.footer-copy {
  color: white;
}

/* Footer */
footer.redesign {
  color: #F5AD35;
}

footer.redesign .top-footer {
  background: url("../images/footer-background.png") #000;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding: 48px 0;
}
footer.redesign .top-footer a {
  color: #F5AD35;
  text-decoration: underline;
  text-underline-position: under;
}
footer.redesign .top-footer a:hover, footer.redesign .top-footer a:focus {
  color: white;
}

footer.redesign .top-footer p {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
}

footer.redesign .footer-logo {
  margin-bottom: 32px;
}

footer.redesign p {
  margin-bottom: 32px;
}

footer.redesign .social-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}

footer.redesign h4 {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
}

footer.redesign .social-links ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0 !important;
}

footer.redesign .social-links ul li a:hover svg path, footer.redesign .social-links ul li a:focus svg path {
  fill: #fff;
}

footer.redesign ul.main-links {
  list-style: none;
  padding-left: 0;
}

footer.redesign ul li a {
  color: #F5AD35;
  text-decoration: underline;
  font-size: 16px;
  text-underline-position: under;
  font-family: "Neue Haas Grotesk Display Pro 55";
}

footer.redesign ul li a:hover, footer.redesign ul li a:focus {
  color: #fff;
}

footer.redesign ul li {
  margin-bottom: 12px;
}

footer.redesign ul.main-links li {
  margin-bottom: 32px;
}

footer.redesign ul.main-links li a {
  font-weight: bold;
}

footer.redesign ul {
  list-style: none;
  padding-left: 0;
}

footer.redesign .four-col-grid {
  display: flex;
}

footer.redesign .four-col-grid .col-grid {
  width: 25%;
}

footer.redesign .acknowledgement {
  padding: 40px 0;
  background: white;
}

footer.redesign .acknowledgement img {
  margin-bottom: 16px;
}

footer.redesign .acknowledgement p {
  color: #000;
  margin-bottom: 0;
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-size: 16px;
}

footer.redesign .acknowledgement h4 {
  color: #000;
  font-weight: bold;
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-size: 16px;
}

footer.redesign .bottom-footer {
  background: #F5AD35;
  padding: 32px 0;
}

footer.redesign .bottom-footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer.redesign .bottom-footer nav ul {
  margin-bottom: 0;
}

footer.redesign .bottom-footer nav ul li {
  display: inline-block;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  margin-right: 32px;
}

footer.redesign .bottom-footer nav ul li a {
  color: #000;
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro 55";
}

footer.redesign .bottom-footer nav ul li a:hover, footer.redesign .bottom-footer nav ul li a:focus {
  color: #fff;
}

footer.redesign .col-grid .social-links {
  display: none;
}

footer.redesign .footer-logo .social-links {
  padding-top: 2rem;
}

@media (max-width: 980px) {
  footer.redesign .four-col-grid {
    justify-content: space-between;
  }
  footer.redesign .four-col-grid .col-grid {
    width: 23%;
  }
  footer.redesign .top-footer {
    background: #000;
  }
}
@media (min-width: 768px) {
  footer.redesign .col-grid .social-links {
    display: block;
  }
  footer.redesign .footer-logo .social-links {
    display: none;
  }
}
@media (max-width: 767px) {
  footer.redesign .bottom-footer nav {
    flex-direction: column;
  }
  footer.redesign .bottom-footer nav ul li {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }
  footer.redesign .four-col-grid {
    flex-wrap: wrap;
  }
  footer.redesign .four-col-grid .col-grid {
    width: 48%;
  }
  footer.redesign .footer-logo {
    text-align: center;
  }
}
@media (max-width: 680px) {
  footer.redesign .acknowledgement {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer.redesign .four-col-grid .col-grid {
    width: 100%;
    text-align: center;
  }
  footer.redesign .four-col-grid .col-grid ul li {
    text-align: left;
  }
  footer.redesign .footer-logo {
    text-align: center;
  }
  .main-links {
    text-align: left;
  }
  footer.redesign .top-footer h4 {
    text-align: left;
  }
  footer.redesign ul li a {
    /*text-decoration: none;*/
  }
  footer.redesign h4 + ul {
    display: none;
  }
  footer.redesign ul.main-links li, footer.redesign .top-footer h4 {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(245, 173, 53, 0.16);
  }
  footer.redesign .top-footer h4:after {
    content: "";
    width: 15px;
    height: 9px;
    background: url("../images/yellow-arrow-up.svg");
    background-repeat: no-repeat;
    display: block;
    transform: rotate(180deg);
  }
  footer.redesign .top-footer h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer.redesign .top-footer h4.active {
    border-bottom: 0;
  }
  footer.redesign .top-footer h4.active:after {
    transform: rotate(0deg);
  }
  footer.redesign .top-footer h4.active + ul {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(245, 173, 53, 0.16);
  }
}
.related-shows-redesign {
  padding-bottom: 120px;
}

.related-shows-redesign .show-thumb {
  max-width: 288px;
  max-height: 360px;
}

.related-shows-redesign .grid-container {
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.related-shows-redesign .events-list {
  padding: 0;
}

.whats-happening {
  background: rgba(0, 0, 0, 0.04);
  padding: 64px 0;
}

.events-list {
  padding: 80px 0;
}

.shows-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.shows-container .filters {
  min-width: 200px;
  width: 275px;
  margin-right: 32px;
}

.shows-container .grid-container {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px; /* Space between grid items */
  padding: 0;
}

.showsearch .grid-container {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px; /* Space between grid items */
  padding: 0;
}

.shows-container .events-list {
  padding-top: 0;
}

.shows-container .grid-container {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px; /* Space between grid items */
  padding: 0;
}

.showsearch .grid-container {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px; /* Space between grid items */
  padding: 0;
}

.shows-container .grid-container .grid-item {
  width: auto;
}

.shows-container .events-list {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .shows-container .filters {
    display: none;
  }
  .show-list, .shows-container .grid-container .grid-item {
    width: 100%;
  }
  .show-list .shows-container, .shows-container .grid-container .grid-item .shows-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .responsive-image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .shows-container .grid-container .grid-item {
    width: 276px;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .showsearch .grid-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
  .showsearch .grid-container .grid-item .event-detail h4 {
    line-height: 23px;
    font-size: 18px;
  }
  .showsearch .grid-container .grid-item .event-detail .event-buttons ul {
    padding-left: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .shows-container .grid-container .grid-item {
    max-width: 276px;
    width: auto;
  }
}
/* Grid Container */
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 4 equal columns */
  grid-gap: 24px; /* Space between grid items */
  padding: 20px;
  box-sizing: border-box;
}

/* Grid Items */
.grid-item {
  background-color: #fff;
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.grid-item .event-detail {
  background-color: #000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
}
.grid-item.grid-item--featured2 .event-detail {
  transform: translate(250px, 0);
  width: 246px;
  height: 100%;
  right: 0;
  left: auto;
  border-radius: 0;
  justify-content: space-between;
}
.grid-item.grid-item--featured .event-buttons .mobile {
  display: none;
}

.grid-item:hover .event-detail {
  transform: translateY(0);
}

.grid-item.grid-item--featured2:hover .event-detail {
  transform: translate(0, 0);
}

.event-detail-text {
  padding: 16px 24px;
}
.event-detail-text a {
  color: white;
}
.event-detail-text a:hover {
  color: #CE0D00;
}
.event-detail-text p {
  margin-bottom: 5px;
}

.grid-item.grid-item--featured .event-detail h4 {
  font-size: 24px;
}
.grid-item .event-detail h4 {
  font-size: 19px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-weight: normal;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.grid-item .event-detail-text.title-full h4 {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Optional: ensure consistent rendering */
  max-height: 6.5em; /* 3 lines of text at 1.5 line height */
}
.grid-item .event-detail-text.title-truncate h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Optional: ensure consistent rendering */
  max-height: 3.9em; /* 3 lines of text at 1.5 line height */
}
.grid-item .event-detail p {
  font-size: 15px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-weight: normal;
}

.grid-item .event-detail .event-buttons {
  align-self: flex-end;
}
.grid-item .event-detail .event-buttons ul {
  list-style: none;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0 0 0 0.5em;
}
.grid-item .event-detail .event-buttons .button,
.grid-item .event-detail .event-buttons .buy {
  background-color: #F5AD35;
  font-family: "Neue Haas Grotesk Display Pro 65";
  color: #000;
  font-size: 16px;
  padding: 12px 24px;
  border-top-left-radius: 20px;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
}
.grid-item .event-detail .event-buttons .button i,
.grid-item .event-detail .event-buttons .buy i {
  display: none;
}
.grid-item .event-detail .event-buttons .details {
  background-color: #FF4554;
  font-family: "Neue Haas Grotesk Display Pro 65";
  color: #fff;
  font-size: 14px;
  padding: 12px 18px 12px 16px;
  border-top-left-radius: 20px;
  display: inline-block;
  font-weight: normal;
  position: relative;
  right: -10px;
}
.grid-item .event-detail .event-buttons .details.details-large {
  font-size: 16px;
  padding: 12px 24px;
  right: 0;
  text-transform: capitalize;
}

.grid-item .event-detail .event-buttons .details:hover, .grid-item .event-detail .event-buttons .details:focus, .grid-item .event-detail .event-buttons .details:focus-visible {
  background-color: #CA3541;
}
.grid-item .event-detail .event-buttons .buy:hover, .grid-item .event-detail .event-buttons .buy:focus, .grid-item .event-detail .event-buttons .buy:focus-visible,
.grid-item .event-detail .event-buttons .button:hover,
.grid-item .event-detail .event-buttons .button:focus,
.grid-item .event-detail .event-buttons .button:focus-visible {
  background-color: #FFD999;
}

.grid-item .event-detail .event-buttons a {
  letter-spacing: 0.5px;
}

.grid-item--featured .event-detail .event-buttons .details {
  padding: 12px 24px;
  right: -2px;
}
.grid-item--featured .event-detail .event-buttons .details.details-large {
  padding: 16px 24px;
}
.grid-item--featured .event-detail .event-buttons .buy,
.grid-item--featured .event-detail .event-buttons .button {
  padding: 16px 24px;
}

.grid-item img {
  width: 100%;
}

.grid-item.grid-item--featured.item1 .desktop-img {
  display: none;
}

.grid-item.grid-item--featured.item1 .responsive-image {
  display: block;
}

@media (max-width: 600px) {
  .grid-item .event-detail .event-buttons ul {
    justify-content: flex-end;
  }
  .grid-item .event-detail {
    display: flex;
    width: 50%;
    position: relative;
    height: 100%;
    transform: translate(0, 0);
    border-radius: 0;
    justify-content: space-between;
    left: -1px;
  }
  .shows-container .grid-container {
    display: flex;
    flex-direction: column;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
  .mobile-order-4 {
    order: 4;
  }
  .mobile-order-5 {
    order: 5;
  }
  .mobile-order-6 {
    order: 6;
  }
  .mobile-order-7 {
    order: 7;
  }
  .mobile-order-8 {
    order: 8;
  }
  .mobile-order-9 {
    order: 9;
  }
  .mobile-order-10 {
    order: 10;
  }
  .grid-item {
    display: flex;
  }
  .grid-item img {
    width: 50%;
  }
  .grid-item .event-detail {
    display: flex;
    width: 50%;
    position: relative;
    height: 100%;
    transform: translate(0, 0);
    border-radius: 0;
    justify-content: space-between;
    left: -1px;
  }
  .grid-item.grid-item--featured2 .event-detail {
    height: 100%;
    transform: translate(0, 0);
    border-radius: 0;
    display: flex;
    width: 50%;
  }
  .grid-item .event-detail .event-buttons ul {
    padding-left: 0;
  }
  .grid-item .event-detail .event-buttons {
    width: 100%;
  }
  .grid-item .event-detail .event-buttons ul li {
    display: inline-block;
    width: 50%;
  }
  .grid-item .event-detail .event-buttons ul li a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .grid-item.grid-item--featured .event-detail .event-buttons .details {
    padding: 12px 24px;
    right: -13px;
  }
  .grid-item.grid-item--featured .event-detail .event-buttons .buy,
.grid-item.grid-item--featured .event-detail .event-buttons .button {
    padding: 12px 24px;
  }
  .grid-item .event-detail .event-buttons .details {
    right: -13px;
  }
  .grid-item.grid-item--featured2 {
    display: block;
  }
  .grid-item.grid-item--featured2 .desktop-img {
    display: block;
    width: 100%;
  }
  .grid-item.grid-item--featured2 .responsive-image {
    display: none;
  }
  .grid-item.grid-item--featured2.item2 .event-detail,
.grid-item.grid-item--featured2.item5 .event-detail {
    display: block;
    position: static;
    transform: none;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #000;
  }
  .grid-item.grid-item--featured2 .event-detail-text {
    padding: 16px;
  }
  .grid-item.grid-item--featured2 .event-buttons {
    width: 100%;
  }
  .grid-item.grid-item--featured2 .event-buttons ul {
    padding-left: 0;
    margin: 0;
  }
  .related-shows-redesign .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-item.grid-item--featured .event-buttons .mobile {
    display: block;
  }
  .grid-item.grid-item--featured .event-buttons .desktop {
    display: none;
  }
  .grid-item.grid-item--featured.item1 {
    display: block;
  }
  .grid-item.grid-item--featured.item1 .desktop-img {
    display: block;
    width: 100%;
  }
  .grid-item.grid-item--featured.item1 .responsive-image {
    display: none;
  }
  .grid-item.grid-item--featured.item1 .event-detail {
    display: block;
    position: static;
    transform: none;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: #000;
  }
  .grid-item.grid-item--featured.item1 .event-detail-text {
    padding: 16px;
  }
  .grid-item.grid-item--featured.item1 .event-buttons {
    width: 100%;
  }
  .grid-item.grid-item--featured.item1 .event-buttons ul {
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .grid-item .event-detail h4 {
    font-size: 16px;
  }
  .grid-item .event-detail .event-buttons {
    width: 90%;
  }
  .event-detail-text {
    padding: 16px;
  }
  .grid-item .event-detail .event-buttons {
    width: 100%;
  }
}
.filters-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.filters-title h4 {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  font-weight: normal;
}

.filters .boxes h5 {
  font-family: "Neue Haas Grotesk Display Pro 65";
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
}

.filters fieldset {
  padding: 0;
  border: 0;
}

.filters fieldset div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.filters fieldset label {
  cursor: pointer;
}

.filters fieldset label.zero {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
  position: relative;
}

.filters fieldset label.zero:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #717171;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 4px;
}

.filters fieldset input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  position: absolute;
  left: -999999px;
}

.filters fieldset input:checked + label.zero:before {
  background-color: #F5AD35;
  border-color: #F5AD35;
}

.filters fieldset input:checked + label.zero:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 4px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-toggle {
  display: flex;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #F5AD35;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 65";
  margin-bottom: 16px;
  display: none;
}

.filter-toggle svg {
  margin-left: 8px;
}

.mobile-filter {
  display: none;
  padding: 32px 24px;
}

.mobile-filter.active {
  display: block;
}

.close-filter {
  display: block;
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 65";
  text-align: center;
  font-weight: normal;
}

.mobile-filter {
  position: absolute;
  background: #fff;
  transition: all 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 1024px) {
  .filter-toggle {
    display: flex;
  }
}
.input-wrap-keyword {
  width: inherit;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  padding-right: 2.2rem;
}

.home-search form .clear-btn {
  position: absolute;
  right: 3px;
  top: 10px;
  display: none; /* toggled by JS */
  background: transparent;
  border: 0;
  padding: 0.25rem;
  line-height: 1;
  cursor: pointer;
  color: #888;
  z-index: 2;
}
.home-search form .clear-btn:hover {
  color: #444;
  background: none;
}
.home-search form .clear-btn:focus {
  outline: 2px solid #F5AD35;
  outline-offset: 2px;
}

header.redesign .search .clear-btn {
  right: 44px;
  padding-right: 5px;
}

.mobile-filter .filters-title svg {
  padding: 10px;
  cursor: pointer;
}
.mobile-filter .filters-title svg:hover path {
  fill: #717171;
}

.mobile-filter .clear-btn-container {
  margin-bottom: 40px;
}

.mobile-filter .filters-title {
  margin-bottom: 10px;
}

.mobile-filter a.clear-filters.btn-link,
.shows-container .filters a.clear-filters.btn-link {
  text-decoration: underline;
  color: black;
  cursor: pointer;
  margin-right: 14px;
}
.mobile-filter a.clear-filters.btn-link:hover,
.shows-container .filters a.clear-filters.btn-link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .home-search form .clear-btn {
    position: absolute;
    right: 4%;
    top: 6px;
    margin-right: 0;
    padding: 0.25rem;
  }
}
.home-search {
  background-repeat: red;
  width: 910px;
  margin: 0 auto;
  padding: 48px;
  background-color: #F5AD35;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.home-search form {
  display: flex;
}

.home-search form .form-wrapper {
  display: flex;
  background-color: #fff;
  width: 90%;
}

.home-search form .button-wrapper {
  background-color: #fff;
}

.home-search form .select-wrapper {
  position: relative;
  display: flex;
}
.home-search form .select-wrapper option:disabled {
  color: red;
}

.home-search form .select-wrapper:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("../images/categories.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 13px;
  left: 14px;
  display: block;
}

.home-search form input[type=text].datepicker {
  height: 100%;
  width: 182px;
  position: relative;
}

.home-search form input[type=text][name=keyword] {
  background: url("../images/search.svg") #fff;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  height: 100%;
}

.home-search form input[type=text].datepicker {
  background-image: url("../images/calendar-yellow.svg");
  background-position: 14px 15px;
  background-repeat: no-repeat;
}

.home-search form input[type=text].datepicker:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("../images/calendar-yellow.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 15px;
  left: 14px;
  display: block;
}

.home-search form button {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro 65";
  font-weight: normal;
  padding: 8px 16px;
  border-radius: 8px;
  margin: 7px;
  appearance: none;
  border: 0;
  letter-spacing: 0.5px;
  transition: 0.2s all ease-in-out;
}

.home-search form button:hover {
  background-color: #FF4554;
}

.home-search form select {
  min-width: 188px;
  appearance: none;
  background: url("../images/dropdown-arrow.svg") #fff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

.home-search form select, .home-search form input {
  border: 0;
  box-shadow: none;
  padding: 15px 20px 15px 48px;
}

.home-search form select:focus, .home-search form input:focus {
  outline: none;
}

.home-search form select, .home-search form input[type=text].datepicker {
  border-right: 2px solid #ECECEC;
}

.search-result {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.search-result:last-child {
  border-bottom: 0;
}

@media (max-width: 1290px) {
  header.redesign .header-container, footer.redesign .footer-container, .redesign-container {
    margin: 0 32px;
  }
}
@media (min-width: 768px) {
  .home-search form input[type=text].datepicker {
    min-width: 182px;
  }
}
@media (max-width: 768px) {
  .home-search {
    padding: 38px 28px 28px 28px;
  }
  .search-widget {
    position: relative;
  }
  header.redesign .header-container, footer.redesign .footer-container, .redesign-container {
    margin: 0 22px;
  }
  .venue-list {
    flex-wrap: wrap;
  }
  .venue-list .venue {
    width: 60%;
    margin-bottom: 16px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    display: none !important;
  }
  .home-search {
    border-radius: 0;
  }
  .home-search form {
    flex-direction: column;
  }
  .home-search form select, .home-search form input[type=text].datepicker {
    border-right: 0;
    border-bottom: 2px solid #ECECEC;
  }
  .home-search form input[type=text].datepicker {
    width: 100%;
  }
  .home-search form .form-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .home-search form .button-wrapper {
    background-color: transparent;
  }
  .home-search form button[type=submit] {
    margin: 28px 0 0 0;
  }
}
.select-cat:has(option[value=all-types]:checked) {
  color: #767676;
}

.select-cat option {
  color: #000;
}

/* Hide results until first filtered AJAX completes */
.ajax-container.is-hidden {
  visibility: hidden;
} /* keeps layout, no jump */
.testimonials {
  background: url(../images/testimonial-bg.png) no-repeat #fff;
  background-position: 220px 106px;
  background-size: 200px 409px;
  padding: 96px 0;
}

.testimonials .owl-carousel {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials .owl-carousel .item {
  width: 790px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 10px auto;
  padding: 40px 48px;
  background: #fff;
}

.testimonials .owl-carousel .item p, .testimonials .owl-carousel .item span {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Display Pro 55";
}

.testimonials .owl-carousel .item span {
  font-style: italic;
}

.testimonials .owl-carousel .item p.cite {
  text-align: right;
}

.testimonials .owl-carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: rgba(245, 173, 53, 0.48);
}

.testimonials .owl-carousel .owl-dots .owl-dot.active span {
  width: 9px;
  height: 9px;
  background: rgb(245, 173, 53);
}

.testimonials .owl-carousel .owl-prev, .testimonials .owl-carousel .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  display: block !important;
  border: 0px solid black;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.testimonials .owl-carousel .owl-prev {
  left: 120px;
}

.testimonials .owl-carousel .owl-next {
  right: 120px;
}

.testimonials .owl-carousel .owl-prev i, .owl-next i {
  font-size: 40px;
  color: #F5AD35;
}

.testimonials .owl-carousel .owl-prev:hover, .testimonials .owl-carousel .owl-next:hover {
  background: transparent !important;
}

@media (max-width: 1220px) {
  .testimonials .owl-carousel .owl-next {
    right: 90px;
  }
  .testimonials .owl-carousel .owl-prev {
    left: 90px;
  }
  .testimonials .owl-carousel .item {
    width: 70%;
    box-sizing: border-box;
  }
}
@media (max-width: 980px) {
  .testimonials .owl-carousel .owl-next {
    right: 60px;
  }
  .testimonials .owl-carousel .owl-prev {
    left: 60px;
  }
}
@media (max-width: 768px) {
  .testimonials .owl-carousel .item {
    width: 95%;
    box-sizing: border-box;
  }
}
.home-triangle {
  position: absolute;
  background: url("../images/vector.png");
  display: block;
  width: 409px;
  height: 840px;
  top: -153px;
  display: none;
}

.home header.redesign .mobile-search-toggle,
.page-id-87419 header.redesign .mobile-search-toggle,
.page-id-87419 header.redesign .search,
.home header.redesign .search {
  visibility: hidden;
}

.home-hero {
  overflow: hidden;
}

@media (max-width: 680px) {
  .home-triangle {
    display: none;
  }
}
.venue-list {
  display: flex;
}

.venue-list .venue {
  width: 276px;
  margin: 20px 16px;
  max-width: 100%;
}

.venue-list.two-col .venue {
  width: 584px;
  display: flex;
}

.venue-list.two-col .venue .venue-image {
  display: block;
  width: 50%;
  height: 100%;
}

.venue-list.two-col .venue .venue-information {
  top: 0;
  width: 50%;
  left: -10px;
  justify-content: space-between;
}

.venue-list .venue .venue-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 168px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.venue-information {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  top: -10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.venue-information .pad {
  padding: 24px 16px 0 16px;
}

.venue-list .venue a {
  cursor: pointer;
}

.venue-list .venue a.venue-tile-btn {
  align-self: flex-end;
  justify-self: flex-end;
  background: #FF4554;
  padding: 12px 16px;
  color: #fff;
  border-top-left-radius: 20px;
  font-size: 14px;
  font-family: "Neue Haas Grotesk Display Pro 65";
  letter-spacing: 0.5px;
}

.venue-list .venue a.venue-tile-btn:hover, .venue-list .venue a.venue-tile-btn:focus {
  background-color: #CA3541;
}

.venue-list .venue h2 {
  font-size: 24px;
  font-family: "Neue Haas Grotesk Display Pro 75";
  color: #000;
  font-weight: normal;
}
.venue-list .venue h2:hover {
  cursor: pointer;
  color: #CE0D00;
}

.venue-list .venue p {
  color: #000;
  font-family: "Neue Haas Grotesk Display Pro 55";
  font-size: 16px;
}

.redesign-container .venue-list.venue-grid {
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.redesign-container .venue-list.venue-grid .venue {
  flex-basis: calc(25% - 32px);
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .redesign-container .venue-list.venue-grid .venue {
    flex-basis: calc(33% - 32px);
  }
}
@media (max-width: 768px) {
  .redesign-container .venue-list.venue-grid .venue {
    flex-basis: calc(50% - 32px);
  }
}
@media (max-width: 500px) {
  .redesign-container .venue-list.venue-grid .venue {
    flex-basis: calc(100% - 32px);
  }
}
@media (max-width: 900px) {
  .venue-list.two-col {
    flex-wrap: wrap;
    align-items: center;
  }
  .venue-list.two-col .venue {
    margin-bottom: 16px;
    flex-direction: column;
  }
  .venue-list.two-col .venue .venue-information {
    left: 0;
    top: -10px;
  }
  .venue-list.two-col .venue .venue-image {
    width: 100%;
  }
  .venue-list.two-col .venue .venue-information {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
