/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * 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
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Heading typography style
 */
/**
 * Interface typography style
 */
a {
  transition: all 0.1s ease-in-out;
}

/*! 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;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
.wrap {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

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

/*Nav Offset on Cover Blocks*/
.entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .entry-content > .wp-block-cover.alignfull:first-child {
    margin-top: -100px;
  }
}

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

/* Post Layouts
--------------------------------------------- */
/*.single .content-area {
	max-width: 736px;
	margin: 0 auto;
}*/
/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary {
  padding-top: 50px;
}

.post-type-archive-product .sidebar-primary {
  padding-top: 0;
}

.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--custom--layout--column-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
--------------------------------------------- */
.has-gargantuan-font-size {
  line-height: 0.9;
}

/*Alternate Headings*/
h1.is-style-alt, h2.is-style-alt, h3.is-style-alt, h4.is-style-alt, h5.is-style-alt, h6.is-style-alt {
  font-family: var(--wp--preset--font-family--system-font);
}

/*All Caps Headings*/
.is-style-all-caps {
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-font);
  /*  ~ h1, ~ h2, ~ h3, ~ h4, ~ h5, ~ h6 {
      margin-top: 0;
    }*/
}

/* Image
--------------------------------------------- */
img, .wp-block-image {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji, .wp-block-image.emoji {
  max-width: 16px;
  display: inline-block;
}

h2 + .wp-block-image.alignright, h2 .wp-block-image.alignleft, h3 + .wp-block-image.alignright, h3 .wp-block-image.alignleft {
  margin-top: var(--wp--style--block-gap);
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-table figcaption {
  font-size: 16px;
  color: var(--wp--preset--font-size--tiny);
  text-align: center;
}
@media (min-width: 481px) {
  .wp-block-image.alignleft,
  .wp-block-video.alignleft,
  .wp-block-table.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,
  .wp-block-video.alignright,
  .wp-block-table.alignright {
    float: right;
    margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.alignleft,
  .content .wp-block-video.alignleft,
  .content .wp-block-table.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,
  .content .wp-block-video.alignright,
  .content .wp-block-table.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .wp-block-image.alignleft,
  .full-width-content .wp-block-video.alignleft,
  .full-width-content .wp-block-table.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,
  .full-width-content .wp-block-video.alignright,
  .full-width-content .wp-block-table.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/*Content Images*/
.entry-content .wp-block-image {
  margin-top: var(--wp--custom--layout--block-gap);
}

.wp-block-gallery ul {
  flex-grow: 1;
}

/* Circle Image */
.wp-block-image.is-style-circle {
  overflow: hidden;
}
.wp-block-image.is-style-circle img {
  border-radius: 9999px;
}

.wp-block-image.is-style-rounded {
  overflow: hidden;
}
.wp-block-image.is-style-rounded img {
  border-radius: var(--wp--custom--border-radius--small);
}

/*Video*/
figure.is-type-video {
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
}

/* Paragraph
--------------------------------------------- */
.is-style-heading {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  display: block;
}
.is-style-heading + h1, .is-style-heading + h2, .is-style-heading + h3, .is-style-heading + h4, .is-style-heading + h5, .is-style-heading + h6, .is-style-heading + .is-style-heading {
  margin-top: 0.2rem;
}

.is-style-alt-heading {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--custom--color--gray-700);
  text-transform: lowercase;
  font-size: 150%;
  line-height: 1;
  display: block;
  margin-bottom: 0.25rem;
}
.is-style-alt-heading ~ h1, .is-style-alt-heading ~ h2, .is-style-alt-heading ~ h3, .is-style-alt-heading ~ h4, .is-style-alt-heading ~ h5, .is-style-alt-heading ~ h6, .is-style-alt-heading ~ .is-style-heading {
  margin-top: 0.2rem;
}

p.is-style-interface {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

/* Link
--------------------------------------------- */
a {
  color: var(--wp--custom--color--link);
  text-decoration: underline;
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: bold;
}
a:hover {
  color: var(--wp--custom--color--link-hover);
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

/* Button
--------------------------------------------- */
.wp-element-button, .wp-block-button > .wp-block-button__link, .wp-block-button__submit, .gform_button, .gform-button {
  font-family: var(--wp--preset--font-family--system-font);
  display: inline-block;
  padding: 5px 15px 5px 15px;
  background: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--medium);
  color: var(--wp--preset--color--foreground);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.3px;
  font-size: 14px;
  transition: 0.2s all ease-in-out;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-block-button > .wp-block-button__link:hover, .wp-block-button > .wp-block-button__link:focus, .wp-block-button__submit:hover, .wp-block-button__submit:focus, .gform_button:hover, .gform_button:focus, .gform-button:hover, .gform-button:focus {
  background: var(--wp--custom--color--quinary-darken) !important;
}
.wp-element-button.has-primary-background-color:hover, .wp-element-button.has-primary-background-color:focus, .wp-block-button > .wp-block-button__link.has-primary-background-color:hover, .wp-block-button > .wp-block-button__link.has-primary-background-color:focus, .wp-block-button__submit.has-primary-background-color:hover, .wp-block-button__submit.has-primary-background-color:focus, .gform_button.has-primary-background-color:hover, .gform_button.has-primary-background-color:focus, .gform-button.has-primary-background-color:hover, .gform-button.has-primary-background-color:focus {
  background: var(--wp--custom--color--primary-darken) !important;
}
.wp-element-button.has-secondary-background-color:hover, .wp-element-button.has-secondary-background-color:focus, .wp-block-button > .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button > .wp-block-button__link.has-secondary-background-color:focus, .wp-block-button__submit.has-secondary-background-color:hover, .wp-block-button__submit.has-secondary-background-color:focus, .gform_button.has-secondary-background-color:hover, .gform_button.has-secondary-background-color:focus, .gform-button.has-secondary-background-color:hover, .gform-button.has-secondary-background-color:focus {
  background: var(--wp--custom--color--secondary-darken) !important;
}
.wp-element-button.has-tertiary-background-color:hover, .wp-element-button.has-tertiary-background-color:focus, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:focus, .wp-block-button__submit.has-tertiary-background-color:hover, .wp-block-button__submit.has-tertiary-background-color:focus, .gform_button.has-tertiary-background-color:hover, .gform_button.has-tertiary-background-color:focus, .gform-button.has-tertiary-background-color:hover, .gform-button.has-tertiary-background-color:focus {
  background: var(--wp--custom--color--tertiary-darken) !important;
}
.wp-element-button.has-quaternary-background-color:hover, .wp-element-button.has-quaternary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:focus, .wp-block-button__submit.has-quaternary-background-color:hover, .wp-block-button__submit.has-quaternary-background-color:focus, .gform_button.has-quaternary-background-color:hover, .gform_button.has-quaternary-background-color:focus, .gform-button.has-quaternary-background-color:hover, .gform-button.has-quaternary-background-color:focus {
  background: var(--wp--custom--color--quaternary-darken) !important;
}
.wp-element-button.has-quinary-background-color:hover, .wp-element-button.has-quinary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quinary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quinary-background-color:focus, .wp-block-button__submit.has-quinary-background-color:hover, .wp-block-button__submit.has-quinary-background-color:focus, .gform_button.has-quinary-background-color:hover, .gform_button.has-quinary-background-color:focus, .gform-button.has-quinary-background-color:hover, .gform-button.has-quinary-background-color:focus {
  background: var(--wp--custom--color--quinary-darken) !important;
}
.wp-element-button.has-senary-background-color, .wp-block-button > .wp-block-button__link.has-senary-background-color, .wp-block-button__submit.has-senary-background-color, .gform_button.has-senary-background-color, .gform-button.has-senary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-senary-background-color:hover, .wp-element-button.has-senary-background-color:focus, .wp-block-button > .wp-block-button__link.has-senary-background-color:hover, .wp-block-button > .wp-block-button__link.has-senary-background-color:focus, .wp-block-button__submit.has-senary-background-color:hover, .wp-block-button__submit.has-senary-background-color:focus, .gform_button.has-senary-background-color:hover, .gform_button.has-senary-background-color:focus, .gform-button.has-senary-background-color:hover, .gform-button.has-senary-background-color:focus {
  background: var(--wp--custom--color--senary-darken) !important;
}
.wp-element-button.has-septenary-background-color, .wp-block-button > .wp-block-button__link.has-septenary-background-color, .wp-block-button__submit.has-septenary-background-color, .gform_button.has-septenary-background-color, .gform-button.has-septenary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-septenary-background-color:hover, .wp-element-button.has-septenary-background-color:focus, .wp-block-button > .wp-block-button__link.has-septenary-background-color:hover, .wp-block-button > .wp-block-button__link.has-septenary-background-color:focus, .wp-block-button__submit.has-septenary-background-color:hover, .wp-block-button__submit.has-septenary-background-color:focus, .gform_button.has-septenary-background-color:hover, .gform_button.has-septenary-background-color:focus, .gform-button.has-septenary-background-color:hover, .gform-button.has-septenary-background-color:focus {
  background: var(--wp--custom--color--septenary-darken) !important;
}
.wp-element-button.has-octonary-background-color, .wp-block-button > .wp-block-button__link.has-octonary-background-color, .wp-block-button__submit.has-octonary-background-color, .gform_button.has-octonary-background-color, .gform-button.has-octonary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-octonary-background-color:hover, .wp-element-button.has-octonary-background-color:focus, .wp-block-button > .wp-block-button__link.has-octonary-background-color:hover, .wp-block-button > .wp-block-button__link.has-octonary-background-color:focus, .wp-block-button__submit.has-octonary-background-color:hover, .wp-block-button__submit.has-octonary-background-color:focus, .gform_button.has-octonary-background-color:hover, .gform_button.has-octonary-background-color:focus, .gform-button.has-octonary-background-color:hover, .gform-button.has-octonary-background-color:focus {
  background: var(--wp--custom--color--octonary-darken) !important;
}
.wp-element-button.has-nonary-background-color, .wp-block-button > .wp-block-button__link.has-nonary-background-color, .wp-block-button__submit.has-nonary-background-color, .gform_button.has-nonary-background-color, .gform-button.has-nonary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-nonary-background-color:hover, .wp-element-button.has-nonary-background-color:focus, .wp-block-button > .wp-block-button__link.has-nonary-background-color:hover, .wp-block-button > .wp-block-button__link.has-nonary-background-color:focus, .wp-block-button__submit.has-nonary-background-color:hover, .wp-block-button__submit.has-nonary-background-color:focus, .gform_button.has-nonary-background-color:hover, .gform_button.has-nonary-background-color:focus, .gform-button.has-nonary-background-color:hover, .gform-button.has-nonary-background-color:focus {
  background: var(--wp--custom--color--nonary-darken) !important;
}
.wp-element-button.has-foreground-background-color, .wp-block-button > .wp-block-button__link.has-foreground-background-color, .wp-block-button__submit.has-foreground-background-color, .gform_button.has-foreground-background-color, .gform-button.has-foreground-background-color {
  color: var(--wp--preset--color--background);
}
.wp-element-button.has-foreground-background-color:hover, .wp-element-button.has-foreground-background-color:focus, .wp-block-button > .wp-block-button__link.has-foreground-background-color:hover, .wp-block-button > .wp-block-button__link.has-foreground-background-color:focus, .wp-block-button__submit.has-foreground-background-color:hover, .wp-block-button__submit.has-foreground-background-color:focus, .gform_button.has-foreground-background-color:hover, .gform_button.has-foreground-background-color:focus, .gform-button.has-foreground-background-color:hover, .gform-button.has-foreground-background-color:focus {
  background: var(--wp--custom--color--gray-900) !important;
}

.wp-block-button.is-style-bordered .wp-block-button__link {
  border: 1px solid var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
}
.wp-block-button.is-style-inverted .wp-block-button__link {
  background: var(--wp--preset--color--foreground);
  border: 1px solid var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
}
@media (max-width: 767px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 24px 36px;
  }
}
@media (max-width: 767px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 16px;
    padding: 17px 37px;
  }
}
.wp-block-button.is-style-extra-small .wp-block-button__link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 31px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 35px;
  }
}

div.wp-block-buttons {
  gap: 16px;
}

.has-tertiary-background-color .wp-element-button, .has-tertiary-background-color .wp-block-button > .wp-block-button__link, .has-tertiary-background-color .wp-block-button__submit, .has-tertiary-background-color .gform_button, .has-tertiary-background-color .gform-button, .has-septenary-background-color .wp-element-button, .has-septenary-background-color .wp-block-button > .wp-block-button__link, .has-septenary-background-color .wp-block-button__submit, .has-septenary-background-color .gform_button, .has-septenary-background-color .gform-button {
  background: var(--wp--preset--color--foreground);
}
.has-tertiary-background-color .wp-element-button:hover, .has-tertiary-background-color .wp-element-button:focus, .has-tertiary-background-color .wp-element-button:active, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:hover, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:focus, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:active, .has-tertiary-background-color .wp-block-button__submit:hover, .has-tertiary-background-color .wp-block-button__submit:focus, .has-tertiary-background-color .wp-block-button__submit:active, .has-tertiary-background-color .gform_button:hover, .has-tertiary-background-color .gform_button:focus, .has-tertiary-background-color .gform_button:active, .has-tertiary-background-color .gform-button:hover, .has-tertiary-background-color .gform-button:focus, .has-tertiary-background-color .gform-button:active, .has-septenary-background-color .wp-element-button:hover, .has-septenary-background-color .wp-element-button:focus, .has-septenary-background-color .wp-element-button:active, .has-septenary-background-color .wp-block-button > .wp-block-button__link:hover, .has-septenary-background-color .wp-block-button > .wp-block-button__link:focus, .has-septenary-background-color .wp-block-button > .wp-block-button__link:active, .has-septenary-background-color .wp-block-button__submit:hover, .has-septenary-background-color .wp-block-button__submit:focus, .has-septenary-background-color .wp-block-button__submit:active, .has-septenary-background-color .gform_button:hover, .has-septenary-background-color .gform_button:focus, .has-septenary-background-color .gform_button:active, .has-septenary-background-color .gform-button:hover, .has-septenary-background-color .gform-button:focus, .has-septenary-background-color .gform-button:active {
  background: var(--wp--custom--color--gray-900) !important;
}

/*CTA Button*/
.is-style-cta .wp-block-button__link {
  display: flex;
  align-items: center;
  padding: var(--wp--custom--layout--padding);
}
.is-style-cta .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.293 16.707a1 1 0 0 1-.083-1.32l.083-.094L17.585 13 4 13a1 1 0 0 1-.117-1.993L4 11l13.586.001-2.293-2.294a1 1 0 0 1 1.32-1.497l.094.083 4 4 .054.058.071.094.043.07.054.114.035.105.03.148L21 12l-.003.075-.017.126-.03.111-.044.111-.052.098-.064.092c-.029.037-.055.066-.083.094l-4 4a1 1 0 0 1-1.414 0Z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

/*Disabled Button*/
.button--disabled, button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*All Caps Button*/
.button--caps {
  text-transform: uppercase;
}

/*Callout Link*/
.wp-block-button.is-style-text-link .wp-block-button__link,
.wp-element-button.is-style-text-link {
  padding: 0;
  margin: var(--wp--custom--layout--padding) 0;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--tertiary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--wp--preset--color--tertiary);
  align-items: center;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover, .wp-block-button.is-style-text-link .wp-block-button__link:focus, .wp-block-button.is-style-text-link .wp-block-button__link:active,
.wp-element-button.is-style-text-link:hover,
.wp-element-button.is-style-text-link:focus,
.wp-element-button.is-style-text-link:active {
  color: var(--wp--custom--color--tertiary-darken);
  background: none !important;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover::before, .wp-block-button.is-style-text-link .wp-block-button__link:focus::before, .wp-block-button.is-style-text-link .wp-block-button__link:active::before,
.wp-element-button.is-style-text-link:hover::before,
.wp-element-button.is-style-text-link:focus::before,
.wp-element-button.is-style-text-link:active::before {
  transform: translateX(2px) translateY(0px);
}

/* Seperator
--------------------------------------------- */
.wp-block-separator, .block-area .wp-block-separator {
  border-bottom: none;
  border-color: var(--wp--custom--color--gray-300);
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: var(--wp--custom--layout--block-gap-large) 0;
  clear: both;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: var(--wp--custom--layout--block-gap-large) 0;
  }
}
.wp-block-group > * {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group h1 + p, .wp-block-group h1 + ul, .wp-block-group h1 + ol, .wp-block-group h2 + p, .wp-block-group h2 + ul, .wp-block-group h2 + ol, .wp-block-group h3 + p, .wp-block-group h3 + ul, .wp-block-group h3 + ol, .wp-block-group h4 + p, .wp-block-group h4 + ul, .wp-block-group h4 + ol, .wp-block-group h5 + p, .wp-block-group h5 + ul, .wp-block-group h5 + ol, .wp-block-group h6 + p, .wp-block-group h6 + ul, .wp-block-group h6 + ol {
  margin-top: 0.5rem;
}
.wp-block-group[class*=-gradient-background] {
  color: #fff;
}
.wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 60px var(--wp--custom--layout--block-gap-large);
  }
}
.wp-block-group + .wp-block-group {
  margin-top: 1.5rem;
}
.wp-block-group {
  /*No Padding Group*/
}
.wp-block-group.is-style-no-padding {
  padding: 0;
}
.wp-block-group {
  /*Minimal Padding Style Group*/
}
.wp-block-group.is-style-minimal-padding {
  padding: var(--wp--style--block-gap) var(--wp--custom--layout--padding);
}
.wp-block-group {
  /*Extra Padding Style Group*/
}
.wp-block-group.is-style-extra-padding {
  padding: 80px var(--wp--custom--layout--padding);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-extra-padding {
    padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
  }
}
.wp-block-group {
  /*Callout Style Group*/
}
.wp-block-group.is-style-callout {
  padding: var(--wp--custom--layout--padding);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-callout {
    padding: var(--wp--style--block-gap);
  }
}

