body {
    background-color: #000;
    color: #000;
}

body,
p {
    /*font-family: futura-pt-condensed, sans-serif;*/
    font-family: La gioconda tt, serif;
    letter-spacing: 0px;
}


/* fix for font rendering issues - keep or not? */


/*body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}*/


/* Fix for mobile menu button not placed right on London FAQ page (not sure why just this page...) */

@media (max-width: 767px) {
    .menu-mobile-button {
        top: 0;
        left: 0;
    }
}


/* PUSH FOOTER TO ALWAYS BE AT THE BOTTOM */

html,
body {
    height: 100%;
    margin: 0;
}

.outerWrap {
    min-height: 100%;
    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    margin-bottom: -300px;
}

.footer {
    height: 300px;
}

.footer-push {
    height: 300px;
}

html.touch * {
    background-attachment: scroll !important;
}

.background--new {
    position: fixed;
    overflow: visible;
    top: 0;
    right: 0;
    left: 0;
    height: 110%;
    width: 100%;
    /*z-index: -1;*/
    background-position: 50% 50%;
    background-size: cover;
    background-color: #dbad49;
    background-image: url(../_img/BG_DESKTOP_03-c@1x.jpg);
    background-image: -webkit-image-set( url(../_img/BG_DESKTOP_03-c@1x.jpg) 1x, url(../_img/BG_DESKTOP_03-b@2x.jpg) 2x);
}

.outerWrap {
    z-index: 1000;
    position: relative;
    background: #0000;
}

.section-home,
.section-cast,
.section-tickets,
#tickets.section-tour {
    padding-bottom: 60px;
}

.home-subtitle {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .home-subtitle {
        font-size: 1.35rem;
        line-height: 1em;
    }
}


/* hide tracking pixel */

iframe[name='Q11 Tracking - RPM Hamilton – Retargeting – New York'] {
    position: absolute;
    z-index: -1;
}


/**
 * BEGIN Fixes for Home star image colliding with silhouettes below - mike@curren.me
 * @link https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
 */


/* tweak for home star image on desktop - eric devlin */

@media only screen and (min-width: 767px) {
    .content-container.landing {
        padding-top: 55px;
        padding-bottom: 120px;
    }
}


/* iPhone X - landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .home-landing-image-star {
        width: 250px;
    }
    .silos-home {
        max-width: 70%;
        /* make the silos shorter to allow room for the star */
        margin: 0 auto -2px;
        /* make sure silos are standing on the black bar */
    }
    .nav-drop-text {
        height: 26px;
    }
}


/* iPhone 6+, 7+, 8+'s - landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .home-landing-image-star {
        width: 300px;
        margin: 0 70px;
        /* pad the sides to make the silos image below wider */
    }
    .silos-home {
        max-width: 100%;
        /* reset */
        /*margin: 0 auto -2px;*/
    }
    .nav-drop-text {
        height: 35px;
    }
}


/* iPhone 6, 7, 8's - landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .home-landing-image-star {
        width: 265px;
        margin: 0 70px;
        /* pad the sides to make the silos image below wider */
    }
    .silos-home {
        max-width: 100%;
        /* reset */
        /*margin: 0 auto -2px;*/
    }
    .nav-drop-text {
        height: 35px;
    }
}


/* iPhone 5's - landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .home-landing-image-star {
        width: 220px;
        margin: 0 70px;
        /* pad the sides to make the silos image below wider */
    }
    .silos-home {
        max-width: 100%;
        /* reset */
        /*margin: 0 auto -2px;*/
    }
}


/* END Fixes for Home star image colliding with silhouettes below - mike@curren.me */


/* HOME */

.home-tickets-button {
    font-size: 1.75rem;
}

a {
    text-decoration: none;
}

ul,
ol {
    font-family: 'La gioconda tt', sans-serif;
    color: black;
}

.swiper-container {
    width: 100%;
    /*height: auto;*/
    height: 100%;
    display: flex;
    padding-bottom: 60px;
}

.slider-main-arrow-text {
    margin-bottom: 0px;
    transition: color 200ms ease;
    font-family: futura-pt-condensed, sans-serif;
    color: #fff;
    line-height: 1em;
    text-align: left;
    padding: 0px;
    font-size: 0.8em;
    width: 60%;
}

.swiper-button-next-main,
.swiper-button-prev-main {
    position: fixed;
    top: 50vh !important;
    background-repeat: no-repeat;
    width: 75px;
    display: flex;
    align-items: center;
}

.swiper-button-next-main {
    background-image: url('../img/arrow_next_02.svg') !important;
    background-position: left;
    justify-content: flex-end;
}

.swiper-button-prev-main {
    background-image: url('../img/arrow_previous_02.svg') !important;
    background-position: right;
    justify-content: flex-start;
}

.swiper-button-prev-main .slider-main-arrow-text {
    text-align: right;
}

.swiper-button-next-main .slider-main-arrow-text {
    text-align: left;
}

.swiper-button-disabled {
    opacity: 0 !important;
}


/* Cast and Creative Modals */

.cast-modal-slider {
    background-color: transparent;
}

.cast-modal-slide,
.creative-modal-slide,
.modal-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cast-modal-wrapper,
.creative-modal-wrapper {
    width: 75%;
    max-width: 1000px;
    max-height: 375px;
    overflow-y: auto;
    padding: 30px 30px 30px 20px;
    position: relative;
}

.cast-modal-bg {
    z-index: 999;
}

.cast-modal-close,
.modal-close {
    z-index: 1000;
}

.cast-modal-social {
    justify-content: start;
    padding: 0px;
    /*max-width: 400px;*/
}

.cast-modal-social-icon {
    margin: 0 3px;
    width: 35px;
    height: 35px;
}

.cast-modal-social-icon-img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 200ms ease-out;
}

.cast-modal-social-icon-img:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.swiper-button-prev-cast {
    left: 8%;
    background-size: 60%;
    transform: translateY(-50%);
}

.swiper-button-next-cast {
    right: 8%;
    background-size: 60%;
    transform: translateY(-50%);
}

