﻿:root {
    --dark-grey: #222021;
    --yellow: #E6F45D;
    --red: #EC403C;
    --teal: #05CE94;
    --blue: #2442D3;
    --background-grey: #151515;
    --title-font: "bebas-neue", sans-serif;
    --main-font: "area-normal", sans-serif;
}

.Site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.Site-content {
    flex: 1;
}

/* Nav */

nav.festival-nav .right-menu-wrapper {
    flex: 1;
    justify-content: flex-end;
}

nav.festival-nav .logo-wrapper,
nav.festival-nav .right-menu-wrapper {
    width: unset;
}

nav.festival-nav .logo-wrapper {
    padding-left: 50px;
}

nav.festival-nav .right-section p.top-socials a {
    color: #ffffff;
    font-size: 27px;
}

nav.festival-nav .right-section p.top-socials {
    margin-left: 40px;
}

nav.festival-nav .right-section p.top-socials a:hover {
    color: var(--teal);
}

nav.festival-nav.navbar.navbar-inverse.navbar-fixed-top {
    background: linear-gradient(180deg, #222021 0%, rgba(34, 32, 33, 0.95) 50%, rgba(34, 32, 33, 0.80) 75%, rgba(34, 32, 33, 0.05) 100%);
}

@media (min-width: 1200px) {
    nav .right-menu-wrapper ul.navbar-nav > li {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 15px;
        margin-left: 15px;
    }

    nav.festival-nav ul.navbar-nav > li.currentPage > a {
        color: var(--teal);
    }
}

@media (min-width: 1200px) {
    nav.festival-nav .funky-burger {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .nav li:hover > ul.dropdown-menu {
        display: block;
    }

    nav.festival-nav ul.dropdown-menu {
        background-color: var(--dark-grey);
        border: none;
        border-top: 4px solid var(--teal);
        border-radius: 0;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55);
        padding: 6px 0;
        min-width: 0;
        width: auto;
    }

    nav.festival-nav ul.dropdown-menu > li > a {
        color: #ffffff;
        font-family: var(--main-font);
        font-size: 16px;
        padding: 9px 0px;
        background-color: transparent;
        white-space: nowrap;
    }

    nav.festival-nav ul.dropdown-menu > li > a:hover,
    nav.festival-nav ul.dropdown-menu > li > a:focus {
        color: var(--teal);
        background-color: transparent;
    }

    nav.festival-nav ul.dropdown-menu > li.currentPage > a {
        color: var(--teal);
    }
}

nav.festival-nav span.caret {
    display: none;
}

/* Festival Home Banner */

section.festival-home-banner {
    position: relative;
}

section.festival-home-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

section.festival-home-banner .banner-video {
    width: 100%;
    height: 600px;
    max-height: 600px;
    object-fit: cover;
    display: block;
}

section.festival-home-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

section.festival-home-banner .btn-down-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--dark-grey);
    border-bottom: 10px solid var(--background-grey);
    min-height: 35px;
    z-index: 2;
}

section.festival-home-banner .btn-down-wrapper .teal-box {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 68px;
    height: 80px;
    background: var(--teal);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    transition: all .5s ease;
}

section.festival-home-banner .btn-down-wrapper .teal-box:hover {
    background: var(--red);
}

section.festival-home-banner .btn-down-wrapper .teal-box a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 33px;
    text-decoration: none !important;
}

/* Entertainer Banner */

section.entertainer-banner {
    position: relative;
}

section.entertainer-banner .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

section.entertainer-banner .btn-down-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--dark-grey);
    border-bottom: 10px solid var(--background-grey);
    min-height: 35px;
    z-index: 2;
}

section.entertainer-banner .btn-down-wrapper .teal-box {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 68px;
    height: 80px;
    background: var(--teal);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    transition: all .5s ease;
}

section.entertainer-banner .btn-down-wrapper .teal-box:hover {
    background: var(--red);
}

