@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0;
}

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

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide-size) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--spacing--site-top) 0 var(--wp--custom--spacing--site-bottom);
}
.archive .site-inner {
  --wp--custom--spacing--site-top: var(--wp--custom--spacing--md);
}

body.full-width-content {
  --wp--custom--layout--page-size: var(--wp--custom--layout--wide-size);
}

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  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);
}

/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .block-area-sidebar,
.block-area-sidebar-page {
    margin-block-start: var(--wp--custom--spacing--lg);
  }
  .block-area-sidebar > *,
.block-area-sidebar-page > * {
    max-width: var(--wp--custom--layout--content-size);
    margin-inline: auto;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide-size);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content-size);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
body {
  --gl-point-border: var(--wp--custom--color--background);
}

/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 var(--wp--style--block-gap);
}

p.is-style-heading {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--custom--typography--heading--font-family);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  text-transform: var(--wp--custom--typography--heading--text-transform);
}

strong {
  font-weight: 800;
}

:is(ul, ol) li::marker {
  color: var(--wp--custom--color--primary);
  font-weight: 700;
}

iframe {
  max-width: 100%;
}

/* List
--------------------------------------------- */
ul.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ul.is-style-fancy li::before {
  content: "⦿";
  position: absolute;
  left: -20px;
}

ol.is-style-fancy {
  counter-reset: li;
}
ol.is-style-fancy li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -32px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content-size) / 2);
  width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content-size) / 2);
  width: 100%;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
hr,
.wp-block-separator {
  --wp--custom--layout--page-size: 300px;
  border: none;
  border-top: 2px solid;
  color: var(--wp--custom--color--primary);
  border-radius: var(--wp--custom--border-radius--x-large);
  max-width: var(--wp--custom--layout--page-size);
  width: 100%;
}
hr.is-style-fancy,
.wp-block-separator.is-style-fancy {
  border-top: none;
  background-image: url("../images/kurt.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 62px;
  --wp--custom--layout--page-size: 390px;
  display: flex;
  align-items: center;
  gap: 90px;
}
hr.is-style-fancy:focus::after, hr.is-style-fancy::before, hr.is-style-fancy::after,
.wp-block-separator.is-style-fancy:focus::after,
.wp-block-separator.is-style-fancy::before,
.wp-block-separator.is-style-fancy::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--wp--custom--color--primary);
  border-radius: var(--wp--custom--border-radius--x-large);
  box-shadow: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  outline: none;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: transparent;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
  text-decoration: underline;
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input:is([type=text], [type=email], [type=tel]):focus-visible,
textarea:focus-visible {
  outline: var(--wp--custom--border-width--medium) solid var(--wp--preset--color--foreground);
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
}
.wp-block-search .wp-block-search__inside-wrapper {
  border-radius: inherit;
}
.wp-block-search:focus-within {
  outline: 4px solid var(--wp--preset--color--foreground);
}

.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: var(--wp--custom--spacing--md) auto 0;
}

/* Group
--------------------------------------------- */
.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide-size);
  margin-inline: auto;
}

.has-background {
  color: var(--wp--preset--color--foreground);
  padding: var(--wp--custom--spacing--padding);
  border-radius: var(--wp--custom--border-radius--small);
}

.has-white-background-color {
  --gl-point-border: var(--wp--preset--color--white);
}

.has-foreground-background-color {
  color: var(--wp--preset--color--white);
  --gl-point-border: var(--wp--preset--color--foreground);
}

.has-background.alignfull {
  border-radius: 0;
}

.wp-block-group > *,
.wp-block-quote > * {
  --wp--custom--flow-space: var(--wp--custom--spacing--sm);
}