.creative-modal-social {
    padding: 0px;
    width: auto;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .cast-info-thumb {
        /* height: 270px; */
    }
    .cast-modal-social,
    .creative-modal-social {
        justify-content: center;
        /*max-width: 400px;*/
    }
    .cast-modal-text {
        max-width: 400px;
    }
    .swiper-button-prev-cast {
        left: 5%;
    }
    .swiper-button-next-cast {
        right: 5%;
    }
    .cast-modal-close {
        top: 5px;
        right: 5px;
    }
    .cast-modal-wrapper {
        height: 100%;
        padding: 30px 20px;
    }
    .swiper-container-cast {
        padding-bottom: 0px;
        height: 100%;
        overflow-y: auto;
        align-items: center;
    }
    .creative-modal-wrapper {
        height: 100%;
    }
    .creative-modal-wrapper {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .cast-info-thumb {
        /* height: 250px; */
    }
    .cast-row>div:nth-of-type(2n-1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    /* heads up MIN-WIDTH */
    .cast.content-container .cast-row,
    .creative-row {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .swiper-container-news {
        height: 90%;
        overflow-y: auto;
        align-items: center;
    }
}


/* Izi modal video and gallery*/

.izi-modal-close {
    right: -30px;
    top: -30px;
}

.iziModal-navigate-next {
    background: url(../img/arrow-right.svg) no-repeat 50% 50%;
    /* right: 55%; */
}

.iziModal-navigate-prev {
    background: url(../img/arrow-left.svg) no-repeat 50% 50%;
    /* left: 55%; */
}

.iziModal-navigate>button {
    background-size: 20% !important;
    opacity: 0.7;
}

.izi-modal-wrapper iframe,
.izi-modal-gallery>.iziModal-wrap>.iziModal-content:first-child {
    border: 1px solid #ccbe9e !important;
}

.iziModal-content {
    /* height: 100%; */
    position: relative;
}

.gallery-image {
    /* max-height: 350px; */
}

@media (max-width: 767px) {
    .izi-modal-gallery {
        width: 75% !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .izi-modal-gallery {
        width: 75% !important;
    }
    .iziModal-navigate-next {
        right: 55%;
    }
    .iziModal-navigate-prev {
        left: 55%;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .izi-modal-gallery {
        width: 75% !important;
    }
    .iziModal-navigate-next {
        right: 52%;
    }
    .iziModal-navigate-prev {
        left: 52%;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .news-item-block {
        display: block;
        width: 224px;
        height: 224px;
    }
}

.news-item-text.gallery-item {
    margin: 1px;
}

.gallery-text {
    width: 90%;
    text-transform: unset;
}

.gallery-text.header-3-sans,
.gallery-item {
    padding-bottom: 5px;
    border-top: 0px;
}

.gallery-close {
    right: 10px;
    top: 8px;
}

.video-modal-wrapper {
    padding: 0px;
    border: 1px solid #ccbe9e;
    background: #000;
}

.swiper-button-prev-news {
    left: 13%;
    background-size: 60%;
    transform: translateY(-50%);
}

.swiper-button-next-news {
    right: 13%;
    background-size: 60%;
    transform: translateY(-50%);
}

.video-modal-wrapper {
    position: relative;
}

.news-modal-close {
    top: -40px;
    right: -35px;
}

@media (max-width: 991px) {
    .swiper-button-prev-news {
        left: 5%;
    }
    .swiper-button-next-news {
        right: 5%;
    }
}

@media (max-width: 767px) {
    .swiper-button-prev-news {
        display: none;
    }
    .swiper-button-next-news {
        display: none;
    }
}


/* CALENDAR SYTLES */

.text-above-calendar {
    margin-top: 30px;
}

.left-column.tickets {
    height: 490px;
    /* height: 500px; */
    /* height: 555px; */
}

.right-column {
    /* height: 550px; */
}

#calGridWidget {
    /* width: 100%; */
}

.ticket {
    height: 60px;
}

.ticket0,
.ticket1 {
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.ticket .ticketinfo {
    font-family: futura-pt-condensed, sans-serif;
}

.tickets-info-text {
    font-weight: 600;
}

.tickets-info-text.london-column {
    flex: 0;
}

.tickets-info-text.london-column .tickets-subhead {
    text-align: center;
    font-size: 1.15em;
}

#calHolderBG {
    display: static;
}

.cal-button-holder {
    margin-bottom: -12px;
}


/* PUERTO RICO TICKET PAGE */

body.puerto-rico .left-column.tickets {
    /* height: 576px; */
    height: auto;
}

@media (min-width: 768px) {
    .text-above-calendar {
        margin-top: 20px;
    }
    .pr-ticket-block {
        display: flex;
        flex-wrap: wrap;
    }
    .pr-ticket-block>a {
        flex: 0 48%;
        margin-left: 5px;
        margin-right: 5px;
    }
}


/* Cal table (San Juan) */

.cal-table {
    width: 75%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
}

.cal-table .tbody {
    border-bottom: 1px solid #ccbe9e;
}

.cal-row {
    display: flex;
    flex-flow: row nowrap;
    padding: 10px 0;
    border-top: 1px solid #ccbe9e;
    justify-content: space-between;
}

.cal-head {
    display: flex;
    flex-flow: row nowrap;
    padding: 5px 0 15px 0;
    justify-content: space-between;
}

.cal-head div {
    min-width: 33.333%;
}

.cal-head .cal-date {
    color: #fff;
}

.cal-head .cal-time {
    color: #fff;
    text-align: center;
}

.cal-date {
    font-family: 'La gioconda tt', sans-serif;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    min-width: 33.333%;
}

.cal-time {
    font-family: 'La gioconda tt', sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    color: #ccbe9e;
    min-width: 33.333%;
    text-align: center;
}

.cal-time a {
    font-family: 'La gioconda tt', sans-serif;
    line-height: 1.4em;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    color: #ccbe9e;
    min-width: 33.333%;
    text-align: center;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 200ms ease;
}

.cal-time a:hover {
    border-bottom: 1px solid #ccbe9e;
}

@media (max-width: 475px) {
    .cal-row {
        display: flex;
        flex-flow: column;
        padding: 10px 0;
        border-top: 1px solid #ccbe9e;
        justify-content: space-between;
        text-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    .w-col>.left-column {
        height: auto !important;
    }
    .w-col>.right-column {
        height: auto !important;
    }
    #calHolder {
        margin: 0 auto !important;
    }
    .cal-table {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .swiper-button-prev-main,
    .swiper-button-next-main {
        display: none;
    }
}


/* SPONSORSHIP LOGOS */

.logo-column-2 {
    text-align: center;
}

.logo-column-2 .sponsorship-logo {
    max-width: 60%;
}

h3.sponsorship-title {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 400;
    color: white;
    text-align: center;
}

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.logo-column {
    max-height: 100px;
    text-align: center;
}

@media (max-width: 768px) {
    .logo-column-2 .sponsorship-logo {
        max-width: 90%;
    }
}

.content-container.black {
    padding: 30px;
}

.content-container.news-featured {
    display: block;
}

.home-news-feature-images {
    min-height: 200px;
    padding: 1px;
}


/*.content-container.landing {
  padding-top: 45px;
  padding-bottom: 120px;
}*/


/* SAN FRANCISCO PAGE */

.sf-button {
    font-weight: 400;
}


/* Tickets Slide */

.district-area {
    margin-top: -20px;
    font-size: 1em !important;
}

.left-column.map {
    height: 400px;
}

.map .button-light {
    margin-bottom: 5px;
}

.content-container.tickets {
    margin-top: 40px;
    padding-top: 40px;
}

.content-container .tickets-highlight,
.content-container .tickets-intro {
    /*margin: 0px 0 20px 0;*/
    max-width: 800px;
}

body.puerto-rico .content-container .tickets-highlight {
    text-align: center;
    margin: 0 0 2em 0;
}

body.puerto-rico .content-container .tickets-highlight p {
    text-align: left;
}

.content-container .lottery-message p,
.content-container .tickets-message p,
.content-container .tickets-highlight p,
.content-container .tickets-highlight p,
.content-container .tickets-highlight ol>li,
.content-container .tickets-highlight ul>li,
.content-container .tickets-intro p,
.content-container .tickets-intro ol>li,
.content-container .tickets-intro ul>li {
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 700;
}

.lottery-message p,
.tickets-message p {
    text-align: center;
}

.content-container .tickets-message p {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .content-container.tickets,
    .content-container.map {
        padding: 40px 10px 0px;
    }
    .map-image {
        width: 100%;
    }
}


/* FAQ Question list styling */

.faq-question-list {
    width: 100%;
}

.faq-question-dropdown-toggle.w-dropdown-toggle {
    white-space: normal;
}

.faq-question-dropdown-toggle.w-dropdown-toggle.w--open {
    background-color: #d5d3cf;
    color: black;
}


/* JQuery FAQ */

.content-container.tour {
    padding-bottom: 0px;
}

.section-tour .header-2-serif.privacy {
    margin-bottom: 0px;
}

.faq-list {
    width: 800px;
    margin-right: auto;
    /* margin-bottom: 30px; */
    margin-left: auto;
    transition: all 800ms ease;
}

.faq-list.fade {
    opacity: 0;
}

.faq-accordion {
    /* margin-top: 40px; */
    /* margin-bottom: 30px; */
    /* border-bottom: 1px solid #ccbe9e; */
    text-align: center;
}

.faq-accordion.sub-accordion {
    background-color: transparent;
    border: 0px;
}

.faq-question {
    /* margin-top: 15px !important; */
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding: 0.5em 2.2em !important;
    border: 0px !important;
    border-top: 1px solid #ccbe9e !important;
    transition: color 200ms ease !important;
    font-weight: 700 !important;
    text-align: left !important;
    text-transform: uppercase !important;
    background-color: rgb(0, 0, 0, 0.7) !important;
    color: #ffffff !important;
    transition: all 200ms ease !important;
    border-radius: 0px !important;
    font-family: 'La gioconda tt', sans-serif !important;
}

.faq-question:focus {
    outline: none;
}

.ui-accordion .ui-accordion-header {
    margin: 0px;
}

.faq-accordion div {
    background-color: #d5d2ce;
    color: #000000;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.faq-question:hover,
.faq-question.ui-state-active {
    color: #000000;
    background-color: #d5d2ce;
}

.faq-question:before {
    /* content: url(../_img/icon-white-down-arrow.png); */
    font-family: 'webflow-icons';
    content: '\e603';
    position: absolute;
    left: 10px;
    transition: transform 200ms ease;
}

.ui-accordion-header-active:before {
    transform: rotateZ(-180deg);
    /* -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); */
}

.faq-accordion .ui-icon {
    display: none;
}

.faq-accordion .ui-accordion-header a {
    padding-left: 0;
}

.faq-answer-text {
    /* margin-right: 30px; */
    color: #000000 !important;
    font-size: 1em !important;
    line-height: 1.5em !important;
    text-align: left !important;
}

.faq-answer-text a {
    color: #000000 !important;
    border-color: #000000 !important;
}

.faq-answer-text a:hover {
    border-color: transparent !important;
}

.faq-header {
    font-family: 'Gotham book', sans-serif;
    font-weight: 500;
    text-align: left;
}

.faq-section {
    width: 100%;
    height: 100%;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    font-weight: 400;
}

.faq-header-copy {
    font-family: 'Gotham book', sans-serif;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 991px) {
    .faq-list {
        width: 90vw;
    }
    .faq-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .faq-question,
    .faq-answer-text {
        font-size: 0.9em;
    }
}

@media (max-width: 479px) {
    .faq-list {
        width: 92vw;
    }
    .faq-answer-text {
        font-weight: 300;
    }
}


/* Cast Slide */

.header-3-cond.cast {
    font-size: 0.9em;
}

.cast-sort-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cast-sort-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.cast-sort-link {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
}

.cast-loading-link {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    color: #000;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
}

@media (max-width: 768px) {
    .cast-sort-link,
    .cast-loading-link {
        letter-spacing: 0.5px;
        font-size: 1.15em;
    }
}

.cast-image-hover {
    border: 1px solid #ccbe9e;
}

.cast-image-hover:hover {
    border-color: #ffffff;
}


/* News Slide */

.news-featured-block {
    cursor: pointer;
}

#news-filter-container {
    min-height: 520px;
    padding: 0;
}

#news-filter-container .row {
    width: calc(100% + 20px);
}

.news-cat-sort-link {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    transition: color 200ms ease;
}

.news-cat-sort-link:hover {
    color: #fff;
    font-weight: 500;
    border: 0;
}

.news-cat-sort-link.current {
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #fff;
}

.content-container.news-items {
    /*border-top: 2px solid black;
  border-bottom: 2px solid black;*/
    border: 0;
}

.news-sort-links {
    width: 100%;
    padding: 20px 25% 10px;
    border-bottom: 2px solid black;
}

.news-pagination {
    width: 100%;
    padding: 10px 25%;
    border-top: 2px solid black;
}

.news-item-play-icon {
    width: 70px;
}

.content-container.news-items {
    /* margin-left: 10px;
  margin-right: 10px; */
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 767px) {
    .content-container.news-items {
        height: auto;
    }
    #news-filter-container .row {
        /* width: 100%; */
    }
    .news-sort-links {
        width: 100%;
        padding: 20px 0 10px;
        border-bottom: 2px solid black;
    }
    .news-pagination {
        width: 100%;
        padding: 10px 0px;
        border-top: 2px solid black;
    }
    .news-item-featured-mobile img {
        width: 100%;
    }
}


/* ajax news transitions */

.ajax_item {
    opacity: 1;
    transition: opacity 0.3s;
}

.ajax_is_loading .ajax_item {
    opacity: 0;
}

.ajax_content {
    position: relative;
    min-height: 100px;
}

.ajax_content .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: black;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ajax_content.ajax_is_loading .loading-icon {
    opacity: 1;
}


/* App Page */

.column-3 {
    height: 520px;
}

.right-column.app {
    height: 5;
}

@media (max-width: 767px) {
    .left-column,
    .column-3 {
        height: auto;
    }
}

.app-submit-success,
.app-submit-fail {
    display: none;
}

.app-submit-success--white {
    color: #ffffff;
}

section.section-app,
section.section-lottery,
section.section-privacy {
    margin-bottom: 60px;
    margin-top: 50px;
}


/* Tickets Page */

.section-tickets.faq {
    margin-top: 40px;
}


/* Tour Page */

.tour-date-text {
    align-self: center;
}

.tour-row {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.button-black.tickets {
    margin-bottom: 0px;
}

.button-black.london {
    /*margin-top: 10px;*/
    width: 400px;
}

.button-black.flamboyan {
    margin-bottom: 30px;
    width: 400px;
}

.tour-arrow {
    font-size: 0.7em;
}

.tour-column {
    height: auto;
}

.tour-playing {
    font-size: 1.5em;
    line-height: 1.4em;
}

.tour-date:first-child {
    border-top: 0px;
}

@media (max-width: 767px) {
    .button-black.tickets {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .tour-column {
        /* height: 100%; */
    }
}

@media (max-width: 767px) {
    .button-black.london {
        /*margin-top: 10px;*/
        width: 100%;
    }
    .button-black.flamboyan {
        /*margin-top: 10px;*/
        width: 100%;
    }
}

@media (max-width: 475px) {
    .tour-row {
        display: block;
    }
    .tour-column {
        /* height: 55px; */
        margin: 5px;
    }
}


/*  Lottery Page  */

.special-lottery {
    border: 1px solid #ccbe9e;
    padding: 20px;
    margin-bottom: 20px;
}

.lottery-outer-col {
    height: auto;
}

.lottery-bullet {
    padding: 0 10%;
    text-align: left;
    display: block;
}

.header-3-serif.text-white.lottery {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .lottery-bullet {
        padding: 0 5%;
    }
}


/* Creative Team Grid */

.creative-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    width: 100%;
}

#creative-holder {
    width: 100%;
}

@media (max-width: 767px) {
    .content-container.creative {
        width: 95%;
    }
}


/* Typography */

.nav-drop-button-text,
.nav-drop-text,
.upper {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    color: white;
    line-height: 0.9em;
}

.header-2-serif {
    font-family: La gioconda tt, serif;
    text-transform: uppercase;
}

.header-2-serif.tickets {
    color: black;
}


/* Buttons */

.button-light,
.button-black {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}


/* Main Menu */

.nav-drop-text-secondary {
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
}

.nav-header {
    z-index: 10000;
    height: 50px;
}

body.admin-bar .nav-header {
    top: 32px;
}

.nav-drop-button.right,
.nav-drop-button.left {
    height: 50px;
}

.link-block-secondary {
    margin: 5px 0px;
}

.link-block-secondary>a {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 200ms ease-out;
    width: auto;
    align-self: flex-start;
    width: auto;
    margin: 5px 0px 5px 25px;
}

.link-block-secondary>a:hover {
    background-color: transparent;
    color: #ccbe9e;
    border-bottom: 1px solid #ccbe9e;
}

.nav-drop-text-secondary {
    padding-left: 0px;
    height: auto;
}

.nav-main-social-icon {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 200ms ease;
}

.nav-main-social-icon:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.link-block-main {
    padding-bottom: 0px;
}

.nav-drop-text.exhibition {
    padding-left: 6px;
}

.nav-main-separator-exhibit {
    width: 90%;
    height: 1px;
    align-self: center;
    background-color: #ccbe9e;
}

.link-block-exhibition {
    display: flex;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.bullet {
    padding-right: 4px;
    padding-bottom: 2px;
    font-size: 0.5em;
    line-height: 2em;
}

.nav-header-icon-right {
    right: -17px;
}

@media (max-width: 768px) {
    .nav-drop-text.exhibition {
        padding-left: 0px;
        padding-right: 12px;
        line-height: 0.85em;
    }
}

@media (max-width: 479px) {
    .link-block-exhibition {
        margin-bottom: -1px;
    }
}


/* Mobile Nav */

@media (max-width: 767px) {
    .menu-mobile-modal,
    .cities-mobile-modal {
        z-index: 100000;
    }
    .nav-header {
        z-index: 10000;
    }
    .menu-mobile-button {
        top: 0;
        left: 0;
    }
    .menu-mobile-button,
    .cities-mobile-button {
        height: 50px;
        z-index: 100000;
    }
    .main-menu-modal-box>.link-block-secondary>a {
        align-self: center;
        margin: 0;
    }
}


/* Footer styles */

.footer {
    position: relative;
    z-index: 1000;
}

.footer-social {
    height: 100%;
}

.footer-social-holder>.link-block-social>a {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    transition: all 200ms ease;
}

.footer-social-holder>.link-block-social>a:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.colophon {
    align-self: center;
}

.footer-newsletter {
    margin-top: 0px;
    height: 100%;
}

.footer-signup {
    height: 100%;
}

.london-template .header-2-serif.newsletter {
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
}

.newsletter-text {
    text-align: center;
    margin: 0px;
}

.email-disclaimer {
    font-size: 0.7em;
}

.only-uk {
    display: none;
}

.footer-newsletter-row {
    width: 100%;
}

.header-2-serif.newsletter {
    height: 100%;
    align-items: center;
    /* font-size: 1.5em; */
    margin-top: 20px;
}


/* STYLES WITH AMEX - NY only */


/* tickets page stuff */

.amex-container {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.amex-copy {
    text-align: center;
}


/* footer stuff */

.amex-holder {
    display: none;
}

body[data-city='new-york'] .footer-container {
    align-items: flex-start;
    width: 50%;
}

body[data-city='new-york'] .footer-social-holder .link-block-social {
    padding: 0px;
}

body[data-city='new-york'] .footer-social-icon {
    margin: 0px 20px 0px 0px;
}

body[data-city='new-york'] .colophon {
    align-self: unset;
}

body[data-city='new-york'] .amex-holder {
    color: #fff;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

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

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

body[data-city='new-york'] .amex-text {
    margin: 0px 13.3px 0px 0px;
    font-size: 10px;
    line-height: 1.25em;
    text-align: right;
    font-family: BentonSans_Regular, sans-serif;
    text-transform: none;
}

body[data-city='new-york'] .amex-text span {
    font-family: BentonSans_Medium, sans-serif;
}

body[data-city='new-york'] .amex-holder img {
    width: 40px;
}

sup {
    font-size: 50%;
    top: -0.7em;
}

@media (max-width: 991px) {
    body[data-city='new-york'] .footer-social {
        flex-direction: column;
    }
    body[data-city='new-york'] .footer-container {
        align-items: center;
        width: 100%;
    }
    body[data-city='new-york'] .amex-holder {
        width: 100%;
        justify-content: center;
    }
    body[data-city='new-york'] .footer {
        height: 200px;
    }
    body[data-city='new-york'] .footer-social-icon {
        margin: 0px 10px 0px 10px;
    }
}


/* new york tickets page */

body[data-city='new-york'] .footer,
body[data-city='new-york'] .footer-push {
    height: 300px;
}

body[data-city='new-york'] .outerWrap {
    margin-bottom: -300px;
}

@media (max-width: 991px) {
    body[data-city='new-york'] .footer,
    body[data-city='new-york'] .footer-push {
        height: 400px;
    }
    body[data-city='new-york'] .outerWrap {
        margin-bottom: -400px;
    }
}


/* new york home page (becuase the signup is not in the footer) */

body[data-city='new-york'].home .footer,
body[data-city='new-york'].home .footer-push {
    height: 150px;
}

body[data-city='new-york'].home .outerWrap {
    margin-bottom: -150px;
}

@media (max-width: 991px) {
    body[data-city='new-york'].home .footer,
    body[data-city='new-york'].home .footer-push {
        height: 200px;
    }
    body[data-city='new-york'].home .outerWrap {
        margin-bottom: -200px;
    }
}


/* END - FOOTER STYLES WITH AMEX */

@media (max-width: 991px) {
    .footer-social {
        padding-bottom: 15px;
    }
    .london-template .footer-newsletter-row>.column {
        height: 100%;
        margin-bottom: 10px;
    }
    .london-template .header-2-serif.newsletter {
        margin-bottom: 0px;
        display: block;
    }
}

@media all and (max-width: 767px) {
    .link-block-social {
        width: 100%;
        padding: 10px;
    }
    .london-template .footer-newsletter-row>.column {
        height: 100%;
        margin-bottom: 10px;
    }
    .london-template .header-2-serif.newsletter {
        margin-bottom: 0px;
    }
}


/* cal banner */

#cn-notice-text {
    font-size: 1.2em;
    line-height: 1.7em;
}

#cal-notice .button.wp-default {
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px;
    background: #ccbe9e;
    transition: background-color 200ms ease;
    color: #000;
    text-align: center;
    text-shadow: initial;
    border-radius: 0px;
    font-size: 1.5em;
    max-width: 400px;
    width: 100%;
    border: 0px;
    margin-top: 10px;
}

#cal-notice .button.wp-default:hover {
    background: #94856a;
}

.visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.modal-close {
    background: transparent;
    border: none;
}

.cast-info-thumb,
.creative-info-thumb,
.modal-trigger {
    cursor: pointer;
    text-align: center;
}

.serif-bold {
    font-weight: 700;
}


/* BEGIN Parallax Background - mike@curren.me */

.parallax-bg {
    position: fixed;
    top: 0;
    left: -510px;
    width: 3292.9px;
    height: 598.4px;
    background-size: 100%;
    background-position: center top;
    transition: all 0.6s ease !important;
}

@media all and (min-width: 768px) {
    .parallax-bg {
        left: -600px;
        width: 3874px;
        height: 704px;
    }
}


/* END Parallax Background - mike@curren.me */


/* BEGIN News Page - mike@curren.me */

.sort-1,
.sort-2 {
    width: calc(100% + 20px);
}

.news-pagination .page-numbers {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 8px;
    padding-left: 8px;
    transition: all 300ms ease;
    color: #000;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 1px;
}

.news-pagination .page-numbers:hover,
.news-pagination .page-numbers.current {
    color: #fff;
    font-weight: 500;
}

.news-pagination .page-numbers.current {
    /*border: 2px solid #fff;*/
}


/* May need this later?? hard to test without more pages worth of posts... */


/*.news-page-range {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: futura-pt-condensed, sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-decoration: none;
}*/


/* END News Page - mike@curren.me */


/* BEGIN small tweaks - mike@curren.me */


/* checkbox label on App page form had extra padding from webflow CSS */

.app-checkbox-field label.w-form-label {
    padding-top: 0;
    padding-bottom: 0;
}


/* cursor/hover CSS for modal close button */

.main-modal-close {
    cursor: pointer;
}

.main-modal-close,
.menu-mobile-modal {
    transition: opacity 0.3s;
}

.main-modal-close:hover,
.main-modal-close:active {
    opacity: 0.75;
}


/* END small tweaks - mike@curren.me */


/* 404 */

.fourohfour {
    min-height: 70vh;
    margin: 200px 0 0 0;
    text-align: center;
}

.fourohfour a {
    color: #000000;
    font-weight: 700;
    border-bottom: solid 1px #111111;
}

.fourohfour a:hover {
    color: #000000;
    font-weight: 700;
    border-bottom: none;
}

.fourohfour h1 {
    text-align: center;
    font-size: 4em;
    color: #000000;
    margin: 20px auto;
}

._404-text {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    padding: 20px 0;
    color: #000000;
}


/* CHICAGO CLOSING  */

.chicago-closing-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
}

.chicago-closing-text-h1 {
    width: 100%;
    margin-bottom: 11px;
    font-family: trajan-pro-3, sans-serif;
    color: #000;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 600;
    text-align: center;
}

.chicago-closing-text-h1 small {
    display: block;
}

.chicago-closing-text-h2 {
    width: 100%;
    margin-bottom: 23px;
    padding-top: 0px;
    color: #000;
    font-size: 32px;
    text-align: center;
    font-family: futura-pt-condensed, sans-serif;
    line-height: 22px;
}

body.chicago .chicago-closing--headinglg {
    font-size: 2em;
}

@media (max-width: 768px) {
    body.chicago .chicago-closing--headinglg {
        font-size: 1.2em;
    }
}

.home-closing-logo-mobile {
    display: none;
}

@media (max-width: 768px) {
    .home-closing-logo-mobile {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .chicago-closing-text-h1 {
        padding-top: 100px;
    }
    .home-closing-logo-desk {
        display: none;
        width: 400px;
    }
    .home-closing-logo-mobile {
        display: block;
        width: 100%;
    }
}


/**
 * Site refresh (version 2.5)
 *
 * @author mike@curren.me
 */


/*
  Home slide changes
*/


/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

.content-container.landing {
    height: 70vh;
    padding: 50px 0 128px;
}


/* LONDON PAGE */

.content-container.ln-landing {
    height: 100%;
    padding: 100px 0 0px;
}

.home-text {
    font-size: 1.4rem;
    line-height: 1.3;
    color: black;
    margin: 0;
    font-weight: 600;
    text-align: center;
    margin-top: 5%;
}

.sf-landing {
    margin-top: 10%;
}

@media (max-width: 767px) {
    .home-text {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .sf-landing {
        margin-top: 50px;
        padding: 50px 15px 0px !important;
        height: 100% !important;
    }
}

.home-tickets-button {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 40px 0 0;
}

.content-container--home.black {
    padding: 60px;
}

.home-content-header {
    font-family: 'trajan-pro-3';
    font-size: 2em;
    line-height: 1.133;
    text-align: center;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.home-content-header small {
    font-size: 0.72em;
    display: block;
}

.home-content-nav {
    text-align: center;
    margin: 15px 0 0;
}

.home-content-nav a {
    margin: 10px 0 0;
    color: white;
}

@media (max-width: 991px) {
    .content-container.landing {
        height: 70vh;
        padding: 50px 0 110px;
    }
    /* LONDON PAGE */
    .content-container.ln-landing {
        height: 100%;
        padding: 100px 0 0px;
    }
    .home-content-header {
        /* font-size: 46px; */
    }
    .home-content-header small {
        /*font-size: 0.85em;*/
        margin-bottom: 5px;
    }
    .chicago-closing-text-h1 {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .content-container.landing {
        height: 70vh;
        padding: 50px 15px 60px;
    }
    /* LONDON PAGE */
    .content-container.ln-landing {
        height: 100%;
        padding: 100px 15px 0px;
    }
    .content-container {
        max-width: 100%;
    }
    .content-container--home.black {
        padding: 40px 30px;
        width: 100%;
    }
    .home-content-header {
        font-size: 1.25rem;
    }
    .home-content-header small {
        font-size: 0.85em;
        margin-bottom: 5px;
    }
    .chicago-closing-text-h1 {
        font-size: 34px;
        line-height: 1.2;
    }
}

@media (max-width: 926px) and (orientation: landscape) {
    /* iphone max pro */
    .content-container.landing {
        height: 100vh;
    }
}


/* BROADWAY NEW YORK POST COVID RETURN */

body.home .content-container.landing {
    width: 80%;
    max-width: 1200px;
    height: 90vh;
    padding-bottom: 10%;
}

body.home .silos-home {
    width: 800px;
    margin: 0px auto -2px auto;
}

body.home .big-headline {
    /* font-size: 4rem; */
    font-size: 2rem;
    line-height: 1em;
    /* margin: 0px; */
}

body.home .home-subtitle.small-subtitle {
    margin: 0px;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1em;
}

@media (max-width: 991px) {
    body.home .silos-home {
        width: 100%;
    }
    body.home .content-container.landing {
        width: 90%;
    }
}

@media (max-width: 768px) {
    body.home .big-headline {
        /* font-size: 3rem; */
    }
    body.home .home-subtitle.small-subtitle {
        font-size: 1.5rem;
    }
    body.home .content-container.landing {
        height: 70vh;
        width: 95%;
    }
}

@media (max-width: 479px) {
    /* iphone max pro */
    h1.home-subtitle {
        font-size: 1.15rem;
    }
    body.home .big-headline {
        font-size: 1.25rem;
    }
    body.home .home-subtitle.small-subtitle {
        font-size: 1.15rem;
    }
    body.home .content-container.landing {
        width: 95%;
    }
}


/*
  Tickets slide changes
*/

.header-tickets-button {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 40px auto;
    font-size: 1.75rem;
}

.content-container.tickets {
    padding-top: 50px;
}

.tickets-top--header>h2.tickets {
    font-size: 2.6rem;
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

#best-available {
    text-align: center;
    margin: 0 0 20px;
}

#best-available h3 {
    font-size: 2.3rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

#best-available p {
    font-size: 1.4rem;
    line-height: 1.3;
    color: black;
    margin: 0;
}

.tickets-fullcalendar {
    font-family: futura-pt, sans-serif;
    width: 100%;
    background: #f2f2f2;
    background: rgba(242, 242, 242, 0.85);
    margin: 30px 0;
    /*margin: 0 -50px 0;
  width: calc(100% + 100px);*/
}

@media (max-width: 991px) {
    .tickets-top--header>h2.tickets {
        font-size: 2.25rem;
    }
    #best-available h3 {
        font-size: 2rem;
    }
    #best-available p {
        font-size: 1.3rem;
    }
    .tickets-fullcalendar {
        margin: 25px 0;
    }
}

@media (max-width: 767px) {
    .tickets-top--header>h2.tickets {
        font-size: 1.75rem;
    }
    #best-available h3 {
        font-size: 1.5rem;
    }
    #best-available p {
        font-size: 1.2rem;
    }
    .tickets-fullcalendar {
        margin: 20px 0;
    }
}

.fc-view-container {
    width: 100%;
}

.fc-toolbar.fc-header-toolbar {
    background: black;
    color: white;
    width: 100%;
    margin: 0;
    padding: 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fc-toolbar .fc-left {
    display: flex;
    justify-content: space-between;
}

.fc-toolbar.fc-header-toolbar .fc-center,
.fc-toolbar.fc-header-toolbar .fc-clear {
    display: none;
}

@media (max-width: 991px) {
    .fc-toolbar.fc-header-toolbar {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .fc-toolbar.fc-header-toolbar {
        padding: 20px 15px;
        flex-direction: column;
    }
    .fc-toolbar .fc-left,
    .fc-toolbar .fc-right {
        text-align: center;
        width: 100%;
    }
    .fc-toolbar .fc-right .fc-button {
        padding-top: 10px;
    }
    .fc .fc-toolbar>*>* {
        float: none;
    }
    .fc-widget-content .fc-event-dot {
        display: none;
    }
}

.fc-header-toolbar .fc-left h2 {
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: normal;
    letter-spacing: 0.7px;
    color: inherit;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0;
    width: 210px;
    text-align: center;
}

.fc-header-toolbar .fc-left .fc-prev-button.fc-state-disabled,
.fc-header-toolbar .fc-left .fc-next-button.fc-state-disabled {
    opacity: 0;
    cursor: default;
}

.fc-header-toolbar .fc-button {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-header-toolbar .fc-button .fc-icon {
    position: static;
    margin: 0;
}

.fc-header-toolbar .fc-left .fc-prev-button {
    margin: 0 20px 0 0;
}

.fc-header-toolbar .fc-left .fc-next-button {
    margin: 0 0 0 20px;
}

.fc-header-toolbar .fc-right .fc-bestDates-button {
    /*display: block;*/
    font-family: 'La gioconda tt', serif;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 1;
    /*height: 28px;*/
    cursor: default;
    color: white;
}

.fc-header-toolbar .fc-right .fc-bestDates-button:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 28px;
    margin-right: 8px;
    background: #8f6a2a;
    vertical-align: middle;
}

.fc-header-toolbar button,
.fc-header-toolbar .fc-bestDates-button {
    color: white;
    border: 0;
    outline: 0;
    background: none transparent;
    padding: 0;
    box-shadow: none;
    text-shadow: none;
}

.fc-icon {
    height: 22px;
}

.fc-header-toolbar .fc-icon-caret-right:before,
.fc-header-toolbar .fc-icon-caret-left:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
}

.fc-header-toolbar .fc-icon-caret-right:before {
    transform: rotate(45deg) translateY(6px);
    border-right: 3px solid white;
}

.fc-header-toolbar .fc-icon-caret-left:before {
    transform: rotate(-45deg) translateY(6px);
    border-left: 3px solid white;
}

@media (max-width: 991px) {
    .fc-header-toolbar .fc-left h2 {
        font-size: 2rem;
        width: 175px;
    }
    .fc-header-toolbar .fc-icon-caret-right:before,
    .fc-header-toolbar .fc-icon-caret-left:before {
        width: 8px;
        height: 8px;
    }
    .fc-icon {
        height: 20px;
    }
    .fc button .fc-icon {
        top: -0.3em;
    }
    .fc-header-toolbar .fc-right .fc-bestDates-button:before {
        width: 25px;
        height: 20px;
        margin-right: 5px;
    }
    .fc-header-toolbar .fc-right .fc-bestDates-button {
        font-size: 0.75em;
        /*height: 20px;*/
    }
}

@media (max-width: 767px) {}

.fc-head,
.fc-unthemed .fc-list-heading td {
    background: #cbbf9b;
    color: black;
}

.tickets-fullcalendar .fc-head td,
.tickets-fullcalendar .fc-header th {
    font-weight: normal;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #a49985;
    border-color: rgba(164, 153, 133, 0.15);
}

.fc-unthemed thead td,
.fc-unthemed .fc-body>tr>td.fc-widget-content {
    border: 0;
}

.fc-unthemed td.fc-today {
    background: #ffffff4a;
}

.fc-unthemed .fc-disabled-day {
    background: none transparent;
}

.fc-body {
    background: none transparent;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
    font-size: 0.75em;
    font-weight: 600;
    padding: 9px 0 0 15px;
    font-family: futura-pt-condensed, sans-serif;
    line-height: 1;
}

@media (max-width: 767px) {
    .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
        padding: 6px 0 0 10px;
    }
}

.tickets-fullcalendar .fc-title {
    display: none;
}

.fc .fc-row .fc-content-skeleton td {
    text-align: center;
}

.fc-event {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.75em;
    border: 0;
    padding: 3px 8px;
    border-radius: 0;
    background: none transparent;
    color: black;
    font-weight: bold;
    transition: color 0.3s;
    text-transform: uppercase;
    line-height: 1;
}

.fc-event:hover {
    color: #8f6a2a;
}

.fc-event.best-date {
    background: #8f6a2a;
    color: white;
    transition: background 0.3s;
}

.fc-event.best-date:hover {
    background: black;
}

#ways-to-buy {
    margin-top: 40px;
}

#ways-to-buy,
#about-the-show .about-buttons {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
}