section.entertainer-banner .btn-down-wrapper .teal-box a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 33px;
    text-decoration: none !important;
}

/* Festival Pass */

section.festival-pass-btn {
    background: url(https://immediac.blob.core.windows.net/sorrycomedyfestivalstaging/images/brick-bg.png);
    background-size: cover;
    position: relative;
}

section.festival-pass-btn .overlay {
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 50%, rgba(21, 21, 21, 0.75) 85%, #151515 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Festival Colour System */

section.festival-colour-system {
    background: var(--background-grey);
}

section.festival-colour-system.Grey {
    background: var(--dark-grey);
}

section.festival-colour-system .text-card {
    background: var(--dark-grey);
    padding: 20px;
    text-align: left;
    height: 100%;
}

section.festival-colour-system.Grey .text-card {
    background: var(--background-grey);
}

section.festival-colour-system .icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 68px;
    height: 80px;
    background: var(--red);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    padding-bottom: 19px;
}

section.festival-colour-system .icon-wrapper i {
    font-size: 35px;
    opacity: 0.7;
}

section.festival-colour-system .text-card h3 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 0px;
}

section.festival-colour-system .text-card p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 0px;
    font-size: 16px;
}

section.festival-colour-system .inner-row {
    display: flex;
    align-items: stretch;
    flex: 1;
}

section.festival-colour-system .inner-row > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

section.festival-colour-system .container > .row {
    display: flex;
    align-items: stretch;
}

section.festival-colour-system .col-md-12.col-lg-9 {
    display: flex;
    flex-direction: column;
}

section.festival-colour-system .maincontent-wrapper {
    display: flex;
    align-items: center;
}

section.festival-colour-system .maincontent-wrapper div *:nth-child(1) {
    margin-top: 0px;
}

section.festival-colour-system .maincontent-wrapper div *:nth-last-child(1) {
    margin-bottom: 0px;
}

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.festival-colour-system .text-card.yellow-block {
    border: 4px solid var(--yellow);
}

section.festival-colour-system .text-card.blue-block {
    border: 4px solid var(--blue);
}

section.festival-colour-system .text-card.teal-block {
    border: 4px solid var(--teal);
}

section.festival-colour-system .text-card.yellow-block h3, 
section.festival-colour-system .text-card.yellow-block .price {
    color: var(--yellow);
}

section.festival-colour-system .text-card.blue-block h3 {
    color: #ffffff;
}

section.festival-colour-system .text-card.teal-block h3, 
section.festival-colour-system .text-card.teal-block .price {
    color: var(--teal);
}

section.festival-colour-system .text-card.blue-block .price {
    color: #ffffff;
}

section.festival-colour-system .text-card .price {
    font-size: 28px;
    font-style: normal;
    font-weight: 1000;
    line-height: 32px;
    margin-top: auto;
}

