.home-slider #home-carousel-desktop sr7-module {
	height: 50vw !important;
}
.home-slider sr7-adjuster,
.home-slider sr7-content,
.home-slider sr7-bg {
    height: 100% !important;
}
.home-slider h1 {
    left: 80px !important;
    bottom: 50px !important;
    top: unset !important;
}
.home-slider .custom.sr7-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0px !important;
    left: 50% !important;
    transform: translate(-50%, -40px) !important;
}
.home-slider .custom.sr7-bullets:before {
    display: none;
}
.home-slider .custom.sr7-bullets .sr7-bullet {
    width: 8px !important;
    height: 8px !important;
    background: var(--white) !important;
    border-radius: 3px;
    position: relative !important;
    left: unset !important;
    top: unset !important;
    aspect-ratio: 1;
    transition: width 1s ease-in-out;
}
.home-slider .custom.sr7-bullets .sr7-bullet:hover {
    background: var(--green) !important;
}
.home-slider .custom.sr7-bullets .sr7-bullet.selected {
    width: 32px !important;
    background: var(--white) !important;
    aspect-ratio: 4 / 1;
}

.home-full-width.elementor-section.elementor-section-boxed > .elementor-container {
	margin: 0;
	max-width: 100% !important;
}

/* What's On section */
.home-whats-on {
	width: 100vw;
    left: -80px;
}
.home-whats-on .heading-and-cta {
	max-width: calc(100% - 160px);
    margin: auto;
}
.home-whats-on .swiper.post-swiper {
    padding-left: 80px;
}
.home-whats-on .swiper-navigation .swiper-button-prev,
.home-whats-on .swiper-navigation .swiper-button-next {
    width: 34px;
    height: 34px;
    background: var(--green);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.home-whats-on .swiper-navigation .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 90px;
}
.home-whats-on .swiper-navigation .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 90px;
}
.home-whats-on .swiper-navigation .swiper-button-prev::after {
    content: url(/wp-content/uploads/icons/slider-prev.svg);
    font-size: 10px;
}
.home-whats-on .swiper-navigation .swiper-button-next::after {
    content: url(/wp-content/uploads/icons/slider-next.svg);
    font-size: 10px;
}
.home-whats-on .elementor-button {
	border: 1px solid var(--raisinblack);
    border-radius: 100px !important;
    color: var(--raisinblack) !important;
    line-height: var(--line-height-std) !important;
}
.home-whats-on .elementor-button:hover {
    border: 1px solid var(--grey);
    background-color: var(--grey) !important;
    color: var(--green) !important;
}
.hover-green .elementor-button {
    line-height: var(--line-height-std) !important;
}
.hover-green .elementor-button:active,
.hover-green .elementor-button:hover {
    background-color: var(--green) !important;
    color: var(--raisinblack) !important;
    border: 1px solid var(--green);
}
.home-whats-on .swiper-wrapper {
	margin-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home-whats-on article {
    /* max-width: 80.27vw; */
    max-width: 60vw;
    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 !important;
    border-radius: 20px;
    aspect-ratio: 5 / 1.85;
}
.home-whats-on article .post__wrapper {
    flex: 1;
}

.home-whats-on article .post__wrapper a {
    margin: 0 !important;
}
.home-whats-on .post__wrapper .post-thumbnail {
    width: 33.88vw;
    height: 100%;
    aspect-ratio: 5 / 3.07;
    padding-bottom: 0 !important;
    border-radius: 16px;
}
.home-whats-on .post__wrapper .post-thumbnail img {
   height: 100%;
   object-fit: cover;
}
.home-whats-on .elementor-post__contents_wrapper {
    display: grid;
    height: 100%;
    grid-template-columns: auto 40%;
    justify-content: space-between;
	gap: 24px;
}
.home-whats-on .elementor-post__contents_wrapper .elementor-post__text {
	padding-right: 15px;
}
.home-whats-on .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: 8px 0px 16px 0px;
}
.home-whats-on .post-details .elementor-post__custom_meta-data .custom_meta_item span,
.home-whats-on .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;
}
.home-whats-on .post-details .details_section_event_start_date {
    margin-bottom: 10px;
}
.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;
}
.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;
}
.home-whats-on .post-details .featured-conductor,
.home-whats-on .post-details .gallery-section,
.home-whats-on .post-details.extra-info .details_section_event_start_date,
.home-whats-on .post-details.extra-info .details_section_event_venue_link,
.home-whats-on .past_concerts_listing_display_options_show_conductor,
.home-whats-on .past_concerts_listing_display_options_show_youtube,
.home-whats-on .past_concerts_listing_display_options_show_spotify {
    display: none;
}
.home-whats-on .post-details.extra-info .featured-conductor,
.home-whats-on .post-details.extra-info .gallery-section {
    display: block;
}
.home-whats-on .post-details .elementor-post__excerpt {
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    -webkit-box-orient: vertical;
}   
.home-whats-on .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 !important;
    color: var(--raisinblack) !important;
}
.home-whats-on .post-details .custom-cta-btn {
    margin: 20px 0 0;
} 
.home-whats-on .post-details.extra-info {
    display: flex;
    align-self: center;
    height: 100%;
}
.home-whats-on .post-details.extra-info .elementor-post__custom_meta-data {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.home-whats-on .post-details.extra-info .featured-conductor {
    background: rgba(226, 228, 61, 0.50);
    border-radius: 16px;
    padding: 23px 13px 23px 17px;
    height: 100%;
}
.home-whats-on .post-details.extra-info .featured-conductor .title-container p {
    margin: 0px !important;
    line-height: var(--line-height-150);
    font-size: var(--font-size-16);
}
.home-whats-on .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;
}
.home-whats-on .post-details.extra-info .featured-conductor .conductor-excerpt p {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
}
.home-whats-on .post-details.extra-info .featured-conductor .conductor-excerpt {  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8; 
    -webkit-box-orient: vertical;
}
.home-whats-on .post-details.extra-info .gallery-section.two-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.home-whats-on .post-details.extra-info .youtube-contents {
    background: rgba(226, 228, 61, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
.home-whats-on .post-details.extra-info .spotify-contents {
    background: rgba(63, 189, 173, 0.50);
    border-radius: 16px;
    padding: 15px;
    height: 9.72vw;
    width: 100%;
}
.home-whats-on .post-details.extra-info .youtube-contents .item,
.home-whats-on .post-details.extra-info .spotify-contents .item {
    height: 100%;
    cursor: pointer;
}
.home-whats-on .post-details.extra-info .youtube-contents .item .details,
.home-whats-on .post-details.extra-info .spotify-contents .item .details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home-whats-on .post-details.extra-info .youtube-contents .title,
.home-whats-on .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;
}
.home-whats-on .post-details.extra-info .youtube-contents .label,
.home-whats-on .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;
}
.home-whats-on .post-details.extra-info .youtube-contents .title::before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/youtube-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.home-whats-on .post-details.extra-info .spotify-contents .title::before {
    content: '';
    display: block;
    background: url('/wp-content/uploads/icons/spotify-black.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.home-whats-on .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;
}


.home-snyco {
    background: var(--teal);
    display: flex;
	align-items: center;
	width: 100vw;
	left: -80px;
    margin: 0 0 72px;
}
.home-snyco > .elementor-container {
	margin-left: 80px !important;
    align-items: center;
}
.home-snyco p {
	margin: 10px 0 24px !important;
}
.home-snyco .elementor-button {
	border-radius: 100px !important;
	border: 1px solid var(--white);
}
.home-snyco .elementor-widget-image.main-image {
    mask-image: url(/wp-content/uploads/2025/04/home-snyco-placeholder.svg);
    /* mask-size: cover; */
    mask-repeat: no-repeat;
    mask-position: right;
    mask-size: 100%;
}
.home-snyco .img-col {
    position: relative;
}
.home-snyco .elementor-widget-image.absolute-icons {
   position: absolute;
   width: auto !important;
}
.home-snyco .elementor-widget-image.absolute-icons.yellow-music {
    top: 15%;
    left: 0;
}
.home-snyco .elementor-widget-image.absolute-icons.orange-music {
    top: 25%;
    left: 40%;
}
.home-snyco .elementor-widget-image.absolute-icons.half-yellow-circle {
    top: 20%;
    right: 0;
}

.home-our-performances {
    width: 100vw;
    left: -80px;
    height: 62.98vw;
    max-height: 62.98vw;
}
.home-our-performances .cursor {
    opacity: 0 !important;
}
.home-our-performances > .elementor-container,
.home-our-performances > .elementor-container > .elementor-column, 
.home-our-performances .elementor-widget-wrap{
    position: unset !important;
}
.home-our-performances .elementor-widget-heading h1 {
    margin-bottom: 8px;
}
.home-our-performances .elementor-widget-heading,
.home-our-performances .elementor-widget-text-editor {
    margin-left: 80px;
}
.home-our-performances .elementor-widget-text-editor {
    padding-left: 14px;
}
.home-our-performances .elementor-widget-text-editor .elementor-widget-container {
    display: flex;
    gap: 10px;
    font-family: gotham, sans-serif !important;
font-weight: 700 !important;
}
.elementor-widget-custom_image_youtube {
    position: absolute !important;
    width: auto !important;
}
.item img {
    object-fit: cover;
    aspect-ratio: 1;
}
.content-1 {
    top: 13.05vw;
    left: -1.736vw;
}
.content-1 .item.static-img img {
    width: 24.30vw;
    height: 24.30vw;
    border-radius: 24.30vw;
}
.content-2 {
    bottom: -3.125vw;
    left: 9.58vw;
}
.content-2 .item.youtube-cover-img img {
    width: 30.55vw;
    height: 30.55vw;
    border-radius: 30.55vw;
}
.content-3 {
    top: -3.47vw;
    left: 50%;
}
.content-3 .item.youtube-cover-img img {
    width: 22.91vw;
    height: 22.91vw;
    border-radius: 22.91vw;
}
.content-4 {
    right: 19.65vw;
    top: 14.16vw;
}
.content-4 .item.static-img img {
    width: 11.11vw;
    height: 11.11vw;
    border-radius: 11.11vw;
}
.content-5 {
    bottom: 0;
    left: 50%;
}
.content-5 .item.youtube-cover-img img {
    width: 38.19vw;
    height: 38.19vw;
    border-radius: 38.19vw;
}
.content-6 {
    top: 9.86vw;
    right: -4.86vw;
}
.content-6 .item.static-img img {
    width: 22.91vw;
    height: 22.91vw;
    border-radius: 22.91vw;
}
.content-7 {
    bottom: 0;
    right: 0;
    transform: translate(0, 50%);
}
.content-7 .item.static-img img {
    width: 16.66vw;
    height: 16.66vw;
    border-radius: 16.66vw;
}
.icons-1 {
    bottom: 5.34vw;
    left: 0;
}
.icons-2 {
    top: 14.37vw;
    left: 25.55vw;
}
.icons-3 {
    right: 50%;
    bottom: 20.97vw;
}
.icons-4 {
    bottom: 15.55vw;
    left: 40.83vw;
}
.icons-5 {
    top: 18.68vw;
    left: 48.81vw;
}
.icons-6 {
    top: 20.13vw;
    right: 34.37vw;
}
.icons-7 {
    top: 1.25vw;
    right: 13.88vw;
}
.icons-8 {
    top: -7px;
    right: 4.09vw
}
.icons-9 {
    top: 53%;
    right: 9.09vw;
}
.icons-9 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.icons-10 {
    bottom: 11.11vw;
    right: 0;
    transform: translate(50%, 0);
}
.icons-10 img {
    width: 17.36vw;
    height: 17.36vw;
    object-fit: cover;
}
.static-icons .static-img {
    pointer-events: none;
    cursor: none !important;
}
.item.youtube-cover-img,
.item.static-img {
    position: relative;
    cursor: pointer;
}
.item.youtube-cover-img::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: url('/wp-content/uploads/icons/youtube.svg');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-size: cover;
}