/* Blockquote
--------------------------------------------- */
blockquote,
.wp-block-quote {
  --bq-padding: 1.5rem;
  background-color: var(--wp--preset--color--white);
  margin-inline-start: 0;
  padding: var(--bq-padding);
  padding-inline-start: var(--wp--custom--spacing--lg);
  border-radius: 10px;
  position: relative;
  background-image: url("../images/quotation-marks.svg");
  background-repeat: no-repeat;
  background-position: var(--bq-padding) 50%;
  background-size: 1.5rem 1.5rem;
}
blockquote > *,
.wp-block-quote > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
blockquote > * + *,
.wp-block-quote > * + * {
  margin-block-start: var(--wp--custom--flow-space);
}
blockquote p,
.wp-block-quote p {
  font-weight: 800;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-family: var(--wp--preset--font-family--system-serif);
  --wp--custom--flow-space: 0;
}
blockquote::before,
.wp-block-quote::before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(210, 54, 20) calc(50% - 1em), rgba(210, 54, 20, 0) calc(50% - 1em), rgba(210, 54, 20, 0) calc(50% + 1em), rgb(210, 54, 20) calc(50% + 1em));
  background-repeat: no-repeat;
  background-position: 0% 50%;
  width: 6px;
  position: absolute;
  top: var(--bq-padding);
  bottom: var(--bq-padding);
  left: calc(1.5 * var(--bq-padding));
}

/* Accessible Colors
--------------------------------------------- */
.gl-review-rating {
  display: flex;
  gap: 5px;
}

.gl-review-rating svg {
  fill: var(--wp--custom--color--primary);
  stroke: var(--wp--custom--color--primary);
  stroke-width: 2px;
}

.gl-review-rating .empty {
  fill: transparent;
}

/* Twitter Embed
--------------------------------------------- */
.twitter-tweet {
  margin-inline: auto;
}

.twitter-tweet:not(:first-child) {
  margin-block-start: var(--wp--custom--flow-space) !important;
  margin-block-end: 0 !important;
}

/* Pinecast
--------------------------------------------- */
.pinecast-embed {
  display: block;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

.schema-faq-section {
  border: 1px solid var(--wp--preset--color--foreground);
}

.schema-faq > * + * {
  margin-top: var(--wp--custom--layout--block-gap);
}

.schema-faq-question {
  display: block;
  padding: var(--wp--custom--layout--block-gap);
}

.schema-faq-answer {
  border-top: 1px solid var(--wp--preset--color--foreground);
  padding: var(--wp--custom--layout--block-gap);
  margin: 0;
}

/* Table of Contents
--------------------------------------------- */
/* WP Recipe Maker
--------------------------------------------- */
.wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: inherit;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-family: var(--wp--custom--typography--heading--font-family);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: var(--wp--preset--font-size--tiny);
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 16px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
  }
  .facetwp-filters__toggle {
    display: none;
  }
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--backdrop);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
  max-width: 44px;
}
.top-hat a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

.top-hat--has-image {
  padding: 0;
}
.top-hat--has-image p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .top-hat--has-socials {
    padding: 0;
    text-align: left;
  }
  .top-hat--has-socials .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-hat--has-socials ul.social-links {
  margin: 0;
}
@media (max-width: 767px) {
  .top-hat--has-socials ul.social-links {
    display: none;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  position: relative;
  --gl-logo-width: 100px;
  --gl-logo-height: var(--gl-logo-width);
}
@media (max-width: 1130px) {
  .site-header {
    --gl-logo-width: 60px;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--gl-logo-width)) 1fr;
  align-items: center;
  column-gap: var(--wp--custom--spacing--xl);
}
@media (max-width: 1130px) {
  .site-header .wrap {
    padding: 0;
    grid-template-columns: var(--wp--custom--layout--padding) minmax(0, var(--gl-logo-width)) 1fr var(--wp--custom--layout--padding);
    column-gap: 0;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1130px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--gl-logo-width);
  width: 100%;
  height: var(--gl-logo-height);
  justify-self: center;
  margin: 16px 0;
}
@media (max-width: 1130px) {
  .site-header__logo {
    margin: 6px 0;
    grid-column: 2;
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  gap: 4px;
}
@media (min-width: 1131px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1130px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  color: var(--wp--preset--color--foreground);
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}
@media (max-width: 1130px) {
  .search-toggle,
.menu-toggle,
.favorite-toggle {
    border: 2px solid;
    border-radius: var(--wp--custom--border-radius--tiny);
  }
  .search-toggle.active,
.menu-toggle.active,
.favorite-toggle.active {
    background-color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--foreground);
    color: var(--wp--custom--color--background);
    fill: currentColor;
  }
}