section.festival-colour-system .text-card .description {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Main Content */

.img-wrapper.img-border {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* Events */

section.festival-main-stage h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    color: var(--yellow);
}

section.festival-spotlight-series .title-wrapper,
section.festival-club-series .title-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

section.festival-spotlight-series .title-wrapper.logo-align-bottom {
    align-items: flex-end;
}

section.festival-spotlight-series .title-wrapper h2,
section.festival-club-series .title-wrapper h2 {
    margin: 0px;
}

section.festival-club-series .title-wrapper h2 {
    color: var(--teal);
}

section.festival-spotlight-series .title-wrapper .presented-by,
section.festival-club-series .title-wrapper .presented-by {
    display: flex;
    gap: 25px;
    align-items: center;
}

section.festival-spotlight-series .title-wrapper .presented-by *,
section.festival-club-series .title-wrapper .presented-by * {
    margin: 0px;
}

section.festival-spotlight-series .title-wrapper .presented-by p,
section.festival-club-series .title-wrapper .presented-by p {
    font-style: italic;
}

section.festival-spotlight-series .title-wrapper .presented-by .divider {
    width: 3px;
    height: 45px;
    background: var(--blue);
}

section.festival-club-series .title-wrapper .presented-by .divider {
    width: 3px;
    height: 45px;
    background: var(--teal);
}

section.festival-spotlight-series .title-wrapper .presented-by img,
section.festival-club-series .title-wrapper .presented-by img,
section.festival-spotlight-series .title-wrapper .presented-by-logo img,
section.festival-club-series .title-wrapper .presented-by-logo img {
    max-height: 90px;
    width: auto;
}

section.festival-spotlight-series .title-wrapper.logo-align-bottom .presented-by-logo,
section.festival-club-series .title-wrapper.logo-align-bottom .presented-by-logo {
    align-self: flex-end;
}

section.festival-comedy-workshops h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

section.festival-comedy-workshops .event-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.festival-comedy-workshops .event-doors-show.no-content {
    padding: 10px;
}

section.Grey {
    background: var(--dark-grey);
}

section.Grey .event-card-wrapper {
    background: var(--background-grey);
}

section.Grey .filter-block {
    background: var(--background-grey);
}

.Main .event-img-wrapper {
    border: 1px solid var(--yellow) !important;
}

.Spotlight .event-img-wrapper {
    border: 1px solid var(--blue) !important;
}

.Club .event-img-wrapper {
    border: 1px solid var(--teal) !important;
}

.event-card-wrapper .date-time-wrap {
    font-size: 17px!important;
    line-height: 26px;
}

div#events-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    width: 100%;
}

.event-grid p.load-more-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}

@media (min-width: 767px) {
    .flex-wrap > .row {
        display: flex;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}

@media (max-width: 991px) {
    .filter-block {
        margin-bottom: 30px!important;
    }
}


/* Partners */

section.festival-partners h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    color: var(--red);
}

section.festival-partners .owl-carousel .owl-item > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 235px;
}

section.festival-partners .owl-carousel img {
    max-height: 235px;
    height: auto;
    width: auto;
    max-width: 100%;
}

