/* What's On Listing page */
#tabs-upcoming-concert h1 {
    color: var(--teal);
    margin-bottom: 50px;
}
#tabs-upcoming-concert ul {
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#tabs-upcoming-concert img.mobile-view {
    display: none;
}

#tabs-past-concerts h1 {
    color: var(--purple);
}
#tabs-past-concerts .posts-list {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

#tabs-past-concerts article {
    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: 22.22vw;
    aspect-ratio: 1280 / 320;
}
#tabs-past-concerts article .post__wrapper a {
    margin: 0 !important;
}
#tabs-past-concerts .post__wrapper .post-thumbnail {
    padding-bottom: 0 !important;
    border-radius: 16px;
    aspect-ratio: 8.13 / 5;
    height: 20.83vw;
}
#tabs-past-concerts .post__wrapper .post-thumbnail img {
   height: 100%;
   object-fit: cover;
}
#tabs-past-concerts .elementor-post__contents_wrapper {
    display: grid;
    grid-template-columns: 33.88vw 30.55vw 19.44vw;
    justify-content: space-between;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .elementor-post__contents_wrapper .elementor-post__title:hover {
	color: var(--scored);
}
#tabs-past-concerts .post-details .elementor-post__custom_meta-data .custom_meta_item span,
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details .details_section_event_start_date {
    margin-bottom: 10px;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details .featured-conductor,
#tabs-past-concerts .post-details .gallery-section,
#tabs-past-concerts .post-details.extra-info .details_section_event_start_date,
#tabs-past-concerts .post-details.extra-info .details_section_event_venue_link,
#tabs-past-concerts .past_concerts_listing_display_options_show_conductor,
#tabs-past-concerts .past_concerts_listing_display_options_show_youtube,
#tabs-past-concerts .past_concerts_listing_display_options_show_spotify {
    display: none;
}
#tabs-past-concerts .post-details.extra-info .featured-conductor,
#tabs-past-concerts .post-details.extra-info .gallery-section {
    display: block;
}
#tabs-past-concerts .post-details .elementor-post__excerpt p {
    font-family: gotham, sans-serif;
font-weight: 300;
    font-size: var(--font-size-16) !important;
    line-height: 130% !important;
    margin: 20px 0 0 !important;
    color: var(--raisinblack) !important;
}
#tabs-past-concerts .post-details.extra-info {
    display: flex;
    align-self: center;
    height: 100%;
}
#tabs-past-concerts .post-details.extra-info .elementor-post__custom_meta-data {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details.extra-info .featured-conductor .title-container p {
    margin: 0px !important;
    line-height: var(--line-height-150);
    font-size: var(--font-size-16);
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt p {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
    line-height: 130% !important;
}
#tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt {  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 10;
    -webkit-line-clamp: 10; 
    -webkit-box-orient: vertical;
}

#tabs-past-concerts .post-details.extra-info .gallery-section.two-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents {
    background: rgba(226, 228, 61, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
#tabs-past-concerts .post-details.extra-info .spotify-contents {
    background: rgba(63, 189, 173, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents .item,
#tabs-past-concerts .post-details.extra-info .spotify-contents .item {
    height: 100%;
    cursor: pointer;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents .item .details,
#tabs-past-concerts .post-details.extra-info .spotify-contents .item .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents .title,
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents .label,
#tabs-past-concerts .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;
}
#tabs-past-concerts .post-details.extra-info .youtube-contents .title::before,
#tabs-past-concerts .post-details.extra-info .spotify-contents .title::before {
    content: '';
    display: block;
    min-width: 20px;
    height: 20px;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .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;
}
#tabs-past-concerts .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;
}


/* Fancy Box */
.fancybox__content {
    padding: 0 !important;
    background: transparent !important;
}
/* End Fancy Box */

/* 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 */
.tag-list {
    display: none;
}
.tag-list .elementor-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-list .elementor-icon-list-items li span {
    display: flex !important;
    gap: 10px;
}

.tag-list .elementor-icon-list-item a {
    padding: 5px 10px;
    border: 1px solid var(--scored);
    border-radius: 5px;
    text-decoration: none;
    color: inherit;
    pointer-events: none;
}

.wp-block-button a.wp-element-button:not([href]),
.wp-block-button a.wp-element-button[href=""] {
    display: none;
}

