/*
* Theme Name: Sun Valley Symphony Theme
* Description: WordPress theme for Sun Valley's website.
* Author: Samets Blackstone Associates
* Version: 1.1.18;
*/

/* Vars */
:root {
  --svm-color-blue: #162c4d;
  --svm-color-beige: #d8bb9a;
  --svm-colo-sky: #e4f3ff;
  --svm-transition: all 200ms ease;
}

/* Utils */
.svmf-no-wrap {
  white-space: nowrap;
}

/* WATCH PAGE */

/* - SECTION */
.watch-section h2 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .watch-section {
    padding-top: 2.75rem;
  }
}

@media (max-width: 991px) {
  .watch-section h2 {
    text-align: center;
  }
}

/* - ONLINE BROADCASTS */
.watch-online-broadcasts {
  margin-bottom: 0;
}

/* - TITLE */
.watch-online-broadcasts h2 {
  margin-bottom: 30px;
}

/* - CATEGORY MENU */
.watch-category-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin-bottom: 30px;
  padding: 0;
}
.watch-category-menu li {
  margin: 3px;
}
.watch-category-menu li a {
  border: 0;
  cursor: pointer;
  font-stretch: condensed;
  font-family: 'artegra';
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 11px 12px;
  transition: all 0.35s ease;
  display: block;
}
.watch-category-menu li a:hover,
.watch-category-menu li.watch-selected a {
  background-color: #f4ede5;
}

@media only screen and (max-width: 991px) {
  .watch-category-menu {
    justify-content: center;
  }
}

/* - CALENDAR */
.watch-online-broadcasts .tribe-events-shortcode .tribe-events-sub-nav li a {
  background-color: transparent;
  color: inherit;
}

.watch-online-broadcasts
  .tribe-events-shortcode
  .tribe-events-list
  .tribe-events-event-meta {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}

.watch-online-broadcasts
  .tribe-events-shortcode
  .tribe-events-list
  .tribe-events-venue-details {
  border-top: none;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin: 10px 0;
  display: none;
}

.watch-online-broadcasts
  .tribe-events-shortcode
  .tribe-events-list
  .tribe-events-list-event-description
  p {
  margin: 10px 0 !important;
}

.watch-online-broadcasts
  .tribe-events-shortcode
  .tribe-events-list
  .tribe-events-read-more {
  text-transform: uppercase;
}

.tribe-events-read-more .watch-button-label {
  display: none;
}
.watch-online-broadcasts .tribe-events-read-more .default-button-label {
  display: none;
}
.watch-online-broadcasts .tribe-events-read-more .watch-button-label {
  display: inline-block;
}

.watch-online-broadcasts .tribe-events-shortcode .tribe-events-ical {
  display: none !important;
}