@media (min-width: 1200px) and (max-width: 1550px) {
    section.festival-partners .owl-carousel img {
        max-height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    section .festival-colour-system .container > .row {
        display: block;
    }

    section.festival-colour-system .maincontent-wrapper {
        text-align: center;
        margin-bottom: 45px;
    }

    section.festival-colour-system .container > .row {
        display: block;
    }

    section.festival-home-banner {
        margin-top: 140px;
    }

    section.festival-home-banner .btn-down-wrapper {
        bottom: -15px;
    }

    section.entertainer-banner {
        margin-top: 140px;
    }

    section.entertainer-banner .btn-down-wrapper {
        bottom: -15px;
    }

    section.festival-partners .owl-carousel img {
        max-height: 150px;
    }


}

@media (min-width: 768px) and (max-width: 991px) {
    section.festival-colour-system .container > .row {
        display: block;
    }

    section.festival-colour-system .maincontent-wrapper {
        text-align: center;
        margin-bottom: 45px;
    }

    section.festival-spotlight-series .title-wrapper,
    section.festival-club-series .title-wrapper {
        display: flex;
        flex-direction: column;
    }

    section.festival-spotlight-series .title-wrapper.logo-align-bottom {
        align-items: center;
    }

    section.festival-spotlight-series .title-wrapper.logo-align-bottom .presented-by-logo, section.festival-club-series .title-wrapper.logo-align-bottom .presented-by-logo {
        align-self: center;
    }

    section.festival-spotlight-series .title-wrapper .presented-by .divider,
    section.festival-club-series .title-wrapper .presented-by .divider {
        display: none;
    }

    section.festival-home-banner {
        margin-top: 105px;
    }

    section.festival-home-banner .btn-down-wrapper {
        bottom: -20px;
    }

    section.festival-home-banner .btn-down-wrapper .teal-box {
        width: 56px!important;
        height: 68px!important;
    }

    section.festival-home-banner .btn-down-wrapper .teal-box a {
        padding-bottom: 10px;
        font-size: 28px;
    }

    section.entertainer-banner {
        margin-top: 105px;
    }

    section.entertainer-banner .btn-down-wrapper {
        bottom: -20px;
    }

    section.entertainer-banner .btn-down-wrapper .teal-box {
        width: 56px!important;
        height: 68px!important;
    }

    section.entertainer-banner .btn-down-wrapper .teal-box a {
        padding-bottom: 10px;
        font-size: 28px;
    }

    section.festival-partners .owl-carousel img {
        max-height: 130px;
    }
}

@media (max-width: 767px) {
    section.festival-colour-system .container > .row {
        display: block;
    }

    section.festival-colour-system .maincontent-wrapper {
        text-align: center;
        margin-bottom: 45px;
    }

    section.festival-colour-system .inner-row {
        display: block;
    }

    section.festival-colour-system .text-card {
        margin-bottom: 20px;
    }

    section.festival-colour-system .text-card.last-card {
        margin-bottom: 0px;
    }

    section.festival-spotlight-series .title-wrapper,
    section.festival-club-series .title-wrapper {
        display: flex;
        flex-direction: column;
    }

    section.festival-spotlight-series .title-wrapper.logo-align-bottom {
        align-items: center;
    }

    section.festival-spotlight-series .title-wrapper.logo-align-bottom .presented-by-logo, section.festival-club-series .title-wrapper.logo-align-bottom .presented-by-logo {
        align-self: center;
    }

    section.festival-spotlight-series .title-wrapper .presented-by .divider,
    section.festival-club-series .title-wrapper .presented-by .divider {
        display: none;
    }

    section.festival-home-banner {
        margin-top: 115px;
    }

    section.festival-home-banner .btn-down-wrapper {
        display: none;
    }

    section.entertainer-banner {
        margin-top: 115px;
    }

    section.entertainer-banner .btn-down-wrapper {
        display: none;
    }

    nav a.navbar-brand {
        height: 110px;
    }

    nav a.navbar-brand img {
        max-width: 110px;
    }

    nav.festival-nav .right-section p.top-socials {
        margin-left: 0px;
    }

    footer p.footer-socials {
        text-align: center;
    }

    .interior-banner-wrapper, section.interior-banner-wrapper .container {
        height: unset;
        min-height: auto!important;
    }
}

/* Site Popups */

.festival-popup .modal-content {
    background: var(--dark-grey);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    color: #ffffff;
}

.festival-popup .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.festival-popup .modal-body {
    padding-top: 0px;
}

.festival-popup .modal-title {
    font-family: var(--title-font);
    font-size: 32px;
    line-height: 1;
}

.festival-popup .modal-header .close {
    color: #ffffff;
    opacity: 0.7;
    text-shadow: none;
}

.festival-popup .modal-header .close:hover {
    opacity: 1;
}

.festival-popup .modal-body p:last-child {
    margin-bottom: 0;
}

.festival-popup .modal-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Footer */

body:has(.main-section-wrapper > section.Grey:last-child) footer.festival-footer,
body:has(main.Site-content > section.Grey:last-child) footer.festival-footer {
    border-top: 4px solid var(--background-grey);
}


p.footer-socials {
    text-align: center;
    margin-top: 30px;
}

footer.festival-footer .top-footer {
    padding: 60px 40px;
}








@media (min-width: 1200px) and (max-width: 1367px) {
    nav.festival-nav .logo-wrapper {
        padding-left: 0px;
    }

    nav.festival-nav .right-menu-wrapper {
        padding-right: 0px;
    }

    nav.festival-nav .right-section p.top-socials {
        margin-left: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    nav.festival-nav .navbar-collapse.collapse {
        display: none !important;
    }

    nav.festival-nav .navbar-collapse.collapse.in {
        display: block !important;
    }

    nav.festival-nav div#topNavbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--dark-grey);
        min-height: 100dvh;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        margin-top: 0px;
        z-index: 5000;
    }

    nav.festival-nav ul.navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 99%;
        margin-top: 0px !important;
    }

    button.navbar-toggle.funky-burger {
        z-index: 5001;
    }

    button.navbar-toggle.funky-burger.active {
        position: fixed;
        top: 15px;
        right: 15px;
    }

    nav.festival-nav ul.nav.navbar-nav li a {
        font-size: 20px;
        padding: 10px 15px !important;
    }

    nav.festival-nav ul.nav.navbar-nav li {
        margin: 0px !important;
    }

    nav.festival-nav ul.nav.navbar-nav li.currentPage > a {
        color: var(--teal);
    }

    nav.festival-nav ul.nav.navbar-nav li.currentPage > a::after {
        display: none;
    }

    nav.festival-nav .logo-wrapper {
        padding-left: 0px;
    }

    nav.festival-nav .right-menu-wrapper {
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    div#topNavbar ul.navbar-nav {
        width: 100%;
    }
}

