:root {
  --fc-h-clor: var(--wp--preset--color--thb-accent, #000);
}

/* quicksand-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand/quicksand-v36-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand/quicksand-v36-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand/quicksand-v36-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand/quicksand-v36-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand/quicksand-v36-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --wp-admin-bar-h: 1px;
}

.admin-bar {
  --wp-admin-bar-h: 32px;
}

.parallax_bg video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 86%;
  position: absolute;
  z-index: 1;
}

.page-padding {
  padding-top: 50px !important;
}
@media only screen and (max-width: 48.063em) {
  .page-padding {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48.063em) {
  .page-padding {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .page-padding {
    padding-top: 120px !important;
  }
}

.blog-post-container {
  padding-top: 0;
}

.menu_overlay {
  background: rgba(92, 18, 24, 0.5);
}

#footer {
  position: static;
  padding: 15px;
}
@media only screen and (min-width: 48.063em) {
  #footer {
    position: fixed;
    padding: 0 15px 15px;
  }
}
#footer .left-side {
  display: block;
}

:root {
  --fc-header-h: 52px;
}
@media only screen and (min-width: 48.063em) {
  :root {
    --fc-header-h: 115px;
  }
}
@media only screen and (min-width: 64.063em) {
  :root {
    --fc-header-h: 135px;
  }
}

#header {
  padding: 10px 15px;
  background-color: #fff;
}
@media only screen and (min-width: 48.063em) {
  #header {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  #header {
    padding: 30px 30px;
  }
}
#header .thb-top-line, #header .thb-mid-line, #header .thb-bottom-line {
  stroke: var(--fc-h-clor);
}

.logo-holder .mobile-toggle {
  position: relative;
  top: -0.125rem;
}
@media only screen and (min-width: 48.063em) {
  .logo-holder .mobile-toggle {
    top: -0.25rem;
  }
}

body {
  font-family: Quicksand, sans-serif;
}

h1,
h2,
h3,
h4 {
  color: var(--fc-h-clor);
  font-family: Quicksand, sans-serif;
}

h1,
h2,
h3 {
  font-weight: 400;
  margin-left: -0.2rem;
}

h1 {
  font-size: 22px;
}
@media only screen and (min-width: 64.063em) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 80em) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 22px;
}
@media only screen and (min-width: 64.063em) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 80em) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media only screen and (min-width: 64.063em) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 80em) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (min-width: 64.063em) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 16px;
}
@media only screen and (min-width: 64.063em) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 14px;
}

.page-template-template-intro #wrapper {
  position: relative;
}

.intro {
  position: absolute;
  top: 50vh;
  left: 50%;
  --__translateY: calc(-50% + (var(--fc-header-h, 0) - var(--wp-admin-bar-h, 0)));
  transform: translateY(var(--__translateY)) translateX(-50%);
  margin: auto;
  aspect-ratio: 16/10;
  max-width: calc(100vw - 60px);
  max-height: calc(90vh - var(--fc-header-h, 0) - var(--wp-admin-bar-h, 0));
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.intro figure, .intro figure image {
  width: 100%;
}
.intro h2 {
  transform: translateY(0);
}
@media only screen and (min-width: 48.063em) {
  .intro h2 {
    transform: translateY(-80%);
  }
}

.events-headline {
  color: rgb(133, 133, 133);
}
@media only screen and (min-width: 29.375em) {
  .events-headline {
    padding-left: 120px;
  }
}
@media only screen and (min-width: 64.063em) {
  .events-headline {
    padding-left: 160px;
  }
}

.event-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.event-block .event-date {
  margin-right: 30px;
  width: 120px;
  text-align: right;
}
.event-block .event-text {
  width: auto;
  flex-grow: 1;
}
.event-block h3 {
  margin-bottom: 0;
}

@media only screen and (min-width: 29.375em) {
  .events-month-wrapper {
    display: flex;
    flex-direction: row;
  }
}
.events-month-wrapper .col-month {
  min-width: 120px;
}
@media only screen and (min-width: 64.063em) {
  .events-month-wrapper .col-month {
    min-width: 160px;
  }
}
.events-month-wrapper .col-month h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  color: rgb(133, 133, 133);
}
@media only screen and (min-width: 29.375em) {
  .events-month-wrapper .col-month h3 {
    font-size: 42px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 64.063em) {
  .events-month-wrapper .col-month h3 {
    font-size: 54px;
    line-height: 42px;
  }
}
.events-month-wrapper .col-events {
  flex-grow: 1;
}
.events-month-wrapper .col-events *:last-child {
  margin-bottom: 0;
}
.events-month-wrapper .col-events .event-date {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.events-month-wrapper .col-events .event-date:not(:first-child) {
  margin-top: 30px;
  position: relative;
}
.events-month-wrapper .col-events .event-date:not(:first-child):before {
  content: " ";
  border-bottom: 1px solid #8c8c8c;
  height: 0;
  overflow: hidden;
  width: 45px;
  position: absolute;
  top: -24px;
}
.events-month-wrapper .col-events h4 {
  margin-bottom: 10px;
}

.page-template-template-events .infinite-scroll-js {
  padding-bottom: 36px;
}

.wp-block-gallery {
  margin: 20px -5px;
}
.wp-block-gallery .wp-block-image {
  width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 48.063em) {
  .wp-block-gallery .wp-block-image {
    width: 50%;
  }
}
@media only screen and (min-width: 64.063em) {
  .wp-block-gallery .wp-block-image {
    width: 25%;
  }
}
.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto;
}

.lg-rotate-right,
.lg-rotate-left,
.lg-flip-hor,
.lg-flip-ver,
.lg-download {
  display: none !important;
}

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