@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) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 24px 0;
}

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

/* 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) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 var(--wp--style--block-gap);
}
h1.home,
h2.home,
h3.home,
h4.home,
h5.home,
h6.home {
  color: var(--wp--preset--color--primary);
}
h1.home:not(.has-background),
h2.home:not(.has-background),
h3.home:not(.has-background),
h4.home:not(.has-background),
h5.home:not(.has-background),
h6.home:not(.has-background) {
  margin-block-end: 24px;
}
h1.home em,
h2.home em,
h3.home em,
h4.home em,
h5.home em,
h6.home em {
  color: var(--wp--preset--color--tertiary);
}
h1.home::before, h1.home::after,
h2.home::before,
h2.home::after,
h3.home::before,
h3.home::after,
h4.home::before,
h4.home::after,
h5.home::before,
h5.home::after,
h6.home::before,
h6.home::after {
  background-color: var(--wp--preset--color--senary);
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 8px 0;
}
h1.home::before,
h2.home::before,
h3.home::before,
h4.home::before,
h5.home::before,
h6.home::before {
  margin-left: auto;
}
h1.home::after,
h2.home::after,
h3.home::after,
h4.home::after,
h5.home::after,
h6.home::after {
  margin-right: auto;
}
@media (max-width: 1119px) {
  h1.home::before,
h2.home::before,
h3.home::before,
h4.home::before,
h5.home::before,
h6.home::before {
    display: none;
  }
}
@media (min-width: 1120px) {
  h1.home,
h2.home,
h3.home,
h4.home,
h5.home,
h6.home {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-around;
  }
}

p.is-style-heading {
  font-family: var(--wp--preset--font-family--primary);
  line-height: var(--wp--custom--line-height--small);
}

/* 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 > li {
  list-style-type: none;
  position: relative;
}
ol.is-style-fancy > li::before {
  content: counter(list-item);
  position: absolute;
  left: -32px;
  top: 2px;
}

ol.is-style-fancy > li::before,
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  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;
  z-index: 99;
}

/* Numbered Gallery
--------------------------------------------- */
body {
  counter-reset: gallery;
}

.wp-block-gallery.is-style-numbered .wp-block-image,
.wp-block-image.is-style-numbered {
  position: relative;
}
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
  content: counter(gallery);
  counter-increment: gallery;
  position: absolute;
  top: 8px;
  right: 8px;
}

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