@media (max-width: 991px) {
    nav.festival-nav ul.nav.navbar-nav li a {
        font-size: 20px;
        padding: 10px 15px !important;
    }

    nav.festival-nav ul.nav.navbar-nav li {
        margin: 0px !important;
    }

    nav.festival-nav ul.nav.navbar-nav li.currentPage > a {
        color: var(--teal);
    }

    nav.festival-nav ul.nav.navbar-nav li.currentPage > a::after {
        display: none;
    }

    nav.festival-nav .logo-wrapper {
        padding-left: 0px;
    }

    nav.festival-nav .right-menu-wrapper {
        padding-right: 0px;
    }
}


/* Mobile Menu css below */

.arrowDownBtn {
    display: none !important;
}

@media (max-width: 1200px) {
    span.caret {
        display: none;
    }

    .arrowDownBtn {
        display: block !important;
    }

    div#topNavbar ul.navbar-nav > li > a {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    nav .right-menu-wrapper ul li {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        box-shadow: none;
        border-width: 0px;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    ul.nav.navbar-nav > li:nth-of-type(1) {
        border-top: 2px solid rgba(255,255,255,0.2);
    }

    ul.nav.navbar-nav li {
        border-bottom: 2px solid rgba(255,255,255,0.2);
    }

    ul.nav.navbar-nav li.dropdown > a {
        float: left;
    }

    .nav > li {
        width: 100% !important;
    }

    li.dropdown {
        overflow: auto;
    }

    li.dropdown a.dropdown-toggle:nth-of-type(1) {
        width: 90%;
    }

    li.dropdown a.dropdown-toggle:nth-of-type(2) {
        width: 10%;
    }

    nav.navbar.navbar-inverse li a {
        text-align: left;
        padding-left: 20px;
    }

    nav.festival-nav ul.nav.navbar-nav li .arrowDownBtn {
        padding-left: 0px !important;
        text-align: center !important;
        background: var(--teal);
        padding: 4px 0px !important;
    }

    .arrowDownBtn:hover, .arrowDownBtn:focus {
        background: var(--teal) !important;
    }

    .arrowDownBtn i {
        font-size: 23px;
        color: #ffffff;
    }



    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255,255,255,0.9);
    }

    
        div#topNavbar ul.navbar-nav li a.arrowDownBtn {
            line-height: 32px !important;
        }
    

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: var(--yellow);
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > .open > a.arrowDownBtn, .navbar-inverse .navbar-nav > .open > a.arrowDownBtn:focus, .navbar-inverse .navbar-nav > .open > a.arrowDownBtn:hover {
        background: var(--teal) !important;
    }

    ul.dropdown-menu {
        clear: both;
    }

    ul.dropdown-menu li:nth-last-of-type(1) {
        border-bottom: none!important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 12px 15px 12px 21px;
    }

    .navbar-inverse .navbar-nav > .open > a.arrowDownBtn i {
        transform: rotate(180deg);
    }

    div#topNavbar ul.navbar-nav {
        display: block;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 120px !important;
    }

    nav.festival-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        padding-left: 20px !important;
    }

    nav.festival-nav .open .dropdown-menu > li.currentPage > a {
        color: var(--teal);
    }
}