.search-toggle {
  width: auto;
  height: auto;
  min-height: 44px;
}
@media (max-width: 1130px) {
  .search-toggle {
    width: 44px;
  }
  .search-toggle span {
    display: none;
  }
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide-size);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}
.header-search .wp-block-search {
  width: var(--wp--custom--layout--wide-size);
  max-width: 100%;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1131px) {
  .header-search {
    transform: translateY(var(--wp--custom--spacing--sm));
  }
}
@media (max-width: 1130px) {
  .header-search {
    display: block;
    padding: var(--wp--custom--layout--padding);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/*
body {

	.site-header {

		@supports( position: sticky ) {
			position: sticky;
			top: 0;
			transition: transform 0.3s;
			z-index: 10;
		}
	}

	&.admin-bar {
		.site-header {
			@supports( position: sticky ) {
				top: 32px;

				@include media("<=782px") {
					top: 0px;
				}
			}
		}
	}

	&.nav-up {

		.site-header {

			@supports( position: sticky ) {
				transform: translateY(-100%);
			}
		}
	}
}
*/
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  display: grid;
  gap: 10px;
  width: 100%;
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .search-toggle {
  font-weight: 800;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
}
.nav-menu .search-toggle svg {
  width: 20px;
  height: 20px;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1131px) {
  .nav-menu .menu {
    display: flex;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary,
.nav-menu .nav-social,
.nav-menu .nav-search {
    width: fit-content;
    position: relative;
  }
  .nav-menu .nav-primary {
    max-width: calc(100% - 250px);
    order: 1;
  }
  .nav-menu .nav-primary::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: calc(100% + 50vh);
    border: 8px solid var(--wp--custom--color--secondary);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 24px;
  }
  .nav-menu .nav-primary::after {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background-color: var(--wp--custom--color--secondary);
  }
  .nav-menu .nav-primary .menu {
    padding-inline-end: var(--wp--custom--spacing--xl);
    column-gap: var(--wp--custom--spacing--md);
  }
  .nav-menu .nav-primary .menu::before {
    content: "";
    display: block;
    background-image: url("../images/primary-line.svg");
    width: 150px;
    height: 64px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(100% - 8.5px);
    right: 20px;
    transform: translateX(100%);
    z-index: 1;
    pointer-events: none;
  }
  .nav-menu .nav-primary .menu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--wp--custom--color--secondary);
    border-radius: var(--wp--custom--border-radius--large);
    position: absolute;
    bottom: -64px;
    right: -138px;
    z-index: 1;
  }
  .nav-menu .nav-primary .menu-item a {
    padding: var(--wp--custom--layout--padding) 0;
  }
  .nav-menu .nav-primary a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: var(--wp--custom--color--background);
    border: 4px solid var(--wp--custom--color--secondary);
    border-radius: var(--wp--custom--border-radius--large);
    box-shadow: 0 0 0 4px var(--wp--custom--color--background);
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(50% + 4px));
    z-index: 2;
  }
  .nav-menu .nav-primary a:is(:focus, :hover)::after {
    background-color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--foreground);
  }
  .nav-menu .nav-primary .current-menu-item a::after {
    background-color: var(--wp--custom--color--secondary);
    border-color: var(--wp--custom--color--secondary);
  }
  .nav-menu .nav-secondary {
    max-width: calc(100% - 200px);
    order: 3;
  }
  .nav-menu .nav-secondary::before {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-secondary::after {
    content: "";
    position: absolute;
    bottom: calc(100% - 8px);
    left: -64px;
    width: 64px;
    height: calc(100% + 50vh);
    border: 8px solid var(--wp--custom--color--quaternary);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 44px;
  }
  .nav-menu .nav-secondary .menu {
    padding-inline-end: var(--wp--custom--spacing--lg);
    column-gap: 30px;
  }
  .nav-menu .nav-secondary .menu::before {
    content: "";
    display: block;
    background-image: url("../images/secondary-line.svg");
    width: 98px;
    height: 31px;
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    right: 50px;
    transform: translateX(100%);
    z-index: 1;
    pointer-events: none;
  }
  .nav-menu .nav-secondary .menu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--wp--custom--color--quaternary);
    border-radius: var(--wp--custom--border-radius--large);
    position: absolute;
    top: 18px;
    right: -52px;
    z-index: 1;
  }
  .nav-menu .nav-secondary .menu-item a {
    padding: var(--wp--custom--layout--padding) 0;
  }
  .nav-menu .nav-secondary a::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: var(--wp--custom--color--background);
    border: 4px solid var(--wp--custom--color--quaternary);
    border-radius: var(--wp--custom--border-radius--large);
    box-shadow: 0 0 0 4px var(--wp--custom--color--background);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-50% - 4px));
    z-index: 2;
  }
  .nav-menu .nav-secondary a:is(:focus, :hover)::before {
    background-color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--foreground);
  }
  .nav-menu .nav-secondary .current-menu-item a::before {
    background-color: var(--wp--custom--color--quaternary);
    border-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-search {
    order: 2;
    width: 100%;
    border-top: 8px solid var(--wp--custom--color--quinary);
    border-radius: 0 var(--wp--custom--border-radius--x-large) var(--wp--custom--border-radius--x-large) 0;
  }
  .nav-menu .nav-search::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -47px;
    width: 47px;
    height: calc(100% + 50vh);
    border: 8px solid var(--wp--custom--color--quinary);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 34px;
  }
  .nav-menu .nav-search::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--wp--custom--color--quinary);
    border-radius: var(--wp--custom--border-radius--large);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(calc(50% - 4px));
  }
  .nav-menu .nav-search .search-toggle {
    position: absolute;
    top: -8px;
    right: 45px;
    transform: translateY(-100%);
    letter-spacing: 1px;
  }
  .nav-menu .nav-search .search-toggle::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-color: var(--wp--custom--color--background);
    border: 4px solid var(--wp--custom--color--quinary);
    border-radius: var(--wp--custom--border-radius--large);
    box-shadow: 0 0 0 4px var(--wp--custom--color--background);
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(100% + 10px));
    z-index: 2;
  }
  .nav-menu .nav-search .search-toggle:focus::after, .nav-menu .nav-search .search-toggle:hover::after {
    background-color: var(--wp--preset--color--foreground);
    border-color: var(--wp--preset--color--foreground);
  }
  .nav-menu .nav-search .search-toggle.active::after {
    background-color: var(--wp--custom--color--quinary);
    border-color: var(--wp--custom--color--quinary);
  }
  .nav-menu .nav-social {
    order: -1;
    margin-inline-start: auto;
    max-width: calc(100% - 100px);
  }
  .nav-menu .nav-social::before {
    content: "";
    display: block;
    background-image: url("../images/social-line.svg");
    width: 193px;
    height: 125px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -0.5px;
    left: 36px;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .nav-menu .nav-social::after {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background-color: var(--wp--custom--color--tertiary);
    border-radius: 0 var(--wp--custom--border-radius--x-large) var(--wp--custom--border-radius--x-large) 0;
  }
  .nav-menu .nav-social .social-links {
    margin: 4px 20px 0 0;
    gap: 4px;
  }
  .nav-menu .nav-social .social-links::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--wp--custom--color--tertiary);
    border-radius: var(--wp--custom--border-radius--large);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(calc(50% - 4px));
  }
  .nav-menu .nav-social .social-links li::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background-color: var(--wp--custom--color--tertiary);
    margin-inline: auto;
    margin-block-start: 2px;
    border-radius: var(--wp--custom--border-radius--tiny) var(--wp--custom--border-radius--tiny) 0 0;
  }
  .nav-menu .nav-social .social-links a {
    border: 4px solid transparent;
    border-radius: 6px;
  }
  .nav-menu .nav-social .social-links a:is(:focus, :hover) {
    border-color: var(--wp--custom--color--tertiary);
  }
}
@media (max-width: 1130px) {
  .nav-menu {
    display: none;
    color: var(--wp--custom--color--background);
  }
  .nav-menu.active {
    display: block;
    background-color: var(--wp--preset--color--foreground);
  }
  .nav-menu .menu-item a {
    text-align: left;
    color: currentColor;
    padding: 14px;
    width: fit-content;
    min-width: 44px;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary,
.nav-menu .nav-social {
    border-left: 8px solid;
    position: relative;
    padding-inline-start: 16px;
    padding-block: 8px;
  }
  .nav-menu .nav-primary .menu-item a,
.nav-menu .nav-secondary .menu-item a {
    outline-offset: -2px;
  }
  .nav-menu .nav-primary .menu-item a:is(:focus, :hover),
.nav-menu .nav-secondary .menu-item a:is(:focus, :hover) {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
  }
  .nav-menu .nav-primary .menu-item a::before,
.nav-menu .nav-secondary .menu-item a::before {
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 8px;
    background-color: var(--wp--custom--color--secondary);
    border-radius: 0 var(--wp--custom--border-radius--tiny) var(--wp--custom--border-radius--tiny) 0;
  }
  .nav-menu .nav-primary .current-menu-item a,
.nav-menu .nav-secondary .current-menu-item a {
    background-color: var(--wp--custom--color--secondary);
    color: var(--wp--preset--color--foreground);
    border-radius: var(--wp--custom--border-radius--small);
  }
  .nav-menu .nav-primary {
    border-color: var(--wp--custom--color--secondary);
  }
  .nav-menu .nav-primary .menu-item a::before {
    border-color: var(--wp--custom--color--secondary);
  }
  .nav-menu .nav-secondary {
    border-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-secondary::before, .nav-menu .nav-secondary::after {
    background-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-secondary .current-menu-item a {
    background-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-secondary .current-menu-item a::before {
    border-color: var(--wp--custom--color--quaternary);
    background-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-secondary .menu-item a::before {
    border-color: var(--wp--custom--color--secondary);
    background-color: var(--wp--custom--color--quaternary);
  }
  .nav-menu .nav-social {
    border-color: var(--wp--custom--color--tertiary);
  }
  .nav-menu .nav-social .social-links {
    gap: 4px;
    padding-left: 4px;
    flex-wrap: wrap;
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite,
.nav-menu .nav-search {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

.post-header {
  text-align: center;
  grid-column: span 2;
  width: 100%;
  max-width: var(--wp--custom--layout--wide-size);
  margin-inline: auto;
  margin-block-end: var(--wp--custom--spacing--site-top);
}
.post-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.post-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px;
}
.post-header > * {
  margin-block: 0;
}
.post-header > * + * {
  margin-block-start: 1rem;
}
.post-header .entry-title:not(:first-child) {
  margin-block-start: var(--wp--custom--spacing--md);
}
.post-header__info {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  grid-row-gap: 1rem;
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  border-radius: 50%;
}
.post-header .gl-review-rating {
  justify-content: center;
}
.post-header__excerpt {
  font-family: var(--wp--preset--font-family--system-serif);
  font-weight: 600;
  font-style: italic;
  line-height: var(--wp--custom--line-height--medium);
}
.post-header__excerpt > * {
  margin-block: 0;
}
.post-header__excerpt > * + * {
  margin-block-start: 1rem;
}
.post-header__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--tiny);
}
.post-header__meta > * {
  margin: 0;
}
.post-header__meta a {
  font-weight: 800;
}
.post-header__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}
.post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  color: var(--wp--preset--color--foreground);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--tiny);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (min-width: 768px) {
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
}
.aff-disc p {
  margin: 0;
}

.post-header__favorite {
  line-height: 0;
}
.post-header__favorite .saved {
  display: none;
}
.post-header__favorite.active .saved {
  display: inline;
}
.post-header__favorite.active .save {
  display: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--backdrop);
  padding-block-start: var(--wp--custom--spacing--site-top);
}

.archive-header .wrap {
  max-width: calc(2 * var(--wp--custom--layout--padding) + var(--wp--custom--layout--wide-size));
}

.archive-header h1 {
  margin-block: 0;
}

.archive-title {
  position: relative;
}

.archive-title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: currentColor;
  border: 4px solid var(--gl-point-border);
  position: absolute;
  bottom: 0;
  right: -4px;
  transform: translateY(calc(50% - 4px));
}

.archive-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-block-start: 10px;
  background-color: currentColor;
  border-radius: var(--wp--custom--border-radius--x-large);
}