.home-concert-season {
	background: var(--purple);
	display: flex;
	align-items: center;
	width: 100vw;
	left: -80px;
	height: 35.97vw;
	overflow: visible;
    margin-top: 72px;
}
.home-concert-season .w-50 {
    width: 50% !important;
}
.home-concert-season > .elementor-container {
	max-width: calc(100% - 160px);
	align-items: flex-start;
}
.home-concert-season h1 {
    margin-top: 80px;
}
.home-concert-season p {
	margin: 10px 0 24px !important;
}
.home-concert-season .join-us-members img {
	bottom: 3.61vw;
    width: 38.88vw;
	height: auto;
	aspect-ratio: 5 / 4.55;
	object-fit: cover;
	position: relative;
}
.home-concert-season .elementor-button {
	border-radius: 100px !important;
	border: 1px solid var(--white);
}
.home-concert-season .listing {
    width: 100% !important;
    position: absolute;
    transform: translate(0, 50%);
    bottom: 0;
    z-index: 10;
}
.home-concert-season .listing .elementor-inner-section .post-link {
    margin: 0 !important;
}
.home-concert-season .listing .elementor-inner-section > .elementor-container {
    gap: 24px;
}
.home-concert-season .listing .elementor-inner-section > .elementor-container > .elementor-column.concert-item article {
    padding: 7px 18px 7px 7px;
    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);
    border-radius: 15px;
}
.home-concert-season .elementor-column.concert-item article .post__wrapper {
    display: flex;
    flex: 1;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
}
.home-concert-season .elementor-column.concert-item article .post__wrapper .elementor-post__contents_wrapper {
    flex-direction: row;
}
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper > .post-link {
    flex-basis: 60%;
    flex-shrink: 0;
}
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__excerpt,
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__excerpt p {
    margin: 0 !important;
}
.home-concert-season .listing .elementor-inner-section > .elementor-container > .elementor-column.testimonials-item {
    padding: 7px 18px 7px 7px;
    border-radius: 15px;
    background: url('/wp-content/uploads/2025/05/background-substract.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 135.6% !important;
    padding: 20px;
}
.home-concert-season .listing .elementor-inner-section > .elementor-container > .elementor-column.testimonials-item h6 {
    font-size: 14px !important;
}
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper {
    display: flex;
    justify-content: space-between;
}
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper > .post-link {
    padding-right: 12px !important;
    position: relative;
}
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper > .post-link::after {
    content: '';
    background: url('/wp-content/uploads/2025/05/home-performances-border-line.svg');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
} 
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper .post-link .post-thumbnail {
    min-height: 215px !important;
    padding: 0 !important;
    border-radius: 11.5px;
    height: 100%;
} 
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .post-thumbnail img {
    height: 100%;
    bottom: 0 !important;
    object-fit: cover;
}
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .post-details {
    display: flex !important;
    gap: 10px;
    padding: 17px 0 0 14px;
}
.home-concert-season .listing .elementor-inner-section .post-item .elementor-post__contents_wrapper .post-details.extra-info {
    display: none !important;
}
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__title,
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__custom_meta-data span,
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__custom_meta-data a,
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__excerpt p {
    font-size: var(--font-size-14) !important;
    color: var(--raisinblack) !important; 
    line-height: var(--line-height-114) !important;
    display: flex;
    gap: 10px;
}
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    line-clamp: 5; 
    -webkit-box-orient: vertical;
    line-height: 128% !important;
}
.home-concert-season .listing .post-item .elementor-post__contents_wrapper .elementor-post__custom_meta-data {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.home-concert-season .testimonials-item > .elementor-widget-wrap {
    align-self: center !important;
}
.home-concert-season .qodef-qi-testimonials-list {
    display: flex;
}
.home-concert-season .qodef-qi-testimonials-list .qodef-e-inner {
    flex-direction: column;
    padding: 16px;
}
.home-concert-season .qodef-qi-testimonials-list .qodef-e-quote {
    color: var(--teal);
    font-size: var(--font-size-40) !important;
}
.home-concert-season .qodef-qi-testimonials-list .qodef-e-content p,
.home-concert-season .qodef-qi-testimonials-list .qodef-e-content h5 {
    color: var(--raisinblack);
}

.home-blogs-and-stories {
    padding: 12.91vw 0 0 !important;
}
.home-blogs-and-stories .elementor-grid-3 .elementor-posts-container {
    display: flex !important;
    justify-content: space-between;
}
.home-social-feed h1 {
    margin: 0 0 10px;
}
.home-social-feed p {
   font-family: gotham, sans-serif;
font-weight: 700;
	line-height: var(--line-height-150);
	margin: 0 0 24px;
}
.home-social-feed .home-social-insta .elementor-widget-container {
    display: flex;
    align-items: center;
}
.home-social-feed .home-social-insta .elementor-widget-container strong {
    font-family: gotham, sans-serif;
font-weight: 700;
    margin: 0 16px 0 0;
}
.home-social-feed .home-social-insta .elementor-widget-container span {
    line-height: var(--line-height-std);
    font-size: var(--font-size-16);
    display: inline-flex;
}
.home-social-feed .home-social-insta .elementor-widget-container i {
    margin: 0 8px 0 0;
    font-size: var(--font-size-16);
    line-height: var(--line-height-std);
    display: inline-block;
    vertical-align: unset;
}

.home-join-us {
	background: var(--salmon);
	min-height: 27.77vw;
	display: flex;
	align-items: center;
	width: 100vw;
	left: -80px;
}
.home-join-us > .elementor-container {
	width: calc(100% - 160px);
}
.home-join-us p {
	margin: 10px 0 16px;
}
.home-join-us::before {
    content: '';
    clip-path: polygon( 14.644% 77.67%,14.644% 77.67%,17.661% 81.913%,20.842% 85.709%,24.168% 89.059%,27.622% 91.961%,31.185% 94.418%,34.839% 96.427%,38.566% 97.99%,42.347% 99.107%,46.164% 99.777%,50% 100%,49.999% 100%,50.001% 100%,50% 100%,50% 100%,50.281% 99.999%,50.562% 99.995%,50.843% 99.989%,51.124% 99.981%,51.404% 99.97%,51.685% 99.957%,51.966% 99.941%,52.247% 99.923%,52.528% 99.903%,52.808% 99.88%,62.053% 54.359%,62.053% 54.359%,60.241% 56.035%,58.284% 57.706%,56.187% 59.348%,53.953% 60.933%,51.586% 62.435%,49.089% 63.828%,46.466% 65.086%,43.722% 66.183%,40.858% 67.091%,37.881% 67.786%,37.881% 67.786%,35.081% 68.062%,32.625% 67.824%,30.49% 67.16%,28.658% 66.156%,27.107% 64.9%,25.818% 63.48%,24.77% 61.982%,23.944% 60.496%,23.318% 59.108%,22.873% 57.905%,22.873% 57.905%,22.612% 57.074%,22.379% 56.226%,22.173% 55.363%,21.996% 54.488%,21.846% 53.602%,21.724% 52.706%,21.629% 51.803%,21.562% 50.893%,21.521% 49.979%,21.508% 49.062%,21.508% 49.062%,21.492% 48.837%,21.478% 48.611%,21.465% 48.385%,21.453% 48.159%,21.443% 47.931%,21.435% 47.703%,21.428% 47.475%,21.424% 47.245%,21.421% 47.016%,21.42% 46.786%,21.42% 46.786%,21.593% 43.508%,22.095% 40.399%,22.899% 37.5%,23.976% 34.852%,25.301% 32.497%,26.845% 30.477%,28.581% 28.833%,30.483% 27.608%,32.522% 26.842%,34.672% 26.577%,34.672% 26.577%,36.822% 26.842%,38.861% 27.608%,40.763% 28.833%,42.499% 30.477%,44.043% 32.497%,45.368% 34.852%,46.445% 37.5%,47.249% 40.399%,47.751% 43.508%,47.924% 46.786%,47.924% 46.786%,47.917% 47.45%,47.895% 48.109%,47.86% 48.762%,47.811% 49.409%,47.748% 50.049%,47.672% 50.682%,47.583% 51.309%,47.482% 51.928%,47.369% 52.539%,47.244% 53.143%,47.244% 53.143%,50.63% 51.117%,53.727% 48.898%,56.52% 46.582%,58.993% 44.263%,61.131% 42.035%,62.92% 39.993%,64.343% 38.23%,65.387% 36.842%,66.035% 35.923%,66.273% 35.567%,76.763% 19.021%,60.672% 98.253%,60.672% 98.253%,63.372% 97.237%,66.038% 95.99%,68.664% 94.511%,71.243% 92.8%,73.769% 90.858%,76.234% 88.684%,78.632% 86.278%,80.956% 83.64%,83.199% 80.771%,85.355% 77.67%,85.355% 77.67%,89.197% 71.103%,92.456% 64.062%,95.131% 56.623%,97.223% 48.866%,98.731% 40.869%,99.656% 32.708%,99.998% 24.463%,99.756% 16.212%,98.931% 8.031%,97.523% 0%,2.477% 0%,2.477% 0%,1.069% 8.031%,0.244% 16.212%,0.002% 24.463%,0.344% 32.708%,1.269% 40.869%,2.778% 48.866%,4.869% 56.623%,7.544% 64.062%,10.803% 71.103%,14.644% 77.67% );
    display: block;
    width: 22.22vw;
	height: auto;
    aspect-ratio: 5 / 3.28;
    position: absolute;
    top: 0;
    right: 80px;
    background: var(--white);
}
.home-join-us > .elementor-container,
.home-join-us > .elementor-container > .elementor-column,
.home-join-us > .elementor-container > .elementor-column > .elementor-widget-wrap {
	position: unset !important;
}
.home-join-us .yellow-cirlce {
	width: 13.88vw !important;
    height: auto;
    right: 29.16vw;
    top: 50%;
    transform: translate(0, -50%);
	position: absolute;
	z-index: 1;
}
.home-join-us .yellow-cirlce img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}
.home-join-us .join-us-members {
	position: absolute;
	width: 47.22vw !important;
	height: 31.45vw;
	aspect-ratio: 5 / 3.33;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.home-join-us .elementor-button {
	border: 1px solid var(--white);
	border-radius: 100px !important;
	padding: 12px 16px;
}

/* Social Wall */
#sb_instagram .sbi_photo img {
	border-radius: 20px;
}