@media (max-width: 455px) {

    li.dropdown a.dropdown-toggle:nth-of-type(1) {
        width: 85%;
    }

    li.dropdown a.dropdown-toggle:nth-of-type(2) {
        width: 15%;
    }
}

/* Rating System */

section.rating-system-wrapper .text-card {
    background: var(--background-grey);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 20px;
    text-align: center;
    height: 100%;
}

section.rating-system-wrapper .text-card h3 {
    font-size: 28px;
    line-height: 28px;
}

section.rating-system-wrapper .text-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
    font-size: 16px;
}

section.rating-system-wrapper img.rating-img {
    display: block;
    margin: auto;
}

section.rating-system-wrapper .row.bottom-row {
    display: flex;
    flex-wrap: wrap;
}

section.rating-system-wrapper .row.top-content {
    text-align: center;
    margin-bottom: 30px;
}

section.rating-system-wrapper .row.top-content h2 {
    margin: 0px;
}

section.rating-system-wrapper .row.top-content p.subtitle {
    color: var(--red);
    margin-bottom: 5px;
    font-weight: 900;
}

section.rating-system-wrapper .bottom-callout-row {
    margin-top: 30px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    section.rating-system-wrapper .row.bottom-row {
        row-gap: 30px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    section.rating-system-wrapper .row.bottom-row {
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    section.rating-system-wrapper .row.bottom-row {
        row-gap: 20px;
    }

    section.rating-system-wrapper .row.bottom-row > div {
        width: 100%;
    }
}

/* Venue Blocks */

section.venue-block-wrapper .row.bottom-row {
    display: flex;
    flex-wrap: wrap;
}

section.venue-block-wrapper .text-card {
    background: var(--background-grey);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 30px 20px;
    text-align: center;
    height: 100%;
}

section.venue-block-wrapper .text-card h3 {
    font-size: 28px;
    line-height: 28px;
    margin-top: 0px;
}

section.venue-block-wrapper .text-card .description-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

section.venue-block-wrapper .text-card .description-text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

section.venue-block-wrapper .text-card .description-text p:nth-last-child(1) {
    margin-bottom: 0px;
}

section.venue-block-wrapper h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media (min-width: 991px) and (max-width: 1366px) {
    section.venue-block-wrapper .row.bottom-row {
        row-gap: 30px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    section.venue-block-wrapper .row.bottom-row {
        row-gap: 30px;
    }
}

@media (max-width: 767px) {
    section.venue-block-wrapper .row.bottom-row {
        row-gap: 20px;
    }

    section.venue-block-wrapper .row.bottom-row > div {
        width: 100%;
    }
}

/* Series Selectors */

/*.series-wrapper.series-main {
}*/

.series-wrapper.series-main .cms-content p strong {
    color: var(--yellow);
}

.series-wrapper.series-main h1 strong, 
.series-wrapper.series-main h2 strong, 
.series-wrapper.series-main h3 strong, 
.series-wrapper.series-main h4 strong {
    color: var(--yellow);
}

/*.series-wrapper.series-spotlight {
}*/

.series-wrapper.series-club section.entertainer-banner .btn-down-wrapper .teal-box {
    background: var(--red);
}

.series-wrapper.series-club .cms-content p strong {
    color: var(--teal);
}

.series-wrapper.series-club h1 strong,
.series-wrapper.series-club h2 strong,
.series-wrapper.series-club h3 strong,
.series-wrapper.series-club h4 strong {
    color: var(--teal);
}