/* Button
--------------------------------------------- */
.wp-block-button__link,
.wp-element-button {
  border-width: 0;
  border-radius: var(--wp--custom--border-radius--button);
}
.wp-block-button__link, .wp-block-button__link.has-background,
.wp-element-button,
.wp-element-button.has-background {
  padding: 14px;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
  filter: brightness(85%);
}
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline,
.is-style-outline .wp-element-button,
.wp-element-button.is-style-outline {
  border: 1px solid currentColor;
}
.is-style-outline .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background),
.is-style-outline .wp-element-button:not(.has-background),
.wp-element-button.is-style-outline:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.is-style-outline .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color),
.is-style-outline .wp-element-button:not(.has-text-color),
.wp-element-button.is-style-outline:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignfull > * {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

/* Accessible Colors
--------------------------------------------- */
.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

.has-white-background-color,
.has-background-background-color,
.has-quinary-background-color,
.has-senary-background-color {
  color: var(--wp--preset--color--foreground);
}
.has-white-background-color.wp-block-button__link:hover,
.has-background-background-color.wp-block-button__link:hover,
.has-quinary-background-color.wp-block-button__link:hover,
.has-senary-background-color.wp-block-button__link:hover {
  color: var(--wp--preset--color--foreground);
}

/* Search Form
--------------------------------------------- */
.wp-block-separator.has-background {
  padding: 0;
  margin-block: var(--wp--custom--layout--block-gap-large);
}

/* Search Form
--------------------------------------------- */
.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__label {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--tiny);
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.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: 18px;
  height: 18px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

.wp-block-group.has-background .wp-block-search {
  margin-block: var(--wp--custom--layout--block-gap-large);
}

/* Columns
--------------------------------------------- */
.wp-block-columns.has-background .left-full {
  margin: calc(-1 * var(--wp--style--block-gap)) var(--wp--style--block-gap) calc(-1 * var(--wp--style--block-gap)) calc(-1 * var(--wp--style--block-gap));
}
.wp-block-columns.has-background .right-full {
  margin: calc(-1 * var(--wp--style--block-gap)) calc(-1 * var(--wp--style--block-gap)) calc(-1 * var(--wp--style--block-gap)) var(--wp--style--block-gap);
}
@media only screen and (max-width: 781px) {
  .wp-block-columns.has-background .left-full,
.wp-block-columns.has-background .right-full {
    margin: calc(-1 * var(--wp--style--block-gap)) calc(-1 * var(--wp--style--block-gap)) var(--wp--style--block-gap) calc(-1 * var(--wp--style--block-gap));
  }
}

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

.schema-faq-section {
  background: var(--wp--preset--color--quinary);
  overflow: hidden;
  padding: 16px;
}

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

.schema-faq-question {
  display: block;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin: 0 0 10px;
}

.schema-faq-answer {
  margin: 0;
}

@media (min-width: 768px) {
  .schema-faq-section {
    padding: 16px 24px;
  }
}
.yoast-table-of-contents li {
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
  font-weight: 700;
}

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

/* WPForms
--------------------------------------------- */
div.wpforms-container {
  width: 100%;
}
div.wpforms-container .wpforms-head-container > * {
  margin: 0 0 16px;
}
div.wpforms-container .wpforms-title {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--gargantuan);
  line-height: var(--wp--custom--line-height--tiny);
  padding: 0;
}
div.wpforms-container .wpforms-description {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  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-label {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
}
div.wpforms-container .wpforms-field-label .wpforms-field-required {
  color: var(--wp--preset--color--foreground);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--custom--color--neutral-400);
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.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;
  border-radius: var(--wp--custom--border-radius--button);
  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--senary);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: var(--wp--custom--highlight--letter-spacing);
  text-transform: var(--wp--custom--highlight--text-transform);
}
.top-hat a {
  color: inherit;
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  border-bottom: 1px solid var(--wp--custom--color--neutral-200);
  position: relative;
  padding: 10px 0;
  --cwp-logo-width: 252px;
  --cwp-logo-height: 34px;
}
@media (min-width: 1181px) {
  .site-header {
    --cwp-logo-width: 476px;
    --cwp-logo-height: 64px;
    padding: 24px 0;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: var(--cwp-logo-width) 1fr;
  align-items: center;
}
@media (max-width: 1180px) {
  .site-header .wrap {
    padding-right: 0;
    grid-template-columns: 1fr 132px;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1180px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 1 * var(--wp--custom--layout--padding));
  }
}
.site-header__logo {
  display: block;
  width: 100%;
  max-width: var(--cwp-logo-width);
  height: var(--cwp-logo-height);
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1181px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1180px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  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 .icon-wrap,
.menu-toggle .icon-wrap,
.favorite-toggle .icon-wrap {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  fill: var(--wp--preset--color--primary);
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .icon-wrap,
.menu-toggle.active .icon-wrap,
.favorite-toggle.active .icon-wrap {
  background: var(--wp--preset--color--primary);
}
.search-toggle.active .icon-wrap svg,
.menu-toggle.active .icon-wrap svg,
.favorite-toggle.active .icon-wrap svg {
  fill: var(--wp--preset--color--background);
}
.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;
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.header-search form {
  padding: 16px;
  background: var(--cwp-menu);
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 1181px) {
  .header-search {
    position: absolute;
    top: 60px;
  }
}
@media (min-width: 1181px) and (max-width: 899px) {
  .header-search {
    top: 54px;
  }
}
@media (max-width: 1180px) {
  .header-search {
    display: block;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 1 * var(--wp--custom--layout--padding));
  }
  .header-search form {
    flex-grow: 1;
  }
  .header-search .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
}
.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
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.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;
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
}
.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 .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: 1181px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item:hover > a, .nav-menu .menu-item:focus-within > a {
    background: var(--wp--preset--color--primary);
    color: #fff;
  }
  .nav-menu .menu-item:hover > .submenu-expand svg, .nav-menu .menu-item:focus-within > .submenu-expand svg {
    fill: #fff;
    transform: rotate(180deg);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--quinary);
    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;
  }
}
@media (max-width: 1180px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: var(--wp--preset--color--quinary);
    border-top: 1px solid var(--wp--custom--color--neutral-200);
    display: block;
    margin-top: 10px;
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    fill: var(--wp--preset--color--primary);
  }
  .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 {
  background: var(--wp--preset--color--quinary);
  padding: 16px 0 24px;
}
.post-header .wrap {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .post-header .wrap {
    grid-template-columns: 1fr 336px;
  }
}
.post-header p.breadcrumb {
  margin: 0;
}
.post-header__content {
  max-width: var(--wp--custom--layout--content);
}
.post-header__content .entry-title {
  font-size: var(--wp--preset--font-size--gigantic);
  margin-bottom: 12px;
}
.post-header__summary p {
  margin-block: 16px;
  font-size: var(--wp--preset--font-size--small);
}
.post-header__image {
  display: grid;
  gap: 12px;
}
.post-header__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.post-header__info {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
}
.post-header__info .avatar {
  border-radius: 50%;
}
.post-header__info p {
  margin: 0;
}
.post-header__info .entry-author a {
  text-transform: uppercase;
  font-weight: 700;
}
.post-header__info > div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.post-header__info > div * + *::before {
  content: " • ";
}
.post-header__meta {
  border-block: 1px solid var(--wp--preset--color--senary);
  padding-block: 16px;
  margin-block: 12px;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.post-header__meta p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-header__meta p svg {
  width: 16px;
  height: 16px;
  fill: var(--wp--preset--color--primary);
}
.post-header .cwp-jtr {
  display: block;
  text-align: 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--background);
  padding: 24px 0 32px;
}