.green-button .elementor-widget-container .custom-tab-button {    
    display: inline-block;
    padding: 12px 16px;
    background: var(--green);
    color: var(--raisinblack) !important;
    border-radius: 100px;  
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
    height: fit-content;
    width: auto;
    border: 0;
    font-family: gotham, sans-serif;
    font-weight: 500;
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);  
}
.details-section .green-button .elementor-widget-container {
	margin-top: 20px;
	width: 130px;
}
.green-button .elementor-widget-container .custom-tab-button.disabled {
	min-width: 180px;
}
.details-section .detail-box {
    background: #9EDDD5;
    padding: 48px 80px;
}

.details-section .detail-box a:not(.custom-tab-button) {
    font-family: gotham, sans-serif;
font-weight: 500;
    color: var(--raisinblack);
    text-decoration-line: underline !important;
    font-weight: unset !important;
}

.details-section .detail-box>div {
    padding: 0px !important;
}

.details-section .elementor-widget-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

.details-section .elementor-widget-container::after {
    display: none !important;
}

.details-section .elementor-widget-container>* {
    flex: 1;
}

.details-section .elementor-widget-container .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details-section h3 {
    font-size: 24px;
    color: var(--chineseblack);
    margin-bottom: 15px;
}

.details-section .group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.details-section .grid-view {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 24px 10px;
    align-items: start;
    margin: 0px;
}

.details-section .grid-view .grid-item .icon {
    padding-right: 10px;
}

.details-section .grid-view p {
    margin: 0;
}

.details-section .grid-view .grid-item:not(.-nospace) {
    padding: 0;
}
.details-section .grid-view .grid-item:not(.-nospace).custom-event-date p:not(:last-child) {
    margin-bottom: 16px;
}

.details-section .grid-view .grid-item:has(.icon) {
    font-family: gotham, sans-serif;
font-weight: 500;
    display: flex;
}

.details-section .ticket-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 16px 0;
}

.details-section .ticket-price {
    display: flex;
    align-items: center;
    gap: 5px;
    
}

.details-section .color-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.details-section .image-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
    margin: -12px -12px -12px 0;
}

.details-section .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
}

.details-section .slides img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
}

.details-section .dots {
    text-align: center;
    padding: 10px 0 0;
}

.details-section .dots span {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--outerspace);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

.details-section .dots span.active {
    background-color: var(--green);
    width: 32px;
}

.gallery-section .container {
    display: grid;
    grid-template-columns: 5fr 3fr;
    gap: 24px;
}

.gallery-section .main-item {
    grid-column: 1 / 2;
    position: relative;
    background-color: var(--black);
    border-radius: 8px;
    overflow: hidden;

}

.gallery-section .main-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-section .main-item .item-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.gallery-section .main-item {
    cursor: pointer;
    scale: 100%;
    transition: scale 0.25s;
}


.gallery-section .main-item .item-details .title {
    margin: 38px;
}

.gallery-section .side-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.gallery-section .side-item {
    background-color: var(--black);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    scale: 100%;
    transition: scale 0.25s;
}

.gallery-section .side-item:hover {
    scale: 105%;
}

.gallery-section .main-item:hover {
    scale: 102%;
}


.gallery-section .side-item img {
    width: 100%;
    display: block;
    opacity: 0.7;
    aspect-ratio: 1;
    object-fit: cover;
    filter: blur(5px);
}

.gallery-section .side-item .details {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-section .side-item .details .label {
    display: flex;
    align-items: center;
}

.gallery-section .side-item .details.eye .label::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/eye-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 5px;
}

.gallery-section .side-item .details.play .label::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/play-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 5px;
}

.gallery-section .side-item .details.more .label::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/more-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    margin-left: 5px;
}

.gallery-section .side-item .details .title {
    display: grid;
    gap: 10px;
    grid-template-columns: min-content 1fr;
}

.gallery-section .side-item .details.doc .title::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/doc-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
}

.gallery-section .side-item .details.lens .title::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/lens-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
}

.gallery-section .side-item .details.spotify .title::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/spotify-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
}