.archive-description {
  margin-block-start: var(--wp--custom--spacing--sm);
  max-width: var(--wp--custom--layout--content-size);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page-size);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

.archive .site-main > .block-post-listing {
  max-width: var(--wp--custom--layout--page-size);
  margin-left: auto;
  margin-right: auto;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: var(--wp--custom--spacing--xl) auto 0;
  max-width: var(--wp--custom--layout--page-size);
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--custom--color--background);
  border: var(--wp--custom--border-width--small) solid var(--wp--custom--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  text-align: center;
  text-decoration: none;
  padding-inline: 10px;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li.active > a {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--foreground);
}
.pagination ul li a:where(:focus, :hover) {
  background-color: var(--wp--custom--color--primary);
  color: var(--wp--custom--color--background);
  fill: var(--wp--custom--color--background);
}

/* Singular
---------------------------------------------------------------------------------------------------- */
.block-area-before-home {
  margin-block-end: var(--wp--custom--spacing--lg);
}

.block-area-before-home > * {
  max-width: var(--wp--custom--layout--wide-size);
  margin-inline: auto;
}

/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.block-area > *,
.gl-inner > * {
  margin: 0 auto;
}
.block-area > *.alignwide,
.gl-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.block-area > *.alignfull,
.gl-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .block-area > *.alignwide,
.gl-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.block-area > * + *,
.gl-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}