#ways-to-buy .ways-to-buy-header {
    font-size: 3.4rem;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#ways-to-buy .cal-button-holder {
    text-align: center;
}

#ways-to-buy .button-light,
#ways-to-buy .button-black,
#about-the-show .button-light,
#about-the-show .button-black {
    font-size: 1.75rem;
    display: inline-block;
    max-width: 430px;
    margin: 0 auto 15px;
}

#ways-to-buy .ways-to-buy-note {
    margin-top: 10px;
    color: black;
}

#ways-to-buy .ways-to-buy-note p {
    font-size: 1.15rem;
}

@media (max-width: 991px) {
    #ways-to-buy {
        margin-top: 30px;
    }
    #ways-to-buy,
    #about-the-show .about-buttons {
        margin-left: 0;
        margin-right: 0;
    }
    #ways-to-buy .ways-to-buy-header {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    #ways-to-buy .button-light,
    #ways-to-buy .button-black,
    #about-the-show .button-light,
    #about-the-show .button-black {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    #ways-to-buy {
        margin-top: 25px;
    }
    #ways-to-buy .ways-to-buy-header {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    #ways-to-buy .button-light,
    #ways-to-buy .button-black,
    #about-the-show .button-light,
    #about-the-show .button-black {
        font-size: 1.2rem;
    }
}

