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

body {
    font-family: var(--gothamlight);
    font-weight: unset !important;
    color: var(--chineseblack);
    letter-spacing: normal;
}

small {
    font-family: var(--gothamlight);
}

a {
    font-weight: unset !important;
}

/* body.menu-open {
    overflow: hidden;
} */
body.menu-open .site-content {
    z-index: -1;
    position: relative;
}
/*
body.calendar-visible {
    overflow: hidden;
} */

.site-content {
    min-height: calc(100svh - 76px);
    overflow: hidden;
}
.elementor {
	margin-left: 0 !important;
	margin-right: 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: var(--gothammedium);
    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);
    gap: 50px;
}

.black-bg {
    background: var(--chineseblack);
}
.white-bg {
    background: var(--white);
}
.papayawhip-bg {
    background: var(--papayawhip);
}
.papaya-bg:before {
	content: ''; 
    position: absolute;
    background: var(--papayagradientToBottom);
    display: block;
    top: 0;
    width: 100%;
    height: calc(100vw - 770px);
}
.has-tabs .papaya-bg:before {
	margin-top: 62px;
}
 
.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);
}
.red-text, .red-text a {
    color: var(--scored);
}

.red-dot-after-title h1 {
    display: inline-block;
    position: relative;
}
.red-dot-after-title h1:after {
    content: '';
    background: var(--scored);
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 5px;
    right: -32px;
    border-radius: 5px;
}

.white-border a,
.white-border a:visited {
    border: 1px solid var(--white);
    color: var(--white);
}
.red-border a,
.red-border a:visited {
    border: 1px solid var(--scored);
    color: var(--scored);
}
.second-red-border a,
.second-red-border a:visited {
    border: 1px solid var(--imperialred);
    color: var(--imperialred);
}
.red-cta a,
.red-cta a:visited {
    background: var(--imperialred) !important;
    color: var(--white) !important;
}
.red-cta a:hover,
.red-cta a:focus{
  outline-style:none;
}
.white-bg-cta a,
.white-bg-cta a:visited {
    background: var(--white) !important;
    color: var(--chineseblack) !important;
}
.hover-red-bg-cta:hover a,
.hover-red-bg-cta:focus a {
    background: var(--scored) !important;
    background-color: var(--scored) !important;
    color: var(--white) !important;
}
/* 
.hover-red-bg-cta:visited a,
.hover-red-cta a:visited {
    color: var(--scored) !important;
}
 */
.hover-red-cta a:hover,
.hover-red-cta a:focus {
    border: 1px solid var(--scored);
    background: var(--scored) !important;
    background-color: var(--scored) !important;
    color: var(--white) !important;
    fill: unset !important;
}
.hover-transparent-bg a:hover,
.hover-transparent-bg a:focus {
    background: transparent !important;
    color: var(--imperialred) !important;
}
/* .transparent-cta a:visited {
    color: var(--white) !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-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-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;
}

.grey-separator .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--outerspace) !important;
}

.parallax-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
}
.parallax-img:before {
    content: '';
    background: linear-gradient(0deg, rgba(16, 16, 16, .50) 0%, rgba(16, 16, 16, .50) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Notices */