/* Columns
--------------------------------------------- */
.wp-block-columns {
  /*Callout Style*/
}
.wp-block-columns.is-style-callout {
  padding: var(--wp--style--block-gap);
}
.wp-block-columns {
  /* Swap Order on Mobile*/
}
@media (max-width: 782px) {
  .wp-block-columns.is-style-swap-order .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.is-style-swap-order .wp-block-column:nth-child(2) {
    order: 1;
  }
}
.wp-block-columns {
  /* Wide Gap*/
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-wide-gap.is-layout-flex {
    gap: 90px;
  }
}

/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding: 3em 0;
}
.wp-block-cover.alignfull {
  width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: var(--wp--custom--layout--wide);
  max-width: 95%;
}
.wp-block-cover {
  /*Hero Style*/
}
.wp-block-cover.is-style-logo-fade {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --pseudo-opacity: 1;
}
@media (max-width: 991px) {
  .wp-block-cover.is-style-logo-fade {
    min-height: 100vh !important;
  }
  .wp-block-cover.is-style-logo-fade .wp-block-cover__image-background {
    clip-path: inherit !important;
  }
}
@media (min-width: 992px) {
  .wp-block-cover.is-style-logo-fade .wp-block-cover__image-background {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    clip-path: inset(0);
  }
}
.wp-block-cover.is-style-logo-fade::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 400px;
  height: 400px;
  background-image: url("../icons/logo/secondary.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 100;
  will-change: opacity;
  opacity: var(--pseudo-opacity);
  transition: opacity 0.1s ease-out;
}