#about-the-show {
    text-align: center;
    color: black;
    margin: 30px 0;
}

#about-the-show .about-buttons {
    width: 100%;
    margin-top: 40px;
}

#about-the-show .about-quote {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    text-transform: uppercase;
}

#about-the-show .about-quote p {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0.3em;
}

#about-the-show .about-quote footer {
    font-size: 1.25rem;
    font-weight: 600;
}

#about-the-show .about-description {
    font-size: 1.4rem;
    line-height: 1.3;
}

#about-the-show .about-description p {}

#about-the-show .about-description p:last-child {
    margin: 0;
}

@media (max-width: 991px) {
    #about-the-show {}
    #about-the-show .about-buttons {
        margin-top: 30px;
    }
    #about-the-show .about-quote {
        margin-bottom: 30px;
    }
    #about-the-show .about-quote p {
        font-size: 1.6rem;
    }
    #about-the-show .about-quote footer {
        font-size: 1.15rem;
    }
    #about-the-show .about-description {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    #about-the-show {
        margin: 20px 0;
    }
    #about-the-show .about-quote {
        margin-bottom: 25px;
    }
    #about-the-show .about-quote p {
        font-size: 1.4rem;
    }
    #about-the-show .about-quote footer {
        font-size: 1rem;
    }
    #about-the-show .about-description {
        font-size: 1.2rem;
    }
}


