/*
Theme Name: hera
Author: HeRa Center
Template: flatsome
*/

/* Add custom CSS here. */

tribe-events-schedule__all-day, .tribe-events-schedule__separator, .tribe-events-schedule__timezone {
  color: #8c7b6f;
  font-size: 14px;
  font-weight: 500;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8C7B6F;
}
.label::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #C9A96E;
}

.pricing span.tribe-block__event-price__cost { font-size: 28px; color: #C9A96E;}


.fs-block-accordion-item {
  &:not(.is-active) > .fs-block-accordion-item__toggle {
    color: #000000;
  }
}
.fs-block-accordion-item {
  &:not(.is-active) > .fs-block-accordion-item__toggle {
    color: color-mix(in srgb,var(--fs-blocks-color-primary) 70%,transparent);
  }
}

@media (max-width: 48em) {
  /* Add mobile only CSS here. */
}