h1, h2, h3,
h4, h5, h6 {
    font-family: gotham, sans-serif !important;
    font-weight: 700 !important;
    line-height: var(--line-height-std) !important;
    color: var(--chineseblack);
    letter-spacing: normal;
}

body {
    font-family: gotham, sans-serif !important;
    font-weight: 400 !important;
    color: var(--chineseblack);
    letter-spacing: normal;
}

small {
    font-family: gotham, sans-serif;
font-weight: 300;
}

a {
    font-weight: unset !important;
}

section.page-contents strong {
    font-family: gotham, sans-serif;
    font-weight: 500 !important;
}

body.menu-open .site-content {
    z-index: -1;
    position: relative;
}

.site-content {
    min-height: calc(100svh - 76px);
    overflow: hidden;
}
.elementor {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.elementor-widget {
    margin-block-end: 0 !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: calc(100% - 160px) !important;
    width: 100%;
}
.elementor-button {
    border-radius: 5px !important;
    font-family: gotham, sans-serif;
    font-weight: 500 !important;
    font-size: var(--font-size-16) !important;
    /* font-weight: unset !important; */
    line-height: var(--line-height-150) !important;
    cursor: pointer;
    padding: 12px 16px !important;
    background: transparent !important;
}
.elementor-grid-3.elementor-grid {
    grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-3 .elementor-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.black-bg {
    background: var(--chineseblack);
}
.white-bg {
    background: var(--white);
}

.black-text {
    color: var(--chineseblack);
}
.white-text {
    color: var(--white);
}
.white-text h1, .white-text h2, .white-text h3,
.white-text h4, .white-text h5, .white-text h6,
.white-text a {
    color: var(--white) !important;
}

.hover-grey-green-cta a:hover,
.hover-grey-green-cta.elementor-post__read-more:hover {
    border: 1px solid var(--grey) !important;
    background: var(--grey) !important;
    color: var(--green) !important;
}
a:active {
    transition: none !important;
}

.icon-button:focus, .icon-button:active {
    outline: none;
    box-shadow: none;
}

.p-5 {
    padding: 5px 0;
}
.p-40 {
	padding: 40px 0;
}
.p-50 {
	padding: 50px 0;
}
.p-72 {
    padding: 72px 0;
}
.px-50 {
    padding: 0 50px;
}
.pt-16 {
    padding-top: 16px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-72 {
	padding-top: 72px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-152 {
    padding-top: 152px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-62 {
    padding-bottom: 62px;
}
.pb-72 {
    padding-bottom: 72px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-25 {
    margin: 0 0 25px;
}
.h-600 {
    height: 600px;
}
.d-inline-block {
    display: inline-block;
}
.d-none {
    display: none;
}
.gap-50 .elementor-column-gap-default {
    gap: 50px;
}
.gap-90 .elementor-column-gap-default {
    gap: 90px;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-right: 0;
}


/* Notices */
.top-header-bar {
    display: none !important;
}
.top-header-bar .elementor-widget-wrap {
    padding: 0 !important;
}
.top-header-bar .top-header-bar-wrapper.elementor-alert-danger {
    background: var(--green);
    color: var(--white);
}
.top-header-bar .notice-swiper .elementor-alert-dismiss {
    background: transparent;
    border: 1px solid var(--imperialred);
    border-radius: 50%;
    color: var(--imperialred);
    cursor: pointer;
    font-size: var(--font-size-20);
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.top-header-bar .notice-swiper .notice-item {
    padding: 5px 200px 5px 80px;
    color: var(--white);
}
.top-header-bar .notice-swiper .notice-item .notice-title {
    font-family: gotham, sans-serif;
    font-weight: 500;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.top-header-bar .notice-swiper .notice-item .notice-description {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--raisinblack);
}
.top-header-bar .notice-swiper .notice-item .notice-description p {
    margin: 5px 0;
}
.top-header-bar .notice-swiper .notice-item .notice-description a {
    font-family: gotham, sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
.top-header-bar .notice-swiper .notice-item .notice-cta {
    border: 1px solid var(--imperialred);
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-block;
    max-width: 113px;
}
.top-header-bar .notice-swiper .notice-item .notice-cta a {
    font-family: gotham, sans-serif;
    font-weight: 500;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--chineseblack);
}
.top-header-bar .notice-swiper .notice-item a:hover,
.top-header-bar .notice-swiper .notice-item a:focus {
    outline: none;
    box-sizing: none;
    color: var(--white);
}
.top-header-bar .top-header-bar-wrapper.elementor-alert-danger .notice-swiper .notice-item .notice-cta {
    border: 1px solid var(--white);
}
.top-header-bar .top-header-bar-wrapper.elementor-alert-danger .notice-swiper .notice-item .notice-cta a {
    color: var(--white);
}
.top-header-bar .top-header-bar-wrapper.elementor-alert-danger button.elementor-alert-dismiss {
    position: absolute;
    top: 50%;
    right: 80px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transform: translate(0, -50%);
}
.top-header-bar .notice-swiper-nav .swiper-button-next, 
.top-header-bar .notice-swiper-nav .swiper-button-prev {
    width: 3%;
    height: 30px;
    width: 30px;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    color: var(--white);
    top: 25px;
    transform: rotate(90deg);
}
.top-header-bar .notice-swiper-nav .swiper-button-next.swiper-button-disabled, 
.top-header-bar .notice-swiper-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}
.top-header-bar .notice-swiper-nav .swiper-button-prev {
    left: unset;
    right: 145px;
}
.top-header-bar .notice-swiper-nav .swiper-button-next {
    right: 120px;
}
.top-header-bar .notice-swiper-nav .swiper-button-prev:after, 
.top-header-bar .notice-swiper-nav .swiper-button-next:after {
    font-size: var(--font-size-20);
    line-height: var(--line-height-std);
    color: var(--white);
}
/* End Notices */

/* Custom Page Title */
.custom-page-title {
    width: auto !important;
    position: absolute !important;
    bottom: 40px;
    left: 80px;
}
.custom-page-title div[data-acf_name="custom_page_title"] {
	display: flex;
	flex-wrap: nowrap; 
}
.custom-page-title div[data-acf_name="custom_page_title"] .acf-repeater-inner-wrapper:first-child {
	margin-right: 20px;
}
div[data-acf_name="custom_page_title"] div[data-acf_field_name="title"].item {
    font-size: 80px;
    font-family: gotham, sans-serif;
    font-weight: 700;
    line-height: var(--line-height-std);
}
div[data-acf_field_name="title_color"].item {
    display: none;
}
/* End Custom Page Title */

/* Footer */
footer .widgets {
    padding: 50px 0 100px !important;
    margin: 0 !important;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    column-gap: 100px;
}
footer .widgets .widget {
    font-size: unset;
}
footer .widgets .widgets-column {
    padding: 0 !important;
    float: none;
}
footer .widgets .white-text h6 {
    color: var(--white) !important;
    font-size: var(--font-size-16) !important;
    line-height: var(--line-height-150) !important;
    letter-spacing: normal !important;
    margin: 0 0 10px;
}
footer .widgets p {
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    margin: 0;
}
footer #footer-logo {
	margin: 0 !important;
}
footer .widgets .widgets-column:first-child {
    width: 15vw;
}
footer .widgets .widgets-column:nth-child(2) {
    width: 20vw;
}
footer .widgets .widgets-column:last-child {
    width: 25vw;
    padding-right: 11px !important;
}
footer .page-container .widgets::after {
    position: absolute;
    right: 0;
}
footer .widgets ul li,
footer .widgets ul li:not(:first-child),
footer .widget:not(:first-child),
footer .footer-desc-social p {
    margin: 0;
}
footer .footer-logo img:hover {
    opacity: 1;
    transition: unset;
}
footer .footer-desc-social {
    margin: 24px 0 50px;
}
footer .logo-and-socials-group > .wp-block-group__inner-container {
    display: flex !important;
    gap: 40px;
    align-items: center;
    flex-direction: column;
    justify-self: flex-start;
}
footer .footer-subscribe p {
    margin-bottom: 16px !important;
}
footer .widgets ul.footer-social-icons {
    display: flex;
    gap: 16px;
}
footer .widgets ul.footer-social-icons li a,
ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-f,
ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram,
ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube,
ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin,
ul.cnss-social-icon li.cn-fa-icon a.cnss-spotify {
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--green) !important;
    color: var(--black) !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
footer .widgets ul.footer-social-icons li a:hover {
    opacity: 1 !important;
    color: var(--raisinblack) !important;
}
footer .footer-other-sites .wp-block-button__link strong {
    font-family: gotham, sans-serif;
    font-weight: 700;
    color: var(--white) !important;
}
footer .footer-other-sites .wp-block-button__link,
footer .footer-contact-info p.green-text {
    color: var(--green) !important;
}
footer .footer-contact-info h6,
footer .footer-contact-info .green-text {
    margin: 0 0 16px !important;
}
footer .footer-other-sites p {
    margin-top: 5px;
}
footer .footer-contact-info h6.half-margin-bottom {
    margin: 0 0 8px 0 !important;
    font-size: var(--font-size-14) !important;
}
footer .footer-subscribe div.wpforms-container-full .wpforms-confirmation-container-full {
	background-color: #eee;
}
.footer-subscribe .footer-subscribe-form form {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
}
.footer-subscribe .footer-subscribe-form .wpforms-field-container {
    width: 71%;
}
.footer-subscribe .footer-subscribe-form .wpforms-submit-container {
    width: 29%;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row, 
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-row {
    gap: unset;
    display: inline-block;
    flex-flow: unset;
    justify-content: unset;
    width: 100%;
    margin: 0;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-67, 
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-67 {
    width: 100%;
    padding: 0;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-33, 
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-33 {
    display: none;
}
.footer-subscribe .footer-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: 0;
}
.footer-subscribe .footer-subscribe-form .wpforms-submit-container button[type="submit"] {
    width: auto;
    height: unset;
    border: 1px solid var(--green) !important;
    color: var(--green) !important;
    border-radius: 5px !important;
    background: transparent !important;
    font-size: var(--font-size-16) !important;
    font-family: gotham, sans-serif !important;
    font-weight: 500 !important;
    line-height: var(--line-height-std);
    transition: all .5s ease-in-out;
    border-radius: 100px !important;
    padding: 12px 16px;
}
.footer-subscribe .footer-subscribe-form .wpforms-submit-container button[type="submit"]:hover, 
.footer-subscribe .footer-subscribe-form .wpforms-submit-container button[type="submit"]:focus {
    outline: none;
    box-shadow: none;
    background: var(--green) !important;
    border-color: var(--green) !important;
    color: var(--raisinblack) !important;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-field input[type="email"] {
    border-radius: 5px !important;
    border: 1px solid var(--green) !important;
    background: var(--outerspace) !important;
    color: var(--white);
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    padding: 8px 16px !important;
    border-radius: 100px !important;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-field input[type="email"]::placeholder {
    color: var(--white);
    opacity: 1;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
footer .footer-other-sites h6,
footer .footer-contact-info h6 {
    margin: 0 0 16px 0;
}
footer .footer-other-sites .wp-block-button {
    width: 100%;
}
footer .footer-other-sites .wp-block-button:not(:last-child) {
    margin: 0 0 20px;
}
footer .footer-other-sites .arrow-top-right a.wp-block-button__link {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    width: 100%;
    display: block;
    padding-right: 40px;
    cursor: pointer;
}
footer .footer-other-sites .arrow-top-right a.wp-block-button__link:after {
    content: '';
    background-image: url('/wp-content/uploads/icons/arrow-top-right.svg');
    background-size: contain;
    position: absolute;
    right: 0;
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
    background-color: var(--lust);
    border-radius: 5px;
    top: 0;
    /* transform: translate(0, -50%); */
    z-index: 0;
}
footer .footer-treble-icon {
    margin: 0;
}
footer .site-footer-copyright {
    color: var(--raisinblack);
}
footer .site-footer-copyright .page-container {
    background: var(--green);
}
footer .site-footer-copyright br {
    display: none;
}
footer .site-footer-copyright, .site-footer-copyright .holder a {
    color: var(--raisinblack);
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
footer .site-footer-copyright .holder a:not(:last-child) {
    margin: 0 50px 0 0;
}
footer .fab {
    font-size: 24px !important;
}
footer .page-container {
    background: var(--raisinblack);
}
.site-footer-copyright .holder:not(.-center) > div:not(:last-child) {
    margin: 0;
}
/* End Footer */

/* Header Banner */
.header-banner img { 
	width: 100%;
    aspect-ratio: 5 / 2.08;
    object-fit: cover;
}

/* Spider Popup */
#spider_popup_wrap a.spider_popup_close_fullscreen {
    top: 0;
    right: -9%;
    transform: translate(9%, 0);
    height: 35px;
    width: 35px;
    background: transparent;
    border: 2px solid var(--teal);
    color: var(--teal);
    border-radius: 30px;
}
#spider_popup_wrap a.spider_popup_close_fullscreen span {
    display: inline-block;
    height: 100%;
}
#spider_popup_wrap a.spider_popup_close_fullscreen i.bwg_close_btn {
    font-size: var(--font-size-16);
    opacity: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
}
#spider_popup_wrap #spider_popup_left-ico, #spider_popup_wrap #spider_popup_right-ico {
    background: var(--teal);
    border-radius: 30px;
    border: 2px solid var(--teal);
    color: var(--white);
    height: 35px;
    width: 35px;
    font-size: var(--font-size-16);
    opacity: .8;
}
#spider_popup_wrap #spider_popup_left:hover #spider_popup_left-ico, 
#spider_popup_wrap #spider_popup_right:hover #spider_popup_right-ico {
    color: var(--white);
}
/* End Spider Popup */

/* Search Popup */
.clb-popup.search-popup:before {
    content: '';
    background: url(/wp-content/uploads/icons/search-left-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 244px;
    height: 265px;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: -1;
}
.clb-popup.search-popup .holder:before {
    content: '';
    background: url(/wp-content/uploads/icons/search-top-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 385.22px;
    height: 295.41px;
    position: absolute;
    right: 17.63vw;;
    top: 0;
    z-index: -1;
}
.clb-popup.search-popup .holder::after {
    content: '';
    background: url(/wp-content/uploads/icons/search-bottom-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 295px;
    height: 218px;
    position: absolute;
    right: 45px;
    bottom: 0;
    z-index: -1;
}
.clb-popup.search-popup .close-bar {
    left: unset;
    height: 35px;
    width: 35px;
    right: 152.5px;
    top: 72.5px;
    padding: 0;
    justify-content: center;
}
.clb-popup.search-popup .close-bar .icon-button {
    border: 2px solid var(--white);
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.clb-popup.search-popup .close-bar .icon-button:hover {
    border: 2px solid var(--white);
    background: transparent;
}
.clb-popup.search-popup .close-bar .icon-button:hover .icon {
    opacity: 1;
}
.clb-popup.search-popup .holder {
    max-width: 100%;
    width: 100%;
    height: 95vh;
    padding: 0;
    margin: 0;
    flex-flow: column wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clb-popup.search-popup .holder h1.search-holder-title {
    font-size: var(--font-size-70);
    line-height: var(--line-height-std);
    margin: 0 0 26px;
    text-align: center;
}
.clb-popup.search-popup .search-form {
    margin: 0;
}
.clb-popup.search-popup .search-form img.icon {
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
}
.clb-popup.search-popup .search-form input.search-field {
    width: 45.14vw;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #FFF1DB;
    color: var(--white);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    padding: 10px 16px 10px 64px;
}
.clb-popup.search-popup .search-form input.search-field::placeholder {
    color: var(--white);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.clb-popup.search-popup .search-form .button.search-submit {
    left: 16px !important;
    height: auto !important;
    right: unset;
    top: 50%;
    transform: translate(0, -50%);
}
.clb-popup.search-popup .search-form .button.search-submit svg {
    display: none !important;
}
.clb-popup.search-popup .search-form .button.search-submit:hover {
    background: unset !important;
    transition: unset !important;
}
.clb-popup.search-popup .search-form .button.search-submit i::after{
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/search-yellow.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;

}
.clb-popup.search-popup .useful-links {
    width: 50%;
    text-align: center;
}
.clb-popup.search-popup .useful-links .subheader {
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.clb-popup.search-popup .recom-menus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.clb-popup.search-popup .recom-menus .menus {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.clb-popup.search-popup .recom-menus .menus h5 {
    font-family: gotham, sans-serif !important;
    font-weight: 500 !important;
    font-size: var(--font-size-16) !important;
    line-height: var(--line-height-std) !important;
    margin: 0 !important;
    border-radius: 100px;
    padding: 12px 16px;
    background: rgba(226, 228, 61, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(2) {
    background: rgba(150, 115, 174, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(3) {
    background: rgba(252, 111, 104, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(4) {
    background: rgba(165, 205, 76, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(5) {
    background: rgba(68, 195, 219, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(6) {
    background: rgba(246, 54, 126, 0.50);
}
.clb-popup.search-popup .recom-menus .menus h5:nth-child(7) {
    background: rgba(63, 189, 173, 0.50);
}
/* End Search Popup */

/* Filtering */
.searchandfilter ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 10px;
}
.searchandfilter ul,
.searchandfilter ul li {
	padding: 0;
    margin: 0;
}
.searchandfilter ul li {
    flex: 0 0 auto;
}
.searchandfilter ul li li {
    padding: 0;
}
.searchandfilter .sf-input-radio {
	display: none;
}
.searchandfilter ul li.sf-field-reset,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"],
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li {
    border-radius: 5px;
    border: 1px solid var(--raisinblack);
    background: transparent;
    transition: all .3s ease-in-out;
}
.searchandfilter ul li.sf-field-reset a,
.searchandfilter ul li[data-sf-field-input-type="checkbox"] > ul li[class*="sf-level"] label, 
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"] label, 
.searchandfilter ul li[data-sf-field-input-type="range-checkbox"] > ul li[class*="sf-level"] label, 
.searchandfilter ul li[data-sf-field-input-type="range-radio"] > ul li[class*="sf-level"] label,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li label {
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    padding: 8px 16px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    color: var(--raisinblack);
    transition: all .3s ease-in-out;
}
.searchandfilter ul li[data-sf-field-input-type="checkbox"] > ul li[class*="sf-level"] label.disabled, 
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"] label.disabled, 
.searchandfilter ul li[data-sf-field-input-type="range-checkbox"] > ul li[class*="sf-level"] label.disabled, 
.searchandfilter ul li[data-sf-field-input-type="range-radio"] > ul li[class*="sf-level"] label.disabled,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li label.disabled {
    cursor: none;
}
.searchandfilter ul li.sf-field-reset.selected,
.searchandfilter ul li.sf-field-reset:hover,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"]:hover,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"].sf-option-active,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li:hover,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li.selected {
	background: var(--scored);
    border-color: var(--scored) !important;
}
.searchandfilter ul li.sf-field-reset.selected a,
.searchandfilter ul li.sf-field-reset:hover a,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"]:hover label,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"].sf-option-active label,
.searchandfilter ul li[data-sf-field-input-type="radio"] > ul li[class*="sf-level"] input:checked + label,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li:hover label,
.searchandfilter ul li[data-sf-field-input-type="daterange"] > ul.sf_date_field li.selected label {
    color: var(--white);
    outline: none;
    box-shadow: none;
}
.searchandfilter ul li.sf-field-search label {
    position: relative;
}
.searchandfilter ul li.sf-field-search label:before {
    content: '';
    background: url('/wp-content/uploads/icons/search-teal.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
}
.searchandfilter ul li.sf-field-search input {
    border-radius: 8px;
    border: 0.25px solid var(--outerspace);
    border-top: 0.042em solid var(--outerspace);
    background: var(--white);
    color: var(--chineseblack);
    padding: 8px 16px 8px 52px;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    border-radius: 100px;
}
.searchandfilter ul li.sf-field-search input:hover,
.searchandfilter ul li.sf-field-search input:focus,
.searchandfilter ul li.sf-field-search input:active {
    background: var(--white);
    outline: none;
    box-shadow: none;
}
.searchandfilter .custom-select {
    position: relative;
    display: inline-block;
    color: var(--chineseblack);
    border-radius: 8px;
    border: 0.25px solid var(--outerspace);
    border-top: 0.042em solid var(--outerspace);
    background: var(--white);
    padding: 8px 16px;
    cursor: pointer;    
    width: 19.45vw;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    border-radius: 100px;
}
.searchandfilter .custom-select.season-select {
    width: 11.11vw;
}
.searchandfilter .custom-select .selected-value {
    position: relative;
    width: 100%;
}
.searchandfilter .custom-select .selected-value.rotate:after {
    transform: translate(0, -50%) rotate(180deg);
}
.searchandfilter .custom-select .selected-value:after,
.searchandfilter select[name="_sfm_article_info_section_year_published[]"]:after {
    content: '';
    background: url('/wp-content/uploads/icons/chevron-down-teal.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(0deg);
    transition: transform .3s ease-in-out;
}
.searchandfilter .custom-select .options-wrapper {
    position: absolute;
    top: 104%;
    left: 0;
    width: 100%;
    border: 1px solid var(--outerspace);
    background-color: var(--white);
    border-radius: 16px;
    padding: 16px;
    z-index: 1000;
    display: none;
}
.searchandfilter .custom-select .options-wrapper.disabled {
    pointer-events: none;
    opacity: .7;
}
.searchandfilter .custom-select .options-wrapper.active .option-item {
    pointer-events: auto;
}
.searchandfilter .custom-select .options-wrapper.active .option-item:hover {
    color: var(--teal); 
}
.searchandfilter .custom-select .options {
    max-height: 200px;
    overflow-y: auto;
}
.searchandfilter .custom-select .options .option-item {
    pointer-events: none;
    color: var(--chineseblack);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.searchandfilter .custom-select .options .option-item:not(:last-child) {
    margin: 0 0 10px;
}
.searchandfilter .custom-select .options::-webkit-scrollbar {
    width: 8px;
    background: var(--brightgray);
}
.searchandfilter .custom-select .options::-webkit-scrollbar-thumb {
    background: var(--green);
    border-radius: 10px;
}
.searchandfilter .custom-select .options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(70, 70, 70, 0.10);
    background-color: var(--brightgray);
    border-radius: 10px;
}
.searchandfilter ul li.sf-field-tag {
    flex: unset;
    width: 100%;
}
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.custom-pagination .page-numbers {
    margin: 0 !important;
    border-radius: 50%;
    background: rgba(16, 16, 16, .15);
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--chineseblack);
    padding: 10px;
}
.custom-pagination .page-numbers:not(.first):not(.last):not(.prev):not(.next) {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-pagination .page-numbers img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    aspect-ratio: 1;
    object-position: bottom;
}
.custom-pagination .page-numbers.current {
    background: var(--green);
    color: var(--raisinblack);
}
/* End Filtering */

/* 404 */
.error404 .notfound {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column wrap;
    height: 100svh;
}
.error404 .notfound .separator {
    margin: 30px 0;
}
.error404 .elementor-search-form {
    width: 100%;
    max-width: 45.14vw;
    margin: 30px auto 0;
}
.error404 .elementor-search-form .elementor-search-form__container {
    background: transparent;
    border: 0.25px solid var(--outerspace);
    border-radius: 8px !important;
    padding: 8px 16px;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    color: var(--chineseblack);
    min-height: unset !important;
}
.error404 .elementor-search-form .elementor-search-form__container .elementor-search-form__icon {
    padding: 0 !important;
    opacity: 1;
    color: var(--scored);
    margin: 0 10px 0 0;
}
.error404 .elementor-search-form input[type="search"],
.error404 .elementor-search-form input[type="search"]:focus {
    padding: 0 !important;
    text-align: left;
    background: transparent;
    border-radius: 0;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.error404 .elementor-search-form input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    background: url('/wp-content/uploads/icons/close-red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    transform: translate(0, -50%);
    cursor: pointer;
}
/* End 404 */

/* Privacy Policy */
.privacy-policy-pg .post-contents {
    margin: 200px 0 50px;
}
.privacy-policy-pg .child-number {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
}
.privacy-policy-pg .child-number > li {
    counter-increment: item;
    padding-left: 1.8rem;
    text-indent: -1.8rem;
}
.privacy-policy-pg .child-number > li:before {
    content: counters(item, ".") ".";
    margin: 0 5px 0 0;
}
.privacy-policy-pg .sub-child-alpha {
    list-style-type: none;
    padding: 0;
    counter-reset: sub-item-alpha;
}  
.privacy-policy-pg .sub-child-alpha > li {
    counter-increment: sub-item-alpha;
    padding-left: 2rem;
    text-indent: -2rem;
} 
.privacy-policy-pg .sub-child-alpha > li:before {
    content: "(" counter(sub-item-alpha, lower-alpha) ")";
    margin: 0 5px 0 0;
}
.privacy-policy-pg p:not(:last-child),
.privacy-policy-pg ol li {
    margin: 0 0 15px;
}
.privacy-policy-pg .child-number > li p, 
.privacy-policy-pg .sub-child-alpha > li p {
    text-indent: 0;
}
/* End Privacy Policy */


/* Enhance Experience + More About */
section.more-info,
section.experience-info {
	background: var(--grey);
}
section.more-info .post_category,
section.experience-info .post_category {
	display: none !important;
}
section.more-info .white-text h5,
section.experience-info .white-text h5 {
    font-family: gotham, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 6px;
    margin: 0 0 16px;
}
section.more-info .white-text h5,
section.more-info .white-text h1,
section.experience-info .white-text h5,
section.experience-info .white-text h1 {
	color: var(--white);
}
section.more-info h1,
section.experience-info h1 {
	margin-bottom: 50px;
}
.more-info .post__wrapper {
    position: relative;
}
.more-info .post__wrapper::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/04/bottom-section-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 160px;
    aspect-ratio: 5 / 3.82;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.experience-info .post__wrapper,
.more-info .post__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 20px;
    border: 1px solid rgba(70, 70, 70, .15);
    background: var(--white);
    overflow: hidden;
    padding: 10px;
}
.experience-info .post__wrapper .elementor-post__text,
.more-info .post__wrapper .elementor-post__text {
	z-index: 2;
  	position: relative;
}
.experience-info .post__wrapper .elementor-post__thumbnail__link,
.more-info .post__wrapper .elementor-post__thumbnail__link {
    margin: 0 !important;
    max-width: 160px;
}
.experience-info .post__wrapper .elementor-post__thumbnail__link .elementor-post__thumbnail,
.more-info .post__wrapper .elementor-post__thumbnail__link .elementor-post__thumbnail {
    border-radius: 8px;
    overflow: hidden;
    max-width: 160px;
    padding: 0 !important;
}
.experience-info .post__wrapper .elementor-post__thumbnail__link .elementor-post__thumbnail img,
.more-info .post__wrapper .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    aspect-ratio: 1;
    max-width: 160px;
    object-position: center;
    object-fit: cover;
}
.experience-info .post__wrapper .elementor-post__contents_wrapper,
.more-info .post__wrapper .elementor-post__contents_wrapper {
	height: 100%;
	display: table;
	width: 100%;
}
.experience-info .post__wrapper .elementor-post__contents_wrapper a,
.more-info .post__wrapper .elementor-post__contents_wrapper a {
    max-width: 100%;
    font-family: gotham, sans-serif;
    font-weight: 700;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150); 
    display: table-cell;
    vertical-align: middle;
}
.experience-info .post__wrapper .elementor-post__contents_wrapper .elementor-post__title,
.more-info .post__wrapper .elementor-post__contents_wrapper .elementor-post__title {
    font-size: var(--font-size-25) !important;
    line-height: var(--line-height-114) !important;
    padding: 0px 20px 0 0;
}
.experience-info .post__wrapper .elementor-post__contents_wrapper .post_category,
.more-info .post__wrapper .elementor-post__contents_wrapper .post_category {
    margin: 8px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}
.experience-info .post__wrapper .elementor-post__contents_wrapper .post_category .category,
.more-info .post__wrapper .elementor-post__contents_wrapper .post_category .category {
    border-radius: 100px;
    background: var(--green);
    padding: 2px 8px;
    color: var(--raisinblack);
    font-family: gotham, sans-serif;
font-weight: 300;
}
/* End Enhance Experience + More About */

/* Blogs & Stories Listing */
.blogs-and-stories-listing article.elementor-grid-item {
    width: 27.77vw;
    aspect-ratio: 5 / 4;
    padding: 10px 10px 20px;
    border-radius: 20px;
	background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(180deg, rgba(63,189,173,1), rgba(226,228,61,1)) border-box;
    border: 1px solid transparent;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.blogs-and-stories-listing .elementor-button {
	border: 1px solid var(--raisinblack);
    border-radius: 100px !important;
    color: var(--raisinblack) !important;
    line-height: var(--line-height-std) !important;
}
.blogs-and-stories-listing .elementor-button:hover {
    border: 1px solid var(--grey);
    background-color: var(--grey) !important;
    color: var(--green) !important;
}
.blogs-and-stories-listing article.elementor-grid-item .elementor-post__card {
	background-color: unset !important;
	box-shadow: none;
}
.blogs-and-stories-listing article.elementor-grid-item .elementor-post__thumbnail__link {
	margin: 0;
}
.blogs-and-stories-listing article.elementor-grid-item .elementor-post__thumbnail {
	padding-bottom: 0 !important;
	border-radius: 10px 10px 0 0;
    aspect-ratio: 5 / 3.02;
    /* border-bottom: 3px solid; */
}
.blogs-and-stories-listing .elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blogs-and-stories-listing .elementor-post__text {
	margin-top: 16px !important;
	padding: 0 10px !important;
    flex: 0 !important;
}
.blogs-and-stories-listing .elementor-posts .elementor-post__card .elementor-post__title {
	font-size: var(--font-size-20);
	font-family: gotham, sans-serif !important;
	font-weight: 500 !important;
	line-height: var(--line-height-110) !important;
	margin: 0 !important;
}
.blogs-and-stories-listing .elementor-post__meta-data {
	padding: 0 10px !important;
    border-top: 0 !important;
    margin-top: 5px !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
    color: var(--raisinblack) !important;

}
.blogs-and-stories-listing .elementor-post__badge {
    display: none;
}
.blogs-and-stories-listing .elementor-post__badge.custom-badge {
    display: block;
	margin: 0 !important;
    top: unset !important;
    bottom: 0;
    left: 0;
    right: unset !important;
    background: var(--teal);
    padding: 10px 10px 5px 10px !important;
    border-radius: 0px 10px 0px 0px !important;
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
	text-transform: capitalize !important;
}
.blogs-and-stories-listing .elementor-post__thumbnail__link::after {
	visibility: hidden;
    opacity: 0 !important;
}
.blogs-and-stories-listing .tag-stories .elementor-post__badge.custom-badge,
.blogs-and-stories-listing .tag-stories-zh .elementor-post__badge.custom-badge {
	background: var(--teal);
}
.blogs-and-stories-listing .tag-blogs .elementor-post__badge.custom-badge,
.blogs-and-stories-listing .tag-blog-zh .elementor-post__badge.custom-badge {
	background: var(--skyblue);
}
.blogs-and-stories-listing article.elementor-grid-item.tag-blogs .elementor-post__thumbnail,
.blogs-and-stories-listing article.elementor-grid-item.tag-blog-zh .elementor-post__thumbnail {
    border-color: var(--skyblue);
}
.blogs-and-stories-listing article.elementor-grid-item.tag-stories .elementor-post__thumbnail,
.blogs-and-stories-listing article.elementor-grid-item.tag-stories-zh .elementor-post__thumbnail {
    border-color: var(--teal);
}
/* End Blogs & Stories Listing */

/* Search */
.search-results-block {
	margin-top: 200px;
}
.search-results-block .posts-list {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.search-results-block article .post__wrapper {
    background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(180deg, rgba(63,189,173,1), rgba(226,228,61,1)) border-box;
    border: 1px solid transparent;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
    padding: 10px;
    border-radius: 20px;
    height: auto;
}
.search-results-block article .post__wrapper a {
    margin: 0 !important;
}
.search-results-block .post__wrapper .post-thumbnail {
    padding-bottom: 0 !important;
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}
.search-results-block .post__wrapper .post-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 3;
    border-radius: 16px;
}
.search-results-block .elementor-post__contents_wrapper {
    display: grid;
    grid-template-columns: 450px auto;
    gap: 0 20px;
}
.search-results-block .elementor-post__contents_wrapper .elementor-post__title {
    font-size: var(--font-size-20);
    font-family: gotham, sans-serif !important;
    font-weight: 500 !important;
    line-height: var(--line-height-110) !important;
    margin: 16px 0;
}
.search-results-block .elementor-post__contents_wrapper .elementor-post__excerpt {
	display: none;
}
.search-results-block .post-details .elementor-post__custom_meta-data .custom_meta_item span,
.search-results-block .post-details .elementor-post__custom_meta-data .custom_meta_item a {
    font-family: gotham, sans-serif;
    font-weight: 700;
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    display: flex;
    gap: 16px;
}
.search-results-block .post-details .details_section_event_start_date {
    margin-bottom: 10px;
}
.search-results-block .post-details .details_section_event_start_date span::before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/date-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.search-results-block .post-details .details_section_event_venue_link a:nth-child(2)::before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/venue-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.search-results-block .post-details .featured-conductor,
.search-results-block .post-details .gallery-section,
.search-results-block .post-details.extra-info .details_section_event_start_date,
.search-results-block .post-details.extra-info .details_section_event_venue_link,
.search-results-block .past_concerts_listing_display_options_show_conductor,
.search-results-block .past_concerts_listing_display_options_show_youtube,
.search-results-block .past_concerts_listing_display_options_show_spotify {
    display: none;
}
.search-results-block .post-details.extra-info .featured-conductor,
.search-results-block .post-details.extra-info .gallery-section {
    display: block;
}
.search-results-block .post-details .elementor-post__excerpt p {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-16) !important;
    line-height: var(--line-height-150) !important;
    margin: 20px 0 0 !important;
    color: var(--raisinblack) !important;
}
.search-results-block .post-details.extra-info {
    display: flex;
    align-self: center;
    height: 100%;
}
.search-results-block .post-details.extra-info .elementor-post__custom_meta-data {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.search-results-block .post-details.extra-info .featured-conductor {
    background: rgba(226, 228, 61, 0.50);
    border-radius: 16px;
    padding: 23px 13px 23px 17px;
    height: 20.83vw;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.search-results-block .post-details.extra-info .featured-conductor .title-container p {
    margin: 0px !important;
    line-height: var(--line-height-150);
    font-size: var(--font-size-16);
}
.search-results-block .post-details.extra-info .featured-conductor .title-container h6 {
    font-size: var(--font-size-20);
    line-height: var(--line-height-110) !important;
    font-family: gotham, sans-serif !important;
    font-weight: 500 !important;
}
.search-results-block .post-details.extra-info .featured-conductor .conductor-excerpt p {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
}
.search-results-block .post-details.extra-info .featured-conductor .conductor-excerpt {  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10; 
    -webkit-box-orient: vertical;
}

.search-results-block .post-details.extra-info .gallery-section.two-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.search-results-block .post-details.extra-info .youtube-contents {
    background: rgba(226, 228, 61, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
.search-results-block .post-details.extra-info .spotify-contents {
    background: rgba(63, 189, 173, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
.search-results-block .post-details.extra-info .youtube-contents .item,
.search-results-block .post-details.extra-info .spotify-contents .item {
    height: 100%;
    cursor: pointer;
}
.search-results-block .post-details.extra-info .youtube-contents .item .details,
.search-results-block .post-details.extra-info .spotify-contents .item .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.search-results-block .post-details.extra-info .youtube-contents .title,
.search-results-block .post-details.extra-info .spotify-contents .title {
    font-family: gotham, sans-serif;
    font-weight: 700;
    line-height: var(--line-height-150);
    font-size: var(--font-size-16);
    margin: 0px !important;
    display: flex;
    gap: 10px;
    align-items: start;
}
.search-results-block .post-details.extra-info .youtube-contents .label,
.search-results-block .post-details.extra-info .spotify-contents .label {
    font-family: gotham, sans-serif;
    font-weight: 500;
    line-height: var(--line-height-std);
    font-size: var(--font-size-16);
    margin: 0px !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.search-results-block .post-details.extra-info .youtube-contents .title::before,
.search-results-block .post-details.extra-info .spotify-contents .title::before {
    content: '';
    display: block;
    min-width: 20px;
    height: 20px;
}
.search-results-block .post-details.extra-info .youtube-contents .title::before {
    background: url('/wp-content/uploads/icons/youtube-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.search-results-block .post-details.extra-info .spotify-contents .title::before {
    background: url('/wp-content/uploads/icons/spotify-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.search-results-block .post-details.extra-info .label::before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/play-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}

@media only screen and (min-width: 300px) {
    h1, 
	h2, 
	h3 {
        font-size: var(--font-size-30);
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: calc(100% - 32px) !important;
    }
    .custom-page-title {
        left: 16px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1199px) {
    h1 {
        font-size: var(--font-size-54);
    }
    
    h2 {
        font-size: var(--font-size-40);
    }
    
	h5 {
		font-size: var(--font-size-20);
	}
    
    h6 {
        font-size: var(--font-size-16);
    }
    
    body {
        font-size: var(--font-size-16);
        line-height: var(--line-height-150);
    }
    
    small {
        font-size: var(--font-size-14);
        line-height: var(--line-height-142);
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: calc(100% - 160px) !important;
    }
    .custom-page-title {
        left: 80px;
    }

    .top-header-bar .notice-swiper .notice-item {
        height: auto !important;
    }
    .top-header-bar .notice-swiper-nav .swiper-button-next, .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 33px;
    }
    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 52vw;
    }
}
@media only screen and (min-width: 1399px) {
    h1 {
        font-size: var(--font-size-64);
    }

    h3 {
        font-size: var(--font-size-40);
    }

    body {
        font-size: var(--font-size-16);
        line-height: var(--line-height-150);
    }

    small {
        font-size: var(--font-size-14);
        line-height: var(--line-height-142);
    }

    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 54vw;
    }
}
@media only screen and (min-width: 1499px) {
    .top-header-bar .notice-swiper-nav .swiper-button-next, 
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 25px;
    }

    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 54vw;
    }
}
@media only screen and (min-width: 1900px) {
    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 59vw;
    }
}

@media only screen and (max-width: 1199px) {
    .top-header-bar .notice-swiper .notice-item {
        padding: 5px 100px 5px 16px; 
    }
    .top-header-bar .top-header-bar-wrapper.elementor-alert-danger button.elementor-alert-dismiss {
        right: 16px;
    }
    .top-header-bar .notice-swiper-nav .swiper-button-next,
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 33px;
    }
    .top-header-bar .notice-swiper-nav .swiper-button-next {
        right: 45px;
    }
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        right: 70px;
    }

    .clb-popup.search-popup .close-bar {
        right: 80px;
    }
    .clb-popup.search-popup .useful-links {
        width: 50%;
    }

    footer .widgets {
        gap: 20px;
    }
    footer .widgets .widgets-column:first-child {
        width: 29.30vw;
    }
    footer .site-footer-copyright .holder a:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .searchandfilter .custom-select.season-select {
        width: 20.11vw;
    }
    #spider_popup_wrap a.spider_popup_close_fullscreen {
        right: 10px;
    }
    
}
@media only screen and (max-width: 992px) {
    .md-p-72 {
        padding: 50px 0;
    }
    .md-pt-72 {
        padding-top: 50px;
    }
    .md-pb-72 {
        padding-bottom: 50px;
    }
    .md-p-50 {
        padding: 50px 0;
    }
    .md-pt-50 {
        padding-top: 50px;
    }
    .md-pb-50 {
        padding-bottom: 50px;
    }
    .p-72 {
    	padding: 50px 0;
    }
    .px-50 {
    	padding: 0px;
    }
    .pb-72 {
    	padding-bottom: 50px;
    }
    .pt-72 {
    	padding-top: 50px;
    }

    .page-container,
    .header-wrap:not(.page-container) {
        padding: 0 16px !important;
    }

    .elementor-grid-3 .elementor-posts-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .clb-popup.search-popup .useful-links {
        width: 100%;
    }
    .clb-popup.search-popup .useful-links h4,
    .clb-popup.search-popup .useful-links .white-text {
        font-size: var(--font-size-16) !important;
    }

    .top-header-bar .notice-swiper-nav .swiper-button-next, 
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 33px;
    }

    .home-slider .custom.sr7-bullets {
        bottom: 20px !important;
        transform: translate(-50%, -20px) !important;
    }

    footer .widgets .widgets-column:first-child,
    footer .widgets .widgets-column:nth-child(2) {
        width: 50%;
    }
    footer .widgets .widgets-column:last-child {
        display: none;
    }
    .site-footer-copyright .holder:not(.-center) > div {
        margin: 0;
    }

    .custom-pagination {
        flex-wrap: wrap;
        gap: 10px;
    }

    .privacy-policy-pg .post-contents {
        margin: 50px 0;
    }
    .privacy-policy-pg .child-number > li {
        padding-left: 16px;
        text-indent: -16px;
    }
    footer .site-footer-copyright br {
        display: block;
    }

    .search-results-block {
        margin-top: 72px;
    }
    .search-results-block .elementor-post__contents_wrapper {
        grid-template-columns: 300px auto;
    }
}
@media only screen and (max-width: 767px) {
    body {
	    font-size: var(--font-size-14) !important;
	}
	h1 {
	    font-size: 30px !important;
	}
	h2 {
	    font-size: 25px !important;
	}
	h3 {
	    font-size: var(--font-size-20) !important;
	}

    .pt-50 {
	    padding-top: 20px;
	}
    .pb-50 {
        padding-bottom: 24px;
    }

    .elementor-grid-3 .elementor-posts-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .top-header-bar .notice-swiper .notice-item .notice-description {
		white-space: nowrap;
		overflow: scroll;
		-ms-overflow-style: none; 
		scrollbar-width: none;
	}
	.top-header-bar .notice-swiper .notice-item .notice-description::-webkit-scrollbar {
	  	display: none;
	}
    .top-header-bar .notice-swiper-nav .swiper-button-next, 
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 57px;
    }
	.custom-page-title div[data-acf_name="custom_page_title"] .acf-repeater-inner-wrapper:first-child {
		margin-right: 10px;
	}

    section.more-info h1, section.experience-info h1 {
        margin-bottom: 30px;
        line-height: 107% !important;
    }
    section.more-info .white-text h5,
    section.experience-info .white-text h5 {
        font-family: gotham, sans-serif !important;
	font-weight: 300 !important;
        letter-spacing: unset;
        font-size: var(--font-size-16);
    }
    .experience-info .post__wrapper .elementor-post__thumbnail__link, .more-info .post__wrapper .elementor-post__thumbnail__link {
        max-width: 33.3%;
    }
    .experience-info .post__wrapper .elementor-post__contents_wrapper .elementor-post__title, 
    .more-info .post__wrapper .elementor-post__contents_wrapper .elementor-post__title {
        padding: 5px 0 0;
    }

    footer .footer-desc-social {
        margin: 24px 0;
    }

    #spider_popup_wrap a.spider_popup_close_fullscreen {
        right: 0;
    }

    .clb-popup.search-popup:before {
        width: 77vw;
    }
    .clb-popup.search-popup .close-bar {
        right: 16px;
        top: 16px;
    }
    .clb-popup.search-popup .holder {
        height: 100%;
        padding: 0 16px;
    }
    .clb-popup.search-popup .search-form input.search-field {
        width: 100%;
    }
    .clb-popup.search-popup .recom-menus {
        flex-flow: column wrap;
        gap: 20px;
    }
	.clb-popup.search-popup .holder h1.search-holder-title {
	    font-size: var(--font-size-30);
	}

    footer .widgets {
        padding: 40px 16px !important;
        gap: 0px;
    }
    footer .widgets .widgets-column {
        margin: 0 !important;
    }
    footer .widgets .widgets-column:first-child {
        width: 100%;
    }
    .site-footer-copyright .holder:not(.-center) {
        align-items: flex-start;
    }
    .site-footer-copyright .holder:not(.-center) > div {
        margin: 0;
        text-align: center;
    }
    footer .widgets .footer-subscribe,
    .site-footer-copyright .holder:not(.-center) > div.-right {
        display: none;
    }
    
    footer .logo-and-socials-group {
        padding: 0 0 40px;
        justify-self: center;
    }
    footer .logo-and-socials-group > .wp-block-group__inner-container,
    footer .widgets {
        flex-direction: column;
        align-items: center;
    }
    footer .footer-contact-info {
        margin: 0;
    }
    footer .widgets-column {
        width: 100% !important;
        text-align: center;
    }

    .single-post .category-past-concerts .header-banner img,
    .single-post .category-upcoming-concerts .header-banner img,
    .header-banner.homepage-pg img, .header-banner.whats-on-pg img {
        aspect-ratio:  2 / 2.5;
        height: 124.68vw !important;
    }
    
    .header-banner:not(.homepage-pg):not(.whats-on-pg) img {
        aspect-ratio:  5 / 2.5;
    }    

    .custom-page-title div[data-acf_name="custom_page_title"] {
	    flex-wrap: wrap; 
    }
    div[data-acf_name="custom_page_title"] div[data-acf_field_name="title"].item {
        font-size: 30px;
    }

	.custom-pagination .page-numbers:not(.first):not(.last):not(.prev):not(.next) {
		height: 26px;
        width: 26px;
	}
	.custom-pagination .page-numbers {
		padding: 5px;
        width: 26px;
        height: 26px;
	}
    .custom-pagination .page-numbers img {
        width: 100%;
        height: 100%;
    }
    
    /* Search */
    .search-results-block {
    	margin-top: 50px;
    }
   .search-results-block .elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
   .search-results-block .elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
   	    padding: 0px;
    }
   .search-results-block article .post__wrapper {
   	    height: auto;
    }   
   .search-results-block .elementor-post__contents_wrapper {
        display: flex;
        flex-direction: column;
    }
   .search-results-block .post__wrapper .post-thumbnail img {
        max-height: 230px;
    }
   .search-results-block .post-details.extra-info {
   	    display: none;
    }
   .search-results-block .elementor-post__contents_wrapper .elementor-post__title,
   .search-results-block .elementor-posts .elementor-post__excerpt p {
        font-size: 16px !important;
        line-height: var(--line-height-110) !important;
    }
   
}