/*!
Theme Name: LDWP
Theme URI: http://loopdash.com/
Author: Loopdash
Author URI: http://loopdash.com/
Description: Events WordPress Theme for Courier
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ldwp
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  min-height: 30vw;
}

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

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: var(--accent-light);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--off-black);
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --subdued: #737369;
  --dark-gray: #20201f;
  --light-gray: #f9f9f5;
  --accent: #fcee21;
  --accent-light: #fefccd;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** 404 Page
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.error-404 {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page-content h1 {
  font-size: 80px;
}

.ldwp-card {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ldwp-card .ldwp-card-header img {
  border-radius: 4px 4px 0 0;
}
.ldwp-card .ldwp-card-body {
  padding: 1rem clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
}
.ldwp-card .ldwp-card-body:first-child {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.ldwp-card .ldwp-card-body .ldwp-card-icon {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.ldwp-card .ldwp-card-body .ldwp-card-lead-text {
  font-family: "Montserrat", sans-serif;
}
.ldwp-card .ldwp-card-body .ldwp-card-description:not(:last-child) {
  margin-bottom: 1rem;
}
.ldwp-card .ldwp-card-body .ldwp-card-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 6px 12px;
  border-radius: 2px;
}
.ldwp-card .ldwp-card-footer {
  padding: 0 clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  margin-top: auto;
}
.ldwp-card.is-event {
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
}
.ldwp-card.is-event .ldwp-card-body {
  padding-bottom: 1.2rem;
}
.ldwp-card.is-event .ldwp-card-body .ldwp-card-title a {
  text-decoration: none;
}
.ldwp-card.is-event .ldwp-card-body .ldwp-card-title a:active, .ldwp-card.is-event .ldwp-card-body .ldwp-card-title a:hover, .ldwp-card.is-event .ldwp-card-body .ldwp-card-title a:focus {
  color: var(--black);
}
.ldwp-card.is-event .ldwp-card-footer {
  background-color: var(--light-gray);
  border-radius: 0 0 4px 4px;
  padding: 1rem clamp(1.5rem, 3vw, 2.5rem);
  gap: 6px;
}
.ldwp-card.is-event .ldwp-card-footer a {
  color: var(--black);
  display: inline-block;
  text-decoration: none;
}
.ldwp-card.is-event .ldwp-card-footer a:active, .ldwp-card.is-event .ldwp-card-footer a:hover, .ldwp-card.is-event .ldwp-card-footer a:focus {
  background: linear-gradient(transparent 54%, var(--accent) 54%, var(--accent) 92%, transparent 92%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Overlay */
.overlay {
  position: relative;
}

.overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: saturation;
}

.overlay img {
  width: 100%;
  filter: grayscale(100%) contrast(80%);
}

.overlay.green img {
  filter: grayscale(100%) brightness(60%);
}

.overlay.green::after {
  background: #6EA722;
  mix-blend-mode: screen;
}

.overlay.dark::after {
  background-color: var(--off-black);
}

/* Social Share */
.social-share {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  left: 0;
  top: 150px;
}

.social-share a {
  width: 40px;
  height: 40px;
  color: var(--black);
  transition: all 0.25s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  font-size: 20px;
}

.social-share a:hover {
  color: var(--white);
}

