/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 */
/**
 * Base text styles
 */
body,
p,
select,
textarea,
input,
button {
  height: auto;
  min-height: auto;
  color: var(--wp--preset--color--main);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1.5;
  font-weight: 300;
}

/**
 * Base button styles
 */
.wp-block-button__link, .wp-block-search__button, input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
button.gform-button,
button.gform_button {
  display: inline-block;
  padding: var(--wp--preset--spacing--tiny) var(--wp--preset--spacing--medium);
  height: auto;
  border: 2px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--font-size--body-default);
  cursor: pointer;
  border-radius: 3px;
}
.wp-block-button__link:hover, .wp-block-search__button:hover, input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
button.gform-button:hover,
button.gform_button:hover, .wp-block-button__link:focus, .wp-block-search__button:focus, input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
button.gform-button:focus,
button.gform_button:focus {
  border-color: var(--wp--custom--color--primary-hover);
  background: var(--wp--custom--color--primary-hover);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

/**
 * Button reset
 */
/**
 * Label styles
 */
.wp-block-search__label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  font-size: var(--wp--custom--forms--font-size);
}

/**
 * Transitions
 */
.nav-primary > ul.menu > .menu-item.menu-button a span, .nav-primary > ul.menu > .menu-item > .sub-menu, .mobile-navigation-icon, .mobile-navigation-icon span, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img, a {
  transition: all 0.2s ease-in-out;
}

/**
 * Placeholder Color
 */
/**
 * Media queries
 */
/* Author Dependencies */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1.25;
  font-weight: 600;
}
h1:not(.has-text-color) a,
h2:not(.has-text-color) a,
h3:not(.has-text-color) a,
h4:not(.has-text-color) a,
h5:not(.has-text-color) a,
h6:not(.has-text-color) a {
  color: var(--wp--preset--color--main);
}
h1:not(.has-text-color) a:hover,
h2:not(.has-text-color) a:hover,
h3:not(.has-text-color) a:hover,
h4:not(.has-text-color) a:hover,
h5:not(.has-text-color) a:hover,
h6:not(.has-text-color) a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.alignwide, h1.alignfull,
h2.alignwide,
h2.alignfull,
h3.alignwide,
h3.alignfull,
h4.alignwide,
h4.alignfull,
h5.alignwide,
h5.alignfull,
h6.alignwide,
h6.alignfull {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
h1.has-font-size-6-font-size,
h2.has-font-size-6-font-size,
h3.has-font-size-6-font-size,
h4.has-font-size-6-font-size,
h5.has-font-size-6-font-size,
h6.has-font-size-6-font-size {
  line-height: 1;
}

h1 {
  font-size: var(--wp--preset--font-size--font-size-8);
  line-height: 1;
}

h2 {
  font-size: var(--wp--preset--font-size--font-size-7);
  font-family: var(--wp--preset--font-family--primary-font);
}

h3 {
  font-size: var(--wp--preset--font-size--font-size-2);
  font-family: var(--wp--preset--font-family--tertiary-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 800;
}

h4 {
  font-size: var(--wp--preset--font-size--font-size-1);
  font-family: var(--wp--preset--font-family--tertiary-font);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

h5 {
  font-size: var(--wp--preset--font-size--font-size-6);
  color: var(--wp--preset--color--secondary);
  font-weight: 500;
  text-transform: lowercase;
  font-family: var(--wp--preset--font-family--quaternary-font);
}

h6 {
  font-size: 12px;
  font-family: var(--wp--preset--font-family--quaternary-font);
  letter-spacing: 0.07em;
  text-transform: lowercase;
  color: var(--wp--preset--color--background-2);
}

/*! normalize.css v8.0.0 | 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.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; /* 3 */
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * Remove default padding and background from 'mark' elements
 */
mark {
  padding: 0;
  background-color: transparent;
}

/* 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] {
  -moz-appearance: button;
       appearance: button;
  -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] {
  -moz-appearance: textfield;
       appearance: textfield;
  -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;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 */
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--wp--custom--color--primary-hover);
}
a[href^=tel], a[href^=tel]:hover {
  color: var(--wp--preset--color--main);
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

code {
  padding: 0.125em 0.25em;
  background-color: #424242;
}

pre {
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #424242;
  line-height: 1.3125;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 */
/* ----- Universal ---------------------- */
:root {
  --wp--style--block-gap: var(--wp--custom--spacing--block-gap);
  --gallery-block--gutter-size: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.75);
  }
}
@media (max-width: 600px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.5);
  }
}