.gallery-section .side-item .details.youtube .title::before {
    content: '';
    background-image: url('/wp-content/uploads/icons/youtube-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 30px;
    margin-right: -10px;
}

.gallery-section .side-item .title {
    font-family: gotham, sans-serif;
font-weight: 500;
}

.promotion-section .promotion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.promotion-section .promotion-item {
    border-radius: 8px;
    padding: 16px;
    text-align: left;
    border: 1px solid rgba(70, 70, 70, 0.15);
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}

.promotion-section .promotion_info {
    display: block;
}

.promotion-section .promotion_info ol,
.promotion-section .promotion_info ul {
    margin: 0px;
}

.promotion-section .promotion-item ol,
.promotion-section .promotion-item ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.promotion-section .promotion-item .promo-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.promotion-section .promotion-item .promo-title {
    align-self: center;
    flex-basis: 80%;
}
.promotion-section .promotion-item .promo-view {
    flex-basis: 10%;
    text-align: right;
}
.promotion-section .promotion-item .promo-info {
	height: 0px;
	opacity: 0;
	display: none;
	transition: all 0.3s ease-in-out; 
}
.promotion-section .promotion-item .promo-info.active {
	height: auto;
	display: block;
	opacity: 1;	
}
.promotion-section .promotion-item .discount {
	flex-basis: 10%;
}
.promotion-section .promotion-item .discount h3,
.promotion-section .promotion-item .discount h4 {
    color: var(--imperialred);
}

.promotion-section .grid-row-break {
    grid-column: 1 / -1;
    width: 100%;
    height: 0;
}

.promotion-section .accordion-container {
    margin-top: 20px;
}

.promotion-section .accordion-item {
    border: 1px solid rgba(231, 40, 62, 0.15);
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.promotion-section .accordion-header {
    padding: 28px 40px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(231, 40, 62, 0.15);
    margin: -1px;
    font-family: gotham, sans-serif;
    font-weight: bold;
}
.promotion-section .accordion-body {
    padding: 28px 40px;
    display: none;
}
.promotion-section .accordion-item .accordion-icon {
    font-size: 35px;
    color: var(--imperialred);
}
.promotion-section .accordion-item.active .accordion-body {
    display: block;
}
.promotion-section .accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}
.conductor-list {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.conductor-composer {
    display: flex;
    align-items: center;
    max-width: 100%;
    gap: 36px;
}

.conductor-composer .image-container {
    width: 300px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1;
}

.conductor-composer .image-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.conductor-composer .text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.conductor-composer .type {
    color: var(--raisinblack);
}
.conductor-composer .description {
    color: inherit;
    margin-bottom: 8px;
    font-size: var(--font-size-16) !important;
    line-height: var(--line-height-150) !important;
}

.conductor-composer .read-more {
    padding: 12px 16px;
    border-radius: 100px;
    border: 1px solid var(--grey);
    width: fit-content;
}
.conductor-composer .read-more a {
    font-family: gotham, sans-serif;
font-weight: 500 !important;
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    color: var(--grey);
}
.conductor-composer .read-more:hover {
    background: var(--grey);
}
.conductor-composer .read-more:hover a {
    color: var(--green);
}

.ticket-prices {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticket-prices .ticket-price,
.ticket-prices .price {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-family: gotham, sans-serif;
font-weight: 700;
    line-height: var(--line-height-114);
}

.ticket-prices .color-indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.ticket-prices .separator {
    margin: 0 5px;
}

.programme-section .programme-list .acf-repeater-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.programme-section .programme-list .acf-repeater-inner-wrapper {
    padding: 30px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background: var(--white);
    z-index: 1;
    overflow: hidden;
    box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.10);
}
.programme-section .programme-list .acf-repeater-inner-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(63,189,173,1), rgba(226,228,61,1));
    mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
    -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.programme-section .elementor-widget-theme-post-content p:first-child {
    margin-top: 20px !important;
}

.programme-section .programme-list .acf-repeater-inner-wrapper ol {
    list-style-type: upper-roman;
}

.programme-section .programme-list .acf-repeater-inner-wrapper li {
    padding-left: 5px;
}

.programme-section .programme-list .item:nth-child(2) {
    font-family: gotham, sans-serif;
font-weight: 700;
    margin-bottom: 10px;
}

.programme-section .programme-list .item:first-child {
    color: var(--teal);
    font-size: var(--font-size-14);
    line-height: 142%;
}

.programme-section .programme-list .item:last-child {
    position: absolute;
    top: 20px;
    right: 40px;
    text-align: right;
}
.programme-section .programme-list .item:last-child p {
	margin: 0px;
}

.programme-section .programme-list .item .list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.programme-section .programme-list .item .list-item .dashicons img {
    height: 100%;
}

.programme-section .programme-list .dashicons-format-audio {
    margin-right: 10px;
    vertical-align: middle;
}
.programme-section .house-programme-booklet-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	gap: 20px;
}
.green-button .elementor-widget-container a {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--imperialred);
    color: var(--white);
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s ease;
}