/* Ways to Buy 2020 Redesign  */

.wtb-boxes {
    display: flex;
    color: white;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.wtb-boxes .tel {
    font-size: 1.9em;
}

.cal-note {
    text-align: center;
    margin-top: 2%;
}

.wtb-boxes h4 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.wtb-boxes .btn {
    width: 100%;
    display: block;
}

.wtb-boxes .button-light {
    width: 100%;
}

.wtb-box {
    width: 48%;
    margin: 2% auto;
    padding: 3%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    justify-items: center;
    justify-content: space-between;
    /* margin: 2% auto; */
}

@media (min-width: 768px) {
    .wtb-box {
        min-height: 300px;
        margin: 1% auto;
    }
    .tickets-other-info-cols {
        display: flex;
        flex-direction: row;
        padding: 1%;
    }
    .tickets-other-info .w-button {
        margin: 1% 10%;
        font-size: 1.5em;
    }
}

@media (max-width: 767px) {
    .tickets-other-info .w-button {
        max-width: 380px;
        font-size: 1.5em;
    }
    .wtb-box {
        width: 100%;
    }
    .wtb-boxes {
        display: block;
    }
}

.tickets-other-info {
    text-align: center;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-bottom: 4px solid rgba(0, 0, 0, 0.7);
    width: 100%;
    display: block;
    margin: 7% 0 0 0;
    padding: 5% 0;
}

.tickets-other-info h4 {
    font-size: 1.5em;
    text-transform: uppercase;
}

#about-the-show p:last-of-type {
    /* margin-bottom:2%; */
}