body {
  text-rendering: optimizeLegibility;
}

svg:not(:root) {
  overflow: hidden;
}

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

picture,
iframe {
  max-width: 100%;
}

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 781px) {
  .is-style-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .is-style-center-on-mobile {
    text-align: center;
  }
}

.footnotes ol,
ul.is-style-footnotes,
ol.is-style-footnotes {
  width: 100%;
  border-top: 1px dotted #cbcece;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px !important;
}
.footnotes ol li,
ul.is-style-footnotes li,
ol.is-style-footnotes li {
  font-size: var(--wp--preset--font-size--font-size-3);
  margin-bottom: 15px !important;
}

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Layouts */
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/archives.scss
 *
 * Let's define our archive styles
 *
 * - Archive
 * - The Loop
 */
/* ----- Archive -------------------- */
.archive-header {
  padding: 0 0 23px;
}
.archive-header > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
@media (max-width: 781px) {
  .archive-header > * {
    max-width: 100%;
  }
}
.archive-header > *:last-child {
  margin-bottom: 0;
}
.archive-header__description > *:last-child {
  margin-bottom: 0;
}
.archive-header .entry-title {
  font-family: var(--wp--preset--font-family--quaternary-font);
  text-transform: lowercase;
  font-size: 23px;
  font-weight: 500;
  color: #df4908;
}

/* ----- The Loop -------------------- */
.loop-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: var(--wp--custom--layout--thin);
  width: 100%;
  margin: 0 auto;
  row-gap: 78px;
}
@media (max-width: 781px) {
  .loop-wrapper {
    max-width: 100%;
  }
}
.default-layout .loop-wrapper {
  max-width: var(--wp--custom--layout--default);
}

.loop-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.loop-item__title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-8);
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1;
}
@media (min-width: 760px) {
  .loop-item__title {
    font-size: 36px;
  }
}
.loop-item__excerpt {
  width: 100%;
}
.loop-item__excerpt p {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: var(--wp--preset--font-size--font-size-4);
}
.loop-item__meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 14px;
  font-size: 12px;
  color: var(--wp--preset--color--secondary);
  letter-spacing: 0.07em;
  text-transform: lowercase;
  font-family: var(--wp--preset--font-family--quaternary-font);
}
.loop-item.loop-item--redirected .loop-item__title {
  font-size: 26px;
}
.loop-item.loop-item--redirected .loop-item__title::after {
  content: "\e01f";
  font-family: "Ideal Sans SSm Symbol A", "Ideal Sans SSm Symbol B";
  font-size: 26px;
  color: #cbcece;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  position: relative;
  left: 13px;
  top: 0;
}
.loop-item.loop-item--redirected .loop-item__content img {
  display: block;
}
.loop-item.loop-item--redirected .loop-item__content * {
  font-size: var(--wp--preset--font-size--font-size-3);
}
.loop-item .loop-item__content,
.loop-item .loop-item__content p {
  font-size: var(--wp--preset--font-size--font-size-4);
}

.loop-item.loop-item--home,
.single-post .entry-header {
  position: relative;
}
.loop-item.loop-item--home .loop-item__categories,
.single-post .entry-header .loop-item__categories {
  display: flex;
  line-height: 1;
  margin-bottom: 8px;
}
@media (min-width: 1081px) {
  .loop-item.loop-item--home .loop-item__categories,
  .single-post .entry-header .loop-item__categories {
    position: absolute;
    right: calc(100% + 20px);
    top: 0;
  }
}
.loop-item.loop-item--home .loop-item__categories a,
.single-post .entry-header .loop-item__categories a {
  white-space: nowrap;
  font-size: var(--wp--preset--font-size--font-size-6);
  font-family: var(--wp--preset--font-family--quaternary-font);
  font-weight: 500;
  text-transform: lowercase;
  line-height: 1;
}
.loop-item.loop-item--home .loop-item__meta,
.single-post .entry-header .loop-item__meta {
  margin-top: 16px;
}

.sub-heading {
  width: 100%;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--font-size-6);
  font-family: var(--wp--preset--font-family--quaternary-font);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  display: block;
  text-transform: lowercase;
}