.top-header-bar .elementor-widget-wrap {
    padding: 0 !important;
}
.top-header-bar .top-header-bar-wrapper.elementor-alert-danger {
    background: var(--imperialred);
    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: var(--gothammedium);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.top-header-bar .notice-swiper .notice-item .notice-description {
    font-family: var(--gothamlight);
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
.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: var(--gothammedium);
    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: var(--gothammedium);
    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 */


/* Header Logo */
.branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img {
    max-height: unset;
}
.branding:hover {
    opacity: 1;
}
/* End Header Logo */

/* Subheader */
.header-cap,
.header-cap.subheader_included{
    display: none;
}
.subheader {
    width: 100%;
    background: transparent;
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
}
.subheader .menu-optional {
    gap: 32px;
}
.subheader .page-container.-full-w {
    padding: 0;
    justify-content: flex-end;
    min-height: unset;
}
.subheader ul.-left > li:not(:last-child)::after, .subheader ul.-right > li:not(:last-child)::after {
    display: none;
}
.subheader, .subheader a, .subheader a:hover, .subheader a:focus {
    color: var(--white);
    box-shadow: unset;
    outline: unset;
    background: transparent;
}
.subheader a {
    font-family: var(--gothamlight);
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114);
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    border: 0;
}
.header:not(.-mobile):not(.header-sidebar) .menu-optional .icon-button:not(.cart) {
    min-width: unset;
    width: 16px;
    height: 16px;
}
.subheader .icon-button {
    border-radius: 0;
}
.subheader .icon-button:hover {
    background: transparent;
}
.subheader .icon-button:hover .icon {
    opacity: 1;
    transform: unset;
}
.subheader .lang-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.subheader .lang-toggle a,
.wpml-ls-legacy-list-horizontal ul li a {
    font-family: var(--gothamlight);
    font-size: var(--font-size-14);
    line-height: var(--line-height-114);
    color: var(--white);
    cursor: pointer;
    z-index: 5;
    position: relative;
}
.subheader .lang-toggle a.active,
.wpml-ls-legacy-list-horizontal ul li.active a {
    color: var(--scored);
    font-family: var(--gothambold);
}
.subheader .lang-toggle img {
    display: none;
}
/* End Subheader */

/* Header */
.header:not(.-fixed) {
    position: relative;
}
.header-wrap {
    height: auto;
}
.header-wrap .right-part {
    flex-flow: column;
    gap: 20.5px;
}
.header-wrap-inner {
    padding: 14px 0 0;
    align-items: unset;
}
.header-wrap-inner .nav-bottom nav {
    height: auto;
}
.header:not(.-mobile) .menu {
    min-height: 60px;
    align-items: center;
}
.header:not(.-mobile) .menu > .nav-item > a {
    height: auto;
    padding: 0 8px;
}
.header:not(.-mobile) .menu li {
    cursor: pointer;
}
.header:not(.-mobile) .menu li > a:not([href]) {
    cursor: default;
    pointer-events: none;
}
.header .menu li span {
    line-height: inherit;
    gap: unset;
}
.nav.with-highlighted-menu .nav-item .menu-link {
    font-family: var(--gothamlight);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.nav.with-highlighted-menu .nav-item .menu-link:hover {
    color: var(--white);
    background-color: transparent;
} 
.nav.with-highlighted-menu .nav-item.current-menu-item > .menu-link.main-menu-link,
.header:not(.-mobile) .menu li.show-child a.main-menu-link,
.header:not(.-mobile) .menu li.current-menu-ancestor a.main-menu-link {
    color: var(--white);
    font-family: var(--gothambold);
}
.nav.with-highlighted-menu .nav-item:not(.menu-button) > .menu-link.main-menu-link:after,
.header:not(.-mobile) .menu li:not(.menu-button) a.main-menu-link:after,
.header:not(.-mobile) .menu li.current-menu-ancestor a.main-menu-link:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 0;
    width: 100%;
    background: var(--scored);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.nav.with-highlighted-menu .nav-item.current-menu-item:not(.menu-button) > .menu-link.main-menu-link:after,
.header:not(.-mobile) .menu li.show-child:not(.menu-button) a.main-menu-link:after,
.header:not(.-mobile) .menu li.current-menu-ancestor a.main-menu-link:after {
    opacity: 1 !important;
    height: 16px !important;
}
.header:not(.-mobile) .menu:hover .nav-item:not(:hover) {
    opacity: 1;
}
.header:not(.-mobile) .menu li > ul {
    background: transparent;
}
.header:not(.-mobile) .menu > .nav-item.menu-button > a {
    padding: 12px 16px;
    border-radius: 5px;
    background: var(--imperialred);
    font-family: var(--gothammedium);
    line-height: var(--line-height-std);
    gap: unset;
    height: unset;
}
.header:not(.-mobile) .menu li:hover > ul,
.header:not(.-mobile) .menu li.active > ul {
    display: none;
}
.header:not(.-mobile) .menu .sub-menu-wide {
    width: 100vw;
    height: auto;
    padding: 50px 80px;
    /* top: calc(100% + 18px); */
    top: 108px !important;
    left: 0px !important;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    display: none;
    align-items: unset;
    transform: unset;
    transition: unset;
    box-shadow: unset;
    min-width: unset;
    transform-origin: unset;
    background: rgba(16, 16, 16, .75);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0;
    cursor: default;
    pointer-events: none;
    gap: 100px;
}
.header:not(.-mobile) .menu li.hide-child .sub-menu-wide {
    animation: slideUp .3s linear forwards;
}
.header:not(.-mobile) .menu .sub-menu-wide > a {
    pointer-events: none;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide {
    display: block;
    animation: slideDown .3s linear forwards;
}
.header:not(.-mobile) .menu li.show-child > a {
    pointer-events: auto;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu {
    display: block;
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    margin: 0;
    gap: 16px;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu.two-columns {
    gap: 100px;
    flex-direction: row;
}
.header:not(.-mobile) .menu .sub-menu-wide > li {
    gap: 24px;
    width: auto;
}
.header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
    font-family: var(--gothambold);
    line-height: var(--line-height-std);
    color: var(--white);
    opacity: 1;
    cursor: default;
    pointer-events: none;
}
.nav.with-highlighted-menu .sub-nav-item .menu-link {
    font-size: var(--font-size-14);
    padding: 0;
    min-height: unset;
    border-radius: 0;
    gap: unset;
    pointer-events: auto;
    z-index: 1000;
    position: relative;
}
.header:not(.-mobile) .menu .sub-menu-wide > li.menu-hide a.sub-menu-link {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.header:not(.-mobile) .menu li.show-child .sub-menu-wide .sub-sub-menu > li a.sub-menu-link {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header:not(.-mobile) .menu li > ul > li.small-menu-heading.second-level a.sub-menu-link {
    margin: 0 0 16px;
    font-family: var(--gothambold);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.header:not(.-mobile) .menu li > ul > li.menu-item-depth-3 a.sub-menu-link {
    margin: 0 !important;
    font-family: var(--gothamlight) !important;
    font-size: var(--font-size-14) !important;
    line-height: var(--line-height-114) !important;
}
/* End Header Navigation */

/* Bottom */
.bottom-donate {
    padding: 96px 0;
}
.bottom-donate:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(16, 16, 16, .5) 0%, rgba(16, 16, 16, .65) 50%, rgba(16, 16, 16, .5) 100%);
}
.bottom-donate.center-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bottom-donate h3 {
    margin: 0 0 10px;
}
.bottom-donate .donate-cta a {
    background: var(--white);
    color: var(--chineseblack);
    font-family: var(--gothammedium);
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    padding: 12px 16px;
    border-radius: 5px;
}
/* End Bottom */

/* Footer */
footer {
    border-bottom: 4px solid var(--scored);
}
footer .widgets {
    padding: 50px 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
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;
    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 .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 .widgets ul.footer-social-icons {
    display: flex;
    gap: 20px;
    margin: 24px 0 0;
}
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: transparent !important;
    color: var(--scored) !important;
    width: 20px !important;
    height: 20px !important;
}
footer .widgets ul.footer-social-icons li a:hover {
    opacity: 1 !important;
    color: var(--scored) !important;
}
footer .footer-add-contact strong,
footer .footer-other-sites .wp-block-button__link strong {
    font-family: var(--gothambook);
}
footer .footer-add-contact p {
    font-family: var(--gothamlight);
    font-size: var(--font-size-14) !important;
    letter-spacing: normal !important;
}
footer .footer-add-contact p:not(:last-child) {
    margin: 0 0 10px;
}
footer .footer-subscribe {
    margin: 104px 0 0;
}
footer .footer-subscribe .footer-subscribe-form {
	margin-top: 15px !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: 100%;
    height: unset;
    border: 1px solid var(--scored) !important;
    color: var(--scored) !important;
    border-radius: 5px !important;
    background: transparent !important;
    font-size: var(--font-size-16) !important;
    font-family: var(--gothambold) !important;
    line-height: var(--line-height-std);
    transition: all .5s ease-in-out;
}
.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(--white) !important;
    border-color: var(--white) !important;
}
.footer-subscribe .footer-subscribe-form.wpforms-container .wpforms-field input[type="email"] {
    border-radius: 5px !important;
    border: 1px solid var(--papayawhip) !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;
}

.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 {
    margin: 50px 0 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;
}
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: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-color: var(--scored);
    border-radius: 5px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}
footer .footer-treble-icon {
    margin: 0;
}
footer .wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
    text-align: center;
}
footer .wpml-ls-legacy-list-horizontal ul li:not(:last-child) {
    border-right: 1px solid var(--white);
}
footer .wpml-ls-legacy-list-horizontal ul li a {
    padding: 0 10px;
}
footer .wpml-ls-legacy-list-horizontal ul li:first-child a {
    padding-left: 0;
}
footer .wpml-ls-legacy-list-horizontal ul li:last-child a {
    padding-right: 0;
}
footer .site-footer-copyright {
    color: var(--white);
}
footer .site-footer-copyright br {
    display: none;
}
footer .site-footer-copyright, .site-footer-copyright .holder a {
    color: var(--white);
    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;
}
.site-footer .page-container + .site-footer-copyright .holder {
    border-top: 1px solid rgba(70, 70, 70, 0.25);
}
.site-footer-copyright .holder:not(.-center) > div:not(:last-child) {
    margin: 0;
}

/* 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(--scored);
    color: var(--scored);
    border-radius: 30px;
}
#spider_popup_wrap a.spider_popup_close_fullscreen i.bwg_close_btn {
    font-size: var(--font-size-16);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#spider_popup_wrap #spider_popup_left-ico, #spider_popup_wrap #spider_popup_right-ico {
    background: var(--scored);
    border-radius: 30px;
    border: 2px solid var(--scored);
    color: var(--white);
    height: 35px;
    width: 35px;
    font-size: var(--font-size-16);
    opacity: 1;
}
#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 */

/* Header Title */
.header-title {
	background: var(--chineseblack);
	border-top: 1px solid var(--outerspace);
}
.header-title h3 {
	color: var(--white);
}
/* End Header Title */

/* Header Banner */
.header-banner img { 
	width: 100%;
    aspect-ratio: 5 / 1.39;
}
.header-banner .video-featured-wrapper {
    position: relative;
    height: calc(100svh - 230px);
}
.header-banner .video-featured-wrapper .sound-toggle {
    position: absolute;
    top: 120px;
    right: 80px;
    display: block;
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
    z-index: 20;
    cursor: pointer;
}
.header-banner .video-featured-wrapper .sound-toggle:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition: opacity .3s ease;
}
.header-banner .video-featured-wrapper .sound-toggle.muted:after {
    background-image: url('/wp-content/uploads/icons/sound-muted.svg');
    opacity: 1;
    display: block;
}
.header-banner .video-featured-wrapper .sound-toggle.unmuted:after {
    background-image: url('/wp-content/uploads/icons/sound-unmuted.svg');
    opacity: 1;
    display: block;
}
.header-banner video {
    aspect-ratio: 16 / 9 !important;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
}
/* End Header Banner */

/* Search Popup */
.clb-popup.search-popup:before {
    content: '';
    background: url(/wp-content/uploads/icons/treble-grey.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22.72vw;
    height: 100svh;
    position: absolute;
    left: 80px;
    top: 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: 8px;
    border: 1px solid var(--papayawhip);
    color: var(--white);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
    padding: 16px 16px 16px 64px;
}
.clb-popup.search-popup .useful-links {
    width: 30%;
    text-align: center;
}
.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;
    justify-content: flex-start;
    gap: 20px;
    flex-flow: column wrap;
}
.clb-popup.search-popup .recom-menus .menus h5 {
    font-family: var(--gothambook) !important;
}
/* End Search Popup */

/* Accordion (White BG + Red Icon) | Shared Page: Careers, Acknowledgments */
.custom-accordion .elementor-accordion-item {
	padding: 40px;
}
.custom-accordion .elementor-tab-content {
	padding: 24px 0 !important;
	max-width: 71vw;
}
.white-accordion .elementor-accordion-item {
	background: var(--white);
}
.white-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 10px;
}
.white-accordion .elementor-accordion-item:not(:first-child) {
	border-top: 1px solid #d5d8dc !important;
}
.white-accordion .elementor-tab-title {
	padding: 0 !important;
	font-size: var(--font-size-30);
}
.white-accordion .elementor-tab-content {
	border-top: 0 !important;
	margin: 0;
}
.white-accordion .elementor-tab-content ul {
	margin: 0px;
	padding-left: 1.5rem;
}
.white-accordion .elementor-accordion-icon-closed i:before, 
.white-accordion .elementor-accordion-icon-opened i:before {
	font-size: var(--font-size-16);
	color: var(--imperialred);
}
.white-accordion .elementor-tab-content .careers-apply-now-btn {
	margin-top: 24px;
	width: fit-content; 
	padding: 12px 16px;
	border: 1px solid var(--imperialred);
	border-radius: 5px;
}
.white-accordion .elementor-tab-content .careers-apply-now-btn a {
	color: var(--imperialred);
	font-family: var(--gothammedium);
}
.white-accordion .elementor-tab-content .careers-apply-now-btn:hover {
	background: var(--imperialred);
	cursor: pointer;
}
.white-accordion .elementor-tab-content .careers-apply-now-btn:hover a {
	color: var(--white);
	cursor: pointer;
}