/* Fancy Box */
.fancybox__content {
    padding: 0 !important;
    background: transparent !important;
}
/* End Fancy Box */

@media only screen and (min-width: 300px) {
    .home-slider sr7-img {
        aspect-ratio: 3 / 3.59;
    }
}
@media only screen and (min-width: 1199px) {
    .home-slider sr7-img {
        aspect-ratio: 3 / 1.5;
    }
}
@media only screen and (max-width: 1535px) {
	.home-whats-on article {
		max-width: 62vw;
		aspect-ratio: 5 / 1.8;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 42%;	
	}
}
@media only screen and (max-width: 1481px) {
	.home-whats-on article {
		max-width: 64vw;
		aspect-ratio: 5 / 1.77;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 44%;	
	}
    .home-whats-on .post-details .elementor-post__excerpt {
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }
    
}
@media only screen and (max-width: 1417px) {
	.home-whats-on article {
		max-width: 66vw;
		aspect-ratio: 5 / 1.77;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 46%;	
	}
}
@media only screen and (max-width: 1315px) {
	.home-whats-on article {
		max-width: 68vw;
		aspect-ratio: 5 / 1.77;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 48%;	
	}
}
@media only screen and (max-width: 1280px) {
	.home-whats-on article {
		width: 74vw !important;
		max-width: 74vw;
		aspect-ratio: 5 / 1.77;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 50%;	
	}
    .home-concert-season h1 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1200px) {
	.home-whats-on article {
		width: 78vw !important;
		max-width: 78vw;
		aspect-ratio: 5 / 1.77;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 54%;	
	}
    
    .home-join-us > .elementor-container > .elementor-column {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1120px) {
	.home-whats-on article {
		width: 80vw !important;
		max-width: 80vw;
		aspect-ratio: 5 / 2;
	}
	.home-whats-on .elementor-post__contents_wrapper {
		grid-template-columns: auto 56%;	
	}
}
@media only screen and (max-width: 992px) {
	.home-whats-on article {
		aspect-ratio: 5 / 2.5;
	}
    .home-snyco,
    .home-concert-season,
    .home-join-us {
        left: -16px;
    }
    .home-whats-on .heading-and-cta {
        max-width: calc(100% - 32px);
    }
    .home-snyco > .elementor-container {
        margin-left: 16px !important;
    }
    .home-snyco .elementor-widget-image.absolute-icons.half-yellow-circle img {
        width: 30px;
    }
    .home-concert-season {
        min-height: 420px;
    }
    .home-concert-season > .elementor-container {
        max-width: calc(100% - 32px);
    }
    .home-concert-season .w-50 {
        width: calc(50% - 40px) !important;
        margin: 0 0 0 30px;
    }
    .home-concert-season .join-us-members img {
        width: 100%;
    }
    
}
@media only screen and (max-width: 850px) {
	.home-whats-on article {
		aspect-ratio: 5 / 3;
	}
}
@media only screen and (max-width: 768px) {
	.home-whats-on article {
		aspect-ratio: 5 / 3.5;
	}
}
@media only screen and (max-width: 767px) {
	.home-whats-on .elementor-post__contents_wrapper {
		gap: 15px;
	}
	.home-whats-on .elementor-post__contents_wrapper .elementor-post__title {
	    margin: 0px 0px 16px 0px;
	}
	.home-whats-on .post-details .elementor-post__excerpt {
        line-clamp: 5;
		-webkit-line-clamp: 5;
	}
	.home-slider .sr7-layer {
		height: 100% !important;
		font-size: 40px !important;
    	line-height: 40px !important;
	}
	.home-slider  h1:not(.title) + * {
		margin-block-start: 0px;
	}
	.home-slider sr7-mask {
		height: 100% !important;
		position: relative !important;
	}
	.home-slider sr7-slide h1.sr7-layer {
		/* top: 78% !important; */
		bottom: 120px !important;
		left: 20px !important;
        	z-index: 10 !important;
        	position: relative !important;
	}
	.home-slider sr7-slide sr7-txt {
		top: 45% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		font-size: 22px !important;
		width: 80% !important;
		text-align: center !important;
		white-space:
		wrap !important;
		line-height: 24px !important;
	}	
	.home-slider .sr7-layer .sr7-media,
	.home-slider sr7-media .sr7-html5-video {
		width: auto !important;
	}
	.home-slider .custom.sr7-bullets {
		bottom: -20px !important;
	}
	.home-slider sr7-img {
        width: 100% !important;
		height: auto !important;
		aspect-ratio: 3 / 3.74;
		margin-block-start: 0px;
	}    
	.home-slider,
	.home-slider sr7-module {
	    max-height: 124.68vw;
	    height: 124.68vw !important;
	}

    .home-whats-on article {
        aspect-ratio: 3 / 5;
        padding: 10px 10px 16px !important;
    }
    .home-whats-on .elementor-post__contents_wrapper {
        display: flex;
        flex-direction: column;
    }
    .home-whats-on .post-details.extra-info .featured-conductor .conductor-excerpt p {
        display: none;
    }
    .home-whats-on .elementor-posts .elementor-post__excerpt {
        margin: 0 !important;
    }
    .home-whats-on .post__wrapper .post-thumbnail {
        width: 100%;
        flex-basis: unset;
    }
    .home-whats-on .post-details {
        display: flex;
        gap: 16px;
    }
    .home-whats-on .post-details.extra-info .featured-conductor {
        padding: 10px 14px;
    }
    .home-whats-on .post-details.extra-info .featured-conductor .title-container p {
        font-size: var(--font-size-14);
        line-height: var(--line-height-114);
    }
    .home-whats-on .post-details.extra-info .elementor-post__custom_meta-data {
        margin: 16px 0 0;
    }
    .home-whats-on .post-details.extra-info .featured-conductor {
        width: 100%;
    }
    .home-whats-on .post-details.extra-info .youtube-contents .title,
    .home-whats-on .post-details.extra-info .spotify-contents .title {
        display: none;
    }
    .home-whats-on .post-details.extra-info .label::before {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-left: 0;
    }
    .home-whats-on .post-details.extra-info .youtube-contents .label, 
    .home-whats-on .post-details.extra-info .spotify-contents .label {
        font-size: var(--font-size-14);
    }
    .home-whats-on .post-details.extra-info .gallery-section.two-items {
        flex-direction: row;
        justify-content: space-between;
    }
    .home-whats-on .post-details.extra-info .youtube-contents {
        width: 150px;
        height: 50px;
        aspect-ratio: 3;
        padding: 9px 14px;
        border-radius: 10px;
    }
    .home-whats-on .post-details.extra-info .spotify-contents {
        width: 150px;
        height: 50px;
        aspect-ratio: 3;
        padding: 15px 8px;
        border-radius: 10px; 
    }
    .home-whats-on .full-w .elementor-button {
        width: 100%;
    }
    .home-whats-on.-mobile {
        width: unset !important;
        left: unset;
    }
    .home-whats-on .swiper.post-swiper {
        padding-left: 0;
    }
    .home-whats-on .custom-cta-btn {
        margin: 20px 0 0;
    }
    
    .home-snyco {
    	margin: 0 0 30px;
    }

    .home-snyco,
    .home-concert-season,
    .home-join-us {
        left: -16px;
    }
    .home-concert-season .w-50 {
        margin: unset;
    }

    .home-snyco > .elementor-container {
        margin: auto !important;
        max-width: 100%;
        flex-direction: column-reverse;
        padding: 0 0 60px;
    }
    .home-snyco > .elementor-container > .elementor-column:first-child {
        padding: 24px 16px 0;
    }
    .home-snyco .elementor-widget-image.main-image {
        mask-image: unset;
        mask-size: unset;
        mask-repeat: unset;
        mask-position: unset;
        height: 300px;
    }
    .home-snyco .elementor-widget-image.main-image .elementor-widget-container {
        mask-image: url(/wp-content/uploads/2025/04/home-snyco-placeholder.svg);
        mask-size: cover;
        mask-repeat: no-repeat;
        height: 100%;
    }
    .home-snyco .elementor-widget-image.main-image .elementor-widget-container img {
        height: 100%;
    }
    .home-snyco .elementor-widget-image.absolute-icons.yellow-music {
        width: 52px !important;
    }
    .home-snyco .elementor-widget-image.absolute-icons.orange-music {
        width: 25px !important;
    }
    .home-snyco .elementor-widget-image.absolute-icons.half-yellow-circle img {
        height: 62px;
    }

    .home-concert-season {
        height: auto;
    }
    .home-concert-season > .elementor-container {
        max-width: calc(100% - 32px);
        padding: 0 0 50px;
        flex-direction: column-reverse;
    }
    .home-concert-season .w-50 {
        width: 100% !important;
    }
    .home-concert-season img {
        bottom: 36px;
        width: 100%;
    }
    .home-concert-season h1 {
        margin-top: 0;
    }
   
    .home-whats-on.-mobile article.swiper-slide {
        width: 300px !important;
        padding: 10px 10px 0;
        border-radius: 20px;
        background: 
            linear-gradient(white, white) padding-box,
            linear-gradient(180deg, rgba(63,189,173,1), rgba(226,228,61,1)) border-box;
        border: 1px solid transparent;
    }
	.blogs-and-stories-listing h3 {
		font-size: var(--font-size-14) !important;
		line-height: var(--line-height-150) !important;
	}
    .home-blogs-and-stories.-mobile article.swiper-slide {
        width: 300px !important;
        height: 280px;
        padding: 10px 10px 0;
        border-radius: 20px;
        background: 
            linear-gradient(white, white) padding-box,
            linear-gradient(180deg, rgba(63,189,173,1), rgba(226,228,61,1)) border-box;
        border: 1px solid transparent;
    }
    .home-blogs-and-stories.-mobile article.swiper-slide .post-thumbnail {
        height: 170px;
        padding: 0 !important;
        border-radius: 10px 10px 0 0;
    }
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-blogs .post-thumbnail {
        border-bottom: 3px solid var(--skyblue); 
    }
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-stories .post-thumbnail {
        border-bottom: 3px solid var(--teal); 
    }
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-blogs .post-thumbnail::after,
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-stories .post-thumbnail::after {
        display: flex;
        font-size: var(--font-size-14);
        line-height: var(--line-height-114);
        font-family: gotham, sans-serif;
font-weight: 700;
        color: var(--white);
        padding: 10px 10px 5px;
        border-radius: 0 10px 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-blogs .post-thumbnail::after {
        content: 'Blogs';
        background: var(--skyblue);
    }
    .home-blogs-and-stories.-mobile article.swiper-slide.tag-stories .post-thumbnail::after {
        content: 'Stories';
        background: var(--teal);
    }
    .home-blogs-and-stories.-mobile article.swiper-slide .post-thumbnail img {
        height: 100%;
        object-fit: cover;
    }
    .home-blogs-and-stories.-mobile .elementor-post__thumbnail__link::after {
        display: none !important;
    }
    .home-whats-on.-mobile .elementor-button-wrapper .elementor-button,
    .home-blogs-and-stories.-mobile .elementor-button {
        width: 100% !important;
    }
    .home-blogs-and-stories.-mobile .elementor-post__text.post-details,
    .home-blogs-and-stories.-mobile .elementor-post__meta-data {
        padding: 0 !important;
    }
    .home-whats-on.-mobile .swiper-pagination,
    .home-blogs-and-stories.-mobile .swiper-pagination {
        position: relative !important;
        top: unset !important;
        bottom: unset !important;
        margin: 24px 0;
    }
    .home-whats-on.-mobile .swiper-pagination-bullet,
    .home-blogs-and-stories.-mobile .swiper-pagination-bullet  {
        width: 8px;
        aspect-ratio: 1;
        background: var(--grey) !important;
    }
    .home-whats-on.-mobile .swiper-pagination-bullet-active, 
    .home-blogs-and-stories.-mobile .swiper-pagination-bullet-active {
        width: 32px !important;
        background: var(--green) !important;
        aspect-ratio: 4 / 1;
        border-radius: 3px;
    }

    .home-our-performances {
        width: 100%;
        left: unset;
        height: auto;
        max-height: 100%;
    }
    .home-our-performances .elementor-widget-heading, 
    .home-our-performances .elementor-widget-text-editor {
        margin-left: 0;
    }
 
    .home-join-us > .elementor-container {
        width: 100%;
    }
    .home-join-us .join-us-members {
        position: relative;
        width: 100% !important;
        height: auto;
    }
    .home-join-us::before {
        right: -80px;
        bottom: 0;
        top: unset;
        transform: rotate(180deg);
        width: 100%;
    }
    .home-join-us .yellow-cirlce {
        width: 50% !important;
        bottom: 0;
        left: 0;
        top: unset;
        right: unset;
        transform: none;
    }
    .home-join-us .elementor-widget-heading {
        margin-top: 30px;
    }
    .home-join-us .elementor-widget-heading,ßßß
    .home-join-us .elementor-widget-text-editor,
    .home-join-us .elementor-widget-button {
        padding: 0 16px;
    }
    .home-join-us .elementor-widget-button {
        margin-bottom: 40px;
    }
    .home-join-us > .elementor-container > .elementor-column {
        max-width: 100%;
    }
    .home-join-us p {
        padding: 0 16px;
    }
    .home-whats-on .swiper-navigation .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px;
    }
    .home-whats-on .swiper-navigation .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px;
    }
}