/* Overview */
.whats-on-separator img {
    width: 100%;
}

.current-events-details .elementor-element-populated {
    padding: 0 !important;
}
.current-events-details .details-info h1 {
    margin: 0 0 25px;
}
.current-events-details .details-info p {
    margin: 0;
}
.current-events-details .details-info .m-10 .elementor-divider {
    padding: 0 !important;
    margin: 10px 0;
}

.current-booklet .elementor-container {
    justify-content: space-between;
}
.current-booklet .details-info {
    width: 41.67vw !important;
}
.current-booklet .details-img {
    width: 38.88vw !important;
}
.current-booklet .details-img img {
    aspect-ratio: 3 / 3.63;
    width: 100%;
    height: 100%;
}

.upcoming-list .searchandfilter ul,
.past-list .searchandfilter ul {
    row-gap: 24px;
    column-gap: 10px;
    justify-content: space-between;
}
.upcoming-list .searchandfilter ul li.sf-field-tag>ul,
.past-list .searchandfilter ul li.sf-field-tag>ul {
    justify-content: flex-start;
    gap: 10px;
}
/* Ticketing & Admission */
.ticket-and-admission-list .custom-accordion .elementor-tab-content {
    padding: 0;
}
.ticket-and-admission-list .custom-accordion .elementor-tab-content p {
    margin: 0;
    padding: 24px 0 0;
}


/* You May Also Like */
.programme-list-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.recommend-programme-list {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 26px 10px 10px;
    display: grid;
    grid-template-columns: 33.88vw auto;	    
    gap: 30px;
    background: 
        linear-gradient(var(--white), var(--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);
}
.recommend-programme-list .item-image img {
    object-fit: cover;
    border-radius: 16px;
    aspect-ratio: 8.13 / 5;
    height: 20.83vw;
}
.recommend-programme-list .item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recommend-programme-list .item-details .title {
    margin: 0 0 16px;
}
.recommend-programme-list .item-details .date-and-venue {
    display: flex;
    align-items: center;
}
.recommend-programme-list .item-details .date-and-venue .event-date {
    margin-right: 24px;
    display: flex;
    align-items: center;
}
.recommend-programme-list .item-details .date-and-venue .event-venue {
    display: flex;
    align-items: center;
}
.recommend-programme-list .item-details .date-and-venue .icon {
    margin-right: 16px;
}
.recommend-programme-list .item-details .date-and-venue .post-date,
.recommend-programme-list .item-details .date-and-venue .venue-link {
    font-family: gotham, sans-serif;
font-weight: 500;
    line-height: var(--line-height-std) !important;
}
.recommend-programme-list .item-details .post-excerpt p {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130% !important;
}
.recommend-programme-list .item-details .featured-conductor {
    padding: 16px;
    border-radius: 20px;
    background: rgba(63, 189, 173, 0.10);
    margin-bottom: 16px;
}
.recommend-programme-list .item-details .image-and-title-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;  
}
.recommend-programme-list .item-details .image-and-title-wrapper .image-container img {
    width: 50px;
    height: 50px;
    object-fit: contain; 
}
.recommend-programme-list .item-details .image-and-title-wrapper .title-container p {
    font-size: 14px;
    line-height: 114%;
    margin: 0;
}
.recommend-programme-list .item-details .image-and-title-wrapper .title-container h6 {
    font-size: 16px;
    line-height: 150% !important;
}
.recommend-programme-list .item-details .conductor-excerpt p {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 130% !important;
}
.recommend-programme-list .item-details .buy-tickets.btn-black {
   text-align: end;
   padding: 12px 16px;
   border: 1px solid var(--raisinblack);
   border-radius: 100px;
   width: fit-content;
   display: flex;
   align-self: start;
}
.recommend-programme-list .item-details .buy-tickets.btn-black:hover {
    background: var(--grey);
    color: var(--green) !important;
}
.recommend-programme-list .item-details .buy-tickets.btn-black a {
    font-family: gotham, sans-serif;
font-weight: 500;
}
.recommend-programme-list .item-details .buy-tickets.btn-black a:hover {
    color: var(--green) !important;
}