/* End Accordion (White BG + Red Icon) */
	
/* Concerts & Outreach & Education */
.posts-list .post-item {
    box-shadow: 3px 3px 9px 0px rgba(247, 58, 78, .15);
    background: var(--white);
    border: 1px solid rgba(70, 70, 70, .15);
    border-radius: 8px;
    overflow: hidden;
    display: inline-block !important;
    height: auto;
    min-width: unset;
}
.posts-list .post-item .post-details {
    padding: 16px;
    height: 115px;
}
.event-calendar-popup .elementor-posts .elementor-post__title,
.posts-list .post-item .post-details h5 {
    font-family: var(--gothammedium) !important;
    font-size: var(--font-size-20);
    line-height: var(--line-height-110) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.posts-list .post-item .post-details .elementor-post__custom_meta-data {
    margin: 20px 0 0;
}
.posts-list .post-item .post-link {
    margin: 0 !important;
}
.posts-list .post-item .post-thumbnail {
    padding: 0 !important;
}
.posts-list .post-item .post-thumbnail img {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    /* max-height: 360px; */
    object-fit: cover;
    object-position: center;
}
.posts-list .post-item .elementor-post__custom_meta-data {
    position: relative;
}
.posts-list .post-item .elementor-post__custom_meta-data .custom_meta_item.details_section_event_ticket_type {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--imperialred);
    padding: 8px;
    border-radius: 3px;
    color: var(--white);
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
}
.posts-list .post-item .elementor-post__custom_meta-data .custom_meta_item.details_section_event_ticket_type.standard {
	display: none;
}
.post-swiper-nav .swiper-button-next, .post-swiper-nav .swiper-button-prev {
    transform: translate(0, 50%);
    width: 40px;
    height: 40px;
    background-color: var(--scored);
    padding: 12px;
    border-radius: 8px;
    z-index: 10; 
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s ease-in-out;
}
.post-swiper-nav .swiper-button-prev:after,
.post-swiper-nav .swiper-button-next:after {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.post-swiper-nav .swiper-button-next:after {
    background-image: url('/wp-content/uploads/icons/long-arrow-right.svg');
}
.post-swiper-nav .swiper-button-prev:after {
    background-image: url('/wp-content/uploads/icons/long-arrow-left.svg');
}
.post-swiper-nav .swiper-button-disabled {
    opacity: 0 !important;
}
/* End Concerts & Outreach & Education */

/* Filtering */
.search-filter-input-button-group button {
    text-transform: capitalize;
}
/* End Filtering */

/* Section Separator*/
section.separator::after {
    content: "";
    display: block;
    height: 15px;
    background-image: url('/wp-content/uploads/icons/separator-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* End Section Separator*/

/* Timeline */
/* .timeline-section .qodef-qi-timeline {
	overflow: visible !important;
} */
/* .timeline-section .qodef-nav-prev {
	display: none !important;
} */
.timeline-section .qodef-grid-inner {
	column-gap: 100px;
    padding-left: 80px;
}
.timeline-section .qodef-grid-inner:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background: var(--imperialred);
    width: 100%;
    transform: translateX(-80px);
    top: 198px;
}
.timeline-section .sch-timeline .qodef-grid-inner:before {
    top: 98px;
}
.timeline-section .sco-tour-timeline .qodef-grid-inner:before {
	top: 306px;
}
.timeline-section .sco-tour-timeline .qodef-e-image img {
	border-radius: 10px;
}
.timeline-section .sch-timeline .qodef-nav-prev.swiper-button-prev, .timeline-section .sch-timeline .qodef-nav-next.swiper-button-next {
    top: 30% !important;
}
.timeline-section .qodef-grid-item {
	max-width: 20.83vw;
	padding: 0 !important;
}
.timeline-section .qodef-e-item-inner {
	display: block;
}
.timeline-section .qodef-e-top-holder {
	flex-direction: column;
	height: 100% !important;
	padding-bottom: 20px !important;
	align-items: center !important;
}
.timeline-section .qodef-e-image {
	padding-bottom: 20px;
}
.timeline-section .qodef-e-date, 
.timeline-section .qodef-e-title {
	margin: 0 !important;
}
.timeline-section .qodef-e-date {
	font-size: var(--font-size-20);
	font-family: var(--gothambold);
	line-height: var(--line-height-114);
}
.timeline-section .qodef-e-title {
	font-size: var(--font-size-16);
	font-family: var(--gothamlight) !important;
	line-height: var(--line-height-150) !important;
}
.timeline-section .qodef-e-line-holder {
	position: relative !important;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	height: 100% !important;
	width: auto !important;
}
.timeline-section .qodef-e-point-holder {
	position: relative !important;
	top: unset !important;
	left: unset !important;
	transform: unset !important;
	font-size: unset !important;
	width: 25px !important;
	height: 25px !important;
}
.timeline-section .qodef-e-point {
	background: var(--papayawhip) !important; 
	border: 3px solid var(--imperialred);
}
.timeline-section .qodef-e-content-holder {
	height: 100% !important;
	padding: 20px 0 0 0 !important;
}
.timeline-section .qodef-e-text {
	font-size: var(--font-size-14) !important;
	line-height: var(--line-height-114) !important;
}
.timeline-section .qodef-nav-prev.swiper-button-prev,
.timeline-section .qodef-nav-next.swiper-button-next {
	background: var(--imperialred);
    padding: 12px;
    border-radius: 10px;
    top: 50% !important;
    right: 5% !important;
    width: 40px !important;
    height: 40px !important;
}
.timeline-section .qodef-nav-prev.swiper-button-prev {
    left: 5%;
}
.timeline-section .qodef-nav-next.swiper-button-next {
    right: 5% !important;
}
.timeline-section .qodef-nav-next.swiper-button-next:after, 
.timeline-section .qodef-nav-prev.swiper-button-prev:after {
    display: none !important;
}
.timeline-section .qodef-swiper-arrow-left,
.timeline-section .qodef-swiper-arrow-right {
	width: 16px !important;
	height: 16px !important;
	color: var(--white);
	stroke-width: 5px !important;
}
/* End Timeline */

/* Testimonials Section */
.qodef-qi-testimonials-list .qodef-grid-inner {
	display: flex;
}
.qodef-qi-testimonials-list .qodef-grid-item {
	aspect-ratio: 1;
	width: 28.472vw;
	padding: 40px;
	border: 1px solid rgba(70, 70, 70, 0.15);
	border-radius: 10px;
	background: var(--white);
}
/* .qodef-qi-testimonials-list .qodef-e-content .qodef-e-quote i:before {
	color: var(--imperialred);
} */
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
	text-align: left;
}
.qodef-qi-testimonials-list .qodef-e-content .qodef-e-quote {
	display: none !important; 
}
.qodef-qi-testimonials-list .qodef-e-content .qodef-e-title {
	color: var(--imperialred);
	margin: 0 0 8px !important;
}
.qodef-qi-testimonials-list .qodef-e-content .qodef-e-text {
	line-height: var(--line-height-110) !important;
	margin-bottom: 40px !important;
    font-family: var(--gothammedium) !important;
}
.qodef-qi-testimonials-list .qodef-e-content .qodef-e-author .qodef-e-author-name {
	font-size: var(--font-size-14);
	line-height: var(--line-height-114);
}
/* End  Testimonials Section */

/* Photo Gallery - Thumbnails > Carousel Gallery Slider */
.gallery-slider .carousel-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}
.gallery-slider .carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 400px;
    gap: 10px;
}
.gallery-slider .bwg_nav_cont_0 {
    display: none;
}
.gallery-slider .bwg-item {
    flex: 1;
    min-width: calc(100% / 14);
    overflow: hidden;
    position: relative;
    transition: min-width 0.3s ease-in-out;
    border-radius: 10px;
}
.gallery-slider .bwg-item .bwg-item0,
.gallery-slider .bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay {
    background-color: unset !important;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 50.5%, var(--chineseblack) 100%), lightgray 50% / cover no-repeat;
}
.gallery-slider .bwg-item .bwg-a {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.gallery-slider .bwg-item .bwg-item1.bwg-zoom-effect {
    height: 400px;
    z-index: -1;
}
.gallery-slider .bwg-item .bwg-item1.bwg-zoom-effect img {
    height: 100%;
}
.gallery-slider .bwg-item img {
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    width: 100% !important;
    position: absolute;
}
.gallery-slider .bwg-item2 {
    margin-left: 0 !important;
}
.gallery-slider .carousel-inner:not(.dragging) .bwg-item:hover {
    z-index: 1;
    flex: 2;
    min-width: 652px;
}
.gallery-slider .carousel-inner:not(.dragging) .bwg-item.first-load {
    z-index: 1;
    flex: 2;
    min-width: 652px;
}
.gallery-slider .carousel-inner:not(.dragging) .bwg-item.first-load img {
    object-fit: contain;
    background: black;
}
.gallery-slider .bwg-item .bwg-title1 {
    justify-content: flex-end !important;
    text-align: left;
    padding: 43px 30px;
}
.gallery-slider .carousel-prev,
.gallery-slider .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 30;
}
.gallery-slider .carousel-prev {
    left: 10px;
}
.gallery-slider .carousel-next {
    right: 10px;
}
.gallery-slider .bwg-item:before {
    content: '' !important;
    background-image: url('/wp-content/uploads/icons/white-image.svg');
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background-color: var(--transparentwhite);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 6.667px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(10px);
}
.gallery-slider .bwg-item:has(.bwg-icon-play):before {
    background-image: url('/wp-content/uploads/icons/white-video.svg');
}
.gallery-slider .carousel-inner.dragging {
    transition: none; 
}
.gallery-slider .carousel-inner.dragging .bwg-title1 {
    cursor: grabbing;
}
/* End  Photo Gallery - Thumbnails > Carousel Gallery Slider */