/* Blockquote
--------------------------------------------- */
blockquote, .blockquote--default, .wp-block-quote {
  margin: var(--wp--custom--layout--padding-large) 0 var(--wp--custom--layout--padding);
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  text-align: center;
}
blockquote cite, blockquote .wp-block-quote__citation, .blockquote--default cite, .blockquote--default .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  font-size: 75%;
  letter-spacing: 0.05em;
  margin-top: var(--wp--custom--layout--padding);
  color: var(--wp--preset--color--quinary);
}
blockquote p:first-child, .blockquote--default p:first-child, .wp-block-quote p:first-child {
  margin-top: 0;
}
blockquote p:last-of-type, .blockquote--default p:last-of-type, .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wide-content blockquote, .wide-content .blockquote--default, .wide-content .wp-block-quote {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
blockquote, .blockquote--default, .wp-block-quote {
  /*Testimonial Style*/
}
blockquote.is-style-testimonial, .blockquote--default.is-style-testimonial, .wp-block-quote.is-style-testimonial {
  height: 100%;
}
blockquote.is-style-testimonial::before, .blockquote--default.is-style-testimonial::before, .wp-block-quote.is-style-testimonial::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none' viewBox='0 0 60 60'%3E%3Cpath fill='%232a5db0' fill-rule='evenodd' d='M8.915 23.996c0-5.474 4.156-8.996 9.177-8.996 5.967 0 10.658 4.753 10.658 12.05C28.75 37.278 20.972 45 12.207 45c-1.976 0-3.457-1.018-3.457-2.885 0-1.528 1.111-2.674 2.675-2.759 5.597-.254 9.753-3.946 10.946-9.547-1.193 1.867-3.045 2.758-5.39 2.758-4.65 0-8.066-3.394-8.066-8.571m22.5 0c0-5.474 4.115-8.996 9.135-8.996 6.009 0 10.7 4.753 10.7 12.05C51.25 37.278 43.472 45 34.707 45c-1.976 0-3.457-1.018-3.457-2.885 0-1.528 1.111-2.674 2.634-2.759 5.638-.297 9.794-3.946 10.987-9.547-1.193 1.825-3.045 2.758-5.39 2.758-4.65 0-8.066-3.394-8.066-8.571' clip-rule='evenodd'/%3E%3C/svg%3E");
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--custom--layout--padding);
  margin: 1rem auto 1em;
}