.archive-header .wrap > * {
  max-width: var(--wp--custom--layout--content);
}

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

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

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

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

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

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li a {
  background: #fff;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--button);
  color: var(--wp--preset--color--primary);
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}
.pagination ul li.pagination-next a::after {
  content: "▶";
}
.pagination ul li.pagination-previous a::after {
  content: "◀";
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: #fff;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid var(--wp--custom--color--neutral-300);
  border-radius: 0;
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  line-height: 24px;
  padding: 9px 12px;
  width: 100%;
}

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

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

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

::-moz-placeholder {
  color: var(--wp--custom--color--neutral-400);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

::-webkit-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

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

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

img[style] {
  height: auto !important;
}

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ul.social-links, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid, .entry-content ol.social-links {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ul.social-links li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li, .entry-content ol.social-links li {
  padding-bottom: 0;
}

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

.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-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) {
  .entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.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: 32px 0;
}

.entry-content iframe {
  max-width: 100%;
}

/*
.entry-content iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
}
*/
/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(86%) sepia(41%) saturate(3750%) hue-rotate(351deg) brightness(107%) contrast(104%);
}

.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 24px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-100);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  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 .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

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

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--color--quinary);
  font-size: var(--wp--preset--font-size--small);
  padding: 48px 0;
  position: relative;
  text-align: center;
}
.site-footer .wrap {
  max-width: var(--wp--custom--layout--content);
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer ul.social-links {
  padding-left: 0;
  justify-content: center;
}
.site-footer__copyright {
  font-size: var(--wp--preset--font-size--tiny);
  padding-top: 16px;
}
.site-container > .site-footer__copyright {
  padding: 16px var(--wp--custom--layout--padding) 0;
  margin: 0 auto;
  max-width: var(--wp--custom--layout--wide);
}

.nav-footer {
  flex-wrap: wrap;
  justify-content: center;
}
.nav-footer ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nav-footer li {
  list-style-type: none;
}
.nav-footer li a {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  letter-spacing: var(--wp--custom--letter-spacing--small);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .nav-footer ul {
    display: block;
  }
  .nav-footer li + li {
    margin-top: 24px;
  }
}
.nav-footer a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.nav-footer a:hover {
  text-decoration: underline;
}

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