/* Inner section full width */
section section.force-child-full-width {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100vw - 20px) !important;
}
/* End  Inner section full width */

/* Back button : Detail page */
.overview-button .button.-text:hover {
    background-color: unset !important;
    box-shadow: unset !important;
}

.overview-button .icon-box .icon-box-content .button {
    margin-top: 0px !important;
}

.overview-button .icon-box.-left-icon .icon-group {
    display: block;
}

.overview-button .icon-box.-left-icon {
    align-items: center;
}

.overview-button .icon-box.-left-icon a {
    line-height: 0;
}

.overview-button .icon-box .icon-box-content .button.-text:hover {
    color: unset !important;
}

.overview-button .button.-text:focus ,
.overview-button .button.-text:active {
    background-color: unset !important;
    box-shadow: unset !important;
}
/* End  Back button : Detail page */

/* 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-red.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);
    background: var(--white);
    color: var(--chineseblack);
    padding: 8px 16px 8px 44px;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.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);
    background: var(--white);
    padding: 8px 16px;
    cursor: pointer;    
    width: 19.45vw;
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.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 {
    content: '';
    background: url('/wp-content/uploads/icons/chevron-down-red.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: 5px;
    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(--scored); 
}
.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(--scored);
    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(--scored);
    color: var(--white);
}
/* End Filtering */

