/* header#masthead, */
.site-footer-copyright .-right,
footer > .page-container.-full-w {
  display: none;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}

.site-footer-copyright .holder {
  justify-content: center !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
a:hover {
  color: var(--teal) !important;
}

.mw-18 {
  max-width: 180px !important;
}

/* Prog Details - Title,Date,Duration,Venue */
.prog-info.elementor-section-boxed > .elementor-container {
  max-width: calc(100% - 416px) !important;
  transform: translateY(-30px);
  padding: 25px 35px 20px;
  gap: 140px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgba(70, 70, 70, 0.15);
  /* border-bottom: 0; */
  background: white;
}
.prog-date-duration-venue {
  display: flex;
  margin-bottom: 16px;
}
.prog-date-duration-venue .grid-item {
  padding: 0;
  flex: 0 0 33%;
}
.prog-date-duration-venue .grid-item .icon {
  margin-right: 10px;
}
.prog-date-duration-venue p,
.prog-date-duration-venue a {
  margin: 0;
}
.prog-date-duration-venue .venue-link {
  font-weight: 700 !important;
  color: var(--teal);
  text-decoration: underline;
}

/* CTAS - Buttons */
.ctas.elementor-section-boxed > .elementor-container {
  max-width: calc(100% - 416px) !important;
  transform: translateY(-30px);
}
.feedback-cta-wrapper {
  flex: 1 !important;
  text-align: center;
  background: #464646;
  border-radius: 0px 0px 0px 10px;
}
.feedback-cta-wrapper a {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.feedback-cta-wrapper a:hover {
  color: #ffffff !important;
}
.feedback-cta-wrapper a::before {
  content: url("/wp-content/uploads/icons/feedback-cta.svg");
  display: block;
  width: 24px;
  height: 24px;
}
.download-cta-wrapper {
  flex: 1 !important;
  text-align: center;
  background: #e2e43d;
}
.download-cta-wrapper .save-as-pdf-pdfcrowd-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #101010 !important;
  font-weight: 500 !important;
}
.download-cta-wrapper .save-as-pdf-pdfcrowd-button::before {
  content: url("/wp-content/uploads/icons/dowload-cta.svg");
  display: block;
  width: 24px;
  height: 24px;
}
.download-cta-wrapper .elementor-widget-wrap {
  align-content: center;
}
.translation-cta-wrapper {
  max-width: 104px;
  background: url("/wp-content/uploads/icons/translation.svg");
  background-repeat: no-repeat;
  background-color: var(--chineseblack);
  background-size: 70%;
  background-position: center;
  position: relative;
  cursor: pointer;
  border-radius: 0px 0px 10px 0px;
}
.translation-cta-wrapper::after {
  display: flex;
  align-items: end;
  padding-right: 5px;
  content: url("/wp-content/uploads/icons/translation-dot.svg");
}
.translation-popup {
  position: absolute;
  background: var(--outerspace);
  border: 1px solid var(--outerspace);
  z-index: 999;
  padding: 22px 18px;
  border-radius: 6px;
  width: 390px;
  border-bottom: 5px solid var(--teal);
}
.custom-language-switcher {
  display: flex;
  justify-content: space-between;
  color: var(--white);
  align-items: center;
}
.custom-language-switcher p {
  margin: 0;
  font-size: var(--font-size-16) !important;
}
.custom-language-switcher .lang-options a {
  font-family: gotham, sans-serif;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--white);
  color: var(--white);
  display: inline-block;
}
.custom-language-switcher .lang-options a.active,
.custom-language-switcher .lang-options a:hover {
  background-color: var(--teal);
  color: var(--white) !important;
}
.translation-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.translation-popup ul li {
  margin: 5px 0;
}
.translation-popup ul li:not(:last-child) {
  margin: 0 0 15px;
}
.custom-font-size-switcher {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
}
.custom-font-size-switcher p {
  margin: 0 !important;
  font-size: var(--font-size-16) !important;
}
.custom-font-size-switcher .size-options div {
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  aspect-ratio: 5 / 3.5;
  width: 60px;
}
.custom-font-size-switcher div.options.active,
.custom-font-size-switcher div.options:hover {
  background-color: var(--teal);
  cursor: pointer;
}
.custom-font-size-switcher .small-text img {
  max-width: 60%;
}
.custom-font-size-switcher .normal-text img {
  max-width: 80%;
}