@media (min-width: 576px) {
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .type-tribe_events {
    margin-bottom: 4rem;
    max-width: 700px;
    min-height: 155px;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-title {
    width: calc(100% - 170px);
    float: right;
    font-size: 23px !important;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-meta {
    width: calc(100% - 170px);
    float: right;
    font-size: 15px;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-image {
    width: 150px;
    margin-right: 20px;
    float: left;
    position: absolute;
    top: 3px;
  }
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-first
    .tribe-events-event-image {
    padding-top: 1.5em;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-description {
    width: calc(100% - 170px);
    float: right;
  }
}

@media (max-width: 768px) {
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-meta {
    margin-top: 5px;
    padding: 0;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-event-schedule-details {
    padding: 0;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-venue-details {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-event-schedule-details {
    margin: 10px 0;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-image {
    margin-top: 5px;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-description {
    width: 67%;
    float: right;
  }
}

@media (max-width: 450px) {
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-title,
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-meta,
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-image,
  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-description {
    text-align: center;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-event-image {
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
  }

  .watch-online-broadcasts
    .tribe-events-shortcode
    .tribe-events-list
    .tribe-events-list-event-description {
    width: 100%;
  }
}

/* - VIDEO ARCHIVES */
.watch-video-archives {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .watch-video-archives {
    padding-top: 1rem;
  }
}

/* - SVMF ON YOUTUBE */
.watch-svmf-on-youtube {
  padding-top: 1rem;
}

.watch-svmf-on-youtube h2 .watch-youtube-logo {
  height: 30px;
  margin-top: -5px;
}

/* TEC ARCHIVE SHORTCODE */
.tec-as-main {
  max-width: 550px;
  position: relative;
}

.tec-as-event {
  position: relative;
  margin: 55px 0;
  clear: both;
}
.tec-as-event:not(:first-child) {
  margin-top: 40px;
}

.tec-as-title {
  font-size: 23px;
  font-family: 'Blacker';
  color: #162c4d;
  font-weight: bold;
  line-height: 1.2;
}
.tec-as-url {
}

.tec-as-time {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.tec-as-excerpt {
  margin-top: 10px;
  font-family: 'Blacker';
  font-size: 16px;
  line-height: 1.5;
}
.tec-as-excerpt p {
  margin-bottom: 15px;
}

.tec-as-button {
}

.tec-as-read {
  text-transform: uppercase;
}

.tec-as-nav {
  margin: 70px 0 55px;
  display: flex;
  flex-direction: row;
}
.tec-as-nav .page-numbers:not(.dots) {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  font-stretch: condensed;
  font-family: 'artegra';
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #fff;
  background-color: #29496b;
  position: relative;
  transition: transform 0.35s ease;
  cursor: pointer;
  transition: all 0.35s ease;
}
.tec-as-nav .page-numbers:not(.dots):hover {
  -webkit-box-shadow: 5px 5px 0px 0px #f1706c;
  -moz-box-shadow: 5px 5px 0px 0px #f1706c;
  box-shadow: 5px 5px 0px 0px #f1706c;
  text-decoration: none;
  color: #fff;
}

.tec-as-nav .page-numbers.current {
  background-color: #081c41;
}
.tec-as-nav .dots {
  padding: 5px 5px;
}

.tec-as-loading {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.tec-as-loading.show {
  display: block;
}
.tec-as-preloader {
  background-color: #555555;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.tec-as-spinner {
  background-image: url('assets/images/tribe-loading.gif');
  background-size: contain;
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .tec-as-nav {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .tec-as-title,
  .tec-as-time,
  .tec-as-excerpt {
    text-align: center;
  }

  .tec-as-excerpt {
    width: 100%;
  }
}

/* SVS YOUTUBE LATEST SHORTCODE */
.svs-yls-main {
  max-width: 650px;
  position: relative;
}

.svs-yls-list {
}

.svs-yls-video {
  position: relative;
  margin: 55px 0;
  clear: both;
}
.svs-yls-video:not(:first-child) {
  margin-top: 40px;
}

.svs-yls-title {
  font-size: 23px;
  font-family: 'Blacker';
  color: #162c4d;
  font-weight: bold;
  line-height: 1.2;
}
.svs-yls-url {
}

.svs-yls-time {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.svs-yls-image {
  width: 170px;
  margin-right: 20px;
  float: left;
}
.svs-yls-image img {
  max-width: 100%;
}

.svs-yls-excerpt {
  margin-top: 10px;
  font-family: 'Blacker';
  font-size: 16px;
  line-height: 1.5;
}
.svs-yls-excerpt p {
  margin-bottom: 15px;
}

.svs-yls-read {
  text-transform: uppercase;
}

.svs-yls-title,
.svs-yls-time,
.svs-yls-excerpt {
  width: calc(100% - 190px);
  float: right;
}

.svs-yls-see-button {
}

.svs-yls-see-more {
  text-transform: uppercase;
  background-color: #f4ede5;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .svs-yls-image {
    position: absolute;
    top: 3px;
  }
}

@media (max-width: 991px) {
  .svs-yls-see-button {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .svs-yls-title,
  .svs-yls-time {
    width: 100%;
    float: none;
  }

  .svs-yls-image {
    top: auto;
    margin-top: 10px;
    width: 30%;
    margin-right: 3%;
  }

  .svs-yls-excerpt {
    width: 67%;
    float: right;
  }
}

@media (max-width: 450px) {
  .svs-yls-title,
  .svs-yls-time,
  .svs-yls-image,
  .svs-yls-excerpt {
    text-align: center;
  }

  .svs-yls-image {
    width: 80%;
    margin: 10px auto 0;
    float: none;
  }

  .svs-yls-excerpt {
    width: 100%;
  }
}

/* Basic template / People module */
.page-template-template-basic-page .people-module > .container {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}

@media only screen and (min-width: 576px) {
  .page-template-template-basic-page .people-module > .container {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.page-template-template-basic-page .people-module .row-people {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Donate form / Transaction expenses field */
.gf-field-transaction-expenses li {
  display: flex;
}
.gform_wrapper
  .gfield.gf-field-transaction-expenses
  .ginput_container
  li
  > input {
  margin-top: 5px !important;
}
.gfield.gf-field-transaction-expenses .ginput_container li > label {
  margin-left: 5px;
}

/* Events Calendar */
@media only screen and (max-width: 768px) {
  #tribe-events-content.tribe-events-list
    .tribe-events-loop
    .tribe-events-event-meta {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-top: 12px;
  }

  #tribe-events-content.tribe-events-list .tribe-event-schedule-details {
    padding: 0;
  }

  #tribe-events-content.tribe-events-list .tribe-events-venue-details {
    border-top: none;
    padding: 0;
  }

  #tribe-events-content.tribe-events-list .tribe-events-nav-pagination a,
  #tribe-events-content.tribe-events-month .tribe-events-nav-pagination a {
    color: #ffffff;
  }
}

/* Calendar links */
#tribe-events-content a,
.tribe-events-event-meta a {
  color: #2c486a;
}

/* Top menu */
@media only screen and (max-width: 1199px) {
  .site-header .change-on-mobile {
    bottom: -6.5rem;
  }
}

/* Weglot translate button */
.country-selector {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 10px 5px 10px;
}
.country-selector.weglot-default {
  position: absolute;
  bottom: 0px;
  right: 40px;
}
.country-selector.weglot-inline.weglot-default {
  top: 30px;
  bottom: auto;
}

.country-selector.weglot-inline .wgcurrent {
  display: none;
}

.country-selector a {
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  padding: 0;
}
.country-selector.weglot-inline a:hover {
  text-decoration: none;
  color: #dcdbdb;
}

@media (min-width: 1200px) {
  .country-selector.weglot-default {
    bottom: 0px;
    right: 44%;
  }
}

.site-header .svmf-header-desktop-top-buttons {
  position: relative;
}
.svmf-header-desktop-top-buttons .country-selector {
  position: absolute;
  top: 2px;
  left: -80px;
}

.svmf-header-mobile-menu-button .country-selector {
  position: absolute;
  top: -10px;
  left: -100px;
}

@media only screen and (max-width: 540px) {
  .svmf-header-mobile-menu-button .country-selector {
    top: -55px;
    left: -12px;
  }
}

/* Footer */
.svmf-footer-charity-navigator img {
  max-width: 100%;
}
.svmf-footer-charity-navigator p {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 20px;
}

.footer .svmf-footer-social-icons {
  margin-top: 40px;
}
.svmf-footer-social-icons .footer__icon {
  padding: 0;
}
.svmf-footer-social-icons .footer__icon + .footer__icon {
  margin-left: 2rem;
}

@media only screen and (max-width: 991px) {
  .svmf-footer-col-4 {
    margin-top: 30px;
  }

  .svmf-footer-charity-navigator {
    text-align: center;
  }

  .svmf-footer-social-icons {
    justify-content: center;
  }
}

/* Gravity Forms */
.gform_wrapper .gform_heading {
  margin-bottom: 30px;
}

.gform_wrapper.gform_legacy_markup_wrapper
  .ginput_container
  input[type='radio'],
.gform_wrapper.gform_legacy_markup_wrapper
  .ginput_container
  input[type='checkbox'] {
  width: auto;
}

.gform_wrapper.gform_legacy_markup_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  select {
  border: 1px solid #d8bb9a;
  padding: 6px 4px;
  margin-top: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper
  .gform_body
  .ginput_complex
  .ginput_right
  select {
  margin-bottom: 0;
}

.gform_wrapper .gfield--type-html p:last-child {
  margin-bottom: 0;
}

.gform_wrapper .gform_footer {
  margin-block-start: 30px;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper.gform_legacy_markup_wrapper
    .gform_body
    .ginput_complex
    select {
    margin-bottom: 0;
  }
}

/* - Section element with no title */
.svmf-gf-section-no-title.gfield--type-section {
  padding: 0;
}

.svmf-gf-section-no-title.gfield--type-section .gsection_title {
  margin: 0;
}

/* - Readonly field */
.svmf-gf-field-readonly .gfield_label {
  pointer-events: none;
}

.gform_wrapper .gfield.svmf-gf-field-readonly input {
  background-color: #f0f0f0;
  pointer-events: none;
}

/* - Inline label */
.gfield.svmf-gf-label-inline .gfield_label {
  display: inline;
}

.svmf-gf-label-inline .gfield_label > .gfield_required {
  margin-left: 5px;
}

/* The Events Calendar */
html:root {
  --tec-color-accent-primary: #162c4d;
  --tec-color-accent-primary-active: rgba(22, 44, 77, 0.9);
  --tec-color-accent-primary-hover: rgba(22, 44, 77, 0.8);
  --tec-color-text-events-title: #2c486a;
  --tec-font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --tec-grid-gutter-page: 20px;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: unset;
}

.tribe-events.tribe-events--filter-bar-horizontal.tribe-common--breakpoint-medium {
  overflow: visible;
}

.tribe-events.tribe-common .tribe-events-calendar-list__event-date-tag-daynum {
  color: var(--tec-color-accent-primary);
}

.tribe-events-calendar-list__event-datetime {
  font-weight: bold;
}

body .tribe-events.tribe-common .tribe-events-calendar-list__event-title {
  font-family: Blacker;
  font-size: 30px;
}

.tribe-events.tribe-common .tribe-events-calendar-list__event-title-link {
  border-bottom: 2px solid #bce2ff;
}
.tribe-events.tribe-common .tribe-events-calendar-list__event-title-link:hover {
  border-bottom: 2px solid #f1706c;
}

body .tribe-events.tribe-common .tribe-events-calendar-list__event-venue {
  font-size: 17px;
  font-style: italic;
}

.tribe-events.tribe-common
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item
  a {
  padding: 0 10px;
}

/* - Shortcode */
.tribe-common--breakpoint-medium.tribe-events.tribe-events-view--shortcode
  .tribe-events-l-container {
  padding-top: 40px;
  padding-bottom: 20px;
}

/* - Single page */
body #tribe-events-pg-template {
  max-width: unset;
}

body.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  background-color: #e5e5e5;
  padding: 30px;
}

a.tribe-events-gmap {
  display: block;
}

.tribe-events-venue-map {
  order: 1;
  margin: 0;
  width: 58%;
}

@media only screen and (max-width: 767px) {
  .tribe-events-venue-map {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .tribe-events-venue-map > div,
  .tribe-events-venue-map > iframe {
    max-height: unset;
  }
}

/* The Events Calendar */
body .tribe-common.tribe-common--breakpoint-medium .tribe-common-l-container,
body .tribe-common .tribe-common-l-container {
  padding-left: 0;
  padding-right: 0;
}

/* - Reset button */
.svmf-calendar-search-reset {
  cursor: pointer;
  display: none;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 21px;
}
.svmf-calendar-search-reset.svmf-show {
  display: block;
}

.tribe-events.tribe-common .svmf-calendar-search-reset path {
  stroke: var(--tec-color-icon-primary);
}

/* - Date range */
.tribe-events.tribe-common .tribe-events-c-top-bar__datepicker-mobile {
  display: none;
}
.tribe-events.tribe-common .tribe-events-c-top-bar__datepicker-desktop {
  display: inline !important;
  visibility: visible;
}

/* - Read more button */
.tribe-events.tribe-common .tribe-events-read-more {
  color: #2c486a;
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
}
.tribe-events.tribe-common .tribe-events-read-more .btn__cta {
  padding: 10px 15px;
  text-transform: uppercase;
}

/* - Tooltip */
.tribe-events-calendar-month__calendar-event-tooltip-venue,
.tribe-events-pro-week-grid__event-tooltip-venue {
  font-size: 13px;
}

/* - Month view - Mobile */
.tribe-events-calendar-month__day-cell--selected
  .tribe-events-calendar-month__day-date
  .tribe-events-calendar-month__day-date-daynum {
  color: white;
}
.tribe-events-calendar-month-mobile-events__mobile-event-venue {
  margin-top: 4px;
}

/* - Day view */
.tribe-events.tribe-events-pro.tribe-common--breakpoint-medium
  .tribe-events-pro-summary__event-details {
  width: 100%;
}

.tribe-events-pro-summary__event-datetime .tribe-event-date-start {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.tribe-events .tribe-events-pro-summary__event-venue {
  margin-left: auto;
}

/* - Summary view */
.tribe-events.tribe-common.tribe-common--breakpoint-medium
  .tribe-events-pro-summary__event-datetime-wrapper {
  line-height: 1.89;
}

/* - Photo view */
.tribe-events .tribe-events-pro-photo__event-datetime {
  margin-bottom: var(--tec-spacer-1);
}

/* - Map view */
.tribe-events-pro-map__event-title-link,
.tribe-events-pro-map__event-featured-image-link {
  pointer-events: none;
}
.tribe-events-pro-map__event-card-wrapper--active
  .tribe-events-pro-map__event-title-link,
.tribe-events-pro-map__event-card-wrapper--active
  .tribe-events-pro-map__event-featured-image-link {
  pointer-events: all;
}

.tribe-events-pro-map__event-featured-image-link:hover {
  opacity: var(--tec-opacity-icon-hover);
}

/* - Responsive */
@media only screen and (min-width: 992px) {
  .tribe-events.tribe-common.tribe-common--breakpoint-medium
    .tribe-events-pro-summary__event-title {
    margin-bottom: 0;
  }
}

/* - Single page */
.single-tribe_events
  .tribe-events-meta-group
  .tribe-events-single-section-title {
  color: var(--svm-color-blue);
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  /* - Reset button  */
  .svmf-calendar-search-reset {
    right: 20px;
    top: 15px;
  }

  /* - Date range */
  .tribe-events.tribe-common .tribe-events-c-top-bar__datepicker-mobile {
    display: inline;
  }
  .tribe-events.tribe-common .tribe-events-c-top-bar__datepicker-desktop {
    display: none !important;
  }
}

/* Page password */
.svmf-container-password {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 400px;
  text-align: center;
}

.svmf-container-password form {
  background-color: #f4ede5;
  padding: 30px;
}

.svmf-container-password p:last-child {
  margin-bottom: 0;
}

.svmf-container-password input[type='password'] {
  border: 1px solid #d8bb9a;
  font-family: monospace;
  padding: 5px;
}

.svmf-container-password input[type='submit'] {
  cursor: pointer;
}

/* Events top notification */
.svmf-events-top-notification {
  background: #460c36;
  color: #ffffff;
  padding: 20px;
}
.svmf-events-top-notification h2 {
  color: #ffffff;
  margin-bottom: 10px;
}
.svmf-events-top-notification h3 {
  color: #d9bb9b;
  margin-bottom: 18px;
}

.svmf-events-top-notification a:hover {
  color: inherit;
}

.svmf-events-top-notification p {
  margin: 0;
}
.svmf-events-top-notification p + p {
  margin-top: 10px;
}

.svmf-events-top-notification-main {
  margin-top: 50px;
}

.svmf-events-top-notification-main
  + .tribe-events.tribe-common--breakpoint-medium
  .tribe-events-l-container {
  padding-top: 50px;
}

.svmf-events-top-notification + .tribe-events .tribe-events-l-container {
  padding-top: 40px;
}

/* Accordion layout */
.accordion__wrapper.svmf-accordion-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.svmf-accordion-tag {
  background-color: crimson;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  margin-left: 5px;
  padding: 4px 9px 3px;
}

/* Wait List Form layout */
.svmf-wait-list-form {
  margin-bottom: 5rem;
}

.svmf-wlf-title {
  margin-bottom: 2.5rem;
}

.svmf-temp-title {
  font-size: 27px;
}

/* [svm_donors] shortcode */
.svm-donors .svm--filters {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.svm-donors .svm--search {
	margin-top: 20px;
}

.svm-donors .svm--search .svm--field {
	border: 1px solid var(--svm-color-beige);
	padding: 7px 10px;
	transition: var(--svm-transition);
	outline-offset: 0;
	width: 100%;
}
.svm-donors .svm--search .svm--field:focus::placeholder {
	color: transparent;
}

.svm-donors .svm--list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
	margin-top: 40px;
}

.svm-donors .svm--list .svm--donor {
	display: none;
	opacity: 0;
	transform: scale(0.95);
	transition: all 300ms ease;
	width: calc((100% - 3 * 30px) / 4);
}
.svm-donors .svm--list .svm--donor.svm--show {
	display: block;
	opacity: 1;
	transform: scale(1);
}

.svm-donors .svm--donor .svm--image {
	background-color: var(--svm-colo-sky);
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.svm-donors .svm--donor .svm--image img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.svm-donors .svm--donor .svm--name {
	margin-top: 10px;
}

.svm-donors .svm--donor .svm--category {
	margin-top: 10px;
}

.svm-donors .svm--donor .svm--info {
	margin-top: 10px;
}

@media (max-width: 991px) {
	.svm-donors .svm--list .svm--donor {
		width: calc((100% - 30px) / 2);
	}
}

@media (max-width: 767px) {
	.svm-donors .svm--filters {
		flex-direction: column;
	}

	.svm-donors .svm--list .svm--donor {
		width: 100%;
	}
}

/* Back to Top button */
.svm-back-to-top-button.btn__cta {
	bottom: 15px;
	display: none;
	position: fixed;
	right: 15px;
	z-index: 1000;
}
.svm-back-to-top-button.svm--show {
	display: inline-block;
}

/* The Events Calendar */
.tribe-events-c-subscribe-dropdown {
	align-items: end;
	display: flex;
	flex-direction: column;
}

.tribe-events-c-subscribe-dropdown .svm-calendar-download-instructions {
	border-radius: 4px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.tribe-events-c-subscribe-dropdown {
		align-items: center;
	}
}