/* Shared: Programme List : in details pages*/
.programme-list .programme-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-right: 10em;
}
.programme-list .programme-list-item {
    border-radius: 8px;
    border: 1px solid rgba(70, 70, 70, 0.15);
    overflow: hidden;
    box-shadow: 3px 3px 9px 0px rgba(247, 58, 78, 0.15);
    display: flex;
    flex-direction: column;
}
.programme-list .programme-list-item .item-details {
    padding: 16px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.programme-list .programme-list-item .item-details .date_type {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.programme-list .programme-list-item .ticket-type {
    background: var(--imperialred);
    padding: 8px;
    border-radius: 3px;
    color: var(--white);
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    display: none;
}
.programme-list .programme-list-item .item-details h5 {
    font-family: var(--gothammedium) !important;
    line-height: inherit !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.programme-list .programme-list-item .item-details h3 {
    margin: 0 0 5px;
}
.programme-list .programme-list-item .item-details h3 a {
    text-decoration: none;
    color: inherit;
}
.programme-list .programme-list-item .item-image {
    width: 100%;
    overflow: hidden;
    flex-grow: 1;
    position: relative; 
    padding-bottom: 100%; 
    border-radius: 8px;
    border: 1px solid rgba(70, 70, 70, 0.15);
}
.programme-list .programme-list-item .item-image img {
    position: absolute; /* Add absolute positioning */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.tag-filtering .filter-categories {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: flex-start;
}

.tag-filtering .filter-categories label {
    padding: 8px 16px;
    border: 1px solid #222;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.tag-filtering .filter-categories label:hover {
    background-color: #e0e0e0;
}

.tag-filtering .filter-categories .filter-category-checkbox {
    display: none;
}

.tag-filtering .filter-categories label:has(.filter-category-checkbox:checked){
    background-color: var(--scored);
    color: var(--white);
    border-color: var(--scored);
}

.tag-filtering .category-item {
	display: flex;
}

.tag-filtering .category-item.inactive {
	display: none;
}

/* End  Shared: Programme List : in details pages*/

/* Media, Huayue, & Book Detail share / tag / date section */
.article_info_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31.5px 0 !important;
}

.article_info_section .link-section,
.article_info_section .info_section .tag_author,
.article_info_section .info_section .date {
    display: flex;
    gap: 16px;
    align-items: center;
}

.article_info_section .link-section:nth-child(2) {
    font-weight: bold;
}

.article_info_section .info_section .tag_author .tag {
    font-family: var(--gothammedium);
}

.article_info_section .grid-item {
    padding: 0 !important;
}

.article_info_section .info_section .date .grid-item {
    display: flex;
    gap: 10px;
    font-family: var(--gothambook);
}

.article_info_section .link-section .links img {
    width: 30px;
}
/* End  Media, Huayue, & Book Detail share / tag / date section */

/* Enhance Experience + More About */
section.more-info,
section.experience-info {
	background: linear-gradient(to bottom right, #FFF1DB 50%, #FFECCE 50%);
}
section.more-info h1,
section.experience-info h1 {
	margin-bottom: 50px;
}
.experience-info .post__wrapper,
.more-info .post__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 10px;
    border: 1px solid rgba(70, 70, 70, .15);
    background: var(--white);
    overflow: hidden;
    padding: 10px;
}
.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 a,
.more-info .post__wrapper .elementor-post__contents_wrapper a {
    max-width: 100%;
    font-family: var(--gothambold);
    font-size: var(--font-size-16);
    line-height: var(--line-height-150); 
}
.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-16) !important;
    line-height: var(--line-height-150) !important;
    padding: 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: 3px;
    background: rgba(231, 40, 62, .15);
    padding: 4px 8px;
    color: var(--scored);
    font-family: 'GothamBold';
}
/* End Enhance Experience + More About */

/* Float Event Calendar CTA */
.float-cta {
    position: fixed !important;
    top: 50%; 
    transform: translate(0, -50%) rotate(90deg);
    z-index: 9;
}
.float-cta.left {
    left: -65px;
}
.calendar-cta .qodef-qi-button {
    gap: 10px;
    background: var(--imperialred);
    padding: 8px 16px !important;
    font-size: unset;
    color: var(--white);
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 10px 10px 0 0;
}
.calendar-cta .qodef-qi-button .qodef-m-text,
.calendar-cta .qodef-qi-button .qodef-m-icon {
    padding: 0;
}
.calendar-cta .qodef-qi-button .qodef-m-text {
    font-size: var(--font-size-14);
    line-height: var(--line-height-std);
    align-self: unset;
	min-width: 50px;
}
.calendar-cta .qodef-qi-button .qodef-m-icon {
    line-height: unset;
    width: 16px !important;
    height: 16px;
    display: inline-block;
    align-items: unset;
    justify-content: unset;
}
.calendar-cta .qodef-qi-button .qodef-m-icon span.qodef-m-icon-inner {
    line-height: unset;
}
.calendar-cta .qodef-qi-button .qodef-m-icon span.qodef-m-icon-inner i {
    line-height: unset;
    transform: unset;
    will-change: unset;
}
.calendar-cta .qodef-qi-button .qodef-m-icon .fa-calendar-alt:before {
    content: '';
    background: url('/wp-content/uploads/icons/calendar-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.calendar-cta .qodef-qi-button.qodef-layout--filled:hover {
    background: var(--scored);
}
.calendar-cta .qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner i, 
.calendar-cta .qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover .qodef-m-icon-inner svg {
    transform: unset;
}
/* End Float Event Calendar CTA */

/* Event Calender */
.event-calendar-popup {
    background: var(--white);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100svh;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
}
.event-calendar-popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.event-calendar-popup.show .close-event-calendar-popup {
    cursor: pointer;
}
.event-calendar-popup.show .close-event-calendar-popup .elementor-icon i {
    height: 40px;
    width: 40px;
    color: var(--imperialred);
}
.event-calendar-popup.show .close-event-calendar-popup .elementor-icon i:before {
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    transform: unset;
    font-size: var(--font-size-40);
}
.event-calendar-popup .event-calendar-header,
.event-calendar-popup .right-panel {
    width: calc(100% - 5.56vw - 142px) !important;
    margin: 0 62px 0 auto;
}
.event-calendar-popup .right-panel {
    max-height: 40vw;
    overflow-y: auto;
    padding-inline-end: 20px;
}
.event-calendar-popup .right-panel::-webkit-scrollbar {
    width: 8px;
    background: var(--brightgray);
}
.event-calendar-popup .right-panel::-webkit-scrollbar-thumb {
    background: var(--scored);
    border-radius: 10px;
}
.event-calendar-popup .right-panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(70, 70, 70, 0.10);
    background-color: var(--brightgray);
    border-radius: 10px;
}
.elementor-section.elementor-section-boxed.event-calendar-header > .elementor-container {
    margin: 0;
    max-width: 100% !important;
}
.event-calendar-popup .search-filter-no-results-message {
    display: block;
}
.event-calendar-popup .event-calendar-header {
    padding: 50px 0 20px;
}
.event-calendar-popup .month-swiper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 5.56vw;
    height: 100svh;
    color: var(--white);
    background-color: var(--imperialred);
    overflow-y: auto;
    scrollbar-width: none;
}
.event-calendar-popup .month-swiper::-webkit-scrollbar {
    display: none;
}
.event-calendar-popup .month-swiper .swiper-wrapepr {
    height: auto;
}
.event-calendar-popup .month-swiper .year-header {
    position: sticky;
    top: 5px;
    z-index: 10;
    height: 24px;
    text-align: center;
    font-family: 'GothamBold';
    font-size: var(--font-size-16);
    line-height: var(--line-height-150);
}
.event-calendar-popup .month-swiper .year-header:after {
    content: '';
    background: var(--white);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(0, -50%);
}
.event-calendar-popup .month-swiper .year-header span.label {
    background-color: var(--imperialred);
    padding: 0 5px;
}
.event-calendar-popup .month-swiper .month-item {
    text-align: center;
    cursor: pointer;
    color: var(--white);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-calendar-popup .month-swiper .month-item:hover {
    text-decoration: underline;
    color: var(--white);
}
.event-calendar-popup .month-swiper .month-item.current,
.event-calendar-popup .month-swiper .month-item.active {
    background-color: var(--white);
    color: var(--imperialred);
}
.event-calendar-popup .calendar-navigation .swiper-button-prev,
.event-calendar-popup .calendar-navigation .swiper-button-next {
    position: fixed;
    width: 80px;
    height: 5.56vw;
    border-radius: 0;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .3s ease-in-out;
    color: var(--white);
    margin: 0;
    background: var(--imperialred);
    transition: opacity .3s ease-in-out;
}
.event-calendar-popup .calendar-navigation .swiper-button-prev {
    top: -10px;
    transform: translate(0, 0) rotate(90deg);
}
.event-calendar-popup .calendar-navigation .swiper-button-prev.swiper-button-disabled,
.event-calendar-popup .calendar-navigation .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.event-calendar-popup .calendar-navigation .swiper-button-next {
    right: unset;
    top: unset;
    bottom: -10px;
    transform: translate(0, 0) rotate(90deg);
}
.event-calendar-popup .calendar-navigation .swiper-button-prev,
.event-calendar-popup .calendar-navigation .swiper-button-next {
    left: 13px;
}
.event-calendar-popup .calendar-navigation .swiper-button-prev:after,
.event-calendar-popup .calendar-navigation .swiper-button-next:after {
    font-size: var(--font-size-20);
    font-weight: bold;
}
.event-calendar-popup div[class^="search-filter-results"] .elementor-posts-container {
    gap: 32px;
}
.event-calendar-popup .searchandfilter {
    padding: 0 0 30px;
}
.event-calendar-popup .searchandfilter ul li {
    flex: 0 0 auto;
}
/* End Event Calender */

/* 404 */
.error404 .notfound {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: column wrap;
    height: calc(100svh - 110px);
}
.error404 .notfound:before {
    content: '';
    background: url('/wp-content/uploads/icons/treble-red.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 22.72vw;
    height: 100svh;
    position: absolute;
    right: -50px;
    transform: scale(-1, 1);
    top: 0;
}
.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 .child-number {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
}
.privacy-policy .child-number > li {
    counter-increment: item;
    padding-left: 1.8rem;
    text-indent: -1.8rem;
}
.privacy-policy .child-number > li:before {
    content: counters(item, ".") ".";
    margin: 0 5px 0 0;
}
.privacy-policy .sub-child-alpha {
    list-style-type: none;
    padding: 0;
    counter-reset: sub-item-alpha;
}  
.privacy-policy .sub-child-alpha > li {
    counter-increment: sub-item-alpha;
    padding-left: 2rem;
    text-indent: -2rem;
} 
.privacy-policy .sub-child-alpha > li:before {
    content: "(" counter(sub-item-alpha, lower-alpha) ")";
    margin: 0 5px 0 0;
}
.privacy-policy p:not(:last-child),
.privacy-policy ol li {
    margin: 0 0 15px;
}
.privacy-policy .child-number > li p, 
.privacy-policy .sub-child-alpha > li p {
    text-indent: 0;
}
/* End Privacy Policy */

@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;
    }

    .gallery-slider #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img:hover {
        -ms-transform: scale(1.00) !important;
        -webkit-transform: scale(1.00) !important;
        transform: scale(1.00) !important;
    }

    .desktop-subheader,
    .left-part .desktop-view {
        width: 100%;
        display: none;
    }
    .mobile-subheader,
    .center-part.mobile-view {
        display: block;
    }

    .header .branding .logo img, .header .branding .logo-mobile img, 
    .header .branding .logo-sticky-mobile img, .header .branding .logo-dynamic img {
        min-height: 40px !important;
        height: 40px !important;
        aspect-ratio: 8.21 / 5;
    }
}
@media only screen and (min-width: 1023px) {
    .desktop-subheader,
    .left-part .desktop-view {
        display: block;
    }
    .mobile-subheader,
    .center-part.mobile-view {
        display: none;
    }

    .header:not(.-mobile) .menu > .nav-item > a {
        padding: 0 10px;
    }

    .header .branding .logo img, .header .branding .logo-mobile img, 
    .header .branding .logo-sticky-mobile img, .header .branding .logo-dynamic img {
        min-height: 72px !important;
        height: 72px !important;
        aspect-ratio: 8.19 / 5;
    }
}
@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);
    }

    .header:not(.-mobile) .menu {
        gap: 20px;
    }
    .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
        font-size: var(--font-size-30);
    }
    .header:not(.-mobile) .menu > .nav-item > a {
        padding: 0 8px;
    }

    footer .widgets {
        gap: 50px;
    }
    footer .widgets .widgets-column:first-child {
        width: 23.44vw;
    }
    footer .widgets .widgets-column:nth-child(2) {
        width: 42.97vw;
    }
    footer .widgets .widgets-column:last-child {
        width: 5.5vw;
    }
    footer .page-container .widgets::after {
        content: '';
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        background-image: url('/wp-content/uploads/icons/treble-grey.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        aspect-ratio: 1.65 / 5;
        max-height: 500px;
        max-width: 165px;
        width: 100%;
        height: calc(100% - 100px);
    }

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

    .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: 42vw;
    }

    .event-calendar-popup .right-panel {
        max-height: 50vw;
        padding-bottom: 100px;
    }
    .event-calendar-popup .calendar-navigation .swiper-button-prev,
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: -5px;
    }
}
@media only screen and (min-width: 1299px) {
    .event-calendar-popup .calendar-navigation .swiper-button-prev,
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: -4px;
    }
}
@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);
    }

    .header:not(.-mobile) .menu {
        gap: 32px;
    }
    .header:not(.-mobile) .menu .sub-menu-wide > li > a.menu-link {
        font-size: var(--font-size-40);
    }

    footer .widgets {
        gap: 118px;
    }
    footer .widgets .widgets-column:first-child {
        width: 20.83vw;
    }
    footer .widgets .widgets-column:nth-child(2) {
        width: 40.5vw;
    }
    footer .widgets .widgets-column:last-child {
        width: 5vw;
    }

    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 44vw;
    }

    .event-calendar-popup .calendar-navigation .swiper-button-prev,
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: 0;
    }
}
@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;
    }

    footer .page-container .widgets::after {
        right: 0;
    }
    footer .widgets {
        gap: 150px;
    }
    
    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 50vw;
    }
    
    .event-calendar-popup .right-panel {
        max-height: 46vw;
	padding-bottom: 100px;
    }
    .event-calendar-popup .calendar-navigation .swiper-button-prev, 
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: 1px;
    }
}
@media only screen and (min-width: 1599px) {
    .event-calendar-popup .calendar-navigation .swiper-button-prev,
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: 4px;
    }
}
@media only screen and (min-width: 1900px) {
    .search-v-dropdowns .searchandfilter ul li.sf-field-search {
        width: 54vw;
    }

    .event-calendar-popup .calendar-navigation .swiper-button-prev, 
    .event-calendar-popup .calendar-navigation .swiper-button-next {
        left: 13px;
    }
}