.excerpt-more {
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--quaternary-font);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-transform: lowercase;
}
.excerpt-more:hover {
  color: var(--wp--preset--color--primary);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: 15px var(--wp--custom--spacing--viewport-padding);
  background-color: #323232;
}
.site-footer > .wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.site-footer__copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer__copyright-year {
  color: var(--wp--preset--color--background-2);
  font-size: 12px;
  text-decoration: none;
}
.site-footer__copyright-copy {
  color: var(--wp--preset--color--secondary);
  font-size: 12px;
}
.site-footer__homage p {
  margin: 0;
  color: var(--wp--preset--color--secondary);
  font-size: 12px;
}
.site-footer__homage p a {
  color: var(--wp--preset--color--background-2);
}

.block-area.block-area-above-footer-global {
  margin-top: 29px;
}
.home .block-area.block-area-above-footer-global {
  margin-top: 64px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  position: relative;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
  height: 59px;
  margin-bottom: 96px;
  background-color: #f2f3f3;
  border-top: 9px solid #323232;
  border-bottom: 1px solid #e5e7e7;
}
.site-header > .wrap {
  width: 100%;
  max-width: 1000px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header__logo {
  display: flex;
  position: relative;
  z-index: 2;
}
.site-header__logo a {
  display: flex;
  width: 100px;
  height: 72px;
  background-color: var(--wp--preset--color--primary);
  justify-content: center;
  border-bottom: 3px solid #942e01;
  padding-top: 10px;
}
.site-header__logo a:hover {
  background-color: #b33000;
  border-color: #7b2601;
}
.site-header__logo img {
  display: block;
  width: 60px;
  height: 49px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 */
/* ----- Universal -------------------- */
@media (max-width: 700px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 701px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1);
    margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1);
    background-color: #d8dada;
    z-index: 1;
  }
  .mobile-nav-open .nav-primary {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 59px);
  }
}
.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.nav-primary > ul.menu > .menu-item {
  list-style: none;
  position: relative;
}
@media (min-width: 701px) {
  .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
}
@media (max-width: 700px) {
  .nav-primary > ul.menu > .menu-item {
    width: 100%;
    border-bottom: 1px solid var(--wp--preset--color--background-2);
  }
  .nav-primary > ul.menu > .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary > ul.menu > .menu-item.open > button {
    transform: rotate(180deg);
  }
}
.nav-primary > ul.menu > .menu-item a {
  border: none;
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--quaternary-font);
  font-size: clamp(14px, 0.875rem + (1vw - 3.75px) * 0.2685, 16px);
  display: block;
  padding: 0 12px;
  line-height: 50px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
}
@media (max-width: 700px) {
  .nav-primary > ul.menu > .menu-item a {
    padding: 0 20px;
    text-align: right;
  }
}
.nav-primary > ul.menu > .menu-item a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.nav-primary > ul.menu > .menu-item.feed-icon {
  width: 20px;
  margin-left: 12px;
}
.nav-primary > ul.menu > .menu-item.feed-icon a {
  width: 100%;
  height: 50px;
  background-image: url("../images/icons/rss-icon.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-primary > ul.menu > .menu-item.feed-icon a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 700px) {
  .nav-primary > ul.menu > .menu-item.feed-icon {
    width: 100%;
    margin-left: 0;
  }
  .nav-primary > ul.menu > .menu-item.feed-icon a {
    background-position: calc(100% - 20px) center;
  }
}
.nav-primary > ul.menu > .menu-item button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  right: 7px;
  top: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary > ul.menu > .menu-item button:focus {
  outline: 2px solid rgba(0, 0, 255, 0.5);
  border-radius: 4px;
}
.nav-primary > ul.menu > .menu-item button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 701px) {
  .nav-primary > ul.menu > .menu-item button {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children > a {
  padding-right: 34px;
}
@media (min-width: 701px) {
  .nav-primary > ul.menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    background-image: url("../images/icons/angle-down.svg");
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 9px;
  }
}
.nav-primary > ul.menu > .menu-item.menu-button a span {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 10px 20px;
}
.nav-primary > ul.menu > .menu-item.menu-button a span:hover, .nav-primary > ul.menu > .menu-item.menu-button a span:focus {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.nav-primary > ul.menu > .menu-item > .sub-menu {
  background: var(--wp--preset--color--white);
  left: -9999px;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  position: absolute;
  width: auto;
  min-width: 200px;
  z-index: 99;
}
@media (max-width: 700px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #424242;
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: none !important;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
  width: 100%;
  background: transparent;
  color: var(--wp--preset--color--main);
  padding: 8px 30px 8px 20px;
  position: relative;
  white-space: nowrap;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item:hover > a, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: #424242;
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.mobile-navigation-icon:focus {
  outline: 2px solid rgba(0, 0, 255, 0.5);
  border-radius: 4px;
}
.mobile-navigation-icon span {
  width: 24px;
  height: 3px;
  background-color: var(--wp--preset--color--main);
  border-radius: 10px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.mobile-navigation-icon span:nth-child(2) {
  top: 21px;
}
.mobile-navigation-icon span:nth-child(3) {
  top: 28px;
}
.mobile-navigation-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 22px;
}
.mobile-navigation-icon.open span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
}
@media (max-width: 700px) {
  .mobile-navigation-icon {
    display: block;
  }
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 * - Default
 * - FacetWP Pager
 */
/* ----- Default -------------------- */
.pagination {
  width: 100%;
  padding-bottom: 46px;
  margin: 80px 0 30px 0;
  display: flex;
  justify-content: space-between;
}
.pagination a {
  font-size: var(--wp--preset--font-size--font-size-3);
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--tertiary-font);
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination a span {
  font-family: "Ideal Sans SSm Symbol A", "Ideal Sans SSm Symbol B";
  font-size: 15px;
  color: #cbcece;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.pagination a:hover {
  color: var(--wp--preset--color--primary);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/sidebars.scss
 *
 * Let's define our sidebars styles
 */
.content-sidebar-layout .sidebar--primary {
  float: none;
  width: 100%;
  padding: 0;
}
.content-sidebar-layout .sidebar--primary .block-area-sidebar > * {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
.content-sidebar-layout .sidebar--primary .block-area-sidebar > *:first-child {
  margin-top: 0;
}
.content-sidebar-layout .sidebar--primary .block-area-sidebar figure.wp-block-image > a {
  display: block;
}

@media (min-width: 1081px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: 765px var(--wp--custom--layout--sidebar);
    grid-column-gap: 105px;
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar-layout .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--thin);
    margin-left: 190px;
  }
}
@media (max-width: 1080px) {
  .content-sidebar-layout .content-area {
    display: flex;
    -moz-column-gap: 48px;
         column-gap: 48px;
    justify-content: center;
  }
  .content-sidebar-layout .content-area .site-main {
    width: 575px;
  }
  .content-sidebar-layout .content-area .sidebar {
    width: 150px;
  }
}
@media (max-width: 781px) {
  .content-sidebar-layout .content-area {
    flex-wrap: wrap;
  }
  .content-sidebar-layout .content-area .site-main {
    width: 100%;
  }
}
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 * - Author Box
 * - Comments
 */
/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: 0 0 16px;
}
.entry-header > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *:last-child {
  margin-bottom: 0;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .entry-title.entry-title--redirected {
    font-size: 36px;
    line-height: 1.2;
  }
}
.entry-title.entry-title--redirected::after {
  content: "\e01f";
  font-family: "Ideal Sans SSm Symbol A", "Ideal Sans SSm Symbol B";
  font-size: 36px;
  color: #cbcece;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  position: relative;
  left: 13px;
  top: 0;
}

.entry-content p > a,
.entry-content li > a,
.loop-item__content p > a,
.loop-item__content li > a {
  border-bottom: 1px dotted var(--wp--preset--color--background-2);
}
.entry-content p > a:hover,
.entry-content li > a:hover,
.loop-item__content p > a:hover,
.loop-item__content li > a:hover {
  border-color: var(--wp--preset--color--primary);
}
.entry-content p > a:has(> img),
.entry-content li > a:has(> img),
.loop-item__content p > a:has(> img),
.loop-item__content li > a:has(> img) {
  border-bottom: none;
}
.entry-content p strong,
.loop-item__content p strong {
  font-weight: 500;
}

.entry-content {
  padding-bottom: 32px;
}

.single-leaflet {
  display: flex;
  width: 100%;
  justify-content: center;
}
.single-leaflet svg {
  transform: rotate(-20deg);
}

.single-post .loop-item__meta {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 48px;
}

.single-pagination-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 64px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .single-pagination-wrap {
    margin-bottom: 16px;
  }
}
.single-pagination-wrap .pagination.pagination-single {
  width: calc((100% - 32px) / 2);
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 24px;
}
@media (max-width: 600px) {
  .single-pagination-wrap .pagination.pagination-single {
    width: 100%;
  }
}
.single-pagination-wrap .pagination.pagination-single span {
  width: 100%;
}
@media (min-width: 601px) {
  .single-pagination-wrap .pagination.pagination-single span {
    text-align: right;
  }
}
.single-pagination-wrap .pagination.pagination-single span .label {
  color: var(--wp--preset--color--secondary);
  margin-bottom: 1px;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--quaternary-font);
  text-transform: lowercase;
  letter-spacing: normal;
}
@media (min-width: 601px) {
  .single-pagination-wrap .pagination.pagination-single span a {
    justify-content: flex-end;
  }
}