/* Tables
--------------------------------------------- */
.wp-block-table.is-style-minimal td, .wp-block-table.is-style-minimal th {
  border: none;
  text-align: left;
}

/* Accessible Colors
--------------------------------------------- */
.has-primary-background-color,
.has-tertiary-background-color,
.has-gray-900-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color a, .has-primary-background-color .yoast-breadcrumbs, .has-primary-background-color .yoast-breadcrumbs a,
.has-tertiary-background-color a,
.has-tertiary-background-color .yoast-breadcrumbs,
.has-tertiary-background-color .yoast-breadcrumbs a,
.has-gray-900-background-color a,
.has-gray-900-background-color .yoast-breadcrumbs,
.has-gray-900-background-color .yoast-breadcrumbs a,
.has-foreground-background-color a,
.has-foreground-background-color .yoast-breadcrumbs,
.has-foreground-background-color .yoast-breadcrumbs a {
  color: var(--wp--preset--color--white);
  text-decoration-color: var(--wp--preset--color--white);
}
.has-primary-background-color .gform_confirmation_wrapper,
.has-tertiary-background-color .gform_confirmation_wrapper,
.has-gray-900-background-color .gform_confirmation_wrapper,
.has-foreground-background-color .gform_confirmation_wrapper {
  color: var(--wp--preset--color--foreground);
}

.has-white-background-color,
.has-secondary-background-color,
.has-quaternary-background-color,
.has-background-background-color {
  color: var(--wp--preset--color--foreground);
}

/* Search : =search
--------------------------------------------- */
.wp-block-search__label {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
  line-height: var(--wp--custom--line-height--small);
  text-transform: lowercase;
  margin-bottom: 12px;
}

.wp-block-search__button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  background: none;
}
.wp-block-search__button svg {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid var(--wp--custom--color--gray-300);
  border-radius: var(--wp--custom--border-radius--tiny);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-search__inside-wrapper {
    max-width: 400px;
  }
}

.wp-block-search__input {
  border: none;
  background: transparent;
  min-height: 44px;
}

.wp-block-search__input::placeholder {
  color: var(--wp--custom--color--gray-500);
  font-weight: 400;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb, .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--wide);
  font-size: 12px;
  color: var(--wp--custom--color--gray-800);
  margin: 1em auto 2em;
}
.breadcrumb a, .yoast-breadcrumbs a {
  font-weight: normal;
  color: var(--wp--custom--color--link);
}
.breadcrumb a, .breadcrumb .breadcrumb_last, .yoast-breadcrumbs a, .yoast-breadcrumbs .breadcrumb_last {
  padding: 0 0.25rem;
}
.content .breadcrumb, .content .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--content);
}
.single .breadcrumb, .single .yoast-breadcrumbs {
  margin-left: 0;
}
/* Gravity Forms
--------------------------------------------- */
.wp-block-group script + p {
  margin: 0;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_title {
  font-size: var(--wp--preset--font-size--huge);
  text-align: center;
}
.gform_wrapper + p, .gform_wrapper form + p {
  margin: 0;
}

/*Hide GF required legend*/
.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield .gfield_label {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.gfield label + p {
  display: none;
}

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_footer br {
  display: none;
}
.gform_footer p {
  margin: 0;
}

.gform_button.button {
  width: inherit;
  margin: 1rem auto 0;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}

.gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 15px;
}

.gform-footer {
  margin-top: 3em !important;
}

/*Confirmation Message*/
.gform_confirmation_message {
  background: rgba(0, 0, 0, 0.4);
  color: var(--wp--preset--color--background);
  padding: var(--wp--custom--layout--padding);
  border-radius: var(--wp--custom--border-radius--small);
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 6px;
  display: inline-block;
}
.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;
}