/* Activites */
.event-list {
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.event-list > .elementor-container.elementor-column-gap-no {
  max-width: 100% !important;
}
.event-list .acf-repeater-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.event-list .acf-repeater-items-wrapper {
  padding: 20px 12px 20px 20px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(180deg, rgba(63, 189, 173, 1), rgba(226, 228, 61, 1))
      border-box;
  border: 1px solid transparent;
  box-shadow: 3px 3px 9px 0px rgba(16, 16, 16, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.event-list .pre_label {
  color: var(--teal);
  font-weight: 500;
}
.event-list .title {
  font-family: gotham, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-list .title::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/wp-content/uploads/icons/teal-right-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.event-list .description {
  color: var(--chineseblack);
}
.event-list .musician_list ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.event-list .musician_list li {
  padding-top: 0 !important;
  padding-left: 0 !important;
  font-size: var(--font-size-14);
  margin: 0 !important;
}

.event-list .composer_list {
  position: absolute;
  top: 20px;
  right: 20px;
}
.event-list .composer_list p {
  margin: 0;
}

/* Additional Info */
.hp_additional_info .acf-repeater-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.hp_additional_info .acf-repeater-wrapper .item[data-acf_field_name="label"] {
  font-family: gotham, sans-serif;
  font-weight: 700;
  font-size: var(--font-size-16);
}
.hp_additional_info
  .acf-repeater-wrapper
  .item[data-acf_field_name="description"]
  p {
  margin: 0 !important;
}

/* Programme Notes */
.hp_programme_notes {
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.hp_programme_notes > .elementor-container.elementor-column-gap-no {
  max-width: 100% !important;
}
.hp_programme_notes > .elementor-container {
  padding: 40px 40px 0;
  border-radius: 8px;
  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;
}
.hp_programme_notes h4 {
  margin-bottom: 20px;
}
.hp_programme_notes p:first-child {
  margin-top: 0 !important;
}
.hp_programme_notes .programme-notes-content .collapsed {
  height: 60px;
  overflow: hidden;
  position: relative;
}
.hp_programme_notes
  .programme-notes-content
  div:not(.collapsed-wrapper)
  p:last-child:not(.collapsed) {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.hp_programme_notes .programme-notes-content .view-full-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--teal);
  font-family: gotham, sans-serif;
  font-weight: 500;
  font-size: var(--font-size-16);
  line-height: var(--line-height-std);
}

/* Upcoming Concerts */
.upcoming-concerts-wrapper {
  background: url(/wp-content/uploads/2025/05/snyco-whatson-banner.jpg)
    center/cover no-repeat;
}
.upcoming-concerts-wrapper > .elementor-container {
  z-index: 2;
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.upcoming-concerts-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.5);
  backdrop-filter: blur(10px);
  z-index: 1;
  display: block;
}
.upcoming-list {
  padding: 48px 0;
}
.upcoming-list h3.elementor-heading-title {
  color: var(--white);
  /* padding: 48px 0; */
}
.upcoming-list .custom-cta-btn {
  display: none;
}
.upcoming-list .elementor-grid-3 .elementor-posts-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.posts-list .post-item {
  box-shadow: 3px 3px 9px 0px rgba(247, 58, 78, 0.15);
  background: var(--white);
  border: 1px solid rgba(70, 70, 70, 0.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;
}
.posts-list .post-item .post-details.extra-info {
  display: none;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}
.posts-list .post-item .post-details h5 {
  font-family: gotham, sans-serif !important;
  font-weight: 500 !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;
  position: relative;
}
.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 .elementor-post__contents_wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.posts-list .elementor-post__thumbnail__link.post-link {
  margin-bottom: 0 !important;
}

/* Manual Selection */
.manual-selection {
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.manual-selection > .elementor-container.elementor-column-gap-no {
  max-width: 100% !important;
}
.manual-selection .elementor-post__thumbnail__link {
  color: var(--chineseblack) !important;
}
.manual-selection article {
  /* border: 1px solid rgba(231, 40, 62, 0.15); */
  border-radius: 8px;
  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;
  overflow: hidden;
  height: 200px;
  max-height: 200px;
}
.manual-selection article .post__wrapper {
  display: flex;
  gap: 24px;
  padding: 0 24px 0 0;
  flex: 0 0 100%;
}
.manual-selection article .post__wrapper .elementor-post__contents_wrapper > .elementor-post__thumbnail__link:first-of-type {
  margin: 0 !important;
}
.manual-selection article .post__wrapper > .elementor-post__thumbnail__link {
  width: 300px !important;
  margin: 0 !important;
  height: 100% !important;
}
.manual-selection article .post__wrapper .elementor-post__thumbnail {
  padding: 0 !important;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  height: 100% !important;
}
.manual-selection article .post__wrapper .elementor-post__thumbnail img {
  object-fit: cover;
  aspect-ratio: 30 / 15;
  height: 100% !important;
}
.manual-selection .elementor-post__contents_wrapper {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-self: center;
  flex-direction: column;
}
.manual-selection .elementor-post__title {
  margin: 0 0 8px !important;
  font-size: 20px !important;
}
.manual-selection .elementor-post__excerpt {
  margin: 0 !important;
  font-size: var(--font-size-16);

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}
.manual-selection .elementor-post__excerpt p {
  color: var(--chineseblack) !important;
  font-size: var(--font-size-16) !important;
  line-height: var(--line-height-150) !important;
  margin: 0 0 16px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manual-selection .elementor-post__read-more {
  color: var(--teal);
  font-size: var(--font-size-16) !important;
  font-family: gotham, sans-serif !important;
  font-weight: 700 !important;
  line-height: var(--line-height-std);
  display: flex;
  justify-content: end;
}
.manual-selection .post_category {
  display: none;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.manual-selection .post-item:not(:last-child) {
  margin-bottom: 10px !important;
}

.sco-selection {
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.sco-selection > .elementor-container.elementor-column-gap-no {
  max-width: 100% !important;
}
.sco-selection .selected-item {
  border-radius: 8px;
  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;
  overflow: hidden;
}
.sco-selection .selected-item:not(:last-child) {
  margin: 0 0 10px;
}
/* .sco-selection .selected-item > .elementor-widget-wrap {
    gap: 24px;
} */
.sco-selection .selected-item .item-image {
  max-width: 10.41vw !important;
  flex: 0 0 10.41vw !important;
  aspect-ratio: 1;
}
.sco-selection .selected-item .item-image .elementor-widget-container {
  height: 100%;
}
.sco-selection .selected-item .item-image .elementor-widget-container img {
  height: 100%;
  object-fit: cover;
}
.sco-selection .selected-item .item-details {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 24px;
}
.sco-selection
  .selected-item
  .item-details
  > .elementor-container.elementor-column-gap-no {
  width: 100%;
}
.sco-selection .selected-item .item-details .button.-text {
  color: var(--teal);
  font-weight: 700 !important;
}
.sco-selection .selected-item .item-details .button.-text:hover {
  transform: none;
  transition: none;
  box-shadow: none;
  background: transparent;
}
.sco-selection .selected-item .item-details .button.-text:hover .icon {
  animation: none;
}

/* Partners/Acknowledgement */
.partners-acknowledgement {
  max-width: calc(100% - 416px) !important;
  margin: auto;
}
.partners-acknowledgement > .elementor-container.elementor-column-gap-no {
  max-width: 100% !important;
}

.fancybox__container,
.fancybox__backdrop {
  background: white;
}
.fancybox__slide {
  padding: 0 !important;
}
.fancybox__content {
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: var(--chineseblack);
}
.fancybox__content .banner-img {
  position: relative;
}
.fancybox__content .banner-img img {
  width: 100%;
}
.fancybox__content .banner-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  display: block;
  content: "";
}
.fancybox__content .items-lightbox-back-btn,
.fancybox__content .musician-lightbox-back-btn {
  position: absolute;
  top: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  /* height: 100%; */
  width: 100%;
  padding: 15px 0 15px 8.36vw;
  justify-content: start;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.fancybox__content .items-lightbox-back-btn.scrolled,
.fancybox__content .musician-lightbox-back-btn.scrolled {
  position: sticky;
  top: 0px;
  /* background-color: white; */
  background-color: rgba(255, 255, 255, 0.95);
}
.fancybox__content .content {
  padding: 0 8.36vw 120px;
  margin-top: -60px;
  z-index: 2;
}
.fancybox__content .content h4 {
  font-size: 25px;
  line-height: normal !important;
  margin-bottom: 20px;
}
.fancybox__content .pre-label {
  font-weight: 500;
  color: var(--teal);
}
.fancybox__content .content .description p {
  /* margin-bottom: 80px; */
  /* margin: 0; */
  color: var(--chineseblack);
  line-height: normal;
  font-size: var(--font-size-16);
  margin: 8px 0;
}
.fancybox__content .musicians h4 {
  margin-top: 34px;
}
.fancybox__content .musicians-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.fancybox__content .musicians .musician-item {
  display: flex;
  gap: 40px;
  align-items: center;
}
.fancybox__content .musicians .musician-item .musician-photo {
  flex: 0 0 200px;
  border-radius: 10px;
  overflow: hidden;
}
.fancybox__content .musicians .musician-item .musician-photo img {
  aspect-ratio: 1;
}
.fancybox__content .musicians .musician-item .musician-bio {
  display: flex;
  flex-direction: column;
}
.fancybox__content .musicians .musician-item .musician-bio .preview-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.fancybox__content .musicians .musician-item .musician-bio .preview-text p {
  margin-top: 0;
}
.fancybox__content
  .musicians
  .musician-item
  .musician-bio
  .preview-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.3) 25%);
  pointer-events: none;
  display: block;
}
.fancybox__content .musicians .musician-item .musician-bio .read-more {
  display: flex;
  gap: 10px;
  color: var(--teal);
  font-family: gotham, sans-serif;
  font-weight: 500 !important;
  cursor: pointer;
  outline-color: unset !important;
  margin-top: 20px;
  align-items: center;
}
.fancybox__content .musicians .musician-item .musician-bio .read-more::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/icons/teal-down-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.fancybox__content.musician-lightbox .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fancybox__content.musician-lightbox .content .musician-photo {
  width: 240px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 24px;
}
.fancybox__content.musician-lightbox .content .musician-photo img {
  aspect-ratio: 1;
}
.fancybox__content.musician-lightbox .content .musician-tags {
  color: var(--teal);
}
.fancybox__content.musician-lightbox .content .musician-tags span {
  margin: 0 0 8px;
  color: var(--teal);
}
.fancybox__content.musician-lightbox .content h3 {
  margin: 0 0 45px;
}

.partners-acknowledgement .elementor-inner-section .elementor-column-gap-no {
  gap: 30px;
}
.partners-acknowledgement .elementor-template section:not(:last-child) {
  margin-bottom: 48px;
}
.partners-acknowledgement img {
  max-width: 180px !important;
  object-fit: contain;
}
.partners-acknowledgement h5 {
  margin-bottom: 24px !important;
}

/* Mobile View */
@media only screen and (max-width: 767px) {
  .mb-48 {
    margin-bottom: calc(48px / 2) !important;
  }
  .mb-72 {
    margin-bottom: calc(72px / 2) !important;
  }
  .mb-100 {
    margin-bottom: calc(100px / 2) !important;
  }

  .header-banner img {
    aspect-ratio: 4 / 5 !important;
  }

  .prog-info.elementor-section-boxed > .elementor-container,
  .ctas.elementor-section-boxed > .elementor-container,
  .upcoming-concerts-wrapper > .elementor-container,
  .event-list,
  .hp_programme_notes,
  .manual-selection,
  .partners-acknowledgement {
    max-width: calc(100% - 30px) !important;
  }

  .prog-info.elementor-section-boxed > .elementor-container {
    padding: 20px 16px;
    gap: 20px;
  }

  .hp_alternative_header h4 {
    font-size: var(--font-size-16);
  }

  /* CTAS */
  .feedback-cta-wrapper,
  .download-cta-wrapper {
    max-width: 40%;
  }

  .translation-cta-wrapper {
    max-width: 20%;
  }
  .feedback-cta-wrapper .elementor-button-text {
    font-size: var(--font-size-14);
  }
  .translation-popup {
    width: 300px;
  }
  .custom-font-size-switcher .size-options div {
    width: 50px;
  }

  /* Event List */
  .event-list .composer_list {
    order: 1;
    position: relative;
    top: unset;
    right: unset;
  }
  .event-list .musician_list {
    order: 2;
  }

  .manual-selection article {
    height: 100% !important;
    max-height: 100% !important;
  }

  .manual-selection article .post__wrapper {
    padding: 0;
    flex-direction: column;
    gap: 20px;
  }
  .manual-selection article .post__wrapper > .elementor-post__thumbnail__link {
    width: 100% !important;
    max-width: 100%;
  }
  .manual-selection article .post__wrapper .elementor-post__thumbnail {
    border-radius: 0px;
  }
  .manual-selection article .post__wrapper .elementor-post__thumbnail img {
    aspect-ratio: 2/1;
  }
  .manual-selection .elementor-post__contents_wrapper {
    margin-top: 0;
    padding: 0 10px;
    width: 100%;
  }
  .manual-selection .elementor-post__excerpt {
    font-size: var(--font-size-14);
    line-height: 20px;
  }
  .manual-selection .elementor-post__read-more {
    font-size: var(--font-size-14) !important;
  }
  .manual-selection.manual-selection-type-2 article .post__wrapper {
    padding-right: 16px;
    align-items: flex-start;
    gap: 20px;
  }
  .manual-selection.manual-selection-type-2 article .post__wrapper > .elementor-post__thumbnail__link {
    width: auto !important;
    height: 100% !important;
  }
  .manual-selection.manual-selection-type-2 .elementor-post__contents_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .manual-selection.manual-selection-type-2 .elementor-post__read-more {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .manual-selection.manual-selection-type-2 article .post__wrapper .elementor-post__thumbnail,
  .manual-selection.manual-selection-type-2 article .post__wrapper .elementor-post__thumbnail img {
    height: 100%;
  }

  .sco-selection {
    max-width: calc(100% - 30px) !important;
  }
  .sco-selection .selected-item .item-image {
    max-width: 120px !important;
    flex: 0 0 100% !important;
  }
  .sco-selection .selected-item .item-details {
    padding: 20px;
    align-self: center;
  }
  .sco-selection .selected-item .item-details > .elementor-container.elementor-column-gap-no .elementor-widget-wrap {
    gap: 12px;
  }
  .sco-selection .selected-item .item-details .elementor-widget-text-editor {
    display: none;
  }

  /* Upcoming List */
  .upcoming-list .posts-list .post-item .post-details {
    height: auto;
  }
  .upcoming-list
    .posts-list
    .post-item
    .post-details
    .elementor-post__custom_meta-data {
    margin: 10px 0 0;
  }
  .upcoming-list article .post-link .post-thumbnail {
    flex: 1 1 100%;
  }

  /* Fancybox Content */
  .fancybox__content .musicians .musician-item {
    flex-direction: column;
  }
	.fancybox__content .musicians .musician-item img {
		width: 200px;
		height: auto;
		aspect-ratio: 1 !important;
	}
  .fancybox__content img {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
  }
  .fancybox__content .is-close-btn {
    opacity: 0;
    visibility: hidden;
  }
  .fancybox__content .content .description p {
    font-size: var(--font-size-14);
  }
	
	.partners-acknowledgement img {
		margin-bottom: 20px;
	}
}