.rands-related {
  width: calc((100% - 32px) / 2);
}
@media (max-width: 600px) {
  .rands-related {
    width: 100%;
  }
}
.rands-related__header {
  width: 100%;
  margin: 0;
  color: var(--wp--preset--color--secondary);
  margin-bottom: 1px;
  font-weight: 300;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--quaternary-font);
  text-transform: lowercase;
  letter-spacing: normal;
}
.rands-related ul {
  width: 100%;
  list-style-type: none;
}
.rands-related ul li {
  margin-bottom: 7px;
}
.rands-related ul li a {
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--font-size-3);
}
.rands-related ul li a:hover {
  color: var(--wp--preset--color--primary);
}

/* ----- Comments -------------------- */
.entry-comments {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--thin);
  margin: 48px auto 0;
}
.default-layout .entry-comments {
  max-width: var(--wp--custom--layout--default);
}
.entry-comments h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-list {
  margin-bottom: 42px;
}
.comment-list li {
  list-style-type: none;
  margin-top: 48px;
  padding-left: 30px;
}
@media (max-width: 600px) {
  .comment-list li {
    padding-left: 0;
  }
}
.comment-list li.pingback b.reply-title {
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
}
.comment-list li.pingback b.reply-title a {
  color: var(--wp--preset--color--main);
}
.comment-list li.pingback b.reply-title a:hover {
  color: var(--wp--preset--color--primary);
}
.comment-list .children {
  padding-left: 52px;
}
@media (max-width: 600px) {
  .comment-list .children {
    padding-left: 22px;
  }
}
.comment-list .reply,
.comment-list .says {
  display: none;
}
.comment-list .comment-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.comment-list .comment-metadata {
  display: flex;
}
.comment-list .comment-metadata a {
  color: var(--wp--preset--color--secondary);
  font-size: 12px;
  opacity: 0.75;
}
.comment-list .comment-author.vcard {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 600px) {
  .comment-list .comment-author.vcard {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.comment-list .comment-author.vcard b.fn {
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
}
.comment-list .comment-author.vcard b.fn a {
  color: var(--wp--preset--color--main);
}
.comment-list .comment-author.vcard b.fn a:hover {
  color: var(--wp--preset--color--primary);
}
.comment-list .comment-content {
  padding-left: 52px;
}
@media (max-width: 600px) {
  .comment-list .comment-content {
    padding-left: 0;
    margin-top: 8px;
  }
}
.comment-list .comment-content p {
  font-size: var(--wp--preset--font-size--font-size-3);
  margin: 15px 0;
}
.comment-list .comment-content p:first-of-type {
  margin-top: 3px;
}

.comment-form {
  display: block;
  width: 100%;
  margin-bottom: 42px;
}
.comment-form .comment-notes {
  font-size: var(--wp--preset--font-size--font-size-3);
}
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  width: 100%;
}
.comment-form p.form-submit {
  margin: 24px 0 0;
}
.comment-form p.form-submit input[type=submit] {
  padding: 0 58px;
  border-radius: 0;
  border-bottom: 2px solid #942e01;
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-weight: 600;
  line-height: 26px;
  font-size: 14px;
}
.comment-form p.form-submit input[type=submit]:hover {
  background-color: #b33000;
}
.comment-form label {
  display: block;
  width: 100%;
  font-family: var(--wp--preset--font-family--quaternary-font);
  font-size: 14px;
  text-transform: lowercase;
  color: var(--wp--preset--color--background-2);
}

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 */
input {
  line-height: normal;
}

body input[type=date],
body input[type=time],
body input[type=datetime-local],
body input[type=week],
body input[type=month],
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=number],
body textarea,
body select {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  color: var(--wp--custom--forms--text-color);
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
  width: 100%;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
  font-size: var(--wp--custom--forms--font-size);
}
body input[type=date]:focus,
body input[type=time]:focus,
body input[type=datetime-local]:focus,
body input[type=week]:focus,
body input[type=month]:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body textarea:focus,
body select:focus {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--custom--forms--border-color-focus);
  color: var(--wp--custom--forms--text-color);
  outline: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/arrow-down.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  max-width: 100%;
}