/* Buttons */
.button,
button,
input[type=submit] {
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  min-height: 46px;
  padding: 8px 30px;
  border: none;
  border-radius: 23px;
  background: var(--black);
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
}
.button:active, .button:focus, .button:hover,
button:active,
button:focus,
button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
  background: var(--white);
  color: var(--black);
  cursor: pointer;
}
.button.accent-bg,
button.accent-bg,
input[type=submit].accent-bg {
  background: var(--accent);
  color: var(--black);
}
.button.accent-bg:active, .button.accent-bg:focus, .button.accent-bg:hover,
button.accent-bg:active,
button.accent-bg:focus,
button.accent-bg:hover,
input[type=submit].accent-bg:active,
input[type=submit].accent-bg:focus,
input[type=submit].accent-bg:hover {
  background: var(--dark-gray);
  color: var(--white);
}
.button.accent-light-bg,
button.accent-light-bg,
input[type=submit].accent-light-bg {
  background: var(--accent-light);
  color: var(--black);
}
.button.accent-light-bg:active, .button.accent-light-bg:focus, .button.accent-light-bg:hover,
button.accent-light-bg:active,
button.accent-light-bg:focus,
button.accent-light-bg:hover,
input[type=submit].accent-light-bg:active,
input[type=submit].accent-light-bg:focus,
input[type=submit].accent-light-bg:hover {
  background: var(--black);
  color: var(--white);
}
.button.white-bg,
button.white-bg,
input[type=submit].white-bg {
  background: var(--white);
  color: var(--black);
}
.button.white-bg:active, .button.white-bg:focus, .button.white-bg:hover,
button.white-bg:active,
button.white-bg:focus,
button.white-bg:hover,
input[type=submit].white-bg:active,
input[type=submit].white-bg:focus,
input[type=submit].white-bg:hover {
  background: var(--black);
  color: var(--white);
}
.button.dark-gray-bg,
button.dark-gray-bg,
input[type=submit].dark-gray-bg {
  background: var(--dark-gray);
  color: var(--white);
}
.button.dark-gray-bg:active, .button.dark-gray-bg:focus, .button.dark-gray-bg:hover,
button.dark-gray-bg:active,
button.dark-gray-bg:focus,
button.dark-gray-bg:hover,
input[type=submit].dark-gray-bg:active,
input[type=submit].dark-gray-bg:focus,
input[type=submit].dark-gray-bg:hover {
  background: var(--white);
  color: var(--black);
}
.button.link,
button.link,
input[type=submit].link {
  padding: 10px 0;
  background: transparent;
  color: unset;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: unset;
  text-transform: unset;
  text-decoration: underline !important;
}
.button.link:active, .button.link:focus, .button.link:hover,
button.link:active,
button.link:focus,
button.link:hover,
input[type=submit].link:active,
input[type=submit].link:focus,
input[type=submit].link:hover {
  text-decoration: none !important;
}

#colophon {
  background: var(--black);
  color: var(--white);
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: 1rem;
}
#colophon .col-left {
  max-width: 500px;
}
#colophon .col-right {
  max-width: 500px;
}
#colophon .footer-logo {
  display: inline-block;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 auto clamp(24px, 3.5vw, 48px);
  position: relative;
}
#colophon .footer-logo:after {
  content: "";
  display: block;
  height: 6px;
  width: 120px;
  background-color: var(--accent);
  position: absolute;
  bottom: -8px;
  left: 0;
}
#colophon p {
  margin: 0 0 1rem;
}
#colophon p:last-child {
  margin-bottom: 0;
}
#colophon .social-links a {
  color: var(--white);
}
#colophon .social-links a:active, #colophon .social-links a:hover, #colophon .social-links a:focus {
  color: var(--accent);
}
#colophon .button,
#colophon button {
  min-height: 40px;
  padding: 8px 26px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025rem;
}
#colophon .button:active, #colophon .button:focus, #colophon .button:hover,
#colophon button:active,
#colophon button:focus,
#colophon button:hover {
  background: var(--dark-gray);
  color: var(--white);
}

#masthead {
  display: flex;
  align-items: center;
  background: var(--black);
  color: var(--white);
}
#masthead .site-branding {
  text-transform: uppercase;
}
#masthead .site-branding a {
  text-decoration: none;
}
#masthead .site-branding h1.site-title {
  font-size: 1rem;
  margin: 0;
}
#masthead .site-branding h1.site-title span {
  box-shadow: 0 5px 0 0 var(--accent);
  padding: 0 0 5px;
}
#masthead .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
  min-height: 100px;
}
#masthead .site-branding img {
  max-height: 24px;
  object-fit: contain;
  width: fit-content;
}
#masthead .header-adjust {
  min-height: 94px;
}

.admin-bar #masthead {
  top: 32px;
}

/**
 * Colors
 */
.white .p,
.white .lg-text,
.white .md-text,
.white .sm-text {
  color: var(--white);
}

.black-bg {
  background-color: var(--black);
  color: var(--white);
}

.black {
  color: var(--black);
}

.subdued-bg {
  background-color: var(--subdued);
  color: var(--white);
}

.subdued {
  color: var(--subdued);
}

.dark-gray-bg {
  background-color: var(--dark-gray);
  color: var(--white);
}

.dark-gray {
  color: var(--dark-gray);
}

.light-gray-bg {
  background-color: var(--light-gray);
  color: var(--black);
}

.light-gray {
  color: var(--light-gray);
}

.white-bg {
  background: var(--white);
  color: var(--black);
}

.white {
  color: var(--white);
}

.accent-bg {
  background-color: var(--accent);
  color: var(--black);
}

.accent {
  color: var(--accent);
}

.accent-light-bg {
  background-color: var(--accent-light);
}

.accent-light {
  color: var(--accent-light);
}