.shared-counts-wrap.after_content {
  text-align: center;
  margin: var(--wp--custom--spacing--l);
}
.shared-counts-wrap.after_content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.after_content.style-icon .shared-counts-button {
  padding: 0.75em;
}
.shared-counts-wrap.after_content svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}

/* Yoast FAQ : =faq
--------------------------------------------- */
.site-container .wp-block-yoast-faq-block .schema-faq-question {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--display);
  display: block;
}
.site-container .wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0;
}
@media (max-width: 767px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 10px;
  }
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  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: inherit;
  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: rgba(244, 240, 230, 0.85);
  color: var(--wp--preset--color--foreground);
  position: relative;
}
.site-header .wrap {
  display: grid;
  max-width: calc(1200px + 2 * var(--wp--custom--layout--padding));
  grid-template-columns: minmax(0, var(--wp--custom--header-logo--desktop-width)) 1fr;
  align-items: center;
}
@media (max-width: 1168px) {
  .site-header .wrap {
    grid-template-columns: minmax(0, var(--wp--custom--header-logo--mobile-width)) 1fr;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1168px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
  .site-header .nav-menu .nav-primary {
    padding: 16px;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--wp--custom--header-logo--desktop-width);
  width: 100%;
  height: var(--wp--custom--header-logo--desktop-height);
  justify-self: center;
  margin: var(--wp--custom--header-logo--desktop-margin) 0;
}
@media (max-width: 1168px) {
  .site-header__logo {
    margin-block: var(--wp--custom--header-logo--mobile-margin);
    margin-left: var(--wp--custom--layout--padding);
    max-width: var(--wp--custom--header-logo--mobile-width);
    height: var(--wp--custom--header-logo--mobile-height);
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1169px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1168px) {
  .site-header.menu-active {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  color: inherit;
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  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;
  fill: currentColor;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active,
.menu-toggle.active,
.favorite-toggle.active {
  background: var(--wp--custom--color--secondary-darken);
}
.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;
  padding-bottom: var(--wp--custom--layout--padding);
}
@media (max-width: 1168px) {
  .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
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10000;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  @media (min-width: 1169px) {
    body.nav-down .header-search {
      position: fixed;
      left: 0;
      right: 0;
      top: 80px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header, body.nav-up .header-search {
    transform: translateY(-100%);
    box-shadow: none;
    top: 0;
  }
}

/* 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: inherit;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  line-height: 20px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 0.5px;
  transition: opacity 0.2s ease;
}
.nav-menu .menu-item a:hover {
  opacity: 0.7;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: 36px;
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.nav-menu .menu-item.menu-item--button {
  display: flex;
  align-items: center;
}
.nav-menu .menu-item.menu-item--button > a {
  background-color: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  border-radius: 20px;
  padding: 4px 16px;
  margin-left: 16px;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-font);
  letter-spacing: 1px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nav-menu .menu-item.menu-item--button > a:hover {
  opacity: 1;
  background-color: var(--wp--custom--color--gray-800);
}
.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;
  color: inherit;
}
.nav-menu .submenu-expand svg {
  fill: currentColor;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1169px) {
  .nav-menu ul {
    display: flex;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    color: var(--wp--preset--color--foreground);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item:last-child > a {
    background-color: transparent;
    color: inherit;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  .nav-menu .sub-menu .menu-item:last-child > a:hover {
    opacity: 0.7;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1168px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    background: var(--wp--preset--color--quaternary);
  }
  .nav-menu .menu-item-search,
  .nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .menu-item.menu-item--button > a {
    margin: 12px 16px;
    display: inline-block;
  }
  .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;
  }
  .nav-menu .sub-menu .menu-item:last-child > a {
    background-color: transparent;
    color: inherit;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
}

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

.archive .site-inner > .block-area > .wp-block-group.alignfull:first-child {
  margin-top: -40px;
}

/*Archive Sidebar*/
.archive.content-sidebar .site-inner .content-area {
  grid-template-columns: var(--wp--custom--layout--sidebar) 1fr;
  column-gap: var(--wp--custom--layout--block-gap);
}
.archive.content-sidebar .site-inner .content-area .site-main {
  max-width: 100%;
  grid-area: 1/2/2/3;
}
.archive.content-sidebar .site-inner .content-area .sidebar-primary {
  grid-area: 1/1/2/2;
}
@media (max-width: 991px) {
  .archive.content-sidebar .site-inner .content-area .sidebar-primary {
    display: block;
  }
}

/*Archive Header*/
.archive-header {
  background: var(--wp--preset--color--senary);
  margin-top: -3rem;
  padding: 4rem var(--wp--custom--layout--padding) 2rem;
}
.archive-header .archive-header__container {
  display: grid;
}
.archive-header .archive-header__container .archive-description {
  order: 3;
}
.archive-header .archive-header__container .archive-image {
  order: 2;
  margin: 0 auto var(--wp--custom--layout--block-gap);
  width: 100%;
  max-width: 435px;
}
@media (min-width: 992px) {
  .archive-header {
    padding-top: 6rem;
  }
  .archive-header .archive-header__container {
    /*			max-width: var(--wp--custom--layout--content);*/
  }
}

.full-width-content .archive-header__title .breadcrumb {
  text-align: left;
}

.archive-description {
  width: 100%;
  margin: 0 auto;
}
.archive-description > *:first-child {
  margin-top: 0;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

/*Archive Home*/
.blog .archive-header {
  padding-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-field {
  padding-right: 40px;
}
.search-form .search-submit {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  text-indent: -9999em;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%23333' d='M11 3a8 8 0 016.32 12.905L20.415 19a1 1 0 01-1.32 1.497L19 20.414l-3.095-3.093A8 8 0 1111 3zm0 2a6 6 0 100 12 6 6 0 000-12z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 30px 30px;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  text-align: center;
  padding-top: 22px;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--wp--preset--font-family--display);
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: var(--wp--custom--color--link);
  border-radius: var(--wp--custom--border-radius--small);
  border: 2px solid var(--wp--custom--color--link);
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
  border: none;
}
.pagination ul li:not(.pagination-next):not(.pagination-previous):not(.active):hover > a {
  background: var(--wp--preset--color--senary);
}
.pagination ul li.active > a {
  background: var(--wp--custom--color--link);
  color: var(--wp--preset--color--background);
  font-weight: bold;
}
.full-width-content .pagination {
  max-width: var(--wp--custom--layout--wide);
}

/* Archive Recent Header
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--wide);
  margin: var(--wp--custom--layout--block-gap) auto 0;
}
@media (min-width: 768px) {
  .archive-recent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

.archive-recent-search {
  background: var(--wp--custom--color--gray-200);
  border-radius: var(--wp--custom--border-radius--small);
  padding: 6px 6px 6px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: none;
  border-bottom: 1px solid #BDBDBD !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  line-height: 24px;
  padding: 14px 0px !important;
  text-transform: uppercase !important;
  font-family: var(--wp--custom--typography--interface--font-family) !important;
  width: 100%;
}

select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

input[type=submit] {
  border-radius: 20px !important;
  width: 100% !important;
  border: 1px solid #BDBDBD !important;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

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
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul.has-background, .entry-content ol.has-background {
  padding-left: 2.375em;
}
.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 ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content {
  /*Styled Numbers*/
}
.entry-content ol {
  padding-left: 30px;
  counter-reset: advanced-list-counter;
}
.entry-content ol li {
  list-style-type: none;
  list-style-position: outside;
}
.entry-content ol li::before {
  counter-increment: advanced-list-counter;
  content: counter(advanced-list-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-weight: 700;
  margin: 4px 0 0 -30px;
  border-radius: 100%;
  border: 0;
  background: var(--wp--preset--color--secondary);
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.entry-content {
  /*Checklist Bullets*/
}
.entry-content .is-style-checklist li, .entry-content .list-item__check {
  list-style-type: none;
}
.entry-content .is-style-checklist li::before, .entry-content .list-item__check::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%232a5db0'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-left: -35px;
  margin-right: 10px;
  margin-bottom: -5px;
}
.entry-content .has-primary-background-color .is-style-checklist li, .entry-content .has-primary-background-color .list-item__check,
.entry-content .has-secondary-background-color .is-style-checklist li,
.entry-content .has-secondary-background-color .list-item__check,
.entry-content .has-gray-900-background-color .is-style-checklist li,
.entry-content .has-gray-900-background-color .list-item__check,
.entry-content .has-foreground-background-color .is-style-checklist li,
.entry-content .has-foreground-background-color .list-item__check {
  list-style-type: none;
}
.entry-content .has-primary-background-color .is-style-checklist li::before, .entry-content .has-primary-background-color .list-item__check::before,
.entry-content .has-secondary-background-color .is-style-checklist li::before,
.entry-content .has-secondary-background-color .list-item__check::before,
.entry-content .has-gray-900-background-color .is-style-checklist li::before,
.entry-content .has-gray-900-background-color .list-item__check::before,
.entry-content .has-foreground-background-color .is-style-checklist li::before,
.entry-content .has-foreground-background-color .list-item__check::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%23FFFFFF'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
.entry-content .editor-styles-wrapper .is-style-checklist li {
  display: flex;
  flex-flow: row nowrap;
}
.entry-content {
  /*Column List*/
}
@media (min-width: 993px) {
  .entry-content .is-style-2-columns {
    column-count: 2;
    column-gap: 60px;
  }
  .entry-content .is-style-2-columns li {
    break-inside: avoid;
  }
}
@media (min-width: 993px) {
  .entry-content .is-style-3-columns {
    column-count: 3;
    column-gap: 60px;
  }
  .entry-content .is-style-3-columns li {
    break-inside: avoid;
  }
}
.entry-content {
  /*.wp-block-group.has-background:last-child {
  	margin-bottom: -3em;
  }*/
}

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

.has-overlay-header .site-inner {
  margin-top: -3rem;
}

.content-area .type-post .entry-content > *,
.content-area .type-post .block-area > * {
  margin-left: 0;
  margin-right: 0;
}
.entry-content,
.block-area {
  /*Fix last group has background, push up to offset bottom padding on .entry-content*/
}
.entry-content .wp-block-group.has-background:last-child,
.block-area .wp-block-group.has-background:last-child {
  margin-bottom: -3em;
}
.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
body.full-width-content .entry-content > *, .entry-content > *.alignwide,
body.full-width-content .block-area > *,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.full-width-content .entry-content > *.alignfull, .entry-content > *.alignfull,
body.full-width-content .block-area > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (min-width: 992px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    /*margin-left: calc( -1 * var(--wp--custom--layout--padding) );*/
    /*margin-right: calc( -1 * var(--wp--custom--layout--padding) );*/
    max-width: 100vw;
  }
}
.entry-content .wp-block-group.alignfull.has-background + .alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .alignfull.has-background {
  margin-top: 0;
}
.entry-content .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background, .entry-content .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull, .entry-content .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background, .entry-content .wp-block-cover.alignfull + .wp-block-cover.alignfull,
.block-area .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull,
.block-area .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background,
.block-area .wp-block-cover.alignfull + .wp-block-cover.alignfull {
  margin-top: 0;
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
@media (min-width: 992px) {
  .entry-content > div + section, .entry-content > section + section, .entry-content > section + div, .entry-content > div + div,
  .block-area > div + section,
  .block-area > section + section,
  .block-area > section + div,
  .block-area > div + div {
    margin-top: 3rem;
  }
}

/* Post Header
--------------------------------------------- */
.single .site-inner {
  padding-top: 0;
}

.post-header {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--padding);
}
.post-header .breadcrumb {
  text-align: left;
}
.post-header .breadcrumb a {
  text-decoration-color: var(--wp--preset--color--gray-100);
}
.post-header .post-title {
  margin-bottom: 0;
}

.post-header__author {
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
  padding: 12px 0;
}
.post-header__author p {
  margin: 0;
}
.post-header__author img {
  border-radius: 50%;
  margin-right: 10px;
}
.post-header__author .entry-author {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
@media (min-width: 992px) {
  .post-header__author {
    padding: 0;
  }
}

.post-header__editorial {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-header__editorial a {
  font-weight: normal;
}

.post-header__inner {
  padding: 1.5rem 16px 0;
  max-width: 736px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .post-header__inner {
    padding: 3rem 0 0;
  }
}

.post-header__info {
  margin-top: 12px;
}
.post-header__info .post-header__date {
  padding: 0;
}

.post-header__date p {
  margin: 0;
  font-style: normal;
  font-size: var(--wp--preset--font-size--tiny);
  padding: 3px 0;
}
.post-header__date p time {
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}

.post-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: var(--wp--custom--layout--padding);
}

.full-width-content .post-header__inner .breadcrumb {
  text-align: left;
}

.post-header__image {
  flex-grow: 1;
  overflow: hidden;
  padding: var(--wp--custom--layout--block-gap) 0;
}
.post-header__image img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .post-header__image {
    height: 100%;
    margin: 0;
  }
}

/* Recipe Header
--------------------------------------------- */
.recipe-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 3em 0;
  min-height: 500px;
  color: var(--wp--preset--color--background);
  margin-top: -3em;
  margin-bottom: 3em;
  padding-top: 0;
}
.recipe-header + .content-area .sidebar-primary {
  padding-top: 0;
}
.recipe-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 10;
}
.recipe-header > .wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  width: 100%;
  z-index: 10;
}
.recipe-header .breadcrumb {
  color: var(--wp--preset--color--background);
}
.recipe-header .breadcrumb a {
  color: var(--wp--preset--color--background);
}
.recipe-header .post-header__actions svg {
  fill: var(--wp--preset--color--background);
}
.recipe-header .post-header__image__container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}
.recipe-header .post-header__image__container .post-header__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  padding: 0;
}
.recipe-header .wp-element-button.is-style-text-link {
  color: var(--wp--preset--color--background);
  text-decoration-color: var(--wp--preset--color--background);
}

