/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./wp-content/themes/darylroththeatre/assets/css/src/main.scss ***!
  \**********************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div,
.splide__video__wrapper iframe,
.splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play::after {
  border-color: transparent;
  border-left-color: #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.25; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

/**
   * inherit box model for all elements
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 800;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: calc(1024px + 40px);
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
    max-width: calc(1024px + 80px);
  }
}
.container--large {
  max-width: calc(1380px + 40px);
}
.container--full {
  max-width: 100%;
}

.grid {
  display: flex;
  flex-flow: row wrap;
  --gap: 30px;
  gap: var(--gap);
}
.grid--ds {
  --gap: 50px;
}
.grid.grid--m-1 > *,
.grid.grid--t-1 > *,
.grid.grid--1 > * {
  width: 100%;
  max-width: 100%;
}
.grid.grid--m-2 > * {
  width: 100%;
  max-width: calc(100% / 2 - calc( var(--gap)/ 2 * (2 - 1)) );
}
.grid.grid--m-3 > * {
  width: 100%;
  max-width: calc(100% / 3 - calc( var(--gap)/ 3 * (3 - 1)) );
}
.grid.grid--m-4 > * {
  width: 100%;
  max-width: calc(100% / 4 - calc( var(--gap)/ 4 * (4 - 1)) );
}
.grid.grid--m-5 > * {
  width: 100%;
  max-width: calc(100% / 5 - calc( var(--gap)/ 5 * (5 - 1)) );
}
.grid.grid--m-6 > * {
  width: 100%;
  max-width: calc(100% / 6 - calc( var(--gap)/ 6 * (6 - 1)) );
}
.grid.grid--m-7 > * {
  width: 100%;
  max-width: calc(100% / 7 - calc( var(--gap)/ 7 * (7 - 1)) );
}
.grid.grid--m-8 > * {
  width: 100%;
  max-width: calc(100% / 8 - calc( var(--gap)/ 8 * (8 - 1)) );
}
.grid.grid--m-9 > * {
  width: 100%;
  max-width: calc(100% / 9 - calc( var(--gap)/ 9 * (9 - 1)) );
}
.grid.grid--m-10 > * {
  width: 100%;
  max-width: calc(100% / 10 - calc( var(--gap)/ 10 * (10 - 1)) );
}
.grid.grid--m-11 > * {
  width: 100%;
  max-width: calc(100% / 11 - calc( var(--gap)/ 11 * (11 - 1)) );
}
.grid.grid--m-12 > * {
  width: 100%;
  max-width: calc(100% / 12 - calc( var(--gap)/ 12 * (12 - 1)) );
}
@media (min-width: 580px) {
  .grid.grid--t-2 > * {
    max-width: calc(100% / 2 - calc( var(--gap)/ 2 * (2 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-3 > * {
    max-width: calc(100% / 3 - calc( var(--gap)/ 3 * (3 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-4 > * {
    max-width: calc(100% / 4 - calc( var(--gap)/ 4 * (4 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-5 > * {
    max-width: calc(100% / 5 - calc( var(--gap)/ 5 * (5 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-6 > * {
    max-width: calc(100% / 6 - calc( var(--gap)/ 6 * (6 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-7 > * {
    max-width: calc(100% / 7 - calc( var(--gap)/ 7 * (7 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-8 > * {
    max-width: calc(100% / 8 - calc( var(--gap)/ 8 * (8 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-9 > * {
    max-width: calc(100% / 9 - calc( var(--gap)/ 9 * (9 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-10 > * {
    max-width: calc(100% / 10 - calc( var(--gap)/ 10 * (10 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-11 > * {
    max-width: calc(100% / 11 - calc( var(--gap)/ 11 * (11 - 1)) );
  }
}
@media (min-width: 580px) {
  .grid.grid--t-12 > * {
    max-width: calc(100% / 12 - calc( var(--gap)/ 12 * (12 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--2 > * {
    max-width: calc(100% / 2 - calc( var(--gap)/ 2 * (2 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--3 > * {
    max-width: calc(100% / 3 - calc( var(--gap)/ 3 * (3 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--4 > * {
    max-width: calc(100% / 4 - calc( var(--gap)/ 4 * (4 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--5 > * {
    max-width: calc(100% / 5 - calc( var(--gap)/ 5 * (5 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--6 > * {
    max-width: calc(100% / 6 - calc( var(--gap)/ 6 * (6 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--7 > * {
    max-width: calc(100% / 7 - calc( var(--gap)/ 7 * (7 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--8 > * {
    max-width: calc(100% / 8 - calc( var(--gap)/ 8 * (8 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--9 > * {
    max-width: calc(100% / 9 - calc( var(--gap)/ 9 * (9 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--10 > * {
    max-width: calc(100% / 10 - calc( var(--gap)/ 10 * (10 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--11 > * {
    max-width: calc(100% / 11 - calc( var(--gap)/ 11 * (11 - 1)) );
  }
}
@media (min-width: 1024px) {
  .grid.grid--12 > * {
    max-width: calc(100% / 12 - calc( var(--gap)/ 12 * (12 - 1)) );
  }
}
.grid--h-left {
  justify-content: flex-start;
}
.grid--h-center {
  justify-content: center;
}
.grid--h-right {
  justify-content: flex-end;
}
.grid--v-top {
  align-items: flex-start;
}
.grid--v-center {
  align-items: center;
}
.grid--v-bottom {
  align-items: flex-end;
}
.grid__col {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .grid__col--hm {
    display: none !important;
  }
}
@media (max-width: 1379px) {
  .grid__col--ht {
    display: none !important;
  }
}
@media (min-width: 1380px) {
  .grid__col--hd {
    display: none !important;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.image--object-contain {
  object-fit: contain;
}
.image--object-cover {
  object-fit: cover;
}

.text--secondary {
  font-family: "Pridi", serif;
}
.text--center {
  text-align: center;
}
.text--sm {
  font-size: 14px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label, body:not(.wp-core-ui),
.text--md {
  font-size: 14px;
}
@media screen and (min-width: 580px) {
  .gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label, body:not(.wp-core-ui),
.text--md {
    font-size: calc(
                    14px + 4 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  .gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label, body:not(.wp-core-ui),
.text--md {
    font-size: 18px;
  }
}
.text--lg {
  font-size: 18px;
}
@media screen and (min-width: 580px) {
  .text--lg {
    font-size: calc(
                    18px + 4 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  .text--lg {
    font-size: 22px;
  }
}
.text--xl {
  font-size: 24px;
}
@media screen and (min-width: 580px) {
  .text--xl {
    font-size: calc(
                    24px + 4 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  .text--xl {
    font-size: 28px;
  }
}
.text--color-primary {
  color: #BBC9AB;
}
.text--color-secondary {
  color: #000;
}
.text--color-secondary {
  color: #2271b1;
}
.text--color-accent {
  color: #fcec57;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--leading {
  letter-spacing: 0.12ch;
}
.text--leading-2x {
  letter-spacing: 0.3ch;
}

html {
  scroll-behavior: smooth;
}

body:not(.wp-core-ui) {
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", serif;
  color: #000;
  font-weight: 400;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
body:not(.wp-core-ui).hidden {
  visibility: hidden;
  display: none;
}
body:not(.wp-core-ui).modal--is-open, body:not(.wp-core-ui).mobile-menu-open {
  overflow: hidden;
}
body:not(.wp-core-ui).loaded {
  opacity: 1;
}
.site-main {
  position: relative;
  line-height: 2;
  z-index: 1;
  transition: 200ms ease-in-out;
}

code {
  background-color: #eee;
  padding: 10px;
}
code {
  margin-bottom: 14px;
}
@media screen and (min-width: 580px) {
  code {
    margin-bottom: calc(
                    14px + 10 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  code {
    margin-bottom: 24px;
  }
}
code {
  font-size: 12px;
}
@media screen and (min-width: 580px) {
  code {
    font-size: calc(
                    12px + 2 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  code {
    font-size: 14px;
  }
}

hr {
  border-color: #909A84;
  margin: 50px 0;
  opacity: 0.5;
}

p, li {
  margin-block-start: 0;
}
p, li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  p, li {
    margin-bottom: calc(
                    10px + 10 *
                        ((100vw - 768px) / 912)
                );
  }
}
@media screen and (min-width: 1680px) {
  p, li {
    margin-bottom: 20px;
  }
}
p:last-child, p:last-of-type, li:last-child, li:last-of-type {
  margin-bottom: 0;
}

svg use {
  fill: currentColor;
}

em {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 70%;
}

.skip_to_main_link {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
  border-bottom: 1px solid #333;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.skip_to_main_link:focus {
  padding: 20px 40px;
  width: 100%;
  height: auto;
}

.cookie-banner {
  color: #fff;
  background-color: #333;
}
.cookie-banner > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cookie-banner p {
  margin: 0;
  margin-right: 20px;
}

.modal__info,
.hide-scrollbar {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.modal__info::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_required_legend,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_required_legend:focus,
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

@media only screen and (max-width: 480px) {
  .single .alignright,
.single .alignleft {
    float: none;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.block-editor .editor-styles-wrapper {
  font-family: "Playfair Display", serif;
}
.block-editor .editor-styles-wrapper .wp-block {
  max-width: 100%;
  min-height: 50px;
}
.block-editor .editor-styles-wrapper .block-editor-button-block-appender {
  margin: auto;
}

.block-editor-block-list__layout {
  z-index: 1;
}

.editor-block-invisible {
  opacity: 0.7;
  position: relative;
}
.editor-block-invisible:after {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: auto;
  font-size: 10px;
  background-color: #a1471e;
  color: #fff;
  content: "For Screen Readers only";
  padding: 5px 10px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.edit-post-sidebar {
  width: auto;
}
@media (min-width: 768px) {
  .edit-post-sidebar {
    width: 30vw;
  }
}

.block-badges {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}

.block-badge {
  background-color: #1a89c0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.block-badge--info {
  background-color: #8c8719;
}

.acf-block-component.acf-block-panel {
  padding: 16px;
}

.acf-fields > .acf-tab-wrap .acf-tab-group li a {
  font-size: 12px;
}

.acf-block-preview .block--hd, .acf-block-preview .block--hm {
  position: relative;
}
.acf-block-preview .block--hd::after, .acf-block-preview .block--hm::after {
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background-color: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 10px;
}

.block {
  scroll-margin-top: var(--header-size);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
}
.acf-block-preview .block {
  opacity: 1;
}
.block.animate-in {
  opacity: 1;
  transform: translateY(0px);
}
.block--hm {
  display: none;
}
@media (min-width: 768px) {
  .block--hm {
    display: block;
  }
}
.acf-block-preview .block--hm {
  display: block !important;
}
.acf-block-preview .block--hm:after {
  content: "Hidden in Mobile";
  top: 5px;
}
.block--hm.rpmblock--hd {
  display: none;
}
@media (min-width: 768px) {
  .block--hm.rpmblock--hd {
    display: none;
  }
}
.block--hd {
  display: block;
}
@media (min-width: 768px) {
  .block--hd {
    display: none;
  }
}
.acf-block-preview .block--hd {
  display: block !important;
}
.acf-block-preview .block--hd:before {
  content: "Hidden in Desktop";
  top: 25px;
}
.block--hd.rpmblock--hm {
  display: none;
}
@media (min-width: 768px) {
  .block--hd.rpmblock--hm {
    display: none;
  }
}
.block--bg-black {
  background: #000;
  color: #fff;
}
.block--bg-primary {
  background: #BBC9AB;
}
.block--fc-black {
  color: #000;
}
.block--pt-none {
  padding-top: 0px;
}
.block--pt-1x {
  padding-top: 10px;
}
.block--pt-2x {
  padding-top: 10px;
}
@media screen and (min-width: 580px) {
  .block--pt-2x {
    padding-top: calc(
                    10px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-2x {
    padding-top: 20px;
  }
}
.block--pt-3x {
  padding-top: 20px;
}
@media screen and (min-width: 580px) {
  .block--pt-3x {
    padding-top: calc(
                    20px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-3x {
    padding-top: 30px;
  }
}
.block--pt-4x {
  padding-top: 30px;
}
@media screen and (min-width: 580px) {
  .block--pt-4x {
    padding-top: calc(
                    30px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-4x {
    padding-top: 40px;
  }
}
.block--pt-5x {
  padding-top: 40px;
}
@media screen and (min-width: 580px) {
  .block--pt-5x {
    padding-top: calc(
                    40px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-5x {
    padding-top: 50px;
  }
}
.block--pt-6x {
  padding-top: 50px;
}
@media screen and (min-width: 580px) {
  .block--pt-6x {
    padding-top: calc(
                    50px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-6x {
    padding-top: 60px;
  }
}
.block--pt-7x {
  padding-top: 60px;
}
@media screen and (min-width: 580px) {
  .block--pt-7x {
    padding-top: calc(
                    60px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-7x {
    padding-top: 70px;
  }
}
.block--pt-8x {
  padding-top: 70px;
}
@media screen and (min-width: 580px) {
  .block--pt-8x {
    padding-top: calc(
                    70px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-8x {
    padding-top: 80px;
  }
}
.block--pt-9x {
  padding-top: 80px;
}
@media screen and (min-width: 580px) {
  .block--pt-9x {
    padding-top: calc(
                    80px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pt-9x {
    padding-top: 90px;
  }
}
.block--pb-none {
  padding-bottom: 0px;
}
.block--pb-1x {
  padding-bottom: 10px;
}
.block--pb-2x {
  padding-bottom: 10px;
}
@media screen and (min-width: 580px) {
  .block--pb-2x {
    padding-bottom: calc(
                    10px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-2x {
    padding-bottom: 20px;
  }
}
.block--pb-3x {
  padding-bottom: 20px;
}
@media screen and (min-width: 580px) {
  .block--pb-3x {
    padding-bottom: calc(
                    20px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-3x {
    padding-bottom: 30px;
  }
}
.block--pb-4x {
  padding-bottom: 30px;
}
@media screen and (min-width: 580px) {
  .block--pb-4x {
    padding-bottom: calc(
                    30px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-4x {
    padding-bottom: 40px;
  }
}
.block--pb-5x {
  padding-bottom: 40px;
}
@media screen and (min-width: 580px) {
  .block--pb-5x {
    padding-bottom: calc(
                    40px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-5x {
    padding-bottom: 50px;
  }
}
.block--pb-6x {
  padding-bottom: 50px;
}
@media screen and (min-width: 580px) {
  .block--pb-6x {
    padding-bottom: calc(
                    50px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-6x {
    padding-bottom: 60px;
  }
}
.block--pb-7x {
  padding-bottom: 60px;
}
@media screen and (min-width: 580px) {
  .block--pb-7x {
    padding-bottom: calc(
                    60px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-7x {
    padding-bottom: 70px;
  }
}
.block--pb-8x {
  padding-bottom: 70px;
}
@media screen and (min-width: 580px) {
  .block--pb-8x {
    padding-bottom: calc(
                    70px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-8x {
    padding-bottom: 80px;
  }
}
.block--pb-9x {
  padding-bottom: 80px;
}
@media screen and (min-width: 580px) {
  .block--pb-9x {
    padding-bottom: calc(
                    80px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--pb-9x {
    padding-bottom: 90px;
  }
}
.block--mt-none {
  margin-top: 0px;
}
.block--mt-1x {
  margin-top: 10px;
}
.block--mt-2x {
  margin-top: 10px;
}
@media screen and (min-width: 580px) {
  .block--mt-2x {
    margin-top: calc(
                    10px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-2x {
    margin-top: 20px;
  }
}
.block--mt-3x {
  margin-top: 20px;
}
@media screen and (min-width: 580px) {
  .block--mt-3x {
    margin-top: calc(
                    20px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-3x {
    margin-top: 30px;
  }
}
.block--mt-4x {
  margin-top: 30px;
}
@media screen and (min-width: 580px) {
  .block--mt-4x {
    margin-top: calc(
                    30px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-4x {
    margin-top: 40px;
  }
}
.block--mt-5x {
  margin-top: 40px;
}
@media screen and (min-width: 580px) {
  .block--mt-5x {
    margin-top: calc(
                    40px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-5x {
    margin-top: 50px;
  }
}
.block--mt-6x {
  margin-top: 50px;
}
@media screen and (min-width: 580px) {
  .block--mt-6x {
    margin-top: calc(
                    50px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-6x {
    margin-top: 60px;
  }
}
.block--mt-7x {
  margin-top: 60px;
}
@media screen and (min-width: 580px) {
  .block--mt-7x {
    margin-top: calc(
                    60px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-7x {
    margin-top: 70px;
  }
}
.block--mt-8x {
  margin-top: 70px;
}
@media screen and (min-width: 580px) {
  .block--mt-8x {
    margin-top: calc(
                    70px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-8x {
    margin-top: 80px;
  }
}
.block--mt-9x {
  margin-top: 80px;
}
@media screen and (min-width: 580px) {
  .block--mt-9x {
    margin-top: calc(
                    80px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mt-9x {
    margin-top: 90px;
  }
}
.block--mb-none {
  margin-bottom: 0px;
}
.block--mb-1x {
  margin-bottom: 5px;
}
@media screen and (min-width: 580px) {
  .block--mb-1x {
    margin-bottom: calc(
                    5px + 5 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-1x {
    margin-bottom: 10px;
  }
}
.block--mb-2x {
  margin-bottom: 10px;
}
@media screen and (min-width: 580px) {
  .block--mb-2x {
    margin-bottom: calc(
                    10px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-2x {
    margin-bottom: 20px;
  }
}
.block--mb-3x {
  margin-bottom: 20px;
}
@media screen and (min-width: 580px) {
  .block--mb-3x {
    margin-bottom: calc(
                    20px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-3x {
    margin-bottom: 30px;
  }
}
.block--mb-4x {
  margin-bottom: 30px;
}
@media screen and (min-width: 580px) {
  .block--mb-4x {
    margin-bottom: calc(
                    30px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-4x {
    margin-bottom: 40px;
  }
}
.block--mb-5x {
  margin-bottom: 40px;
}
@media screen and (min-width: 580px) {
  .block--mb-5x {
    margin-bottom: calc(
                    40px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-5x {
    margin-bottom: 50px;
  }
}
.block--mb-6x {
  margin-bottom: 50px;
}
@media screen and (min-width: 580px) {
  .block--mb-6x {
    margin-bottom: calc(
                    50px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-6x {
    margin-bottom: 60px;
  }
}
.block--mb-7x {
  margin-bottom: 60px;
}
@media screen and (min-width: 580px) {
  .block--mb-7x {
    margin-bottom: calc(
                    60px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-7x {
    margin-bottom: 70px;
  }
}
.block--mb-8x {
  margin-bottom: 70px;
}
@media screen and (min-width: 580px) {
  .block--mb-8x {
    margin-bottom: calc(
                    70px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-8x {
    margin-bottom: 80px;
  }
}
.block--mb-9x {
  margin-bottom: 80px;
}
@media screen and (min-width: 580px) {
  .block--mb-9x {
    margin-bottom: calc(
                    80px + 10 *
                        ((100vw - 580px) / 1100)
                );
  }
}
@media screen and (min-width: 1680px) {
  .block--mb-9x {
    margin-bottom: 90px;
  }
}

blockquote > :first-child:before, q:before {
  content: "“";
  display: inline-block;
  width: 0;
}

blockquote > :last-child:after, q:after {
  content: "”";
  display: inline-block;
  width: 0;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote > :first-child:before {
  text-indent: -0.6666666667em;
}
.blockquote__quote {
  margin: 0 0.5em 10px;
}
.blockquote__quote {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .blockquote__quote {
    font-size: calc(
                    22px + 6 *
                        ((100vw - 768px) / 256)
                );
  }
}
@media screen and (min-width: 1024px) {
  .blockquote__quote {
    font-size: 28px;
  }
}
.blockquote__quote > *:first-child:before {
  text-indent: -0.5em;
}
.blockquote__caption {
  font-style: italic;
}
.blockquote__caption {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .blockquote__caption {
    font-size: calc(
                    20px + 2 *
                        ((100vw - 768px) / 256)
                );
  }
}
@media screen and (min-width: 1024px) {
  .blockquote__caption {
    font-size: 22px;
  }
}
.blockquote__caption:before {
  content: "— ";
  text-indent: -0.5em;
  display: inline-block;
}

.button {
  display: inline-block;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0.25em;
  padding: 0.5em 2em;
  margin: 0;
  font-family: "Pridi", serif;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: opacity 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.button:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: calc(100% - 0.5em);
  height: calc(100% - 0.5em);
  inset: 0;
  margin: auto;
  border: #fff solid 1px;
  border-radius: 0.25em;
}
.button:hover {
  opacity: 0.8;
}
.button--default {
  background-color: #BBC9AB;
  color: #000;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button,
.button--tab,
.button--dark {
  background-color: #000;
  color: #fff;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button:hover,
.button--tab:hover,
.button--dark:hover {
  color: #fff;
  background-color: #3B3B3B;
}
.button--tab {
  padding: 12px 28px;
  border-radius: 2px;
  letter-spacing: 0.02ch;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  margin-right: 10px;
}
.button--tab:last-child {
  margin-right: 0;
}
.button--tab:hover {
  color: #fff;
  background-color: #3B3B3B;
}
.button--tab.active {
  pointer-events: none;
  background-color: #fff;
  color: #000;
}

.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=color],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=date],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=datetime-local],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=datetime],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=email],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=month],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=number],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=password],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=search],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=tel],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=text],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=time],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=url],
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=week],
.gform_wrapper.gravity-theme.gform-theme--no-framework form select,
.gform_wrapper.gravity-theme.gform-theme--no-framework form textarea {
  background-color: #fff;
  border: 1px solid #ABB0B2;
  border-radius: 2px;
  padding: 10px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=color]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=date]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=email]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=month]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=number]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=password]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=search]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=text]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=time]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=url]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form input[type=week]::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form select::placeholder,
.gform_wrapper.gravity-theme.gform-theme--no-framework form textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_description {
  display: block;
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_description .heading {
  font-weight: normal;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_fields {
  grid-row-gap: 15px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_label {
  margin-bottom: 3px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_checkbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_checkbox .gfield-choice-input + label {
  max-width: none;
}
.gform_wrapper.gravity-theme.gform-theme--no-framework .ginput_container_address span {
  flex: 0 0 100%;
}

.heading {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}
.heading--left {
  text-align: left;
}
.heading--center {
  text-align: center;
}
.heading--right {
  text-align: right;
}
.button--tab,
.heading--md,
.heading--medium {
  font-size: 32px;
}
.heading--lg,
.heading--large {
  font-size: 38px;
}
.heading--xl {
  font-size: 38px;
}
@media screen and (min-width: 580px) {
  .heading--xl {
    font-size: calc(
                    38px + 14 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  .heading--xl {
    font-size: 52px;
  }
}
.heading--jumbo {
  line-height: 1;
}
.heading--jumbo {
  font-size: 42px;
}
@media screen and (min-width: 580px) {
  .heading--jumbo {
    font-size: calc(
                    42px + 98 *
                        ((100vw - 580px) / 800)
                );
  }
}
@media screen and (min-width: 1380px) {
  .heading--jumbo {
    font-size: 140px;
  }
}
.heading--uppercase {
  text-transform: uppercase;
}

body.loaded a:not(.button) {
  color: #000;
  transition: 200ms ease-in-out;
}
body.loaded a:not(.button):hover {
  color: rgba(0, 0, 0, 0.5);
}

.list {
  list-style: none;
  padding: 0;
}
.list--inline {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.list--left {
  justify-content: flex-start;
}
.list--center {
  justify-content: center;
}
.list--right {
  justify-content: flex-end;
}

.site-footer {
  background-color: #BBC9AB;
  font-family: "Pridi", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-footer__container--top .grid__col--1, .site-footer__container--top .grid__col--2 {
    flex: 0 1 30%;
    max-width: calc(30% - var(--gap) / 3 * 2);
  }
}
@media (min-width: 768px) {
  .site-footer__container--top .grid__col--3 {
    flex: 0 1 40%;
    max-width: calc(40% - var(--gap) / 3 * 2);
  }
}
.site-footer__container--bottom {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer__inner > * {
  margin-bottom: 20px;
}
.site-footer__inner > *:last-child {
  margin-bottom: 0;
}
.site-footer__logo {
  display: block;
}
.site-footer__logo img {
  filter: brightness(0) saturate(100%);
  max-width: 200px;
}
.site-footer__social .list {
  margin: 0;
}
.site-footer__social svg {
  width: 1em;
  height: 1em;
}
.site-footer__menu {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .site-footer__menu {
    flex-flow: row wrap;
    justify-content: flex-end;
  }
}
.site-footer__menu .list {
  margin: 0;
}
.site-footer__menu .list__item {
  margin: 0 2px 0 0;
}
.site-footer__menu a:hover svg {
  color: #3B3B3B;
}
.site-footer__menu svg {
  color: #000;
  height: 20px;
  width: 20px;
  transition: color 200ms ease-in-out;
}
.site-footer__sisters, .site-footer__legal {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .site-footer__sisters, .site-footer__legal {
    flex: 1 0 0;
  }
}
.site-footer__sisters ul, .site-footer__legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__sisters li, .site-footer__legal li {
  margin: 0;
}
.site-footer__sisters ul {
  display: flex;
  flex-flow: column wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .site-footer__sisters ul {
    flex-flow: row wrap;
  }
}
.site-footer__sisters li {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .site-footer__sisters li {
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .site-footer__legal {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
}
.site-footer__legal li {
  display: inline-block;
  margin: 4px;
}
.site-footer__newsletter .gform_wrapper {
  margin: 20px 0 0;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gfield input[type=text],
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gfield input[type=email] {
  border: #000 solid 1px;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gfield_consent_label {
  font-size: 14px;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button {
  background-color: transparent;
  padding: 0;
  min-height: auto;
  margin: 0;
  color: #000;
  padding-right: 20px;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gform_button:hover {
  opacity: 0.5;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer:after {
  content: "";
  pointer-events: none;
  background-image: url(../../../../../..//wp-content/themes/darylroththeatre/assets/css/build/img/arrow.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: translateX(-20px);
}
.site-footer__newsletter .gform_wrapper.gravity-theme.gform-theme--no-framework .gform_footer:after:hover {
  transform: translateX(-10px);
}
.site-footer .theatre {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .site-footer .theatre {
    justify-content: flex-start;
  }
}
.site-footer .theatre__location .heading {
  margin-bottom: 0;
}
.site-footer .theatre__logo {
  display: flex;
}
.site-footer .theatre__logo svg {
  width: 40px;
  height: 40px;
}

.nav-items--footer {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.nav-items--footer {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .nav-items--footer {
    font-size: calc(
                    14px + 2 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .nav-items--footer {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .nav-items--footer {
    flex-flow: row wrap;
  }
}
.nav-items--footer li {
  margin: 0;
  flex: 1 0 calc(50% - 10px);
}
.nav-items--footer a {
  color: #000;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
.nav-items--footer a:hover {
  color: #3B3B3B;
}

.block.fpo {
  border: 5px solid #666;
  background: #ccc !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 300px;
}
.block.fpo *:not(.fpo-title) {
  display: none !important;
}
.block.fpo .fpo-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #666;
}

.site-header {
  background-color: #BBC9AB;
  font-family: "Pridi", serif;
}
.site-header a {
  text-decoration: none;
}
.site-header__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.site-header__container:first-child {
  display: none;
  border-bottom: #D6D6D6 solid 1px;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .site-header__container:first-child {
    display: flex;
  }
}
.site-header__logo {
  flex-shrink: 1;
  position: relative;
  z-index: 999;
}
.site-header__logo {
  flex-basis: 100px;
}
@media screen and (min-width: 768px) {
  .site-header__logo {
    flex-basis: calc(
                    100px + 80 *
                        ((100vw - 768px) / 256)
                );
  }
}
@media screen and (min-width: 1024px) {
  .site-header__logo {
    flex-basis: 180px;
  }
}
.site-header__logo img {
  filter: brightness(0) saturate(100%);
}
.site-header__social, .site-header__contact {
  flex: 1;
}
.site-header__social ul,
.site-header__social li, .site-header__contact ul,
.site-header__contact li {
  margin: 0;
}
.site-header__social svg {
  width: 1em;
  height: 1em;
}
.site-header__contact a {
  font-weight: bold;
}
.site-header__contact ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .site-header__contact ul {
    justify-content: flex-end;
  }
}
.site-header__items {
  background-color: #BBC9AB;
}
@media (max-width: 767px) {
  .site-header__items {
    display: flex;
    flex-flow: column wrap;
    position: fixed;
    inset: 0;
    padding: 60px 15px 15px;
    transform: translateY(-100%);
    z-index: 999;
    opacity: 0;
    transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
  }
}
@media (max-width: 767px) {
  .site-header__items.open {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .site-header__items .menu-primary-container {
    flex: 1;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-bottom: 1px solid #909A84;
  }
  .site-header__items .menu-primary-container ul {
    gap: 20px;
  }
  .site-header__items .menu-primary-container li {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.site-header__items-contact {
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-header__items-contact {
    display: none;
  }
}
.site-header__items-contact ul {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .site-header__items-social {
    display: none;
  }
}
.site-header__items-social .list {
  justify-content: center;
}
.site-header__items-social svg {
  width: 1.4em;
  height: 1.4em;
}

.mobile-menu-button {
  display: block;
  position: relative;
  width: 24px;
  height: 14px;
  z-index: 9;
  background: none;
  border: none;
  z-index: 9999;
}
@media (min-width: 768px) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button:before, .mobile-menu-button:after,
.mobile-menu-button span {
  content: "";
  width: 100%;
  max-width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  transition: 200ms ease-in-out;
}
.scrolled .mobile-menu-button:before, .mobile-menu-open .mobile-menu-button:before, .scrolled .mobile-menu-button:after, .mobile-menu-open .mobile-menu-button:after,
.scrolled .mobile-menu-button span,
.mobile-menu-open .mobile-menu-button span {
  background: #000;
}
.mobile-menu-button:before {
  top: 0;
}
.mobile-menu-button:after {
  bottom: 0;
}
.mobile-menu-button span {
  top: 50%;
  transform: translateY(-1px);
}
.mobile-menu-button[aria-expanded=true]:before {
  transform: rotate(45deg);
  top: 50%;
}
.mobile-menu-button[aria-expanded=true]:after {
  transform: rotate(-45deg) translateY(1px) translateX(-1px);
  bottom: 50%;
}
.mobile-menu-button[aria-expanded=true] span {
  opacity: 0;
}

.nav-items--header {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
}
.nav-items--header {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .nav-items--header {
    font-size: calc(
                    18px + 2 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .nav-items--header {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .nav-items--header {
    gap: 50px;
    flex-flow: row wrap;
  }
}

@keyframes modalfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: modalfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal__container {
  animation: modalslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__overlay {
  animation: modalfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal__container {
  animation: modalslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--open {
  display: block;
}
.modal--active {
  overflow: hidden;
}
.modal__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .modal__overlay {
    padding: 50px;
  }
}
.modal__container {
  width: 100%;
  max-width: 768px;
  background-color: #fff;
  position: relative;
  will-change: transform;
}
.modal__header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .modal__header {
    padding: 20px;
  }
}
.modal__header .button {
  font-size: 24px;
}
.modal__content {
  padding: 40px 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .modal__content {
    flex-flow: row nowrap;
    padding: 50px;
  }
}
.modal__image {
  flex: 0 1 200px;
}
.modal__info {
  flex: 1;
  max-height: 50vh;
  overflow: scroll;
}
.modal__bio {
  margin-top: 20px;
}
.modal__content {
  max-height: 90vh;
}

.video {
  position: relative;
}
.video--hosted-btn.active .video__button {
  opacity: 0;
  pointer-events: none;
  z-index: -9;
}
.video__inner {
  position: relative;
}
.video__button {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(113, 36, 48, 0.25);
  transition: opacity 200ms ease-in-out;
}
.video__button {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .video__button {
    font-size: calc(
                    28px + 22 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .video__button {
    font-size: 50px;
  }
}
.video__button button {
  color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__button svg {
  width: 144px;
}
@media screen and (min-width: 768px) {
  .video__button svg {
    width: calc(
                    144px + 16 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .video__button svg {
    width: 160px;
  }
}
.video__button svg {
  height: 144px;
}
@media screen and (min-width: 768px) {
  .video__button svg {
    height: calc(
                    144px + 16 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .video__button svg {
    height: 160px;
  }
}
.video__frame {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0;
}
.video__frame--portrait {
  padding-top: 175%;
}
.video__frame iframe,
.video__frame video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post__header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 50px;
}
.single-post__header-image {
  flex: 1 0 calc(40% - 50px);
}
.single-post__header-content {
  flex: 1 0 calc(60% - 50px);
}

.single-space__info {
  text-align: center;
}
@media (min-width: 768px) {
  .single-space__info {
    text-align: right;
  }
}

.image {
  object-fit: contain;
}
.image--landscape {
  object-fit: cover;
}

.splide {
  position: relative;
}
.splide--show-images .splide__slide figure {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 0;
  position: relative;
}
.splide--show-images .splide__slide figure img {
  background-color: #000;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.splide--gallery .splide__slide {
  border: 1px solid #3B3B3B;
}
.splide--gallery .splide__slide.is-active figure {
  opacity: 1;
}
.splide--gallery .splide__slide figure {
  opacity: 0.5;
  width: 100%;
  padding-top: 56.75%;
  margin-bottom: 0;
  position: relative;
  transition: opacity 200ms ease-in-out;
}
.splide--gallery .splide__slide figure img {
  background-color: #000;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
}
.splide--gallery .splide__slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.7) 100%);
  padding: 40px 5% 20px;
  color: #BBC9AB;
  letter-spacing: 0.1ch;
}
.splide__arrow {
  width: 50px;
  height: 50px;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 18px;
  appearance: none;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.splide__arrow:hover {
  background: #F0F0F0;
  transform: scale(1.1);
}
.splide__arrow svg {
  width: 100%;
  height: 100%;
}
.splide__arrow--next svg {
  transform: scale(-1);
}
.splide__arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.splide--show-images .splide__arrows, .splide--gallery .splide__arrows {
  top: 50%;
  transform: translateY(-50%);
}
.splide__pagination {
  display: none;
}

[data-toggle-target] {
  display: none;
}
.wp-block [data-toggle-target]:not([aria-hidden=false]) {
  display: block;
  opacity: 0.8;
}
[data-toggle-target][aria-hidden=false] {
  display: block;
}

.talent-card {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  color: #000;
}
@media (min-width: 768px) {
  .talent-card {
    padding: 0 20px;
  }
}
.talent-card--emp {
  padding: 0;
}
.talent-card__image {
  margin-bottom: 10px;
}
.talent-card__image img {
  width: 100%;
}
.talent-card__role {
  text-transform: uppercase;
}
.talent-card__socials svg {
  width: 20px;
  height: 20px;
}

.block--box-office__wrap {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .block--box-office__wrap {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .block--box-office__wrap > * {
    flex: 1 0 0;
  }
}
.block--box-office__hours {
  font-family: "Pridi", serif;
}
.block--box-office__hours h3 {
  font-weight: 500;
  line-height: 1;
}
.block--box-office__hours-wrap {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .block--box-office__hours-wrap {
    gap: 4px;
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .block--box-office__hours-wrap > * {
    flex: 1 0 auto;
  }
}
.block--box-office__map-inner {
  display: flex;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.block--box-office__map-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.card--production {
  max-width: 480px;
  margin: 0 auto;
}
.card--production .card__image {
  border-color: #BBC9AB;
  background-color: #BBC9AB;
}
.card__image {
  border: #000 solid 1px;
  margin-bottom: 10px;
}
.card__image a:hover {
  opacity: 0.8;
}
.card__image figure {
  width: 100%;
  padding-top: 152%;
  background-color: #000;
  height: 0;
  margin: 0;
  position: relative;
}
.card__image figure img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.block--gallery__preview {
  width: 100%;
  padding-top: 56.75%;
  height: 0;
  color: #fff;
  background-color: #000;
  position: relative;
}
.block--gallery__preview p {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

.team {
  max-width: 400px;
  margin: 0 auto;
  background-color: #BBC9AB;
  border: #909A84 solid 4px;
  display: flex;
  flex-flow: column wrap;
}
.team__image {
  display: flex;
}
.team__image img {
  width: 100%;
  object-fit: cover;
}
.team__content {
  text-align: center;
  padding: 20px;
}

.bloc--text {
  font-weight: 400;
}
@media (min-width: 768px) {
  .bloc--text {
    font-weight: 300;
  }
}
.bloc--text__text-container {
  width: 100%;
}
.bloc--text__text-container--sm {
  max-width: 520px;
}
.bloc--text__text-container--md {
  max-width: 740px;
}
.bloc--text__text-container--lg {
  max-width: 90%;
}
.bloc--text__300 {
  font-weight: 300;
}
.bloc--text__weight-default, .bloc--text__400 {
  font-weight: 400;
}
.bloc--text__weight-md, .bloc--text__500 {
  font-weight: 500;
}
.bloc--text__weight-bold, .bloc--text__800 {
  font-weight: 800;
}
.bloc--text .rm.active .rm__intro button {
  opacity: 0;
  pointer-events: none;
  height: 0;
  display: none;
}
.bloc--text .rm.active .rm__outro {
  max-height: 10000px;
  transition: max-height 1s ease-in-out;
}
.bloc--text .rm .dc-body .rm__outro {
  transform: translateY(-27px);
}
.bloc--text .rm .dc-body p {
  margin-bottom: 27px;
}
.bloc--text .rm .dc-big-intro .rm__outro {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .bloc--text .rm .dc-big-intro .rm__outro {
    padding-top: 40px;
  }
}
.bloc--text .rm .dc-big-intro p {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .bloc--text .rm .dc-big-intro p {
    margin-bottom: 40px;
  }
}
.bloc--text .rm p:last-child {
  margin-bottom: 0;
}
.bloc--text .rm__intro button {
  display: initial;
}
.bloc--text .rm__outro {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

@media (max-width: 767px) {
  .block--venue-information {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.block--venue-information__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.block--venue-information__inner {
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .block--venue-information__inner {
    gap: calc(
                    25px + 25 *
                        ((100vw - 768px) / 612)
                );
  }
}
@media screen and (min-width: 1380px) {
  .block--venue-information__inner {
    gap: 50px;
  }
}
.block--venue-information__heading, .block--venue-information__image, .block--venue-information__text {
  flex: 1 1 100%;
}
.block--venue-information__heading {
  text-align: center;
}
@media (min-width: 768px) {
  .block--venue-information__heading {
    flex: 1 0 calc(40% - 50px);
    text-align: left;
  }
}
.block--venue-information__heading .heading {
  margin-bottom: 12.5px;
}
.block--venue-information__image {
  display: flex;
  order: -1;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .block--venue-information__image {
    order: 0;
    flex: 1 0 calc(60% - 50px);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .block--venue-information__text {
    flex: 1 0 100%;
  }
}