@media only screen and (max-width: 1600px) {
    #tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt {
        line-clamp: 8;
        -webkit-line-clamp: 8;  
    }
}
@media only screen and (max-width: 1440px) {
    #tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt { 
        line-clamp: 7;
        -webkit-line-clamp: 7;  
    }
}
@media only screen and (max-width: 1350px) {
    #tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt {
        line-clamp: 6; 
        -webkit-line-clamp: 6;
    }
    #tabs-past-concerts .post-details .elementor-post__excerpt p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (max-width: 1160px) {
    #tabs-past-concerts:not(.-mobile) .category-past-concerts .post__wrapper {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    #tabs-past-concerts:not(.-mobile) .elementor-post__contents_wrapper {
        flex: 1;
    }
    #tabs-past-concerts:not(.-mobile) .elementor-post__contents_wrapper .elementor-post__thumbnail__link.post-link {
        display: flex;
    }
    #tabs-past-concerts .post__wrapper .post-thumbnail {
        height: 100%;
        aspect-ratio: auto;
    }
    #tabs-past-concerts .post-details .elementor-post__excerpt p {
        font-size: var(--font-size-14);
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
    #tabs-past-concerts .post-details.extra-info .featured-conductor {
        height: 100%;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt p,
    #tabs-past-concerts .post-details.extra-info .youtube-contents .title, 
    #tabs-past-concerts .post-details.extra-info .spotify-contents .title {
        font-size: var(--font-size-14);
        line-height: var(--line-height-114);
    }
    #tabs-past-concerts .post-details.extra-info .label::before {
        width: 25px;
        height: 25px;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents .label, 
    #tabs-past-concerts .post-details.extra-info .spotify-contents .label {
        font-size: var(--font-size-14);
    }
}
@media only screen and (max-width: 1024px) {
    #tabs-past-concerts article .post__wrapper {
        height: auto;
    }
    #tabs-past-concerts .post__wrapper .post-thumbnail,
    #tabs-past-concerts .post-details.extra-info .featured-conductor {
        height: auto;
    }
    #tabs-past-concerts .elementor-post__contents_wrapper {
        display: flex;
        flex-direction: column;
    }
}
@media only screen and (max-width: 992px) {
    .current-events-details .details-info, 
    .current-events-details .details-img,
    .current-booklet .details-info,
    .current-booklet .details-img {
        width: 100% !important;
    }
    .recommend-programme-list {
        flex-direction: column;
        padding: 12px 16px;
        display: flex;
    }
    .recommend-programme-list .item-image img {
        width: 100%;
        height: auto;
    }
    .recommend-programme-list .item-details .date-and-venue {
        align-items: flex-start;
    }
    .recommend-programme-list .item-details .buy-tickets.btn-black {
        align-self: flex-start;
    }

    #tabs-past-concerts .post-details.extra-info .gallery-section.two-items {
        flex-direction: row;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents, 
    #tabs-past-concerts .post-details.extra-info .spotify-contents {
        height: auto;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents .item .details, 
    #tabs-past-concerts .post-details.extra-info .spotify-contents .item .details {
        gap: 20px;
    }
    .past-list .-mobile .swiper-pagination {
        position: relative;
        margin: 20px 0;
    }
    .past-list .-mobile .swiper-pagination-bullet,
    .swiper-container.programme-list-grid .swiper-pagination-bullet {
        width: 8px;
        aspect-ratio: 1;
        background: var(--grey) !important;
    }
    .past-list .-mobile .swiper-pagination-bullet-active,
    .swiper-container.programme-list-grid .swiper-pagination-bullet-active {
        width: 32px !important;
        background: var(--green) !important;
        aspect-ratio: 4 / 1;
        border-radius: 3px;
    }
    #tabs-past-concerts article {
        height: auto;
        min-height: unset;
        aspect-ratio: unset;
        width: 100% !important;
    }
    #tabs-past-concerts .post-details.extra-info .elementor-post__custom_meta-data {
    	display: none;
    }
    #tabs-past-concerts .elementor-post__contents_wrapper {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    #tabs-past-concerts .post-details.extra-info {
        display: block;
    }
    #tabs-past-concerts .post-details .elementor-post__excerpt p,
    #tabs-past-concerts .post-details.extra-info .featured-conductor .conductor-excerpt p {
        display: none;
    }
    #tabs-past-concerts .elementor-posts .elementor-post__excerpt {
        margin: 0 !important;
    }
    #tabs-past-concerts .post__wrapper .post-thumbnail {
        width: 100%;
        flex-basis: unset;
    }
    #tabs-past-concerts .post-details.extra-info .featured-conductor {
        padding: 10px 14px;
    }
    #tabs-past-concerts .post-details.extra-info .featured-conductor .title-container p {
        font-size: var(--font-size-14);
        line-height: var(--line-height-114);
    }
    #tabs-past-concerts .post-details.extra-info .elementor-post__custom_meta-data {
        margin: 16px 0 0;
    }
    #tabs-past-concerts .post-details.extra-info .featured-conductor {
        width: 100%;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents .title,
    #tabs-past-concerts .post-details.extra-info .spotify-contents .title {
        display: none;
    }
    #tabs-past-concerts .post-details.extra-info .label::before {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-left: 0;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents .label, 
    #tabs-past-concerts .post-details.extra-info .spotify-contents .label {
        font-size: var(--font-size-14);
    }
    #tabs-past-concerts .post-details.extra-info .gallery-section.two-items {
        flex-direction: row;
        justify-content: space-between;
    }
    #tabs-past-concerts .post-details.extra-info .youtube-contents {
        width: 150px;
        height: 50px;
        aspect-ratio: 3;
        padding: 9px 14px;
        border-radius: 10px;
    }
    #tabs-past-concerts .post-details.extra-info .spotify-contents {
        width: 150px;
        height: 50px;
        aspect-ratio: 3;
        padding: 15px 8px;
        border-radius: 10px; 
    }
    #tabs-past-concerts .posts-list {
        gap: 20px;
        flex-wrap: wrap;
    }
    #tabs-past-concerts .past-list .-mobile .swiper-slide {
        padding: 10px;
        min-height: unset;
    }
    #tabs-past-concerts .past-list .-mobile .swiper-slide .post-thumbnail {
        flex-basis: unset;
        padding-bottom: 0;
        border-radius: 16px;
        width: 330px !important;
    }
}