.wp-site-blocks > * {
  margin-inline: auto;
  max-width: var(--wp--custom--layout--page-size);
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-site-blocks > * + * {
  margin-block-start: var(--wp--custom--flow-space);
}
.wp-site-blocks > :is(h1, h2, h3, h4, h5, h6, p) + p,
.wp-site-blocks > .twitter-tweet {
  --wp--custom--flow-space: var(--wp--custom--spacing--sm);
}
.wp-site-blocks > .alignfull {
  max-width: none;
}

.wp-site-blocks > h1.front:first-child + *,
.block-area > h1.front:first-child + *,
.gl-inner > h1.front:first-child + * {
  margin-block-start: 0;
}

.content .wp-site-blocks > .alignfull {
  margin-inline: calc(-1 * var(--wp--custom--layout--padding));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header .wp-block-buttons {
  margin-bottom: 1.5rem;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin-block: var(--wp--custom--spacing--md);
  margin-inline: auto;
  max-width: var(--wp--custom--layout--content-size);
}

p > iframe[src*="youtube.com"], p > iframe[src*="youtu.be"] {
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
}

.gl-review-box {
  border: 2px solid var(--wp--custom--color--primary);
  display: flex;
  column-gap: var(--wp--custom--spacing--md);
  align-items: flex-start;
}
.gl-review-box__rating {
  flex-shrink: 0;
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--custom--color--background);
  border-radius: var(--wp--custom--border-radius--small);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding: 20px;
  min-width: 150px;
  min-height: 150px;
}
.gl-review-box__rating .gl-review-rating {
  justify-content: center;
}
@media (min-width: 768px) {
  .gl-review-box__rating {
    aspect-ratio: 1;
  }
}
.gl-review-box__score {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
}
.gl-review-box__content {
  flex-grow: 1;
}
.gl-review-box__content > * {
  margin-block: 0;
}
.gl-review-box__content > * + * {
  margin-block-start: 10px;
}
.gl-review-box__criteria, .gl-review-box__summary {
  font-weight: 800;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
}
@media (max-width: 767px) {
  .gl-review-box {
    flex-direction: column;
    row-gap: var(--wp--custom--spacing--sm);
  }
  .gl-review-box__rating {
    width: 100%;
  }
}

/* Comments
--------------------------------------------- */
.entry-comments {
  margin-block-start: var(--wp--custom--spacing--xl);
}
.entry-comments .comments-title {
  margin-block-start: var(--wp--custom--spacing--md);
  margin-block-end: var(--wp--custom--spacing--sm);
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: var(--wp--custom--spacing--sm);
}
.entry-comments .comment-list li article {
  position: relative;
}
.entry-comments .comment-list li li > article {
  padding: var(--wp--custom--spacing--sm);
  border: var(--wp--custom--border-width--small) solid var(--wp--custom--color--primary);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list li.bypostauthor > article {
  border-color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--custom--color--background);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
  padding: var(--wp--custom--spacing--sm);
  border: var(--wp--custom--border-width--small) solid var(--wp--custom--color--primary);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list > li.bypostauthor {
  border-color: var(--wp--preset--color--foreground);
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--custom--color--background);
}
.entry-comments .comment-list .comment-author {
  font-size: var(--wp--preset--font-size--medium);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  text-decoration: none;
}
.entry-comments .comment-list .comment-author b {
  font-weight: 800;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
  display: none;
}
.entry-comments .comment-list .comment-meta {
  text-transform: uppercase;
  line-height: var(--wp--custom--line-height--small);
  margin-block-end: var(--wp--custom--spacing--sm);
}
.entry-comments .comment-list .comment-meta a {
  color: currentColor;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  margin-block-start: 10px;
}
.entry-comments .comment-list .comment-metadata a {
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .reply {
  margin-block-start: var(--wp--custom--spacing--sm);
}
.entry-comments .comment-list .comment-reply-link {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
}
.entry-comments .comment-list .comment-reply-link svg {
  vertical-align: middle;
  margin-block-start: -2px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}
.entry-comments .comment-list .comment-respond {
  margin-block-start: var(--wp--custom--spacing--sm);
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.entry-comments .comment-list .comment-reply-title a {
  font-size: 1rem;
}

.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}
.comment-respond .comment-reply-title {
  position: relative;
  margin-block-end: var(--wp--custom--spacing--sm);
}
.comment-respond .comment-reply-title::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: currentColor;
  border: 4px solid var(--wp--custom--color--background);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(50% - 4px));
}
.comment-respond .comment-reply-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-block-start: 10px;
  background-color: currentColor;
  border-radius: var(--wp--custom--border-radius--x-large);
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  font-family: var(--wp--preset--font-family--system-serif);
  font-style: italic;
}
.comment-respond .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--custom--spacing--sm);
}
.comment-respond .comment-form > * {
  margin-block: 0;
  grid-column: span 2;
}
.comment-respond .comment-form-comment textarea {
  display: block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    grid-column: span 1;
  }
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--custom--color--background);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--spacing--md) 0;
  position: relative;
}
.site-footer a {
  font-weight: 700;
}
@media (min-width: 992px) {
  .site-footer .wrap {
    display: grid;
    grid-template-columns: 1.25fr 3fr;
    gap: var(--wp--custom--spacing--md);
  }
}
.site-footer__info {
  max-width: 600px;
}
.site-footer__info .site-footer__name {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
}
.site-footer__info p:not(.site-footer__name) {
  font-family: var(--wp--preset--font-family--system-serif);
  font-style: italic;
}
@media (min-width: 992px) {
  .site-footer__info {
    border-right: 1px solid var(--wp--custom--color--primary);
    padding-inline-end: var(--wp--custom--spacing--md);
  }
}
.site-footer__link {
  text-decoration-color: var(--wp--custom--color--secondary);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  font-weight: 800;
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-footer__inner-primary > p, .site-footer__inner-social > p, .site-footer__inner-secondary > p {
  margin-block: 0;
  font-weight: 900;
  font-size: var(--wp--preset--font-size--large);
}
.site-footer__inner-primary > p {
  color: var(--wp--custom--color--secondary);
}
.site-footer__inner-social > p {
  color: var(--wp--custom--color--tertiary);
}
.site-footer__inner-secondary > p {
  color: var(--wp--custom--color--quaternary);
}
@media (max-width: 991px) {
  .site-footer__inner:not(:first-child) {
    margin-block-start: var(--wp--custom--spacing--md);
  }
}
.site-footer__inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
.site-footer__inner > * + * {
  margin-block-start: var(--wp--custom--spacing--sm);
}
.site-footer__logo {
  display: inline-flex;
}
.site-footer ul.social-links {
  gap: 4px;
  padding-inline-end: var(--wp--custom--spacing--md);
}
.site-footer ul.social-links a {
  border: 4px solid transparent;
  border-radius: 6px;
}
.site-footer ul.social-links a:is(:focus, :hover) {
  border-color: var(--wp--custom--color--tertiary);
}
.site-footer__bottom {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--custom--color--background);
  font-size: var(--wp--preset--font-size--min);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border-top: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--primary);
  padding-block: 1rem;
}
.site-footer__bottom p {
  margin: 0;
}
.site-footer__bottom a {
  color: var(--wp--custom--color--secondary);
  font-weight: 700;
}
@media (max-width: 767px) {
  .site-footer__copyright {
    display: block;
  }
}