/* Max */
@media only screen and (max-width: 1336px) {
	.gallery-slider .bwg-item {
	    min-width: calc(100% / 12);
	}
}
@media only screen and (max-width: 1280px) {
	.gallery-slider .bwg-item {
	    min-width: calc(100% / 11);
	}
}
@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 .widgets .widgets-column:nth-child(2) {
        width: 53.71vw;
    }
    footer .widgets .widgets-column:last-child {
        width: 7.5vw;
    }
    footer .site-footer-copyright .holder a:not(:last-child) {
        margin: 0 20px 0 0;
    }

    .searchandfilter .custom-select.season-select {
        width: 15.11vw;
    }
}
@media only screen and (max-width: 1024px) {
	.gallery-slider .bwg-item {
	    min-width: calc(100% / 10);
	}
}
@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;
    }
    .subheader .page-container {
        padding: 0 !important;
    }
    .subheader ul, .subheader ul li {
        text-align: left !important;
        display: block;
    }
    .header-wrap .right-part,
    .header-wrap .center-part,
    .header-wrap .left-part {
        display: block;
    }
    .header-wrap-inner {
        padding: 16px 0;
        align-items: center;
    }
    .header.mobile-hamburger-position-right .right-part .hamburger, 
    .header.mobile-hamburger-position-right .menu-optional-right .hamburger, 
    .header.mobile-hamburger-position-right .bottom-part .hamburger {
        height: 24px;
        width: 24px;
        background: transparent;
    }
    .hamburger.icon-button:before {
        display: none;
    }
    .hamburger.icon-button:hover > .icon {
        opacity: 1;
        transform: unset;
    }

    .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;
    }

	.gallery-slider .bwg-item {
	    min-width: calc(100% / 9);
	}

    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: 10px 0 0;
    }

    /* Testimonials */
	.qodef-qi-testimonials-list .qodef-grid-inner {
		width: 100%;
		gap: 50px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.qodef-qi-testimonials-list .qodef-grid-item {
		width: calc(50% - 25px);
	}
	/* End Testimonials */

	/* Timeline */
	.timeline-section .qodef-grid-item {
		max-width: unset !important;
	}
	.timeline-section .qodef-grid-inner {
		padding-left: 16px;
	}
	/* End Timeline */

    #spider_popup_wrap a.spider_popup_close_fullscreen {
        right: 0%;
    }

}
@media only screen and (max-width: 850px) {
	.gallery-slider .bwg-item {
	    min-width: calc(100% / 8);
	}
}
@media only screen and (max-width: 768px) {
    .gallery-slider .bwg-item {
        min-width: calc(100% / 7);
    }
}
@media only screen and (max-width: 767px) {
	/* Post */
	.posts-list .post-item .post-details h5 {
		font-size: var(--font-size-18);
	}
	.posts-list .post-item .post-details .elementor-post__custom_meta-data .details_section_event_start_date {
		font-size:  var(--font-size-14);
	}
	
	
	body {
	    font-size: var(--font-size-14) !important;
	}
	  h1 {
	    font-size: 25px;
	  }
	  h2 {
	    font-size: 22px;
	  }
	  h3 {
	    font-size: var(--font-size-20);
	  }
	  .papaya-bg::before {
	  	height: 100vh;
	  }
	  section.more-info h1, section.experience-info h1 {
	  	margin-bottom: 30px;
	  }
	  .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;
	  }
  
	.pt-50 {
	    padding-top: 20px;
	}
	
	.slide-in .slide-in-overlay .holder, .is-mobile-menu .slide-in-overlay .holder,
	.slide-in .slide-in-overlay .close-bar, .is-mobile-menu .slide-in-overlay .close-bar {
		width: 100vw;
	}

	.top-header-bar .notice-swiper .notice-item .notice-description {
		white-space: nowrap;
		overflow: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */		
	}
	.top-header-bar .notice-swiper .notice-item .notice-description::-webkit-scrollbar {
	  	display: none;
	}
	.is-mobile-menu .slide-in-overlay .close-bar .icon-button {
		min-width: unset;
		width: auto;
		height: auto;
	}
	.header.-mobile .menu li a {
		padding: 0px;	
	}	

    .top-header-bar .notice-swiper-nav .swiper-button-next, 
    .top-header-bar .notice-swiper-nav .swiper-button-prev {
        top: 57px;
    }
    .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 0 24px !important;
    }
    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: left;
    }
    footer .widgets .widgets-column:nth-child(2),
    .site-footer-copyright .holder:not(.-center) > div.-right {
        display: none;
    }
    footer .site-footer-copyright br {
        display: block;
    }
    
	.red-dot-after-title h1::after {
	  height: 10px;
	  width: 10px;
	  border-radius: 2px;
	}
    
    /* Menu */
    .hamburger.icon-button {
    	justify-content: flex-end;
    }
    .is-mobile-menu .close-bar {
    	height: 80px;
    }
    .is-mobile-menu .close-bar::before {
    	position: absolute;
    	top: 15px;
    	left: 50%;
    	transform: translateX(-50%);
    	content: '';
    	display: inline-block;
    	background-image: url('/wp-content/uploads/2025/03/sco-logo-white.svg');
    	width: 66px;
    	height: 40px !important;
    	background-size: cover;
    }
    .is-mobile-menu .slide-in-overlay .holder {
    	padding-top: 80px;
    }
    .is-mobile-menu .copyright {
    	display: none;
    }
    .header.-mobile .menu li.active > a {
    	background-color: transparent !important;
    }
    .header.-mobile .menu .sub-menu li {
    	margin: 20px 15px;
    }
    .header.-mobile .menu > li:last-child {
    	background-color: var(--imperialred);
    	color: var(--white);
    	text-align: center;
    	border-radius: 5px;
    	margin-top: 40px;
    }
    .header.-mobile .menu li:last-child span {
    	width: 100%;
    	font-weight: 500;
    }
    .header.-mobile .menu li a {
    	min-height: 45px;
    }
    .header.-mobile .menu li a .has-submenu-icon {
    	opacity: 1;
    }
    .has-submenu.active > a > .has-submenu-icon .menu-plus {
    	transform: none !important;
    }
    .has-submenu-icon .menu-plus svg {
    	display: none;
    }
    .has-submenu-icon .menu-plus::after {
    	position: absolute;
    	top: 14px;
    	right: 0px;
    	display: inline-block;
    	content: ' ';
    	background-image: url('/wp-content/uploads/2025/04/menu-down-arrow.svg');
    	background-repeat: no-repeat;
    	background-size: cover;
    	background-position: top center;
    	width: 20px;
    	height: 20px;
    	transition: all 0.3s ease-in-out;
    }
    .has-submenu.active > a > .has-submenu-icon .menu-plus::after {
    	transform: rotate(-90deg);
    	transform-origin: center center;
    }
    
    
    	/* Testimonials */
	.qodef-qi-testimonials-list .qodef-grid-item {
		width: 100%;
	}
	/* End Testimonials */
	

	/* page banners with video */
	.header-banner .video-featured-wrapper {
	  height: 124.68vw;
	}
	
	/* Gallery */
	.gallery-slider .carousel-inner {
		overflow-x: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */			
	}	
	.gallery-slider .carousel-inner ::-webkit-scrollbar {
		display: none;
	
	}
	.gallery-slider .carousel-prev, .gallery-slider .carousel-next {
		display: none;
	}
	.gallery-slider .carousel-inner .bwg-item {
		min-width: 80vw !important;
		width: 80vw !important;
		max-width: unset !important;
	}
	.gallery-slider .carousel-inner .bwg-item img {
		max-height: unset !important;
	}
	.gallery-slider .bwg-item .bwg-item1.bwg-zoom-effect {
		height: 56vw;
	}
	
	.gallery-slider .carousel-inner {
		height: 56vw;
	}
	.gallery-slider .bwg-item::before {
		display: none;
	}
	.gallery-slider .bwg-item .bwg-item0, .gallery-slider .bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay {
		background: none;
	}
	.gallery-slider .bwg-item .bwg-item0, .gallery-slider .bwg-standard-thumbnails .bwg-zoom-effect .bwg-zoom-effect-overlay::after {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, transparent 70.5%, var(--chineseblack) 100%), transparent 50% / cover no-repeat;
		backgound-size: cover;
		display: inline-block;
	}
	#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title2, 
	#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-ecommerce2 {
		font-size: 14px !important;
	}
	.gallery-slider .bwg-item .bwg-title1 {
		padding: 15px;
	}
	
	/* Shared programme list */
	.programme-list .programme-list-grid {
		display: flex;
		flex-wrap: nowrap;
		flex-directoin: row;
		gap: 12px;
		margin-right: 0px;
		overflow-x: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */	
	}
	.programme-list .programme-list-grid::-webkit-scrollbar {
		display: none;
	}	
	.programme-list .programme-list-item {
		min-width: 75vw;
	}
	.programme-list .programme-list-item .item-details h5 {
		font-size: 18px;
		line-height: var(--line-height-std) !important;
	}	
	
	.custom-accordion .elementor-accordion-item {
		padding: 20px;
	}
	
	/* Custom tab wrapper */
	.custom-tabs-wrapper ul {
		gap: 20px !important;
	}
	.custom-tabs-wrapper .links {
		flex-basis: 30% !important;
	}
	.custom-tabs-wrapper .buttons {
		flex-basis: 40% !important;
	}
	.custom-tabs-wrapper .links {
		gap: 5px;
	}	
	.big-gap-tab-ctas .custom-tabs-wrapper .link-button {
		gap: 5px;
	}
	.custom-tabs-wrapper .link-button .buttons,
	.custom-tabs-wrapper .custom-tab-button {
		width: auto !important;
		white-space: nowrap;
		text-align: center;
	}	
	.custom-tabs-wrapper .custom-tab-button {
		font-size: 12px !important;
		padding: 12px !important;
	}
	
	/* Event calendar */
	.event-calendar-popup .event-calendar-header {
		padding: 10px 10px 5px 10px;
		position: relative;
	}
	.event-calendar-popup .event-calendar-header .elementor-container {
		display: flex;
		flex-wrap: nowrap !important;	
	}	
	.event-calendar-popup .event-calendar-header .elementor-container .elementor-column:first-child {
		flex-basis: 89%;
	}
	.event-calendar-popup .event-calendar-header .elementor-container .elementor-column:nth-child(2) {
		flex-basis: 10%;
	}
	.event-calendar-popup .event-calendar-header .elementor-heading-title {
		font-size: 20px;
		line-height: 20px;
		margin-top: 5px;
	}
	.event-calendar-popup.show .close-event-calendar-popup .elementor-icon i,
	.event-calendar-popup.show .close-event-calendar-popup .elementor-icon i::before {
		width: 30px !important;
		height: 30px !important;
		font-size: 30px;
	}
	.event-calendar-popup.show .close-event-calendar-popup .elementor-icon {
		font-size: 30px;
	}
	.event-calendar-popup .event-calendar-header, 
	.event-calendar-popup .right-panel {
		margin: 0px;
	}
	.event-calendar-popup .right-panel .month-swiper {
		display: none !important;
	}
	.event-calendar-popup .calendar-navigation {
		display: none;
	}
	.event-calendar-popup .search-filter-no-results-message {
		padding: 10px;
	}
	.event-calendar-popup .month-swiper {
	    width: 100vw !important;
	    height: 70px !important;
	    position: relative;
	}
	.event-calendar-popup .swiper-vertical > .swiper-wrapper,
	.event-calendar-popup .swiper-container-vertical > .swiper-wrapper {
		flex-direction: row !important;
		overflow-y: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */			
	}
	.event-calendar-popup .swiper-vertical > .swiper-wrapper::-webkit-scrollbar,
	.event-calendar-popup .swiper-container-vertical > .swiper-wrapper::-webkit-scrollbar {
		display: none;
	}			
	.event-calendar-popup .month-swiper .year-header {
		width: 70px !important;
		height: 70px !important;
		top: 0px;
		display: table;
	}
	.event-calendar-popup .month-swiper .year-header span.label {
		display: table-cell;
		vertical-align: middle;
		padding: 0px;
	}
	.event-calendar-popup .month-swiper .year-header::after {
		display: none;
	}
	.event-calendar-popup .month-swiper .month-item {
		width: 70px !important;
		height: 70px !important;
	}
	.event-calendar-popup .event-calendar-header, .event-calendar-popup .right-panel {
		width: 100% !important;
		padding-inline-end: 0px;
	}
	.event-calendar-popup .right-panel {
		max-height: unset !important;
	}
	.event-calendar-popup .searchandfilter ul {
		flex-wrap: nowrap;
	}
	.event-calendar-popup .searchandfilter > ul {
		overflow-x: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */	
	}
	.event-calendar-popup .searchandfilter .sf-field-tag ul::-webkit-scrollbar {
		display: none;
	}		
	.event-calendar-popup .searchandfilter {
		padding: 10px;
	}
	.event-calendar-popup .elementor-grid-3 .elementor-posts-container.posts-list {
		grid-template-columns: repeat(1, 1fr);
		padding: 10px;
	}
	.event-calendar-popup .elementor-grid-3 .elementor-posts-container {
		gap: 0px;
	}
	.event-calendar-popup .posts-list .post-item .post-link {
		display: flex;
	}
	.event-calendar-popup .posts-list article .post-link .post-thumbnail {
		order: 1;
		flex-basis: 45%;
	}
	.event-calendar-popup .posts-list article .post-link .post-details { 
		order: 2;
	}
	.event-calendar-popup .posts-list .post-item .post-details {
		height: auto !important;	
	}
	.event-calendar-popup .posts-list .post-item .post-details h3,
	.event-calendar-popup .posts-list .post-item .post-details h5,
	.event-calendar-popup .posts-list .post-item .post-details .details_section_event_start_date {
		font-size: var(--font-size-14) !important;		
	}
	.event-calendar-popup .posts-list .post-item .elementor-post__custom_meta-data .custom_meta_item.details_section_event_ticket_type {
		display: none !important;	
	}
	.event-calendar-popup .posts-list .post-item .post-details .elementor-post__custom_meta-data {
		margin: 10px 0 0 !important;
	}
	.event-calendar-popup div[class^="search-filter-results"] .elementor-posts-container {
		gap: 20px !important;
	}
	.event-calendar-popup .elementor-grid-3.elementor-grid-mobile-1 .elementor-widget-container {
		overflow-y: scroll;
		max-height: 65vh;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */					
	}
	.event-calendar-popup .elementor-grid-3.elementor-grid-mobile-1 .elementor-widget-container::-webkit-scrollbar {
		display: none;
	}		
}
@media only screen and (max-width: 660px) {
    .gallery-slider .bwg-item {
        min-width: calc(100% / 6);
    }
}
@media only screen and (max-width: 580px) {
    .gallery-slider .bwg-item {
        min-width: calc(100% / 5);
    }
}
@media only screen and (max-width: 500px) {
    .gallery-slider .bwg-item {
        min-width: calc(100% / 4);
    }
}