/* Blocks */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Base Colors
 * - Layouts
 * - Disable ACF Links
 * - Editor Variation Icon Styles
 * - Editor Title Styles
 */
/* ----- Import Core Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-core.scss
 *
 * Let's define our core block styles
 *
 * - Buttons
 * - Categories
 * - Columns
 * - Cover
 * - Gallery
 * - Group
 * - Images
 * - Lists
 * - Paragraphs
 * - Quotes
 * - Search
 * - Separators
 * - Tables
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none;
}

/* ----- Categories -------------------- */
ul.wp-block-categories-list {
  list-style-type: none;
  padding-left: 0 !important;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
ul.wp-block-categories-list li {
  padding-left: 0 !important;
  margin: 0 0 4px !important;
}
ul.wp-block-categories-list li a {
  font-size: 15px;
  font-family: var(--wp--preset--font-family--quaternary-font);
  text-transform: lowercase;
  text-decoration: none;
}

/* ----- Columns -------------------- */
.wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2) !important;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns:has(> *:nth-child(4n)) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2);
  }
}

/* ----- Cover -------------------- */
.wp-block-cover {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
.wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
  padding-left: 0;
  padding-right: 0;
}
body.default-layout .wp-block-cover__inner-container,
.wp-block-cover__inner-container > .wp-block-group {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .wp-block-cover__inner-container.alignwide {
  max-width: var(--wp--custom--layout--wide);
}

/* ----- Group -------------------- */
.wp-block-group.is-horizontal {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-block-group.alignfull {
  margin-top: 0;
}
.wp-block-group.alignfull.has-background {
  padding-top: var(--wp--preset--spacing--xx-large);
  padding-bottom: var(--wp--preset--spacing--xx-large);
}

/* ----- Images -------------------- */
.wp-block-image img,
figure.wp-block-image:not(.wp-block) img {
  display: block;
}
.wp-block-image.aligncenter,
figure.wp-block-image:not(.wp-block).aligncenter {
  text-align: center;
}
.wp-block-image.aligncenter img,
.wp-block-image.aligncenter > .components-resizable-box__container,
figure.wp-block-image:not(.wp-block).aligncenter img,
figure.wp-block-image:not(.wp-block).aligncenter > .components-resizable-box__container {
  display: inline-block;
}
.wp-block-image.alignfull figcaption,
figure.wp-block-image:not(.wp-block).alignfull figcaption {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignleft,
  figure.wp-block-image:not(.wp-block).alignright {
    margin-bottom: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignleft,
  figure.wp-block-image:not(.wp-block).alignleft {
    float: left;
    margin-right: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignright {
    float: right;
    margin-left: var(--wp--custom--spacing--block-gap);
  }
}
@media (max-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  figure.wp-block-image:not(.wp-block) .alignleft,
  figure.wp-block-image:not(.wp-block) .alignright {
    float: none;
  }
}
.wp-block-image figcaption,
figure.wp-block-image:not(.wp-block) figcaption {
  display: flex;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.9rem;
}

img.emoji {
  max-width: 16px;
  display: inline-block;
}

/* ----- Lists -------------------- */
.loop-item ul,
.loop-item ol,
.entry-content ul,
.entry-content ol,
.block-area ul,
.block-area ol,
ul.wp-block,
ol.wp-block {
  padding: 0 0 0 32px;
  -webkit-margin-before: var(--wp--custom--spacing--block-gap);
          margin-block-start: var(--wp--custom--spacing--block-gap);
  background-color: transparent !important;
}
.loop-item ul li,
.loop-item ol li,
.entry-content ul li,
.entry-content ol li,
.block-area ul li,
.block-area ol li,
ul.wp-block li,
ol.wp-block li {
  position: relative;
  margin-bottom: 0;
  padding-left: 8px;
}
.loop-item ul li::marker,
.loop-item ol li::marker,
.entry-content ul li::marker,
.entry-content ol li::marker,
.block-area ul li::marker,
.block-area ol li::marker,
ul.wp-block li::marker,
ol.wp-block li::marker {
  color: var(--wp--preset--color--main);
  margin-right: 5px;
}

/* ----- Paragraphs -------------------- */
p {
  padding: 0;
}
p.is-style-alt-link-font a {
  font-family: var(--wp--preset--font-family--quaternary-font);
}

/* ----- Quotes -------------------- */
body blockquote,
body .wp-block-quote {
  border-left: 1px solid rgba(223, 73, 8, 0.75);
  font-style: italic;
  margin: var(--wp--custom--spacing--block-gap) 0 0 0;
  padding: 0 0 0 28px;
  background: transparent;
}
body blockquote p,
body .wp-block-quote p {
  font-size: var(--wp--preset--font-size--font-size-4);
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
body blockquote p:last-child,
body .wp-block-quote p:last-child {
  margin-bottom: 0;
}
body blockquote cite,
body .wp-block-quote cite {
  margin-top: var(--wp--custom--spacing--block-gap);
  display: block;
}

/* ----- Search -------------------- */
.wp-block-search {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-search__inside-wrapper {
  gap: 12px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  padding: 0;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 5px 5px 5px 0;
}
.wp-block-search__button {
  margin-left: 0;
}

/* ----- Separators -------------------- */
hr,
hr.wp-block-separator {
  border: none !important;
  height: 1px !important;
}
hr.is-style-dotted,
hr.wp-block-separator.is-style-dotted {
  height: 2px !important;
  background: repeating-linear-gradient(to right, currentColor, currentColor 2px, transparent 2px, transparent 6px);
  background-clip: content-box;
  border-radius: 2px;
  background-color: transparent !important;
  border: none !important;
}

/* ----- Tables -------------------- */
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table th {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
  text-align: left;
}
.wp-block-table table td {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  border-color: transparent;
}
.wp-block-table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

/* ----- Import ACF Block Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - Rands Archives
 *
 */
/* ----- Rands Archives -------------------- */
.block-rands-archives {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.block-rands-archives__column {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 58px;
}
@media (max-width: 600px) {
  .block-rands-archives__column {
    width: 100%;
  }
}
.block-rands-archives__item {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 781px) {
  .block-rands-archives__item {
    flex-wrap: wrap;
  }
}
.block-rands-archives__item > h2 {
  flex: 1;
  margin: 0;
  color: var(--wp--preset--color--background-2);
  font-size: var(--wp--preset--font-size--font-size-7);
  font-family: var(--wp--preset--font--primary-font);
}
@media (max-width: 781px) {
  .block-rands-archives__item > h2 {
    flex: none;
    width: 100%;
    margin-bottom: 18px;
  }
}
.block-rands-archives__item ul {
  width: 82%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 781px) {
  .block-rands-archives__item ul {
    width: 100%;
  }
}
.block-rands-archives__item ul li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.block-rands-archives__item-bottom {
  width: 100%;
}
.block-rands-archives .loop-item__meta {
  gap: 8px;
  letter-spacing: 0;
}
.block-rands-archives .loop-item__date {
  color: var(--wp--preset--color--secondary);
}
.block-rands-archives .loop-item__categories a {
  color: rgba(205, 55, 0, 0.75);
}
.block-rands-archives .loop-item__categories a:hover {
  color: var(--wp--preset--color--primary);
}
.block-rands-archives__item-title {
  color: #323232 !important;
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-size: 18px;
}
.block-rands-archives__item-title:hover {
  color: var(--wp--preset--color--primary) !important;
}

/* ----- Base Colors -------------------- */
.has-text-color > a {
  color: inherit;
}

/* ----- Layouts -------------------- */
.entry-content > *,
.block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
body.default-layout .entry-content > *,
body.default-layout .block-area > * {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .entry-content > *.alignwide,
body.default-layout .block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.default-layout .entry-content > *.alignfull, .entry-content > *.alignfull,
body.default-layout .block-area > *.alignfull,
.block-area > *.alignfull {
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
}
@media (max-width: 781px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
    max-width: 100vw;
    margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  }
}

body.default-layout .entry-header > *,
body.default-layout .entry-footer > *,
body.default-layout .archive-header > * {
  max-width: var(--wp--custom--layout--default);
}

body.content-sidebar-layout .entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0;
}

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none;
}

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  margin-bottom: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
}

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