.nav-footer {
  flex-wrap: wrap;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
}
.nav-footer ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px var(--wp--custom--spacing--sm);
  padding-inline-end: var(--wp--custom--spacing--md);
}
.nav-footer li {
  list-style-type: none;
}
.nav-footer a {
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  display: inline-block;
  padding: 7px 10px 12px;
  border-radius: var(--wp--custom--border-radius--tiny);
}
.nav-footer a:focus, .nav-footer a:hover {
  text-decoration-line: underline;
  color: var(--wp--preset--color--foreground);
  text-decoration-color: var(--wp--preset--color--foreground);
}
.nav-footer--primary a {
  text-decoration-color: var(--wp--custom--color--secondary);
}
.nav-footer--primary a:is(:focus, :hover) {
  background-color: var(--wp--custom--color--secondary);
}
.nav-footer--secondary a {
  text-decoration-color: var(--wp--custom--color--quaternary);
}
.nav-footer--secondary a:is(:focus, :hover) {
  background-color: var(--wp--custom--color--quaternary);
}

.nav-footer--primary,
.nav-footer--secondary,
.nav-footer--social {
  position: relative;
  width: fit-content;
}
.nav-footer--primary::before,
.nav-footer--secondary::before,
.nav-footer--social::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  margin-block-end: 10px;
  background-color: currentColor;
  border-radius: var(--wp--custom--border-radius--x-large);
}
.nav-footer--primary::after,
.nav-footer--secondary::after,
.nav-footer--social::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: currentColor;
  border: 4px solid var(--wp--preset--color--foreground);
  position: absolute;
  top: 0;
  right: -4px;
  transform: translateY(calc(-50% + 4px));
}

.nav-footer--primary::before, .nav-footer--primary::after {
  background-color: var(--wp--custom--color--secondary);
}

.nav-footer--secondary::before, .nav-footer--secondary::after {
  background-color: var(--wp--custom--color--quaternary);
}

.nav-footer--social::before, .nav-footer--social::after {
  background-color: var(--wp--custom--color--tertiary);
}

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