@import url("/assets/checkout/fonts/noto-serif/stylesheet.css");
@import url("/assets/checkout/fonts/roboto-mono/stylesheet.css");
:root {
  --baseline: 1.3888888889em;
  --gutterMobile: calc(var(--baseline) * .75);
  --gutterTablet: calc(var(--baseline) * 2);
  --gutterDesktop: calc(var(--baseline) * 2);
  --actionsWidth: 22em;
  --contentWidth: calc(100% - var(--actionsWidth) - var(--gutterDesktop));
  --containerMaxWidth: 1240px;
  --button-font-size-large: 1.1em;
  --button-font-weight-large: 600; }
  @media (max-width: 30em) {
    :root {
      --button-font-size-large: 1.2em; } }

:root {
  --baseline: 1.3888888889em;
  --gutterMobile: calc(var(--baseline) * .75);
  --gutterTablet: calc(var(--baseline) * 2);
  --gutterDesktop: calc(var(--baseline) * 2);
  --actionsWidth: 22em;
  --contentWidth: calc(100% - var(--actionsWidth) - var(--gutterDesktop));
  --containerMaxWidth: 1240px;
  --button-font-size-large: 1.1em;
  --button-font-weight-large: 600; }
  @media (max-width: 30em) {
    :root {
      --button-font-size-large: 1.2em; } }

:root {
  --background-color: #f0ebe2;
  --background-color-alt: #4a5241;
  --text-color: #4a5241;
  --text-color-alt: #f0ebe2;
  --highlight-color: #f0ebe2;
  --default-border-color: color-mix(in srgb, var(--text-color) 100%, transparent);
  --border-color: color-mix(in srgb, var(--text-color) 100%, transparent);
  --font-family: 'Roboto Mono', sans-serif;
  --font-size-mobile: 14px;
  --font-size-desktop: 15px;
  --baseline: 1.3888888889em;
  --heading-font-family: 'Noto Serif', serif;
  --heading-font-weight: 400;
  --h1-font-size: 2.5em;
  --h1-line-height: 1.1em;
  --h2-font-size: 2em;
  --h2-line-height: 1.1em;
  --h3-font-size: 1.6em;
  --h3-line-height: 1.1em;
  --h4-font-size: 1.125em;
  --h4-line-height: 2.1666666667em;
  --button-font-size: 0.8em;
  --button-padding: calc(var(--baseline) * .3) var(--baseline);
  --button-padding-large: calc(var(--baseline) * .8) var(--baseline) calc(var(--baseline) * .85);
  --button-text-transform: uppercase;
  --button-primary-background: var(--text-color);
  --button-primary-color: var(--background-color);
  --nav-item-font-family: var(--heading-font-family);
  --nav-item-font-size: 1.2em;
  --nav-button-padding: var(--button-padding);
  --image-border-radius: 20px;
  --filter-border-width: 1px 0 0;
  --filter-padding: calc(var(--baseline) * 1.5);
  --filter-field-background: transparent;
  --filter-field-border-color: var(--border-color);
  --filter-field-border: 1px solid var(--filter-field-border-color);
  --filter-field-border-radius: 7px;
  --event-item-border-radius: 7px;
  --filter-field-text-color: var(--text-color);
  --calendar-background-color: var(--background-color);
  --calendar-text-color: var(--text-color);
  --calendar-inactive-color: #ceccc2;
  --calendar-inactive-text-color: var(--text-color);
  --slideshow-buttons-display: flex; }
  @media (max-width: 63.75em) {
    :root {
      --font-size-desktop: 14px; } }
  @media (min-width: 53.75em) {
    :root {
      --h1-font-size: 3em;
      --h1-line-height: 1.2em;
      --h2-font-size: 2em;
      --h2-line-height: 1.2em;
      --h3-font-size: 1.7em;
      --h3-line-height: 1.1em;
      --h4-font-size: 1.5em;
      --h4-line-height: 1em; } }
  @media (min-width: 63.75em) {
    :root {
      --h1-font-size: 3.5em;
      --h2-font-size: 2.5em; } }
  @media (min-width: 63.75em) {
    :root {
      --button-font-size: 0.9em;
      --button-padding: calc(var(--baseline) * .6) var(--baseline); } }
  @media (max-width: 63.75em) {
    :root {
      --nav-item-font-size: 1em; } }
  @media (min-width: 45em) {
    :root {
      --image-border-radius: 30px; } }

section[data-variation="list"] .event {
  border: 1px solid var(--border-color); }

@media (min-width: 1px) {
  .event-badge {
    text-transform: none; }
    section:not([data-variation="list"]) .event .event-badge {
      background: transparent;
      border-radius: var(--filter-field-border-radius);
      border: 1px solid currentColor;
      color: inherit;
      justify-self: flex-start;
      margin: calc(var(--baseline) * .5) 0 0;
      order: 9;
      position: static;
      right: auto;
      width: auto; }

  section[data-variation="list"] .event__image__container {
    margin: calc(var(--baseline)* 1);
    margin-right: 0;
    padding: 0 !important; } }
.events-filter__control::placeholder {
  color: inherit;
  opacity: 1; }
.events-filter .sort_by.__default_value label.visually-hidden {
  opacity: 1; }

@media (min-width: 45em) {
  .featured-events__title,
  .main-events-listing__title {
    text-align: center; } }
.featured-events .event__title,
.main-events-listing .event__title {
  font-size: var(--h4-font-size); }