@media only screen and (max-width: 767px) {
	.mb-50 {
		margin-bottom: 30px;
	}
	.current-booklet .details-img {
		order: 1;
	}
	.current-booklet .details-info {
		order: 2;
		margin-top: 30px;
	}	
	.current-booklet .details-info .elementor-element-populated {
		padding: 0px !important;	
	}
	.custom-tabs-wrapper .link-button {
		flex-wrap: wrap;
	}
    .ticket-prices .separator {
        display: none;
    }
	
	/* Search & filter */
	.header-banner .video-featured-wrapper .sound-toggle {
		top: 10px;
		right: 10px;
	}	
	.searchandfilter ul li.sf-field-post-meta-details_section_event_season_year,
	.searchandfilter ul li.sf-field-search,
	.searchandfilter ul li.sf-field-search label,
	.searchandfilter .sf-field-sort_order,
	.searchandfilter .custom-select.season-select,
	.searchandfilter .custom-select,
	.searchandfilter label {
		width: 100%;
	}	
	.posts-list .searchandfilter ul, .past-list .searchandfilter ul,
	.upcoming-list .searchandfilter ul, .past-list .searchandfilter ul {
		row-gap: 18px !important;
	}
	.searchandfilter .sf-field-tag ul {
		flex-wrap: nowrap;
		overflow: scroll;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */			
	}
	.searchandfilter .sf-field-tag ul::-webkit-scrollbar {
		display: none;
	}	
	.elementor-grid-3 .elementor-posts-container.posts-list,
	.upcoming-list .elementor-grid-3 .elementor-posts-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.elementor-grid-3 .elementor-posts-container {
		gap: 20px;
	}
	.posts-list .post-item .post-link,
	.upcoming-list article .post-link {
		display: flex;
	}
	.posts-list article .post-link .post-thumbnail,
	.upcoming-list article .post-link .post-thumbnail {
		order: 1;
		flex-basis: 45%;
	}
	.posts-list article .post-link .post-details,
	.upcoming-list article .post-link .post-details {
		order: 2;
	}
	.posts-list .post-item .post-details {
		height: auto;
	}
	.posts-list .post-item .post-details h5,
	.posts-list .post-item .post-details .details_section_event_start_date {
		font-size: var(--font-size-14);		
	}
	.posts-list .post-item .elementor-post__custom_meta-data .custom_meta_item.details_section_event_ticket_type {
		display: none;
	}
	.posts-list .post-item .post-details .elementor-post__custom_meta-data {
		margin: 10px 0 0;
	}
    .posts-list .post-item .post-details .elementor-post__custom_meta-data a {
		display: none;
	}		
	.details-section .detail-box {
		padding: 15px;
	}
	.details-section .grid-view {
		grid-template-columns: 1fr;
		gap: 8px 10px;
	}
	.details-section .grid-view .grid-item:nth-child(even) {
		margin-bottom: 24px;
	}
	.details-section .elementor-widget-container .details {
		flex-basis: 100%;
	}
	.details-section .elementor-widget-container {
		flex-wrap: wrap;
	}
	.details-section .image-slider {
		margin: 0px;
	}
	.conductor-composer {
		gap: 15px;
		align-items: center;
        flex-direction: column;
	}
	.conductor-composer .image-container {
        aspect-ratio: unset;
        width: 60%;
        text-align: center;
	}
	.conductor-composer .description {
		font-size: var(--font-size-14) !important;
		line-height: var(--line-height-114) !important;
        margin: 0 0 10px;
	}
    .conductor-composer .read-more a {
        font-size: var(--font-size-14);
    }
	.programme-section .programme-list .acf-repeater-inner-wrapper {
		padding: 15px;
	}
	.programme-section .programme-list .item:last-child {
		position: relative;
		top: unset;
		right: unset;
	}
	.programme-section .programme-list .item:not(:empty) {
		margin-bottom: 10px;
	}
	.programme-section .programme-list .item p {
		margin: 0px;
        text-align: left;
	}
	.promotion-section .promotion-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.promotion-section .promotion-item .discount h3 {
		font-size: var(--font-size-30);
	}
	.promotion-section .promotion-item ol, .promotion-section .promotion-item ul {
		padding-left: 1rem;
	}
	.promotion-section .accordion-header,
	.promotion-section .accordion-body {
		padding: 14px 20px;
	}
	.show-more-promos {
		cursor: pointer;
		position: absolute;
		bottom: 100px;
		left: 0px;
		padding:
		20px;
		text-align: center;
		color: red;
		width: 100%;
		height: 100px;	
		align-content: flex-end;
		backdrop-filter: saturate(180%) blur(10px);
		-webkit-backdrop-filter: saturate(180%) blur(10px);
	}
    .gallery-section .container {
        display: flex;
        flex-direction: column;
    }
    .gallery-section .main-item .item-details .title {
        font-size: 18px;
        margin: 0;
    }
    .swiper-container.programme-list-grid {
        row-gap: 0;
        margin: 0;
    }
    .past-list .-mobile .swiper-slide,
    .swiper-container.programme-list-grid .swiper-slide {
        min-height: 540px;
        background: 
            linear-gradient(var(--white), var(--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);
        border-radius: 20px;
    }
    
    .programme-list.-mobile #section-title {
        margin-bottom:24px;
    }
    .programme-list.-mobile .featured-conductor {
        display: none;
    }
    .recommend-programme-list .item-details {
        justify-content: flex-start;
    }
    
    .recommend-programme-list .item-image img {
        width: 100%;
    }
    .recommend-programme-list .item-details .date-and-venue {
        flex-direction: column;
        row-gap: 10px;
    }
    .recommend-programme-list .item-details .buy-tickets.btn-black {
        align-self: flex-start;
    }
    .recommend-programme-list .item-details .conductor-excerpt p {
        display: block;
        line-clamp: unset;
        -webkit-line-clamp: unset; 
        -webkit-box-orient: unset;
        overflow: unset;
        text-overflow: unset;
    }
    .programme-section .house-programme-booklet-wrapper {
        position: relative;
        padding: 0;
    }    
}