/* Entry Header
--------------------------------------------- */
.entry-header > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.content .entry-header > * {
  max-width: var(--wp--custom--layout--content);
}
@media (max-width: 767px) {
  .entry-header .entry-header__meta > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .entry-header .entry-header__meta > div:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .entry-header .entry-header__meta {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .entry-header .entry-header__meta > div {
      margin-left: 0;
      width: 100%;
    }
    .entry-header .entry-header__meta header, .entry-header .entry-header__meta nav, .entry-header .entry-header__meta aside, .entry-header .entry-header__meta footer {
      grid-column: 1/-1;
    }
  }
}
.entry-header .entry-header__meta {
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .entry-header .entry-header__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.entry-header .entry-meta {
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  color: #424242;
  display: flex;
  align-content: center;
  flex-flow: row wrap;
}
.entry-header .entry-meta p {
  margin: 0;
}
.entry-header .entry-meta > * {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .entry-header .entry-meta {
    grid-column: 1/-1;
  }
}
.entry-header .entry-meta .entry-author {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
}
.entry-header .entry-meta .entry-author img {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.entry-header .entry-meta .entry-author a {
  font-size: 14px;
}
.entry-header .entry-date {
  color: #424242;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entry-header .shared-counts-wrap {
    text-align: right;
  }
}
.entry-header .shared-counts-wrap:last-child {
  grid-column: 1/-1;
}
.entry-header .wprm-recipe-rating {
  text-align: right;
  grid-area: 2/2/3/3;
}
.entry-header .wprm-recipe-rating span {
  margin-left: 3px;
}
.entry-header .wprm-recipe-rating svg {
  width: 28px;
  height: 28px;
}
.entry-header .recipe-actions {
  text-align: center;
  margin: var(--wp--custom--spacing--l) 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.entry-header .recipe-actions a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  font-family: var(--wp--custom--font-family--display);
  color: var(--wp--preset--color--primary);
  padding: var(--wp--custom--spacing--s);
  background: var(--wp--preset--color--quaternary);
  text-decoration: none;
  text-align: left;
  width: 100%;
  flex-basis: 33%;
  max-width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-header .recipe-actions svg {
  fill: var(--wp--preset--color--primary);
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .entry-header .recipe-actions {
    gap: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Background Header*/
.has-bg-header .entry-header {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  margin-bottom: 0;
}
.has-bg-header .breadcrumb {
  color: var(--wp--custom--color--gray-400);
}
.has-bg-header .breadcrumb a {
  color: var(--wp--custom--color--gray-400);
  text-decoration-color: var(--wp--custom--color--gray-600);
}

/* Single Post
--------------------------------------------- */
.post-header + .content-area {
  margin-top: 0;
}

.content-area .type-post .wp-block-group:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.image__featured {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
@media (min-width: 992px) {
  .image__featured {
    float: right;
    max-width: 40%;
    margin: 0 0 var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  }
}

.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer h2, .entry-footer h3,
.after-entry h2,
.after-entry h3,
.entry-comments h2,
.entry-comments h3 {
  color: var(--wp--preset--color--foreground);
}

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

/*Tighten post listings within post content*/
.single .entry-content .block-post-listing {
  margin-top: var(--wp--custom--spacing--s);
}
.single .entry-content .block-post-listing .block-post-listing__inner {
  grid-column-gap: 6px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__content {
  padding: 8px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .entry-category {
  margin-bottom: 2px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__title {
  margin-bottom: 0;
}

/*Related Posts*/
.after-entry .block-post-listing {
  margin-top: 3rem;
}

/* Comments
--------------------------------------------- */
.comment-content img.wprm-comment-rating {
  filter: invert(9%) sepia(85%) saturate(5309%) hue-rotate(317deg) brightness(66%) contrast(103%);
  width: 120px !important;
  height: 24px !important;
  margin-bottom: 1rem;
}

.entry-comments {
  margin-top: 3rem;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: var(--wp--preset--color--foreground);
}
.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-meta {
  color: #757575;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #757575;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  margin-top: 1rem;
  display: block;
  font-size: 14px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
}
.entry-comments .comment-list ol.children li {
  border: none;
  border-top: 1px solid #EEEEEE;
}
.entry-comments .form-submit .wp-block-button__link {
  display: inline-block;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--quaternary);
  border: none;
  border-radius: 3px;
  color: var(--wp--preset--color--background);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-respond {
  margin: 45px 0 30px;
}
@media (min-width: 992px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond {
  /*Reply Comment*/
}
.comment .comment-respond {
  padding: 1em;
  margin-top: 0;
}
.comment-respond .comment-reply-title small {
  margin-left: 16px;
}
.comment-respond .comment-reply-title small a {
  font-size: 16px;
  color: brand-color("primary", "darken");
}
.comment-respond .comment-reply-title small a:hover, .comment-respond .comment-reply-title small a:active {
  text-decoration: underline;
  color: brand-color("primary");
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond .wprm-comment-ratings-container input {
  color: var(--wp--preset--color--primary);
}
.comment-respond label {
  font-family: var(--wp--preset--font-family--display);
  display: block;
  margin-right: 12px;
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  color: #424242;
}
.comment-respond input[type=submit] {
  width: auto;
}

/* Page
---------------------------------------------------------------------------- */
/* Page Header
--------------------------------------------- */
.page .entry-header {
  padding: 1rem 0 var(--wp--custom--layout--padding);
}

/*	.entry-header {
		background: var(--wp--preset--color--foreground);
		color: var(--wp--preset--color--background);
		padding: 3rem var(--wp--custom--layout--padding) 2rem;
		margin-left: calc(-1 * var(--wp--custom--layout--padding));
		margin-right: calc(-1 * var(--wp--custom--layout--padding));
	}
	.breadcrumb {
		color: #fff;

		a {
			color: #fff;
		}
	}
*/
/*_modal.scss*/
/*When Open*/
body.modal-open {
  height: 100%;
  overflow: hidden;
}

/*Modal Styling*/
.modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 1000000;
}

.modal__content {
  color: var(--wp--preset--color--foreground);
  position: fixed;
  left: 5%;
  top: 5%;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: var(--wp--custom--layout--block-gap);
  z-index: 1000000;
  width: 90%;
  min-height: 250px;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--secondary);
  overflow: scroll-x;
  transition: all 0.2s ease-in-out;
}
.modal__content::-webkit-scrollbar {
  display: none;
}
.modal__content.has-foreground-background-color {
  color: var(--wp--preset--color--background);
  background: var(--wp--custom--color--gray-900) !important;
}
.modal__content.has-foreground-background-color .modal__close, .modal__content.has-foreground-background-color .modal__close-alt {
  background: var(--wp--custom--color--gray-900);
}
.modal__content .block-area {
  margin-bottom: 0;
}
.modal__content .entry-content > *, .modal__content .block-area > * {
  max-width: 100%;
}
@media (max-width: 991px) {
  .modal__content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
.modal__content h2, .modal__content h3 {
  margin: 0;
}
@media (min-width: 992px) {
  .modal__content {
    top: 10%;
    max-height: 80vh;
  }
}
@media (min-width: 1200px) {
  .modal__content {
    width: 60%;
    left: 20%;
  }
}
@media (min-width: 1400px) {
  .modal__content {
    width: 48%;
    left: 26%;
  }
}

.hidden {
  display: none;
}

.modal__close, .modal__close-alt {
  cursor: pointer;
  padding: 0.5rem 0.7rem;
  background: none;
  border: 1px solid var(--wp--preset--color--foreground);
  border-radius: var(--wp--custom--border-radius--medium);
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}
.modal__close:hover, .modal__close:focus, .modal__close-alt:hover, .modal__close-alt:focus {
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
}

.modal__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 100000;
  margin: 0 !important;
}

/*Click catch for issues with close button*/
.modal__overlay-transparent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  z-index: 10000000;
  margin: 0 !important;
}

body.noscroll {
  overflow: hidden;
}

/* Aside/Sidebar
---------------------------------------------------------------------------------------------------- */
.widget {
  position: relative;
}
.widget h1 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--tiny);
}
.widget h2 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h3 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h4 {
  font-size: var(--wp--preset--font-size--medium);
}
.widget h5 {
  font-size: var(--wp--preset--font-size--normal);
}
.widget h6 {
  font-size: var(--wp--preset--font-size--normal);
}

@media (min-width: 992px) {
  .block-area-sidebar > div + section, .block-area-sidebar > section + section, .block-area-sidebar > section + div, .block-area-sidebar > div + div {
    margin-top: 1.5rem;
  }
}
.block-area-sidebar .is-style-bordered {
  padding: 16px;
}

/*Facet Sidebar*/
.sidebar-primary .facet-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: var(--wp--custom--color--gray-100);
  border-radius: var(--wp--custom--border-radius--small);
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  position: relative;
}
.site-footer a {
  color: var(--wp--preset--color--secondary);
}
.site-footer .backtotop-circle {
  --cwp-size: 48px;
  background: var(--wp--preset--color--tertiary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cwp-size);
  height: var(--cwp-size);
  position: absolute;
  top: calc(var(--cwp-size) / -2);
  left: 50%;
  margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
  fill: #fff;
}
.site-footer .backtotop-link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
}
.site-footer .footer__content {
  padding: 4rem 0 0;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}
.site-footer .footer__content a {
  color: var(--wp--preset--color--background);
  font-weight: normal;
  text-decoration-color: var(--wp--preset--color--background);
}
.site-footer .footer__content p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 991px) {
  .site-footer .footer__content .wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
  }
  .site-footer .footer__content .wrap .footer__contact {
    text-align: center;
  }
}
.site-footer {
  /*Footer Icon*/
}
.site-footer .site-footer__icon {
  width: 220px;
  height: 220px;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 2rem auto 0;
}
.site-footer .site-footer__icon svg {
  fill: var(--wp--custom--color--gray-800);
  width: 100%;
  height: 100%;
}
.site-footer {
  /*Navigation*/
}
.site-footer .nav-footer > ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.site-footer .nav-footer > ul a {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.site-footer .nav-footer > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .social-links {
  justify-content: center;
  margin: var(--wp--custom--layout--block-gap) 0;
}
.site-footer .social-links a {
  padding: 7px;
  width: 46px;
  height: 46px;
}
.site-footer .social-links svg {
  fill: var(--wp--preset--color--primary);
  width: 32px;
  height: 32px;
}
.site-footer .social-links a:hover svg {
  fill: var(--wp--custom--color--primary-darken);
  opacity: 0.85;
}

.footer-widget-area p {
  margin-top: 0;
}

.nav-footer-legal {
  font-size: 12px;
}
.nav-footer-legal ul {
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .nav-footer-legal ul {
    justify-content: flex-start;
  }
}
.nav-footer-legal .sub-menu {
  display: none;
}

.site-footer__copyright {
  padding: 1rem var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  background: var(--wp--preset--color--foreground);
  color: var(--wp--preset--color--background);
  text-align: center;
}
.site-footer__copyright .wrap {
  width: 100%;
}
.site-footer__copyright .wrap::after {
  display: none;
}
@media (min-width: 992px) {
  .site-footer__copyright .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__copyright p {
  font-size: 12px;
  text-align: left;
  color: var(--wp--custom--color--gray-400);
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer__copyright p {
    text-align: center;
  }
}
.site-footer__copyright a {
  text-decoration: underline;
  font-weight: normal;
  color: var(--wp--custom--color--gray-400);
}

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