.featured-events .event-meta__date,
.main-events-listing .event-meta__date {
  font-weight: normal; }

.event--featured .event__title, section[data-variation=""] .events-listing .event .event__title, section[data-variation="2-col"] .events-listing .event .event__title, section[data-variation="1+4"] .events-listing > :first-child .event .event__title {
  font-size: var(--h3-font-size); }
section:not([data-variation="list"]) .event__content {
  grid-template-rows: 1fr auto auto 2.25em; }
  @media (min-width: 63.75em) {
    section:not([data-variation="list"]) .event__content {
      grid-template-rows: 1fr auto 2.25em; } }

.hero[data-variation="slideshow"] .hero__slide, .hero[data-variation="full-width"] .hero__slide, .hero[data-variation="side-by-side"] .hero__slide, .hero[data-variation="side-by-side-reverse"] .hero__slide {
  border-radius: var(--image-border-radius);
  box-shadow: var(--image-box-shadow);
  overflow: hidden; }
.hero__button {
  height: 3.25em !important;
  width: 3.25em !important; }

.listing-hero[data-variation="slideshow"], .listing-hero[data-variation="full-width"], .listing-hero[data-variation="full-bleed"] {
  align-items: stretch;
  display: flex;
  flex-direction: column-reverse; }
  .listing-hero[data-variation="slideshow"] .listing-hero__content, .listing-hero[data-variation="full-width"] .listing-hero__content, .listing-hero[data-variation="full-bleed"] .listing-hero__content {
    color: var(--text-color) !important;
    margin: 0 0 var(--baseline);
    position: static !important;
    transform: none !important; }

.detail-hero__title {
  font-size: var(--h2-font-size); }
@media (max-width: 45em) {
  .detail-hero[data-variation="full-bleed-under-header"] .hero__buttons {
    top: 30%; } }
@media (min-width: 45em) {
  .detail-hero[data-variation="full-bleed-under-header"] .hero__buttons .hero__button--previous {
    transform: translateX(-125%) rotate(-180deg); }
  .detail-hero[data-variation="full-bleed-under-header"] .hero__buttons .hero__button--next {
    transform: translateX(125%); } }

.detail-actions__title {
  font-size: var(--h4-font-size); }

.newsletter-signup,
.footer {
  background: var(--background-color);
  color: var(--text-color); }

.footer__attribution {
  opacity: 1; }

.newsletter-signup__image {
  border-radius: var(--image-border-radius);
  box-shadow: var(--image-box-shadow);
  overflow: hidden; }
.newsletter-signup__title {
  margin: 0 0 1.5rem; }
.newsletter-signup[data-variation="with-image"] .newsletter-signup__form {
  padding-top: calc(var(--baseline) * .25); }

.footer {
  background: var(--background-color);
  color: var(--text-color); }
  .footer * {
    color: var(--text-color) !important; }

.detail-actions {
  border: 1px solid var(--border-color); }

.main-events-listing::before,
.detail-content:before {
  background-color: var(--background-color-alt);
  clip-path: polygon(0% 3.3%, 2.5% 4%, 5% 5.1%, 7.5% 12.2%, 10% 14.2%, 12.5% 15.2%, 15% 15%, 17.5% 17.3%, 20% 22.8%, 22.5% 24.8%, 25% 35.3%, 27.5% 37.5%, 30% 44.5%, 32.5% 48.1%, 35% 51.3%, 37.5% 53.3%, 40% 53.5%, 42.5% 53.6%, 45% 49%, 47.5% 47.9%, 50% 45.6%, 52.5% 43.9%, 55% 41.9%, 57.5% 39.8%, 60% 39.8%, 62.5% 42.3%, 65% 44.4%, 67.5% 47.3%, 70% 47.9%, 72.5% 47.9%, 75% 45.1%, 77.5% 40.4%, 80% 38.2%, 82.5% 33.1%, 85% 32.2%, 87.5% 30.6%, 90% 31%, 92.5% 32.2%, 95% 37%, 97.5% 38.3%, 100% 41.7%, 100% 100%, 0% 100%);
  content: "";
  height: 4vh;
  max-height: 68px;
  top: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 102vw;
  transform: translate(-50%, -1px) rotate(180deg);
  border: none !important; }

.main-events-listing,
.detail-content {
  padding-top: calc(var(--gutterDesktop) * 1.5); }
  @media screen and (max-width: 45em) {
    .main-events-listing,
    .detail-content {
      padding-top: calc(var(--gutterMobile) * 3); } }

ul.__design_studio_mode__event_listings li:nth-of-type(1) .event__image,
ul.__design_studio_mode__event_listings li .event__image--placeholder-1 {
  background-image: url("https://res.cloudinary.com/ticket-tailor/image/upload/v1744709898/production/userfiles/global/organic-square-1.jpg"); }
ul.__design_studio_mode__event_listings li:nth-of-type(2) .event__image,
ul.__design_studio_mode__event_listings li .event__image--placeholder-2 {
  background-image: url("https://res.cloudinary.com/ticket-tailor/image/upload/v1744709898/production/userfiles/global/organic-square-2.jpg"); }
ul.__design_studio_mode__event_listings li:nth-of-type(3) .event__image,
ul.__design_studio_mode__event_listings li .event__image--placeholder-3 {
  background-image: url("https://res.cloudinary.com/ticket-tailor/image/upload/v1744709898/production/userfiles/global/organic-square-3.jpg"); }

/*# sourceMappingURL=organic.css.map */