#about-the-show h2 {
    font-size: 1.75em;
    font-weight: 800;
}

.callout-section {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    position: relative;
    top: 50px;
    width: 100%;
    z-index: 90;
}

.callout-inner {
    padding: 10px 100px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.25em;
}

@media (max-width: 991px) {
    .callout-inner {
        padding: 10px;
    }
}


/* NEW YORK HP BLM */

.new-york-template-page-ny-blm-home .content-container.landing {
    height: 50vh;
}

.new-york-template-page-ny-blm-home .content-container--home.black {
    padding: 40px 30px 30px 30px;
}

.new-york-template-page-ny-blm-home .section-home {
    padding-bottom: 30px;
}

.home-content-nav.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.home-content-column {
    margin: 10px;
    width: 50%;
}

.home-content-column .button-light {
    width: 100%;
    color: black;
    font-size: 1.25em;
    font-weight: 500;
}

.home-content-column p {
    font-family: futura-pt-condensed, sans-serif;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.home-content-nav {
    margin: 0px;
}

.home-content-nav .hp-signup-title {
    color: white;
    line-height: 1.25em;
    margin-top: 0px;
}

.home-content-nav .hp-signup {
    width: 400px;
    margin-top: 0px;
}

.home-content-nav .hp-signup input[type='submit'] {
    background-color: #ccbe9e;
}

.home-content-nav .hp-signup input[type='submit']:hover {
    background-color: #94856a;
}

@media (max-width: 768px) {
    h1.home-subtitle {
        font-size: 1.5rem;
    }
    .new-york-template-page-ny-blm-home .content-container--home.black {
        padding: 40px 30px 10px 30px;
    }
    .home-content-nav.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home-content-column {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

@media (max-width: 479px) {
    .home-content-nav .hp-signup {
        width: 100%;
    }
}


/* NEW YORK ACTION PAGE BLM */

.page-action {
    background-color: #000000;
    color: inherit;
}

.page-action h2,
.page-action h3,
.page-action p,
.page-action ul {
    color: #ffffff;
}

.section-header {
    text-align: left;
    margin-bottom: 10px;
}

.page-action h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: futura-pt-condensed;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 1.25em;
    line-height: 1.25em;
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 600px;
}

.page-action .section-tickets h3 {
    text-align: center;
}

.action-row {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-content: stretch;
}

.action-item-2 {
    margin-left: 2%;
    margin-right: 2%;
}

.action-column {
    width: 32%;
    margin-bottom: 8%;
}

.page-action p {
    font-family: futura-pt-condensed, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1em;
    font-size: 1.25em;
    margin-bottom: 20px;
}

.action-column img {
    margin-bottom: 20px;
}

.action-column a {
    width: 100%;
    display: block;
    padding: 8px;
    font-weight: 500;
}

.list-row {
    width: 100%;
    display: flex;
}

.list-column {
    width: 50%;
    padding-right: 20px;
}

.page-action ul {
    padding-left: 1em;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

.page-action li {
    line-height: 1em;
    margin-bottom: 10px;
}

.page-action ul a {
    color: #fbef35;
}

.page-action ul a:hover {
    border-bottom: 1px solid #fbef35;
}

@media (min-width: 991px) {
    .content-container.action {
        width: 70%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .content-container.action {
        padding-left: 10%;
        padding-right: 10%;
    }
    .page-action h2 {
        line-height: 1em;
        font-size: 1.5em;
    }
    .action-row {
        flex-direction: column;
    }
    .action-column {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8%;
    }
    .section-header {
        width: 100%;
        margin: 0px auto 10px auto;
    }
    .list-row {
        flex-direction: column;
    }
    .list-column {
        width: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .content-container.action {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ----------------------- */


/* HAM 4 PROGRESS PAGE */


/* ----------------------- */

body.page-template-page-progress .nav-header,
body.page-template-page-progress .footer-social {
    background: #173052;
}

body.page-template-page-progress p a.button {
    background-color: #b3031c !important;
}

body.page-template-page-progress p a.button:hover {
    background-color: #da102d !important;
}

.ham-4-progress .content-container {
    padding-top: 0px;
    padding-bottom: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ham-4-progress section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ham-4-progress .promise-section-hero {
    margin-top: 50px;
    background: #efefeb;
    background-size: cover;
    color: #173052;
    padding-top: 40px;
}

.ham-4-progress .promise-section-hero .body-text-link {
    color: #173052;
}

.ham-4-progress .promise-section-hero .body-text-link:hover {
    border-bottom-color: #173052;
}

.progress-hero-logo {
    margin-bottom: 50px;
    max-width: 450px;
    width: 100%;
}

.progress-text {
    text-align: center;
    margin: 0 auto 30px auto;
    line-height: 1.25em;
    max-width: 600px;
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
}

.progress-text a.button {
    max-width: 200px;
}

.promise-subhead {
    color: #ffffff;
    font-family: 'trajan-pro-3', Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.25em;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}


/* ham4progress signup */

.progress-text.signup-text {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
}

.ham4progress_signup {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

.ham4progress_signup label {
    display: none;
}

.ham4progress_signup input {
    width: 100%;
    border: none;
    background: #fff;
    color: #173052;
    padding: 9px;
    outline: none;
    font-size: 15px;
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
}

.ham4progress_signup input[type='submit'] {
    background-color: #b3031c;
    color: #fff;
}

.ham-4-progress input[type='submit']:hover {
    background-color: #da102d;
}

body:not(.page-template-page-auditions) p a.button {
    width: 100%;
    border: none;
    padding: 9px 25px;
    outline: none;
    font-size: 15px;
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
    background-color: #ccbea1;
    color: #fff;
    text-transform: uppercase;
}

body:not(.page-template-page-auditions) p a.button:hover {
    text-decoration: none;
    border: none;
    background: #94856a;
}


/* ham4progress map */

.map-section {
    background: #173052;
    background-image: url('/wp-content/themes/hamilton-theme/_img/ham4progress-bg-blue.jpg');
    background-size: cover;
    display: block !important;
    width: 100%;
    padding: 40px 0 10px 0;
}

.map-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}


/* map info boxes */

#mapsvg-map-3224 .mapsvg-popover {
    background: #d9ab50;
}

#mapsvg-map-3224 .mapsvg-popover h5 {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
}

#mapsvg-map-3224 .mapsvg-popover p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
}

#mapsvg-map-3224 .mapsvg-popover p a {
    color: #173052;
    text-decoration: underline;
}

.mapsvg-popover {
    color: #173052 !important;
}


/* ham4progress instagram */

.promise-section-instagram {
    background: #b3031c;
    background-image: url('/wp-content/themes/hamilton-theme/_img/ham4progress-bg-red.jpg');
    background-size: cover;
    padding: 30px 0 0 0;
}

.promise-section-award .promise-subhead {
    margin-top: 30px;
}

.progress-instagram-holder {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100vw;
    margin-bottom: 30px;
    max-width: 1200px;
}

.progress-instagram-link {
    transition: all 200ms ease;
    width: 30px;
    margin-left: 20px;
}

.progress-instagram-link:hover {
    transform: scale(1.1);
}


/* ham4progress apply */

sub {
    bottom: -0.2em;
    font-size: 100%;
}

.apply-link {
    transition: all 200ms ease;
    margin-bottom: 30px;
    max-width: 250px;
}

.apply-link:hover {
    transform: scale(1.05);
}


/* ham4progress partners */

.promise-section-partners {
    background-color: #173052;
    background-image: url('/wp-content/themes/hamilton-theme/_img/ham4progress-bg-blue.jpg');
    background-size: cover;
    padding: 30px 0 0 0;
}

.progress-partners-holder {
    width: 100%;
    margin: 30px;
}

.progress-partners-row {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
}

.progress-partner-holder {
    margin: 5px;
}

.progress-partners-row.progress-partners-small .progress-partner-holder {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-partners-row.progress-partners-large .progress-partner-holder {
    width: 25%;
}


/* ham4progress cast */

.promise-section-task-force {
    background: #eeefea;
    background-image: url('/wp-content/themes/hamilton-theme/_img/ham4progress-bg-white.jpg');
    background-size: cover;
    padding: 30px 0 0 0;
}

.ham-4-progress .cast-info-thumb h3,
.ham-4-progress .cast-info-thumb h4 {
    color: #173052;
}

.ham-4-progress .cast-image-hover {
    border: 3px solid #173052;
}

.ham-4-progress .cast-image-hover:hover {
    border: 3px solid #b3031c;
}

.ham-4-progress .cast-info-thumb:not(.cast-modal-trigger) img:hover {
    border-color: #173052;
}

.ham-4-progress .content-container.cast {
    padding: 0px;
}

.ham-4-progress .header-4-sans-sentence,
.ham-4-progress .cast-modal-role {
    display: none;
}

.ham-4-progress .cast-modal.header-3-serif {
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.ham-4-progress .cast-modal-close.modal-close img {
    filter: grayscale(100);
    filter: brightness(100);
}

@media (max-width: 768px) {
    .menu-mobile-button,
    .cities-mobile-button {
        height: 49px;
    }
    .progress-partners-row {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .progress-partners-row.progress-partners-large .progress-partner-holder,
    .progress-partners-row.progress-partners-small .progress-partner-holder {
        flex: 0 1 49%;
        max-width: 49%;
        margin: 0;
    }
    .progress-partner-holder .progress-partner-logo {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 350px) {
    .progress-partner-holder {
        width: 48.5%;
    }
}


/* ham4progress footer */

body.ham-4-progress .amex-holder {
    display: none;
}

body.ham-4-progress .footer-container {
    width: 100%;
    align-items: center;
}

body.ham-4-progress .footer,
body.ham-4-progress .footer-push {
    height: 130px;
}

body.ham-4-progress .outerWrap {
    margin-bottom: -130px;
}

.ham-4-progress .footer .body-text-link.text-light {
    color: #fff;
    border-color: #fff;
}

.ham-4-progress .footer-social-holder>.link-block-social>a {
    -webkit-filter: brightness(99);
    filter: brightness(99);
}

.ham-4-progress .footer-social-holder>.link-block-social>a:hover {
    opacity: 0.6;
}

.ham-4-progress .cast-modal-wrapper {
    background-color: #183052;
}

.ham-4-progress .cast-modal-wrapper .cast-modal-image {
    border: 2px solid #ab0f2b;
}

.ham-4-progress .cast-modal-wrapper .body-text-serif {
    color: #ffffff;
}

.ham-4-progress .cast-modal-wrapper .cast-modal-social-icon-img {
    filter: grayscale(100);
    filter: brightness(100);
}

.ham-4-progress .cast-modal-wrapper .cast-modal-social-icon-img:hover {
    opacity: 0.6;
}


/*------------------------------------*\
  TODO : Refactor to SCSS / Compiler
\*------------------------------------*/

.content-container__content {
    text-align: center;
    color: #fff;
}

.content-container__content .schedule-title {
    font-family: 'trajan-pro-3';
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.content-container__content .home-content-header {
    margin-bottom: 30px;
}

.content-container__row {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.content-container__col {
    flex: 0 1 49%;
    max-width: 49%;
    text-transform: uppercase;
    margin: 5px 0;
}

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

.content-container__buttons a {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.content-container__disclaimer {
    font-size: 1rem;
    font-family: 'trajan-pro-3';
    line-height: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-container__col {
        flex: 0 1 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 350px) and (max-width: 500px) {
    .smaller-font-mobile {
        font-size: 14px !important;
    }
}

.tickets-page-font-header-adjustment {
    font-size: 16px !important;
}

.home-page-font-header-adjustment {
    font-size: 30px !important;
}

@media only screen and (min-width: 350px) and (max-width: 500px) {
    .home-page-font-header-adjustment {
        font-size: 22px !important;
    }
}

.home-page-font-subheader-adjustment {
    font-size: 26px !important;
}

@media only screen and (min-width: 350px) and (max-width: 500px) {
    .home-page-font-subheader-adjustment {
        font-size: 16px !important;
    }
}


/*------------------------------------*\
  END REFACTOR NOTES
  TODO : Refactor to SCSS / Compiler
\*------------------------------------*/


/* Uk tour page */

body.uk-tour-template .tour-row.w-row div.tour-column:last-of-type {
    width: 100%;
}
@media only screen and (min-width: 480px) {
    body.uk-tour-template .tour-row.w-row div.tour-column:last-of-type {
        width: 31%;
    }
}

body.uk-tour-template .tour-row.w-row div.tour-column:last-of-type .body-text-serif.text-light.tour {
    letter-spacing: 0px;
}

body.uk-tour-template .footer-newsletter-row h2,
body.page-template-page-uk-landing .footer-newsletter-row h2 {
    height: auto;
    margin: 0;
    line-height: 1;
}