.highlight {
  background: linear-gradient(transparent 54%, var(--accent) 54%, var(--accent) 92%, transparent 92%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/**
 * Typography
 */
.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.huge-text {
  font-size: clamp(24px, 2.8vw, 30px);
}

.lg-text {
  font-size: 22px;
}

.md-text {
  font-size: 18px;
}

.sm-text {
  font-size: 16px;
}

.tiny-text {
  font-size: 13px;
}

.fw-100 {
  font-weight: 100;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-lower {
  text-transform: lowercase;
}

.ta-center {
  text-align: center;
}

@media all and (min-width: 992px) {
  .ta-center-md {
    text-align: center;
  }
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.ls-01 {
  letter-spacing: -0.01em;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

/**
 * Layout
 */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.fl {
  display: flex;
  gap: 1rem;
}

.fl-wrap {
  flex-wrap: wrap;
}

.fl-gap-1,
.gap-1 {
  gap: 1rem;
}

.fl-gap-2,
.gap-2 {
  gap: 1.5rem;
}

.fl-gap-3,
.gap-3 {
  gap: 2rem;
}

.fl-ai-center {
  align-items: center;
}

.fl-ai-fs {
  align-items: flex-start;
}

.fl-ai-fe {
  align-items: flex-end;
}

.fl-jc-sb {
  justify-content: space-between;
}

.fl-jc-fs {
  justify-content: flex-start;
}

.fl-jc-fe {
  justify-content: flex-end;
}

.fl-jc-center {
  justify-content: center;
}

.fl-dir-row {
  flex-direction: row;
}

.fl-dir-col {
  flex-direction: column;
}

.fl-dir-row-rev {
  flex-direction: row-reverse;
}

.fl-dir-col-rev {
  flex-direction: column-reverse;
}

.gd {
  display: grid;
  gap: 2rem;
}

@media all and (min-width: 767px) {
  .gd-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 767px) {
  .gd-col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (min-width: 998px) {
  .gd-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/**
 * Spacing
 */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.m-5 {
  margin: 5rem;
}

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

.mt-05 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

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

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-5 {
  padding: 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 120%;
  margin: 0 0 1.25rem;
}

main mark {
  background: linear-gradient(transparent 54%, var(--accent) 54%, var(--accent) 92%, transparent 92%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h1, .h1 {
  font-size: clamp(36px, 4vw, 50px);
}

h2, .h2 {
  font-size: clamp(26px, 3vw, 36px);
}

h3, .h3 {
  font-size: clamp(24px, 2.8vw, 30px);
}

h4, .h4 {
  font-size: clamp(20px, 2.6vw, 26px);
}

h5, .h5 {
  font-size: clamp(18px, 2vw, 22px);
}

h6, .h6 {
  font-size: 18px;
}

p,
blockquote {
  margin: 0 0 1.67rem;
}
p:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

a:active, a:hover, a:focus {
  text-decoration: none;
}
a.alt-decor {
  text-decoration: none;
}
a.alt-decor:active, a.alt-decor:hover, a.alt-decor:focus {
  text-decoration: underline;
}

/* Adjust heading sizes inside post content */
.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2 {
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.01em;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  padding: 0;
}
.main-navigation a {
  box-shadow: none;
  display: block;
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  line-height: 128%;
}
.main-navigation a:active, .main-navigation a:focus, .main-navigation a:hover {
  box-shadow: 0 1px 0 0 var(--white);
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}

/* Primary Menu */
.main-navigation {
  /* Menu container - sibling to menu toggle */
  /* Toggle button */
}
.main-navigation > div[class*=menu] {
  display: none;
}
@media all and (min-width: 992px) {
  .main-navigation > div[class*=menu] {
    display: block;
  }
}
.main-navigation .menu-toggle {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}
@media screen and (min-width: 992px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.main-navigation.toggled {
  position: absolute;
  background-color: var(--accent);
  color: var(--black);
  height: 100vh;
  padding: 1.5rem 20px;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-navigation.toggled > div[class*=menu] {
  display: block;
}
.main-navigation.toggled > div[class*=menu] ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  display: block;
  color: var(--black);
  font-size: 1.25rem;
  padding: 10px 0;
  box-shadow: none;
}
.main-navigation .current_page_item a {
  box-shadow: 0 1px 0 0 var(--white);
  font-weight: 600;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Shared */
[class*=-section] {
  padding: clamp(3rem, 6.5vw, 6rem) 0;
  /* Preview hero from inheriting these styles */
}
[class*=-section] .sub-headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 6px 12px;
  border-radius: 2px;
}
[class*=-section] .headline {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  font-size: clamp(24px, 5vw, 48px);
  letter-spacing: -0.01em;
}
[class*=-section] .description {
  max-width: 740px;
}
[class*=-section] .description.sm-text {
  max-width: 630px;
}
[class*=-section]:not([class*=hero]) .headline {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: clamp(42px, 4.8vw, 68px);
  margin: 1.5rem 0;
}
[class*=-section]:not([class*=hero]) .headline.restricted {
  max-width: 960px;
}
[class*=-section]:not([class*=hero]) .headline br {
  display: none;
}
@media all and (min-width: 992px) {
  [class*=-section]:not([class*=hero]) .headline br {
    display: block;
  }
}
[class*=-section].tiny {
  padding: clamp(1rem, 1.5vw, 1.25rem) 0;
  font-size: 16px;
}
[class*=-section].small {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
[class*=-section].roomy {
  padding: clamp(4rem, 7.75vw, 7.5rem) 0;
}
[class*=-section].large {
  padding: clamp(4.5rem, 8.65vw, 8.25rem) 0;
}
[class*=-section].jumbo {
  padding: clamp(4.5rem, 8.65vw, 8.25rem) 0;
}
[class*=-section].jumbo .hero-header .headline {
  font-size: clamp(40px, 9vw, 120px);
  line-height: clamp(40px, 8vw, 140px);
  margin: 1.5rem 0 clamp(1rem, 2vw, 2rem);
  max-width: 90%;
}
[class*=-section].jumbo .hero-header .headline mark {
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
  padding: 0 0.12em;
  display: inline-block;
  transform: rotate(-2.5deg);
  border-radius: 4px;
}
[class*=-section].jumbo .description .lead-text {
  line-height: 1.4;
}
[class*=-section].jumbo .hero-footer .dates p {
  display: inline-block;
}
[class*=-section].narrow .container {
  max-width: 800px;
}

.single-event .hero-section .section-header .sub-headline {
  margin-bottom: clamp(1rem, 2.25vw, 2rem);
}
.single-event .hero-section .section-header h1 {
  font-size: clamp(30px, 4vw, 50px);
  margin-bottom: clamp(2rem, 4.5vw, 4rem);
}
@media all and (min-width: 992px) {
  .single-event .hero-section .section-header h1 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-event .hero-section .info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 7.5vw, 7rem);
}
@media all and (min-width: 768px) {
  .single-event .hero-section .info-grid {
    grid-template-columns: 1fr 1.25fr;
  }
}
.single-event .hero-section .wp-post-image {
  border-radius: 4px;
  border: 1px solid var(--dark-gray);
}
.single-event .hero-section .event-details .event-detail {
  margin-bottom: 0.75rem;
}
.single-event .hero-section .event-details .event-location {
  margin: 0 0 1.5rem;
  gap: 10px;
}
.single-event .hero-section .event-details .entry-title {
  font-size: clamp(20px, 2.25vw, 26px);
  letter-spacing: -0.01em;
  margin: 0;
}
.single-event .hero-section .event-details .event-description {
  font-size: 18px;
  margin-bottom: clamp(1.67rem, 2.5vw, 2.25rem);
}
.single-event .hero-section .event-details .event-description span {
  font-weight: 600;
  font-style: italic;
}

.content-section .content-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 7.5vw, 7rem);
}
@media all and (min-width: 768px) {
  .content-section .content-area {
    grid-template-columns: 1.75fr 1fr;
  }
}
.content-section .content-area .secondary .ldwp-card {
  box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.1);
}
.content-section .content-area .secondary .ldwp-card .ldwp-card-title {
  line-height: 1.4;
}

.home .faqs-section .answer {
  padding: 10px 0 0 1em;
}

.single-event .primary .entry-content + .faqs-container {
  border-top: 8px solid var(--light-gray);
  margin-top: clamp(1.5rem, 3.5vw, 3rem);
  padding-top: clamp(1.5rem, 3.5vw, 3rem);
}
.single-event .primary .faqs-container .faq {
  margin: 0 0 1.67rem;
}
.single-event .primary .faqs-container .faq:last-child {
  margin-bottom: 0;
}
.single-event .secondary .ldwp-card + .ldwp-card {
  margin-top: 2rem;
}

html {
  line-height: 1.6;
}

body {
  font-family: "Montserrat", sans-serif;
  background: var(--white);
  color: var(--black);
  font-style: normal;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
  margin: 0;
}

/* Layout */
.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.gutenberg-page {
  padding: 4rem 0;
}

.gutenberg-page h1,
.gutenberg-page h2,
.gutenberg-page h3,
.gutenberg-page h4,
.gutenberg-page h5,
.gutenberg-page h6 {
  margin: 1rem 0 0.5rem;
  text-transform: uppercase;
}

.gutenberg-page ul li,
.gutenberg-page ol li {
  margin-bottom: 0.1em;
}

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