@charset "UTF-8";
/**
 * Brand Color : =brand color 
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position : =icons
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color : =placeholder
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns : =columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Break Words - This will force line breaks, for example, in long comments on a post that include a long URL : =break, =hyphens
 *
 */
a svg, 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;
}

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

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

/* Wrap : =wrap, =inner
--------------------------------------------- */
.wrap {
  max-width: 1482px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .site-inner {
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .site-inner {
    padding: 50px 0;
  }
}
.content .site-inner > .wrap {
  max-width: 800px;
}
.content-sidebar .site-inner > .wrap {
  max-width: 1132px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.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 (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 25.6849315068%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 64px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms : =forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  color: #555555;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

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

textarea {
  width: 100%;
}

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

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Search Form (NOT the dropdown one in the header): =search
--------------------------------------------- */
.search-form {
  border: 1px solid #EDEDED;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
  outline: none;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #5F5E4A;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #2D2D2B;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body {
    line-height: 1.6363636364;
  }
}
@media (min-width: 768px) {
  body {
    line-height: 1.6;
  }
}
body {
  font-size: 21px;
}
@media (min-width: 768px) {
  body {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 21px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #5F5E4A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong, b {
  font-weight: 700;
}

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

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 20px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  p.large, p.has-large-font-size {
    font-size: 23px;
  }
}
p.has-normal-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  p.has-normal-font-size {
    font-size: 21px;
  }
}
p.small, p.has-small-font-size {
  font-size: 15px;
}
@media (min-width: 768px) {
  p.small, p.has-small-font-size {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  p.small, p.has-small-font-size {
    font-size: 17px;
  }
}

/* Headings : =headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2D2D2B;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2D2D2B;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #5F5E4A;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4, h5, h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  h4, h5, h6 {
    font-size: 24px;
  }
}

/* Button : =buttons
--------------------------------------------- */
.wp-block-button__link {
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 26px;
  text-decoration: none;
}
.wp-block-button__link svg {
  margin-left: 4px;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #4C4A35;
}
.wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
  background-color: #4C4A35;
}
.wp-block-button__link.has-secondary-background-color:hover, .wp-block-button__link.has-secondary-background-color:focus {
  background-color: #EDEDED;
}
.wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button__link.has-tertiary-background-color:focus {
  background-color: #C9C1AF;
}
.wp-block-button__link.has-primary-background-color {
  background-color: #4C4A35;
  border: 1px solid #4C4A35;
}
.wp-block-button__link.has-primary-background-color:hover {
  background-color: #5F5E4A;
}
.wp-block-button__link.has-primary_darken-background-color {
  background-color: #4C4A35;
  border: 1px solid #4C4A35;
}
.wp-block-button__link.has-primary_darken-background-color:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.wp-block-button__link.has-secondary-background-color {
  color: #2D2D2B;
}
.wp-block-button__link.has-secondary-background-color:hover {
  color: #2D2D2B;
}
.wp-block-button__link.has-tertiary-background-color {
  color: #2D2D2B;
}
.wp-block-button__link.has-tertiary-background-color:hover {
  color: #2D2D2B;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding: 14px 30px;
  background: transparent !important;
  border: 2px solid #DDD6C5 !important;
  color: #5F5E4A !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #4C4A35 !important;
  border-color: #4C4A35 !important;
  color: white !important;
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-background {
  background: transparent;
  border: none;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: #5F5E4A;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) svg {
  fill: #5F5E4A;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color):hover {
  color: #4C4A35;
}
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color):hover svg {
  fill: #4C4A35;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color svg {
  fill: #5F5E4A;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover {
  color: #4C4A35;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover svg {
  fill: #4C4A35;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color svg {
  fill: #F7F6F3;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color:hover {
  color: #EDEDED;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-secondary-color:hover svg {
  fill: #EDEDED;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-tertiary-color svg {
  fill: #DDD6C5;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-tertiary-color:hover {
  color: #C9C1AF;
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-tertiary-color:hover svg {
  fill: #C9C1AF;
}

/* Blockquote : =blockquote
--------------------------------------------- */
blockquote:not(.tiktok-embed),
blockquote.wp-block-quote:not(.tiktok-embed) {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote:not(.tiktok-embed) p,
blockquote.wp-block-quote:not(.tiktok-embed) p {
  color: #555555;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote:not(.tiktok-embed) cite,
blockquote:not(.tiktok-embed) .wp-block-quote__citation,
blockquote.wp-block-quote:not(.tiktok-embed) cite,
blockquote.wp-block-quote:not(.tiktok-embed) .wp-block-quote__citation {
  color: #555555;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote:not(.tiktok-embed) p:last-of-type,
blockquote.wp-block-quote:not(.tiktok-embed) p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #EDEDED;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image : =images
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
img.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables : =tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options : =colors
--------------------------------------------- */
.has-primary-color {
  color: #5F5E4A;
}

.has-light-primary-color {
  color: white;
}

.has-primary-background-color {
  background-color: #5F5E4A;
  color: #FAFAFA;
}
.has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
  color: #FAFAFA;
}

.has-light-primary-background-color {
  background-color: white;
}

.has-primary-fill {
  fill: #5F5E4A;
}

.has-secondary-background-color,
.has-tertiary-background-color {
  color: #2D2D2B;
}
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5, .has-secondary-background-color h6, .has-secondary-background-color p,
.has-tertiary-background-color h1,
.has-tertiary-background-color h2,
.has-tertiary-background-color h3,
.has-tertiary-background-color h4,
.has-tertiary-background-color h5,
.has-tertiary-background-color h6,
.has-tertiary-background-color p {
  color: #2D2D2B;
}

.has-secondary-background-color {
  background-color: #F7F6F3;
}

.has-tertiary-background-color {
  background-color: #DDD6C5;
}

.has-secondary-color {
  color: #F7F6F3;
}

.has-light-secondary-color {
  color: white;
}

.has-secondary-background-color {
  background-color: #F7F6F3;
  color: #FAFAFA;
}
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5, .has-secondary-background-color h6, .has-secondary-background-color p {
  color: #FAFAFA;
}

.has-light-secondary-background-color {
  background-color: white;
}

.has-secondary-fill {
  fill: #F7F6F3;
}

.has-secondary-background-color,
.has-tertiary-background-color {
  color: #2D2D2B;
}
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5, .has-secondary-background-color h6, .has-secondary-background-color p,
.has-tertiary-background-color h1,
.has-tertiary-background-color h2,
.has-tertiary-background-color h3,
.has-tertiary-background-color h4,
.has-tertiary-background-color h5,
.has-tertiary-background-color h6,
.has-tertiary-background-color p {
  color: #2D2D2B;
}

.has-secondary-background-color {
  background-color: #F7F6F3;
}

.has-tertiary-background-color {
  background-color: #DDD6C5;
}

.has-tertiary-color {
  color: #DDD6C5;
}

.has-light-tertiary-color {
  color: white;
}

.has-tertiary-background-color {
  background-color: #DDD6C5;
  color: #FAFAFA;
}
.has-tertiary-background-color h1, .has-tertiary-background-color h2, .has-tertiary-background-color h3, .has-tertiary-background-color h4, .has-tertiary-background-color h5, .has-tertiary-background-color h6, .has-tertiary-background-color p {
  color: #FAFAFA;
}

.has-light-tertiary-background-color {
  background-color: white;
}

.has-tertiary-fill {
  fill: #DDD6C5;
}

.has-secondary-background-color,
.has-tertiary-background-color {
  color: #2D2D2B;
}
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5, .has-secondary-background-color h6, .has-secondary-background-color p,
.has-tertiary-background-color h1,
.has-tertiary-background-color h2,
.has-tertiary-background-color h3,
.has-tertiary-background-color h4,
.has-tertiary-background-color h5,
.has-tertiary-background-color h6,
.has-tertiary-background-color p {
  color: #2D2D2B;
}

.has-secondary-background-color {
  background-color: #F7F6F3;
}

.has-tertiary-background-color {
  background-color: #DDD6C5;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

.has-white-background-color {
  background-color: #fff;
}

/* Group : =groups
--------------------------------------------- */
.wp-block-group.alignfull, .wp-block-group.alignwide {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-group.has-primary-background-color a {
  color: white;
}
.wp-block-group.has-primary-background-color a:hover {
  color: #4C4A35;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.full-width-content .wp-block-group .wp-block-group__inner-container {
  max-width: 1450px;
}
.wp-block-group.aligncenter .wp-block-group__inner-container {
  max-width: 768px;
}
.wp-block-group.alignwide .wp-block-group__inner-container {
  max-width: 1450px;
}
.wp-block-group.alignfull .wp-block-group.alignwide {
  margin-left: -341px;
  margin-right: -341px;
}
@media (max-width: 767px) {
  .wp-block-group.has-background {
    padding: 30px 16px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 40px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group.has-background {
    padding: 55px 60px;
  }
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.breadcrumb a {
  color: #555555;
}
.breadcrumb a:hover {
  color: #5F5E4A;
}

/* WPForms : =wpforms
--------------------------------------------- */
.wpforms-recaptcha-container {
  display: none !important;
}

div.wpforms-container .wpforms-title {
  color: #2D2D2B;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 22px;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  div.wpforms-container .wpforms-title {
    font-size: 28px;
  }
}
div.wpforms-container .wpforms-title {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container .wpforms-submit-container button[type=submit].has-primary_darken-background-color:hover {
  background-color: #5F5E4A;
}
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;
  }
}

.site-main article .entry-content .wpforms-confirmation-container {
  background-color: #F7F6F3;
  padding: 16px;
}
.site-main article .entry-content .wpforms-confirmation-container p:last-of-type {
  margin-bottom: 0;
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  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:hover svg {
  fill: #5F5E4A;
}
.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;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #1778F2;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: rgb(11.3551020408, 96.0816326531, 202.6448979592);
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: rgb(158.9446808511, 25.0553191489, 30.5361702128);
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: rgb(0, 143.4854771784, 190);
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Override Classes : =override
--------------------------------------------- */
.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Style Guide Colors : =style guide
--------------------------------------------- */
z .style-guide-colors {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.style-guide-color {
  font-size: 14px;
  line-height: 1.4;
}
.style-guide-color .swatch {
  border: 1px solid #EDEDED;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 6px;
}
.style-guide-color .hex {
  font-size: 12px;
}

/* Post Listing : =listing, =post listing
--------------------------------------------- */
.block-post-listing > header h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-post-listing > header h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .block-post-listing > header h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-alpha .block-post-listing__inner > article, .block-post-listing.layout-iota .block-post-listing__inner > article, .block-post-listing.layout-kappa .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 23.3448275862%;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner > article:nth-of-type(4n+1), .block-post-listing.layout-iota .block-post-listing__inner > article:nth-of-type(4n+1), .block-post-listing.layout-kappa .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-alpha .block-post-listing__inner, .block-post-listing.layout-iota .block-post-listing__inner, .block-post-listing.layout-kappa .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-post-listing.layout-alpha .block-post-listing__inner > article, .block-post-listing.layout-iota .block-post-listing__inner > article, .block-post-listing.layout-kappa .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-alpha .block-post-listing__inner header, .block-post-listing.layout-alpha .block-post-listing__inner nav, .block-post-listing.layout-alpha .block-post-listing__inner aside, .block-post-listing.layout-alpha .block-post-listing__inner footer, .block-post-listing.layout-iota .block-post-listing__inner header, .block-post-listing.layout-iota .block-post-listing__inner nav, .block-post-listing.layout-iota .block-post-listing__inner aside, .block-post-listing.layout-iota .block-post-listing__inner footer, .block-post-listing.layout-kappa .block-post-listing__inner header, .block-post-listing.layout-kappa .block-post-listing__inner nav, .block-post-listing.layout-kappa .block-post-listing__inner aside, .block-post-listing.layout-kappa .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-alpha > header h2, .block-post-listing.layout-iota > header h2, .block-post-listing.layout-kappa > header h2 {
    margin-bottom: 20px;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner, .block-post-listing.layout-iota .block-post-listing__inner, .block-post-listing.layout-kappa .block-post-listing__inner {
    margin: 0 -16px 0 -32px;
    max-width: calc(100% + 48px);
    overflow-x: auto;
  }
  .block-post-listing.layout-alpha .block-post-listing__inner .post-summary, .block-post-listing.layout-iota .block-post-listing__inner .post-summary, .block-post-listing.layout-kappa .block-post-listing__inner .post-summary {
    margin-left: 16px;
  }
  @supports (display: grid) {
    .block-post-listing.layout-alpha .block-post-listing__inner, .block-post-listing.layout-iota .block-post-listing__inner, .block-post-listing.layout-kappa .block-post-listing__inner {
      display: grid;
      grid-template-columns: 16px;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 32px) / 2.5);
    }
    .block-post-listing.layout-alpha .block-post-listing__inner::before, .block-post-listing.layout-alpha .block-post-listing__inner::after, .block-post-listing.layout-iota .block-post-listing__inner::before, .block-post-listing.layout-iota .block-post-listing__inner::after, .block-post-listing.layout-kappa .block-post-listing__inner::before, .block-post-listing.layout-kappa .block-post-listing__inner::after {
      content: "";
      width: 16px;
    }
  }
}
@media (max-width: 449px) {
  .block-post-listing.layout-alpha .block-post-listing__inner, .block-post-listing.layout-iota .block-post-listing__inner, .block-post-listing.layout-kappa .block-post-listing__inner {
    grid-auto-columns: calc((100% - 32px) / 1.5);
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-alpha > header h2, .block-post-listing.layout-iota > header h2, .block-post-listing.layout-kappa > header h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-alpha > header h2, .block-post-listing.layout-iota > header h2, .block-post-listing.layout-kappa > header h2 {
    margin-bottom: 36px;
  }
}
.block-post-listing.layout-beta > header h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .block-post-listing.layout-beta .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 23.3448275862%;
  }
  .block-post-listing.layout-beta .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-beta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-post-listing.layout-beta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-beta .block-post-listing__inner header, .block-post-listing.layout-beta .block-post-listing__inner nav, .block-post-listing.layout-beta .block-post-listing__inner aside, .block-post-listing.layout-beta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-beta > header h2 {
    margin-bottom: 20px;
  }
  .block-post-listing.layout-beta .block-post-listing__inner {
    margin: 0 -16px 0 -32px;
    max-width: calc(100% + 48px);
    overflow-x: auto;
  }
  .block-post-listing.layout-beta .block-post-listing__inner .post-summary {
    margin-left: 16px;
  }
  @supports (display: grid) {
    .block-post-listing.layout-beta .block-post-listing__inner {
      display: grid;
      grid-template-columns: 16px;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 32px) / 2.5);
    }
    .block-post-listing.layout-beta .block-post-listing__inner::before, .block-post-listing.layout-beta .block-post-listing__inner::after {
      content: "";
      width: 16px;
    }
  }
}
@media (max-width: 449px) {
  .block-post-listing.layout-beta .block-post-listing__inner {
    grid-auto-columns: calc((100% - 32px) / 1.5);
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-beta > header h2 {
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-beta > header h2 {
    margin-bottom: 36px;
  }
}
.block-post-listing.layout-gamma {
  position: relative;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.block-post-listing.layout-gamma:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #EDEDED;
}
@media (max-width: 767px) {
  .block-post-listing.layout-gamma {
    padding-top: 22px;
  }
  .block-post-listing.layout-gamma > header h2 {
    text-align: center;
  }
  .block-post-listing.layout-gamma .post-summary {
    border-bottom: 1px solid #EDEDED;
    max-width: 450px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-post-listing.layout-gamma .post-summary:last-of-type {
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-gamma {
    padding-top: 36px;
  }
  .block-post-listing.layout-gamma > header h2 {
    text-align: center;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 48.8965517241%;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-gamma .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-gamma .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-gamma .block-post-listing__inner header, .block-post-listing.layout-gamma .block-post-listing__inner nav, .block-post-listing.layout-gamma .block-post-listing__inner aside, .block-post-listing.layout-gamma .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-gamma .post-summary {
    max-width: none;
  }
  .block-post-listing.layout-gamma .post-summary:nth-child(-n+2) {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1200px) {
  .block-post-listing.layout-gamma {
    padding-top: 36px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 242px 1fr;
    align-items: center;
  }
  .block-post-listing.layout-gamma > header h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-align: left;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 23.3448275862%;
  }
  .block-post-listing.layout-gamma .block-post-listing__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-gamma .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-post-listing.layout-gamma .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-gamma .block-post-listing__inner header, .block-post-listing.layout-gamma .block-post-listing__inner nav, .block-post-listing.layout-gamma .block-post-listing__inner aside, .block-post-listing.layout-gamma .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-post-listing.layout-gamma .post-summary {
    margin-bottom: 0;
  }
  .block-post-listing.layout-gamma .post-summary:nth-child(-n+2) {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.block-post-listing.layout-delta .block-post-listing__inner {
  margin-bottom: 30px;
}
.block-post-listing.layout-delta .block-post-listing__inner .post-summary.tertiary {
  border-top: 1px solid #EDEDED;
  margin-bottom: 16px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .block-post-listing.layout-delta .block-post-listing__inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-column-gap: 60px;
    align-items: start;
  }
  .block-post-listing.layout-delta .block-post-listing__inner .feature {
    grid-row: 1/span 4;
  }
  .block-post-listing.layout-delta .block-post-listing__inner .post-summary.tertiary {
    padding-left: 20px;
  }
  .block-post-listing.layout-delta footer {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 48.8965517241%;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-epsilon .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner header, .block-post-listing.layout-epsilon .block-post-listing__inner nav, .block-post-listing.layout-epsilon .block-post-listing__inner aside, .block-post-listing.layout-epsilon .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner {
    margin: 0 -16px 0 -32px;
    max-width: calc(100% + 48px);
    overflow-x: auto;
  }
  .block-post-listing.layout-epsilon .block-post-listing__inner .post-summary {
    margin-left: 16px;
  }
  @supports (display: grid) {
    .block-post-listing.layout-epsilon .block-post-listing__inner {
      display: grid;
      grid-template-columns: 16px;
      grid-auto-flow: column;
      grid-auto-columns: calc((100% - 32px) / 1.5);
    }
    .block-post-listing.layout-epsilon .block-post-listing__inner::before, .block-post-listing.layout-epsilon .block-post-listing__inner::after {
      content: "";
      width: 16px;
    }
  }
}
@media (max-width: 449px) {
  .block-post-listing.layout-epsilon .block-post-listing__inner {
    grid-auto-columns: calc((100% - 32px) / 1.2);
  }
}
.block-post-listing.layout-zeta {
  position: relative;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.block-post-listing.layout-zeta:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #EDEDED;
}
.block-post-listing.layout-zeta:after {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #EDEDED;
}
.block-post-listing.layout-zeta header h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .block-post-listing.layout-zeta header h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-zeta header h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-zeta {
    padding: 30px 0 20px;
  }
  .block-post-listing.layout-zeta header h2 {
    margin-bottom: 18px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-zeta {
    padding: 50px 0 30px;
  }
  .block-post-listing.layout-zeta header h2 {
    margin-bottom: 30px;
  }
}
.block-post-listing.layout-eta {
  position: relative;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
.block-post-listing.layout-eta:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #EDEDED;
}
.block-post-listing.layout-eta:after {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #EDEDED;
}
.block-post-listing.layout-eta > header h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-post-listing.layout-eta > header h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-eta > header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-eta .block-post-listing__inner > article {
    float: left;
    margin-left: 0.8275862069%;
    width: 49.5862068966%;
  }
  .block-post-listing.layout-eta .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-eta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 12px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-eta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-eta .block-post-listing__inner header, .block-post-listing.layout-eta .block-post-listing__inner nav, .block-post-listing.layout-eta .block-post-listing__inner aside, .block-post-listing.layout-eta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-eta .block-post-listing__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 48.8965517241%;
  }
  .block-post-listing.layout-eta .block-post-listing__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-post-listing.layout-eta .block-post-listing__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-post-listing.layout-eta .block-post-listing__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-post-listing.layout-eta .block-post-listing__inner header, .block-post-listing.layout-eta .block-post-listing__inner nav, .block-post-listing.layout-eta .block-post-listing__inner aside, .block-post-listing.layout-eta .block-post-listing__inner footer {
      grid-column: 1/-1;
    }
  }
}
@media (max-width: 767px) {
  .block-post-listing.layout-eta {
    padding: 30px 0 20px;
  }
  .block-post-listing.layout-eta > header h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-eta {
    padding: 40px 0 0px;
  }
  .block-post-listing.layout-eta > header h2 {
    margin-bottom: 28px;
  }
  .block-post-listing.layout-eta .post-summary.secondary {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-eta > header h2 {
    margin-bottom: 36px;
  }
}
.block-post-listing.layout-theta .block-post-listing__inner .post-summary {
  margin-bottom: 20px;
}
.block-post-listing.layout-theta .block-post-listing__inner .post-summary:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-post-listing.layout-alpha > header h2, .block-post-listing.layout-delta > header h2, .block-post-listing.layout-epsilon > header h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .block-post-listing.layout-alpha .block-post-listing__header-read-more, .block-post-listing.layout-delta .block-post-listing__header-read-more, .block-post-listing.layout-epsilon .block-post-listing__header-read-more {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-post-listing.layout-alpha header.has-header-read-more h2, .block-post-listing.layout-delta header.has-header-read-more h2, .block-post-listing.layout-epsilon header.has-header-read-more h2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .block-post-listing.layout-alpha header.has-header-read-more h2 .block-post-listing__header-read-more, .block-post-listing.layout-delta header.has-header-read-more h2 .block-post-listing__header-read-more, .block-post-listing.layout-epsilon header.has-header-read-more h2 .block-post-listing__header-read-more {
    display: block;
    font-size: 14px;
    align-self: flex-end;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  }
  .block-post-listing.layout-alpha header.has-header-read-more h2 .block-post-listing__header-read-more a, .block-post-listing.layout-delta header.has-header-read-more h2 .block-post-listing__header-read-more a, .block-post-listing.layout-epsilon header.has-header-read-more h2 .block-post-listing__header-read-more a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .block-post-listing.layout-alpha header.has-header-read-more h2 .block-post-listing__header-read-more a svg, .block-post-listing.layout-delta header.has-header-read-more h2 .block-post-listing__header-read-more a svg, .block-post-listing.layout-epsilon header.has-header-read-more h2 .block-post-listing__header-read-more a svg {
    margin-left: 15px;
    width: 17px;
    height: 17px;
    margin-top: calc((17px - 17px) / 2);
  }
}
@media (min-width: 992px) {
  .block-post-listing.layout-alpha > header.has-header-read-more h2, .block-post-listing.layout-delta > header.has-header-read-more h2, .block-post-listing.layout-epsilon > header.has-header-read-more h2 {
    margin-bottom: 36px;
  }
}
.block-post-listing footer {
  text-align: center;
}
.block-post-listing footer a {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 12px 26px;
  text-decoration: none;
  border: 1px solid #C9C1AF;
}
.block-post-listing footer a:hover {
  background-color: #F7F6F3;
  border: 1px solid #F7F6F3;
}

/* Featured Posts Slider : =featured posts slider, =slider
--------------------------------------------- */
.block-featured-posts-slider .current-post-summary {
  background-color: #F7F6F3;
}
.block-featured-posts-slider .current-post-summary__featured-label {
  background-color: white;
  color: #5F5E4A;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 10px;
  line-height: 1;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}
.block-featured-posts-slider .current-post-summary__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .block-featured-posts-slider .current-post-summary__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .block-featured-posts-slider .current-post-summary__title {
    font-size: 34px;
  }
}
.block-featured-posts-slider .current-post-summary__title a {
  text-decoration: none;
}
.block-featured-posts-slider .current-post-summary__title a:hover, .block-featured-posts-slider .current-post-summary__title a:active {
  color: #C9C1AF;
}
.block-featured-posts-slider .current-post-summary__excerpt {
  font-size: 15px;
}
@media (min-width: 768px) {
  .block-featured-posts-slider .current-post-summary__excerpt {
    font-size: 16px;
  }
}
.block-featured-posts-slider .current-post-summary__excerpt {
  line-height: 1.625;
}
.block-featured-posts-slider .current-post-summary__watch-video {
  display: grid;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .block-featured-posts-slider .current-post-summary__watch-video {
    font-size: 14px;
  }
}
.block-featured-posts-slider .current-post-summary__watch-video {
  text-decoration: none;
  outline: 0;
}
.block-featured-posts-slider .current-post-summary__watch-video:hover .current-post-summary__watch-video-icon-container {
  background-color: #5F5E4A;
}
.block-featured-posts-slider .current-post-summary__watch-video:hover .current-post-summary__watch-video-icon-container svg {
  fill: white;
}
.block-featured-posts-slider .current-post-summary__watch-video-image {
  position: relative;
}
.block-featured-posts-slider .current-post-summary__watch-video-image img {
  border-radius: 50%;
}
.block-featured-posts-slider .current-post-summary__watch-video-icon-container {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  width: 23px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.block-featured-posts-slider .slick-dots {
  position: static;
  text-align: center;
  padding: 0 0 24px;
  background-color: #F7F6F3;
}
@media (max-width: 767px) {
  .block-featured-posts-slider .current-post-summary__next-arrow,
  .block-featured-posts-slider .next-post-summary {
    display: none;
  }
  .block-featured-posts-slider .current-post-summary__image {
    display: block;
  }
  .block-featured-posts-slider .current-post-summary__image img {
    width: 100%;
  }
  .block-featured-posts-slider .current-post-summary__content {
    background-color: #F7F6F3;
    margin: -22px 40px 0;
    position: relative;
    z-index: 1;
    padding: 24px 0 28px;
    text-align: center;
  }
  .block-featured-posts-slider .current-post-summary__watch-video {
    grid-gap: 11px;
  }
  .block-featured-posts-slider .current-post-summary__watch-video {
    border-top: 1px solid #EDEDED;
    grid-template-columns: 50px max-content;
    justify-content: center;
    padding-top: 15px;
    text-align: left;
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .block-featured-posts-slider .next-post {
    display: none !important;
  }
  .block-featured-posts-slider .current-post-summary {
    grid-template-columns: 38.81748072% auto 9.42587832% !important;
    min-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .block-featured-posts-slider .current-post-summary {
    display: grid;
    grid-template-columns: 452px auto 9.42587832%;
    min-height: 678px;
  }
  .block-featured-posts-slider .current-post-summary__image {
    height: 100%;
    position: relative;
  }
  .block-featured-posts-slider .current-post-summary__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block-featured-posts-slider .current-post-summary__content {
    align-self: center;
    padding: 9.72017673%;
  }
  .block-featured-posts-slider .current-post-summary__title {
    margin-bottom: 30px;
  }
  .block-featured-posts-slider .current-post-summary__excerpt {
    margin-bottom: 28px;
  }
  .block-featured-posts-slider .current-post-summary__watch-video {
    grid-template-columns: 80px 1fr;
    grid-gap: 18px;
  }
  .block-featured-posts-slider .current-post-summary__next-arrow {
    align-self: center;
    outline: 0;
  }
  .block-featured-posts-slider .current-post-summary__next-arrow svg {
    fill: #5F5E4A;
  }
  .block-featured-posts-slider .current-post-summary__next-arrow:hover svg {
    fill: #DDD6C5;
  }
  .block-featured-posts-slider .next-post {
    display: flex;
    flex-flow: column nowrap;
  }
  .block-featured-posts-slider .next-post-summary {
    display: grid;
    flex-grow: 1;
    text-decoration: none;
  }
  .block-featured-posts-slider .next-post-summary:hover .next-post-summary__image:before {
    background: none;
  }
  .block-featured-posts-slider .next-post-summary__image {
    grid-column: 1/-1;
    grid-row: 1/-1;
    position: relative;
    z-index: 1;
  }
  .block-featured-posts-slider .next-post-summary__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block-featured-posts-slider .next-post-summary__content {
    grid-column: 1/-1;
    grid-row: 1/-1;
    align-self: end;
    color: white;
    padding: 24px;
    z-index: 2;
    background-color: #5F5E4A;
  }
  .block-featured-posts-slider .next-post-summary__content h3 {
    color: white;
  }
  .block-featured-posts-slider .next-post-summary__next-feature {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: white;
  }
  .block-featured-posts-slider .next-post-summary__title {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .block-featured-posts-slider .block-featured-posts__slide {
    display: grid;
    grid-template-columns: 1fr 500px;
  }
  .block-featured-posts-slider .block-featured-posts__slide:hover .current-post-summary__next-arrow {
    opacity: 1;
    height: auto;
  }
  .block-featured-posts-slider .current-post-summary {
    grid-template-columns: 500px auto 9.42587832%;
  }
  .block-featured-posts-slider .current-post-summary__next-arrow {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
@media (min-width: 1482px) {
  .block-featured-posts-slider {
    max-width: 1450px !important;
    width: 1450px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Faceted Recipe Search : =faceted, =recipes, =search
--------------------------------------------- */
.block-faceted-recipe-search .faceted-filters {
  position: relative;
  align-self: start;
}
.block-faceted-recipe-search .faceted-filters__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.block-faceted-recipe-search .faceted-filters__reset {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
}
.block-faceted-recipe-search .facetwp-facet {
  margin-bottom: 14px;
}
.block-faceted-recipe-search .facetwp-facet input, .block-faceted-recipe-search .facetwp-facet select {
  padding: 18px 18px 18px 16px;
  line-height: 20px;
  height: auto;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  border-radius: 0;
}
.block-faceted-recipe-search .facetwp-type-search .facetwp-input-wrap {
  display: block;
}
.block-faceted-recipe-search .facetwp-type-search input {
  padding-left: 50px;
  border: 1px solid #DDD6C5;
  outline: 0;
  min-width: inherit !important;
}
.block-faceted-recipe-search .facetwp-type-search .facetwp-btn {
  left: 16px;
  top: 6px;
  width: 16px;
  opacity: 1;
}
.block-faceted-recipe-search .facetwp-type-search .facetwp-btn:before {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background: url(../icons/color/search-green.svg) no-repeat;
}
.block-faceted-recipe-search .facetwp-facet {
  /* class applies to select element itself, not a wrapper element */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown {
  display: block;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: #fff;
  line-height: 1.3;
  padding: 18px 18px 18px 16px;
  width: 100%;
  max-width: 100%; /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #5F5E4A;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
  	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
}
.block-faceted-recipe-search .facetwp-facet {
  /* Hide arrow icon in IE browsers */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown::-ms-expand {
  display: none;
}
.block-faceted-recipe-search .facetwp-facet {
  /* Hover style */
}
.block-faceted-recipe-search .facetwp-facet {
  /* Focus style */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:focus {
  outline: none;
}
.block-faceted-recipe-search .facetwp-facet {
  /* Set options to normal weight */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown option {
  font-weight: normal;
}
.block-faceted-recipe-search .facetwp-facet {
  /* Support for rtl text, explicit support for Arabic and Hebrew */
}
.block-faceted-recipe-search .facetwp-facet *[dir=rtl] .facetwp-dropdown, .block-faceted-recipe-search .facetwp-facet :root:lang(ar) .facetwp-dropdown, .block-faceted-recipe-search .facetwp-facet :root:lang(iw) .facetwp-dropdown {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
.block-faceted-recipe-search .facetwp-facet {
  /* Disabled styles */
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:disabled, .block-faceted-recipe-search .facetwp-facet .facetwp-dropdown[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}
.block-faceted-recipe-search .facetwp-facet .facetwp-dropdown:disabled:hover, .block-faceted-recipe-search .facetwp-facet .facetwp-dropdown[aria-disabled=true] {
  border-color: #aaa;
}
.block-faceted-recipe-search .recipe-pagination {
  margin-top: 16px;
}
.block-faceted-recipe-search .recipe-pagination .facetwp-type-pager {
  text-align: center;
}
.block-faceted-recipe-search .recipe-pagination .facetwp-type-pager button {
  background-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 12px 26px;
  text-decoration: none;
  border: 1px solid #C9C1AF;
  color: #5F5E4A;
}
.block-faceted-recipe-search .recipe-pagination .facetwp-type-pager button:hover {
  cursor: pointer;
  background-color: #F7F6F3;
  border: 1px solid #F7F6F3;
}
@media (max-width: 767px) {
  .block-faceted-recipe-search .faceted-filters {
    margin-bottom: 24px;
    background-color: #F7F6F3;
    border: 1px solid #DDD6C5;
  }
  .block-faceted-recipe-search .faceted-filters.active .faceted-filters__toggle {
    margin-bottom: 24px;
  }
  .block-faceted-recipe-search .faceted-filters.active .faceted-filters__toggle svg {
    transform: rotate(180deg);
  }
  .block-faceted-recipe-search .faceted-filters.active .faceted-filters__reset {
    display: block;
  }
  .block-faceted-recipe-search .faceted-filters.active .facetwp-facet, .block-faceted-recipe-search .faceted-filters.active .faceted-filters__close {
    display: block;
  }
  .block-faceted-recipe-search .faceted-filters__title {
    display: none;
  }
  .block-faceted-recipe-search .faceted-filters__toggle {
    outline: 0;
    display: block;
    width: 100%;
    font-size: 18px;
    position: relative;
    padding: 15px 38px 15px 15px;
    text-align: left;
    background-color: #F7F6F3;
    border: none;
  }
  .block-faceted-recipe-search .faceted-filters__toggle svg {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    fill: #5F5E4A;
  }
  .block-faceted-recipe-search .faceted-filters__reset {
    margin-right: 20px;
    margin-left: 20px;
    display: none;
  }
  .block-faceted-recipe-search .facetwp-facet:not(.facetwp-facet-pagination) {
    display: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .block-faceted-recipe-search .faceted-filters__close {
    display: none;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border: none;
    background-color: #F7F6F3;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    color: #5F5E4A;
    text-decoration: underline;
    margin-bottom: 24px;
  }
  .block-faceted-recipe-search .results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .block-faceted-recipe-search {
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    grid-column-gap: 32px;
    grid-template-areas: "filter results";
  }
  .block-faceted-recipe-search .faceted-filters {
    grid-area: filter;
    background-color: #F7F6F3;
    padding: 24px;
    position: sticky;
    top: 120px;
    max-height: 500px;
    overflow-y: scroll;
  }
  .block-faceted-recipe-search .faceted-filters__toggle, .block-faceted-recipe-search .faceted-filters__close {
    display: none;
  }
  .block-faceted-recipe-search .results {
    grid-area: results;
  }
  .block-faceted-recipe-search .results > article {
    float: left;
    margin-left: 1.1034482759%;
    width: 49.4482758621%;
  }
  .block-faceted-recipe-search .results > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-faceted-recipe-search .results {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-faceted-recipe-search .results > article {
      margin-left: 0;
      width: 100%;
    }
    .block-faceted-recipe-search .results header, .block-faceted-recipe-search .results nav, .block-faceted-recipe-search .results aside, .block-faceted-recipe-search .results footer {
      grid-column: 1/-1;
    }
  }
  .block-faceted-recipe-search .recipe-pagination {
    grid-column: 2/-1;
  }
}
@media (min-width: 992px) {
  .block-faceted-recipe-search {
    grid-template-columns: 310px 3fr;
  }
  .block-faceted-recipe-search .faceted-filters__reset {
    position: absolute;
    top: 29px;
    right: 27px;
  }
  .block-faceted-recipe-search .results {
    grid-area: results;
  }
  .block-faceted-recipe-search .results > article {
    float: left;
    margin-left: 1.1034482759%;
    width: 24.1724137931%;
  }
  .block-faceted-recipe-search .results > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-faceted-recipe-search .results {
      display: grid;
      grid-column-gap: 16px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-faceted-recipe-search .results > article {
      margin-left: 0;
      width: 100%;
    }
    .block-faceted-recipe-search .results header, .block-faceted-recipe-search .results nav, .block-faceted-recipe-search .results aside, .block-faceted-recipe-search .results footer {
      grid-column: 1/-1;
    }
  }
}

/* Recipe Video : =video
--------------------------------------------- */
.block-recipe-video {
  background-color: #F7F6F3;
}
.block-recipe-video header h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .block-recipe-video header h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .block-recipe-video header h2 {
    font-size: 30px;
  }
}
.block-recipe-video header h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .block-recipe-video {
    padding: 20px 25px 26px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .block-recipe-video {
    padding: 24px 60px 47px;
  }
}
/* Feature Block : =feature
--------------------------------------------- */
.block-feature .block-content-image__content {
  font-size: 16px;
}
@media (min-width: 768px) {
  .block-feature .block-content-image__content {
    font-size: 18px;
  }
}
.block-feature .block-content-image__content {
  background-color: #5F5E4A;
  color: white;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.block-feature .block-content-image__content p {
  color: white;
}
.block-feature .block-content-image__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .block-feature .block-content-image__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .block-feature .block-content-image__title {
    font-size: 40px;
  }
}
.block-feature .block-content-image__title {
  color: white;
}
.block-feature .wp-block-button .wp-block-button__link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .block-feature .block-content-image__image img {
    width: 100%;
  }
  .block-feature .block-content-image__content {
    padding: 34px 20px 48px;
  }
  .block-feature .wp-block-button {
    margin-top: 20px;
  }
  .block-feature.layout-two-images .block-content-image__image.image-2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-feature .wp-block-button {
    margin-top: 36px;
  }
  .block-feature .block-content-image__image {
    position: relative;
  }
  .block-feature .block-content-image__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .block-feature.layout-one-image .wp-block-group__inner-container {
    display: grid;
    grid-template-areas: "content image";
    grid-template-columns: 1fr 2fr;
  }
  .block-feature.layout-one-image .block-content-image__image {
    grid-area: image;
  }
  .block-feature.layout-one-image .block-content-image__content {
    grid-area: content;
    padding: 100px 53px 130px;
  }
  .block-feature.layout-one-image.image-left .wp-block-group__inner-container {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "image content";
  }
  .block-feature.layout-two-images .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 31% 38% 31%;
  }
  .block-feature.layout-two-images .block-content-image__content {
    padding: 90px 30px;
  }
}
@media (min-width: 992px) {
  .block-feature {
    padding: 0 104px;
  }
  .block-feature.layout-one-image .block-content-image__content {
    grid-area: content;
    padding: 170px 53px 200px;
  }
  .block-feature.layout-two-images .block-content-image__content {
    padding: 170px 80px 200px;
  }
}

/* Featured Links Block : =featured links, =links
--------------------------------------------- */
.entry-content > *.block-featured-links + .block-featured-links,
.block-area > *.block-featured-links + .block-featured-links {
  border-top: 1px solid #4C4A35;
}

.block-featured-links {
  background-color: #5F5E4A;
  padding: 42px 25px !important;
}
.block-featured-links .block-featured-links__content {
  color: white;
  margin-bottom: 54px;
}
.block-featured-links .block-featured-links__content p {
  color: white;
}
.block-featured-links .block-featured-links__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-featured-links .block-featured-links__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .block-featured-links .block-featured-links__title {
    font-size: 34px;
  }
}
.block-featured-links .block-featured-links__title {
  color: white;
}
.block-featured-links .block-featured-links__links {
  font-size: 14px;
}
@media (min-width: 768px) {
  .block-featured-links .block-featured-links__links {
    font-size: 17px;
  }
}
.block-featured-links .block-featured-links__links {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.block-featured-links .block-featured-links__links li {
  padding-bottom: 0.9rem;
}
.block-featured-links .block-featured-links__links li a {
  color: white !important;
}
.block-featured-links .block-featured-links__links li a:hover {
  color: #EDEDED;
}
.block-featured-links .block-featured-links__content-above {
  margin-bottom: 20px;
}
.block-featured-links .block-featured-links__content-below {
  margin-top: 20px;
}
.block-featured-links a {
  color: white;
  text-decoration: none;
}
.block-featured-links.layout-carousel .block-featured-links__media {
  position: relative;
}
.block-featured-links.layout-carousel .slick-slider {
  margin-left: auto;
  margin-right: auto;
}
.block-featured-links.layout-carousel .slick-dots {
  text-align: center;
}
.block-featured-links.layout-carousel .slick-dots button {
  background-color: #4C4A35;
  border: 1px solid #4C4A35;
}
.block-featured-links.layout-carousel .slick-dots .slick-active button {
  background-color: transparent;
}
@media (min-width: 768px) {
  .block-featured-links .block-featured-links__links {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
  }
  .block-featured-links .block-featured-links__links li {
    width: 50%;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .block-featured-links .block-featured-links__content {
    padding: 0 45px;
  }
  .block-featured-links .block-featured-links__title {
    margin-bottom: 32px;
  }
  .block-featured-links .block-featured-links__media {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-featured-links.layout-carousel {
    padding-bottom: 100px !important;
  }
  .block-featured-links.layout-carousel .slick-slider {
    max-width: calc(100% - 80px);
  }
  .block-featured-links.layout-carousel .carousel-prev,
  .block-featured-links.layout-carousel .carousel-next {
    width: 25px;
  }
  .block-featured-links.layout-carousel .carousel-prev svg,
  .block-featured-links.layout-carousel .carousel-next svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .block-featured-links {
    padding: 112px 120px !important;
  }
  .block-featured-links .wp-block-group__inner-container {
    display: grid;
    grid-template-areas: "media content";
  }
  .block-featured-links .block-featured-links__content {
    grid-area: content;
    margin-bottom: 0;
  }
  .block-featured-links .block-featured-links__title {
    margin-bottom: 50px;
  }
  .block-featured-links .block-featured-links__media {
    grid-area: media;
  }
  .block-featured-links.layout-one-image .wp-block-group__inner-container {
    grid-template-columns: 439px 1fr;
    grid-column-gap: 90px;
  }
  .block-featured-links.layout-one-image .block-featured-links__title {
    margin-top: 24px;
  }
  .block-featured-links.layout-carousel {
    padding-bottom: 140px !important;
  }
  .block-featured-links.layout-carousel .wp-block-group__inner-container {
    grid-template-columns: 493px 1fr;
    grid-column-gap: 90px;
  }
  .block-featured-links.layout-carousel .slick-slider {
    width: 377px;
  }
  .block-featured-links.layout-carousel .carousel-prev svg,
  .block-featured-links.layout-carousel .carousel-next svg {
    width: 45px;
    height: 45px;
  }
}

/* FAQ Block : =faq
--------------------------------------------- */
.entry-content .block-faqs .block-faqs__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .entry-content .block-faqs .block-faqs__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .entry-content .block-faqs .block-faqs__title {
    font-size: 34px;
  }
}
.entry-content .block-faqs .block-faqs__title {
  margin-bottom: 32px;
}
.entry-content .block-faqs .tab-nav {
  padding-left: 0;
}
.entry-content .block-faqs .tab-nav li {
  display: block;
  list-style-type: none;
}
.entry-content .block-faqs .tab-nav a {
  text-decoration: none;
  border-bottom: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 15px;
  padding-bottom: 3px;
  color: white;
}
.entry-content .block-faqs .tab-nav a:hover, .entry-content .block-faqs .tab-nav a.active {
  color: white;
  border-bottom: 1px solid white;
}
.entry-content .block-faqs .tab-content:not(.active) {
  display: none;
}
.entry-content .block-faqs .tab-content {
  font-size: 17px;
}
.entry-content .block-faqs .tab-content h3 {
  font-size: 22px;
}
.entry-content .block-faqs .tab-content .faq + .faq {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .entry-content .block-faqs {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  .entry-content .block-faqs .block-faqs__title {
    text-align: center;
  }
  .entry-content .block-faqs .tab-nav {
    margin-bottom: 50px;
  }
  .entry-content .block-faqs .tab-nav li {
    text-align: center;
    padding-bottom: 0;
  }
  .entry-content .block-faqs .tab-nav li + li {
    margin-top: 30px;
  }
  .entry-content .block-faqs .tab-content {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .entry-content .block-faqs {
    padding-bottom: 150px;
    padding-top: 150px;
  }
  .entry-content .block-faqs .tab-nav {
    display: flex;
    margin-bottom: 80px;
  }
  .entry-content .block-faqs .tab-nav li + li {
    margin-left: 30px;
  }
  .entry-content .block-faqs .tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
  }
}
/* Cookbook Block : =cookbook
--------------------------------------------- */
.entry-content > *.block-cookbook + .block-cookbook,
.block-area > *.block-cookbook + .block-cookbook {
  border-top: 1px solid #4C4A35;
}

.block-cookbook {
  background-color: #5F5E4A;
  padding: 42px 25px !important;
}
.block-cookbook .block-cookbook__content {
  color: white;
  margin-bottom: 54px;
}
.block-cookbook .block-cookbook__content p {
  color: white;
}
.block-cookbook .block-cookbook__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-cookbook .block-cookbook__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .block-cookbook .block-cookbook__title {
    font-size: 34px;
  }
}
.block-cookbook .block-cookbook__title {
  color: white;
}
.block-cookbook .block-cookbook__links-title {
  margin-top: 20px;
  margin-bottom: 0;
  color: white;
}
.block-cookbook .block-cookbook__links {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  list-style-type: none;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
.block-cookbook .block-cookbook__links li {
  padding-bottom: 0.9rem;
}
.block-cookbook .block-cookbook__links li a {
  color: white !important;
  background-color: #4C4A35;
  border: 1px solid #4C4A35 !important;
  padding: 12px 14px;
  display: inline-block;
}
.block-cookbook .block-cookbook__links li a:hover {
  background-color: transparent;
  border-color: white !important;
}
.block-cookbook a {
  color: white;
  text-decoration: none;
}
.block-cookbook.layout-carousel .block-cookbook__media {
  position: relative;
}
.block-cookbook.layout-carousel .slick-slider {
  margin-left: auto;
  margin-right: auto;
}
.block-cookbook.layout-carousel .slick-dots {
  text-align: center;
}
.block-cookbook.layout-carousel .slick-dots button {
  background-color: #4C4A35;
  border: 1px solid #4C4A35;
}
.block-cookbook.layout-carousel .slick-dots .slick-active button {
  background-color: transparent;
}
@media (max-width: 767px) {
  .block-cookbook .block-cookbook__content {
    padding: 0 0px !important;
  }
}
@media (max-width: 991px) {
  .block-cookbook .block-cookbook__content {
    padding: 0 45px;
  }
  .block-cookbook .block-cookbook__title {
    margin-bottom: 32px;
  }
  .block-cookbook .block-cookbook__links li {
    padding-right: 20px;
  }
  .block-cookbook .block-cookbook__media {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .block-cookbook.layout-one-image .block-cookbook__media {
    margin-bottom: 40px;
  }
  .block-cookbook.layout-carousel .block-cookbook__media {
    margin-bottom: 40px;
  }
  .block-cookbook.layout-carousel .slick-slider {
    max-width: calc(100% - 80px);
  }
  .block-cookbook.layout-carousel .carousel-prev,
  .block-cookbook.layout-carousel .carousel-next {
    width: 25px;
  }
  .block-cookbook.layout-carousel .carousel-prev svg,
  .block-cookbook.layout-carousel .carousel-next svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .block-cookbook {
    padding: 112px 120px !important;
  }
  .block-cookbook .wp-block-group__inner-container {
    display: grid;
  }
  .block-cookbook .block-cookbook__content {
    margin-bottom: 0;
    grid-area: content;
  }
  .block-cookbook .block-cookbook__title {
    margin-bottom: 30px;
  }
  .block-cookbook .block-cookbook__links li {
    padding-right: 20px;
  }
  .block-cookbook .block-cookbook__media {
    grid-area: media;
  }
  .block-cookbook.layout-one-image.image-left .wp-block-group__inner-container {
    grid-template-columns: 439px 1fr;
    grid-template-areas: "media content";
  }
  .block-cookbook.layout-one-image.image-right .wp-block-group__inner-container {
    grid-template-columns: 1fr 439px;
    grid-template-areas: "content media";
  }
  .block-cookbook.layout-one-image .wp-block-group__inner-container {
    grid-column-gap: 90px;
  }
  .block-cookbook.layout-one-image .block-cookbook__title {
    margin-top: 24px;
  }
  .block-cookbook.layout-carousel {
    padding-bottom: 140px !important;
  }
  .block-cookbook.layout-carousel.image-left .wp-block-group__inner-container {
    grid-template-columns: 493px 1fr;
    grid-template-areas: "media content";
  }
  .block-cookbook.layout-carousel.image-right .wp-block-group__inner-container {
    grid-template-columns: 1fr 493px;
    grid-template-areas: "content media";
  }
  .block-cookbook.layout-carousel .wp-block-group__inner-container {
    grid-column-gap: 90px;
  }
  .block-cookbook.layout-carousel .slick-slider {
    width: 377px;
  }
  .block-cookbook.layout-carousel .carousel-prev svg,
  .block-cookbook.layout-carousel .carousel-next svg {
    width: 45px;
    height: 45px;
  }
}

/* About Tieghan Block : =about tieghan, =tieghan
--------------------------------------------- */
.block-about-tieghan.has-background {
  padding: 0;
  background-color: #F7F6F3;
}
.block-about-tieghan .block-about-tieghan__content {
  font-size: 16px;
}
@media (min-width: 768px) {
  .block-about-tieghan .block-about-tieghan__content {
    font-size: 20px;
  }
}
.block-about-tieghan .block-about-tieghan__links {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  list-style-type: none;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
.block-about-tieghan .block-about-tieghan__links li {
  padding-bottom: 0.9rem;
  padding-right: 30px;
}
.block-about-tieghan .block-about-tieghan__socials {
  margin-top: 16px;
}
.block-about-tieghan .block-about-tieghan__socials ul {
  padding: 0;
}
.block-about-tieghan .block-about-tieghan__socials ul li {
  padding: 0;
  line-height: 0;
}
.block-about-tieghan .block-about-tieghan__socials ul li a {
  border-bottom: 0;
}
.block-about-tieghan .block-about-tieghan__socials ul li a:hover svg, .block-about-tieghan .block-about-tieghan__socials ul li a:active svg {
  fill: rgb(123.6686390533, 122.3668639053, 96.3313609467);
}
.block-about-tieghan .block-about-tieghan__socials ul li svg {
  height: 24px;
  width: 24px;
  fill: #5F5E4A;
}
@media (max-width: 991px) {
  .block-about-tieghan .block-about-tieghan__image img {
    margin: 0 auto;
  }
  .block-about-tieghan .block-about-tieghan__content {
    padding: 32px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1481px) {
  .block-about-tieghan.image-right .wp-block-group__inner-container {
    grid-template-columns: 1fr 43%;
    grid-template-areas: "content media";
  }
  .block-about-tieghan.image-left .wp-block-group__inner-container {
    grid-template-columns: 43% 1fr;
    grid-template-areas: "media content";
  }
  .block-about-tieghan .wp-block-group__inner-container {
    display: grid;
  }
  .block-about-tieghan .block-about-tieghan__image {
    grid-area: media;
  }
  .block-about-tieghan .block-about-tieghan__image img {
    object-fit: cover;
    height: 100%;
  }
  .block-about-tieghan .block-about-tieghan__content {
    grid-area: content;
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 1482px) {
  .block-about-tieghan.image-right .wp-block-group__inner-container {
    grid-template-columns: 1fr 43%;
    grid-template-areas: "content media";
  }
  .block-about-tieghan.image-right .block-about-tieghan__image {
    margin-right: calc((100vw - 1450px) / -2);
  }
  .block-about-tieghan.image-left .wp-block-group__inner-container {
    grid-template-columns: 43% 1fr;
    grid-template-areas: "media content";
  }
  .block-about-tieghan.image-left .block-about-tieghan__image {
    margin-left: calc((100vw - 1450px) / -2);
  }
  .block-about-tieghan .wp-block-group__inner-container {
    display: grid;
  }
  .block-about-tieghan .block-about-tieghan__image {
    grid-area: media;
  }
  .block-about-tieghan .block-about-tieghan__image img {
    max-height: 1100px;
    height: 100%;
    object-fit: cover;
    width: calc((100vw - 1450px) / 2 + 623px);
    max-width: none;
  }
  .block-about-tieghan .block-about-tieghan__content {
    grid-area: content;
    padding: 134px 65px 140px 80px;
  }
}

/* Newsletter block : =newsletter, =subscribe
--------------------------------------------- */
.block-newsletter.has-background {
  background-color: #5F5E4A;
  color: white;
}
.block-newsletter.has-background h2 {
  text-align: center;
  color: white;
  font-size: 18px;
}
@media (min-width: 768px) {
  .block-newsletter.has-background h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .block-newsletter.has-background h2 {
    font-size: 24px;
  }
}
.block-newsletter.has-background .wpforms-confirmation-container {
  text-align: center;
  background-color: #5F5E4A !important;
}
.block-newsletter.has-background .wpforms-container ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.block-newsletter.has-background .wpforms-container ::-ms-input-placeholder {
  color: #ffffff;
}
.block-newsletter.has-background .wpforms-container ::-webkit-input-placeholder {
  color: #ffffff;
}
.block-newsletter.has-background .wpforms-container input:focus::-webkit-input-placeholder,
.block-newsletter.has-background .wpforms-container input:focus::-moz-placeholder,
.block-newsletter.has-background .wpforms-container input:focus:-ms-input-placeholder,
.block-newsletter.has-background .wpforms-container textarea:focus::-webkit-input-placeholder,
.block-newsletter.has-background .wpforms-container textarea:focus::-moz-placeholder,
.block-newsletter.has-background .wpforms-container textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.block-newsletter.has-background .wpforms-container {
  max-width: 400px;
  margin: 0 auto;
}
.block-newsletter.has-background .wpforms-container .wpforms-field {
  margin-bottom: 4px;
}
.block-newsletter.has-background .wpforms-container .wpforms-required-label {
  color: white;
}
.block-newsletter.has-background .wpforms-container label.wpforms-error {
  color: white;
}
.block-newsletter.has-background .wpforms-container .wpforms-field-name .wpforms-field-label, .block-newsletter.has-background .wpforms-container .wpforms-field-email .wpforms-field-label {
  display: none;
}
.block-newsletter.has-background .wpforms-container .wpforms-field-name input, .block-newsletter.has-background .wpforms-container .wpforms-field-email input {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 13px 16px;
  border-radius: 0;
  border-color: #4C4A35;
  background-color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: white;
}
.block-newsletter.has-background .wpforms-container .wpforms-field-checkbox .wpforms-field-label {
  font-size: 12px;
  margin-bottom: 3px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.block-newsletter.has-background .wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
  font-size: 16px;
}
.block-newsletter.has-background .wpforms-container .wpforms-field-checkbox ul li {
  padding-bottom: 0;
}
.block-newsletter.has-background .wpforms-container .mailchimp-groups > label {
  background-color: #5F5E4A;
  border: 1px solid #4C4A35;
  color: white;
  font-size: 15px;
  line-height: 21px;
  padding: 13px 50px 13px 13px;
  position: relative;
}
.block-newsletter.has-background .wpforms-container .mailchimp-groups > label.active {
  background-color: #4C4A35;
  border-color: #4C4A35;
}
.block-newsletter.has-background .wpforms-container .mailchimp-groups > label.active .mailchimp-groups-selector-icon {
  background-color: #4C4A35;
  transform: rotate(180deg);
}
.block-newsletter.has-background .wpforms-container .mailchimp-groups > label .mailchimp-groups-selector-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../icons/color/angle-down-white.svg) no-repeat center #5F5E4A;
  background-size: 12px;
  width: 44px;
}
.block-newsletter.has-background .wpforms-container .mailchimp-groups ul {
  display: none;
}
.block-newsletter.has-background .wpforms-container .wpforms-submit-container {
  margin-top: 12px;
}
.block-newsletter.has-background .wpforms-container .wpforms-submit-container button[type=submit] {
  width: 100%;
}
.block-newsletter.has-background .block-newsletter__account-cta {
  text-align: center;
  margin-top: 24px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 14px;
}
.block-newsletter.has-background .block-newsletter__account-cta a {
  color: white;
  text-decoration: none;
}
.block-newsletter.has-background .block-newsletter__account-cta a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .block-newsletter.has-background {
    padding: 25px 16px 30px;
  }
}
@media (min-width: 768px) {
  .block-newsletter.has-background {
    padding: 25px 0 40px;
  }
}
/* Recipe Collections Header Block : =recipe collections, =collections
--------------------------------------------- */
.block-recipe-collections-page-header {
  background-color: #5F5E4A;
  color: white;
  padding: 0 16px;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner > *:last-child {
  margin-bottom: 0;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner h1, .block-recipe-collections-page-header .block-recipe-collections-page-header__inner h2, .block-recipe-collections-page-header .block-recipe-collections-page-header__inner h3, .block-recipe-collections-page-header .block-recipe-collections-page-header__inner h4 {
  color: white;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner .block-recipe-collections-page-header__title {
  font-size: 28px;
}
@media (min-width: 768px) {
  .block-recipe-collections-page-header .block-recipe-collections-page-header__inner .block-recipe-collections-page-header__title {
    font-size: 34px;
  }
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .block-recipe-collections-page-header .block-recipe-collections-page-header__inner p {
    font-size: 22px;
  }
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__inner p {
  color: white;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__buttons {
  text-align: center;
  margin-top: 20px;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link {
  background-color: #4C4A35;
  border: 1px solid #4C4A35;
  font-size: 13px;
  padding: 7px 10px;
}
.block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link:hover, .block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link:active {
  border: 1px solid white;
}
@media (max-width: 499px) {
  .block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link {
    display: block;
    width: 100%;
  }
  .block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link + .wp-block-button__link {
    margin-top: 16px;
  }
}
@media (min-width: 500px) {
  .block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link {
    width: 150px;
  }
  .block-recipe-collections-page-header .block-recipe-collections-page-header__buttons .wp-block-button__link + .wp-block-button__link {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .block-recipe-collections-page-header {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .block-recipe-collections-page-header {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .block-recipe-collections-page-header {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/* Recipe Collections Content : =recipe collections, =collections
--------------------------------------------- */
.localstorage-recipes .localstorage-recipes__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
}
.localstorage-recipes .localstorage-recipes__list-item-image {
  width: 75px;
  margin-right: 16px;
}
.localstorage-recipes .localstorage-recipes__list-item-name {
  margin-right: 16px;
}
.localstorage-recipes .localstorage-recipes__list-item-actions a {
  text-transform: uppercase;
  color: #5F5E4A;
  text-decoration: underline;
}

/* Featured Latest : =featured latest, =latest
--------------------------------------------- */
@media (max-width: 767px) {
  .block-featured-latest .block-featured-latest__first-post,
  .block-featured-latest .block-featured-latest__second-post {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .block-featured-latest .block-featured-latest__first-post,
  .block-featured-latest .block-featured-latest__second-post {
    background-color: #F7F6F3;
  }
  .block-featured-latest .block-featured-latest__first-post-image,
  .block-featured-latest .block-featured-latest__second-post-image {
    display: block;
  }
  .block-featured-latest .block-featured-latest__first-post-image img,
  .block-featured-latest .block-featured-latest__second-post-image img {
    width: 100%;
  }
  .block-featured-latest .block-featured-latest__first-post-content,
  .block-featured-latest .block-featured-latest__second-post-content {
    background-color: #F7F6F3;
    margin: -22px 24px 0;
    position: relative;
    z-index: 1;
    padding: 24px 16px 28px;
    text-align: center;
  }
  .block-featured-latest .block-featured-latest__first-post-title,
  .block-featured-latest .block-featured-latest__second-post-title {
    font-size: 20px;
  }
  .block-featured-latest .block-featured-latest__first-post-title a,
  .block-featured-latest .block-featured-latest__second-post-title a {
    text-decoration: none;
  }
  .block-featured-latest .block-featured-latest__first-post-title a:hover, .block-featured-latest .block-featured-latest__first-post-title a:active,
  .block-featured-latest .block-featured-latest__second-post-title a:hover,
  .block-featured-latest .block-featured-latest__second-post-title a:active {
    color: #C9C1AF;
  }
  .block-featured-latest .block-featured-latest__first-post-excerpt,
  .block-featured-latest .block-featured-latest__second-post-excerpt {
    font-size: 15px;
    line-height: 1.625;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .block-featured-latest .block-featured-latest__first-post-excerpt,
  .block-featured-latest .block-featured-latest__second-post-excerpt {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .block-featured-latest .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .block-featured-latest .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
  }
  .block-featured-latest .block-featured-latest__first-post {
    min-height: 680px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background-color: #F7F6F3;
  }
  .block-featured-latest .block-featured-latest__first-post-image {
    position: relative;
  }
  .block-featured-latest .block-featured-latest__first-post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block-featured-latest .block-featured-latest__first-post-content {
    align-self: center;
    padding: 9.75%;
  }
  .block-featured-latest .block-featured-latest__first-post-title {
    font-size: 24px;
  }
  .block-featured-latest .block-featured-latest__first-post-title a {
    text-decoration: none;
  }
  .block-featured-latest .block-featured-latest__first-post-title a:hover, .block-featured-latest .block-featured-latest__first-post-title a:active {
    color: #C9C1AF;
  }
  .block-featured-latest .block-featured-latest__first-post-excerpt {
    font-size: 16px;
  }
  .block-featured-latest .block-featured-latest__second-post {
    position: relative;
  }
  .block-featured-latest .block-featured-latest__second-post-image {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .block-featured-latest .block-featured-latest__second-post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block-featured-latest .block-featured-latest__second-post-content {
    position: absolute;
    bottom: 0;
    padding: 36px 24px;
    z-index: 2;
    width: 100%;
    background-color: #5F5E4A;
  }
  .block-featured-latest .block-featured-latest__second-post-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .block-featured-latest .block-featured-latest__second-post-title a {
    color: white;
    text-decoration: none;
  }
  .block-featured-latest .block-featured-latest__second-post-title a:hover, .block-featured-latest .block-featured-latest__second-post-title a:active {
    color: #C9C1AF;
  }
  .block-featured-latest .block-featured-latest__second-post-excerpt {
    display: none;
  }
}
@media (min-width: 1300px) {
  .block-featured-latest .block-featured-latest__first-post-title {
    font-size: 30px;
  }
  .block-featured-latest .block-featured-latest__second-post-title {
    font-size: 24px;
  }
}

/* Quick Links Block : =quick links
--------------------------------------------- */
.block-quick-links h2 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-quick-links h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .block-quick-links h2 {
    font-size: 34px;
  }
}
.block-quick-links h2 {
  text-align: center;
}
.block-quick-links .block-quick-links__inner {
  grid-row-gap: 32px;
}
.block-quick-links img {
  display: block;
  width: 100%;
}
.block-quick-links a.quick-link {
  color: #2D2D2B;
  text-decoration: none;
}
.block-quick-links a.quick-link:hover {
  color: #5F5E4A;
}
.block-quick-links .quick-link__name {
  font-size: 18px;
}
@media (min-width: 768px) {
  .block-quick-links .quick-link__name {
    font-size: 17px;
  }
}
.block-quick-links .quick-link__name {
  line-height: 1.3;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .block-quick-links h2 {
    margin-bottom: 20px;
  }
  .block-quick-links .block-quick-links__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 48.8965517241%;
  }
  .block-quick-links .block-quick-links__inner > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-quick-links .block-quick-links__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .block-quick-links .block-quick-links__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-quick-links .block-quick-links__inner header, .block-quick-links .block-quick-links__inner nav, .block-quick-links .block-quick-links__inner aside, .block-quick-links .block-quick-links__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-quick-links img {
    margin-bottom: 8px;
  }
}
@media (max-width: 499px) {
  .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 100%;
  }
  .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner > article:nth-of-type(1n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner header, .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner nav, .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner aside, .block-quick-links:not(.layout-gamma):not(.layout-delta) .block-quick-links__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-quick-links.layout-gamma .block-quick-links__inner, .block-quick-links.layout-delta .block-quick-links__inner {
    grid-gap: 16px;
  }
}
@media (min-width: 768px) {
  .block-quick-links h2 {
    margin-bottom: 28px;
  }
  .block-quick-links .block-quick-links__inner > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 23.3448275862%;
  }
  .block-quick-links .block-quick-links__inner > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .block-quick-links .block-quick-links__inner {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .block-quick-links .block-quick-links__inner > article {
      margin-left: 0;
      width: 100%;
    }
    .block-quick-links .block-quick-links__inner header, .block-quick-links .block-quick-links__inner nav, .block-quick-links .block-quick-links__inner aside, .block-quick-links .block-quick-links__inner footer {
      grid-column: 1/-1;
    }
  }
  .block-quick-links img {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .block-quick-links h2 {
    margin-bottom: 32px;
  }
}

/* Featured On Block : =featured on, =logos
--------------------------------------------- */
.block-featured-on__inner {
  margin: 0 auto;
}

.block-featured-on__title {
  font-weight: 400;
  margin: 0 0 16px;
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .block-featured-on__title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .block-featured-on__title {
    font-size: 34px;
  }
}

.block-featured-on__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.block-featured-on__logo img {
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .block-featured-on {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-featured-on__inner {
    max-width: 600px;
  }
  .block-featured-on__logo {
    width: 20%;
    padding: 16px 16px;
  }
  .block-featured-on__logo img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 560px) {
  .block-featured-on__logo {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .block-featured-on {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .block-featured-on__inner {
    display: flex;
    align-items: center;
    max-width: 980px;
  }
  .block-featured-on__logo {
    width: 14.28571429%;
    padding: 0px 16px;
  }
}
@media only screen and (min-width: 900px) {
  .block-featured-on__logo {
    padding: 0px 32px;
  }
}
/* Site Header : =header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  min-height: 49px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.site-header .title-area {
  width: 100%;
  max-width: 150px;
  text-align: left;
  margin: 0 auto;
}
.site-header .title-area h1.site-title,
.site-header .title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  padding: 8px;
}
.site-header .title-area h1.site-title a,
.site-header .title-area p.site-title a {
  color: #555555;
  text-decoration: none;
}
.site-header .title-area .site-title a {
  background: url(../icons/logo/logo-black.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 37.4331550802%;
}
.site-header .subscribe-link, .site-header .my-collections-link {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #C9C1AF;
}
.site-header .subscribe-link:hover, .site-header .my-collections-link:hover {
  border-bottom: none;
}
@media (max-width: 599px) {
  .site-header .subscribe-link, .site-header .my-collections-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-inner .search-toggle,
  .site-header .site-header-inner .menu-toggle {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1404px) {
  .site-header .wrap {
    padding: 0;
  }
  .site-header .site-header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header .site-header-inner .title-area-container {
    width: 100%;
  }
  .site-header .site-header-inner .title-area-container .title-area {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .site-header .site-header-inner .subscribe-link, .site-header .site-header-inner .my-collections-link {
    flex-shrink: 0;
  }
  .site-header .site-header-inner .my-collections-link {
    margin-left: 16px;
  }
  .site-header .site-header-inner .search-toggle,
  .site-header .site-header-inner .menu-toggle {
    display: block;
    align-self: stretch;
    padding: 25px 24px;
  }
  .site-header .site-header-inner .search-toggle {
    order: 2;
  }
  .site-header .site-header-inner .menu-toggle {
    order: 3;
  }
}
@media (min-width: 1405px) {
  .site-header .wrap {
    padding: 0;
    max-width: 100%;
  }
  .site-header .site-header-inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header .site-header-inner .title-area-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-header .site-header-inner .menu-toggle {
    display: none;
    float: right;
    padding: 40px 37px;
  }
  .site-header .site-header-inner .search-toggle {
    float: right;
    padding: 40px 37px;
  }
  .site-header .site-header-inner .subscribe-link, .site-header .site-header-inner .my-collections-link {
    float: right;
    margin-top: 42px;
  }
  .site-header .site-header-inner .my-collections-link {
    margin-right: 16px;
  }
}
@media (min-width: 1483px) {
  .site-header .site-header-inner .title-area-container {
    margin-left: 40px;
    margin-right: 42px;
  }
}
@media (min-width: 1405px) {
  .site-header .site-header-inner .title-area-container {
    max-width: 203px;
  }
  .site-header .site-header-inner .title-area {
    max-width: 203px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header : =persistent, =fixed, =sticky
--------------------------------------------- */
@media (max-width: 1404px) {
  .site-container * {
    scroll-margin-top: 90px;
  }
}
@media (min-width: 1405px) {
  .site-container * {
    scroll-margin-top: 200px;
  }
}
.persistent-header .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media (min-width: 783px) {
  .admin-bar.persistent-header .site-header {
    top: 32px;
  }
}

@media (min-width: 1405px) {
  .persistent-header .site-header .title-area-container {
    margin-top: 10px;
  }
  .persistent-header .site-header .nav-menu .nav-primary ul.menu > li {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .persistent-header .site-header .menu-toggle,
  .persistent-header .site-header .search-toggle {
    padding-bottom: 27px;
    padding-top: 27px;
  }
  .persistent-header .site-header .my-collections-link,
  .persistent-header .site-header .subscribe-link {
    margin-top: 29px;
  }
}
@media (min-width: 1405px) and (max-width: 1409px) {
  .persistent-header .site-header .nav-menu .nav-primary ul.menu > li {
    padding-top: 33px;
  }
}

/* Navigation : =navigation, =menus
---------------------------------------------------------------------------------------------------- */
/* Mega Menu : =mega
--------------------------------------------- */
.nav-menu .mega-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  z-index: 99;
  top: 104px;
  background: #F7F6F3;
  padding: 70px 0;
  width: 100%;
}
.nav-menu .mega-menu .mega-menu-inner {
  position: relative;
  left: 50%;
  width: 1404px;
  transform: translateX(-50%);
  padding: 0;
  display: grid;
  grid-template-columns: 265px auto 368px;
}
.nav-menu .mega-menu .mega-menu-inner a:not(.wp-block-button__link) {
  padding: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: #2D2D2B;
}
.nav-menu .mega-menu .mega-menu-inner a:not(.wp-block-button__link):hover {
  color: #C9C1AF;
}
.nav-menu .mega-menu .mega-menu-inner a.wp-block-button__link {
  font-size: 14px;
  padding: 12px 20px;
}
.nav-menu .mega-menu .mega-menu-inner ul li {
  list-style-type: none;
}
.nav-menu .mega-menu .mega-menu-inner .first-column.recipes {
  border-right: 1px solid #EDEDED;
  padding-left: 40px;
}
.nav-menu .mega-menu .mega-menu-inner .second-column.recipes {
  font-size: 16px;
  line-height: 26px;
  padding-left: 60px;
  padding-right: 40px;
}
.nav-menu .mega-menu .mega-menu-inner .second-column.recipes figure {
  margin: 0;
}
.nav-menu .mega-menu .mega-menu-inner .second-column.recipes figure img {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
}
.nav-menu .mega-menu .mega-menu-inner .second-column.recipes .wp-block-columns .wp-block-column:nth-child(2) {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.nav-menu .mega-menu .mega-menu-inner .second-column.recipes .wp-block-columns .wp-block-column:nth-child(2) h4 {
  margin-bottom: 8px;
}
.nav-menu .mega-menu .mega-menu-inner .third-column.recipes {
  padding-right: 40px;
}
.nav-menu .mega-menu .mega-menu-inner .third-column.recipes figure {
  margin: 0;
}

.nav-menu .menu-item:hover > .mega-menu,
.nav-menu .menu-item.submenu-active > .mega-menu {
  opacity: 1;
  left: 0;
}

.nav-menu .mega-menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.nav-menu {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #555555;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a {
  color: black;
}
.nav-menu .menu-item:hover > .submenu-expand svg {
  fill: black;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #5F5E4A;
}
.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: 10px;
}
.nav-menu .submenu-expand svg {
  fill: #555555;
  width: 12px;
  height: 12px;
}
.nav-menu .nav-primary ul.menu > li {
  padding-bottom: 29px;
  padding-top: 29px;
}
.nav-menu .nav-primary ul.menu > li:last-of-type > a {
  border-right: none;
}
.nav-menu .nav-primary ul.menu > li > a {
  font-size: 11px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  padding: 13px 20px;
  border-right: 1px solid #EDEDED;
}
.nav-menu .nav-primary ul.menu > li.menu-item-has-children > a {
  padding-right: 28px;
}
@media (min-width: 1405px) and (max-width: 1409px) {
  .nav-menu .nav-primary ul.menu > li {
    padding-top: 43px;
  }
  .nav-menu .nav-primary ul.menu > li > a {
    font-size: 17px;
    padding: 0 20px;
  }
  .nav-menu .nav-primary ul.menu > li .submenu-expand {
    top: 58%;
  }
}
@media (max-width: 1404px) {
  .nav-menu .nav-primary {
    display: none;
  }
}
@media (min-width: 1405px) {
  .nav-menu {
    float: left;
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
  .nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: inline-block;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: #F7F6F3;
    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:hover > a {
    background: #EDEDED;
    color: #2D2D2B;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}

/* Mobile nav menu drawer : =mobile
--------------------------------------------- */
.mobile-nav-menu {
  display: none;
}
.mobile-nav-menu.active {
  background-color: #5F5E4A;
  display: block;
  position: absolute;
  right: 0;
  z-index: 999;
  height: 100vh;
  overflow-y: auto;
}
.mobile-nav-menu .nav-mobile ul.menu > .menu-item {
  border-bottom: 1px solid #4C4A35;
}
.mobile-nav-menu .nav-mobile ul.menu > .menu-item > a {
  font-size: 24px;
}
@media (min-width: 768px) {
  .mobile-nav-menu .nav-mobile ul.menu > .menu-item > a {
    font-size: 30px;
  }
}
.mobile-nav-menu .nav-mobile ul.menu > .menu-item > a {
  padding: 20px 54px;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item {
  list-style-type: none;
  position: relative;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  top: 0;
  right: 0;
  transform: none;
  position: absolute;
  width: 62px;
  height: 62px;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .submenu-expand svg {
  fill: white;
  width: 22px;
  height: 22px;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .submenu-expand:not(.expanded) {
  transform: rotate(270deg);
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .submenu-expand.expanded + .sub-menu {
  display: block;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .sub-menu {
  background-color: #4C4A35;
  display: none;
  font-size: 18px;
}
@media (min-width: 768px) {
  .mobile-nav-menu .nav-mobile ul.menu .menu-item .sub-menu {
    font-size: 20px;
  }
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .sub-menu li a {
  padding: 14px 54px;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .sub-menu li:first-of-type a {
  padding-top: 40px;
}
.mobile-nav-menu .nav-mobile ul.menu .menu-item .sub-menu li:last-of-type a {
  padding-bottom: 40px;
}
.mobile-nav-menu .mobile-menu-footer {
  border-top: 1px solid #4C4A35;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  max-width: 1000px;
}
.mobile-nav-menu .mobile-menu-footer h2, .mobile-nav-menu .mobile-menu-footer h3, .mobile-nav-menu .mobile-menu-footer h4, .mobile-nav-menu .mobile-menu-footer h5, .mobile-nav-menu .mobile-menu-footer h6 {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__left .mobile-menu-footer__link-column-title {
  font-size: 12px;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__left .menu .menu-item {
  list-style-type: none;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__left .menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 0;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right {
  color: white;
  font-size: 10px;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right ul {
  display: flex;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right ul li {
  list-style-type: none;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right ul li + li {
  margin-left: 20px;
}
.mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right ul li a {
  color: white;
  text-decoration: none;
}
@media (max-width: 439px) {
  .mobile-nav-menu .mobile-menu-footer__left {
    grid-template-columns: 1fr !important;
  }
  .mobile-nav-menu .mobile-menu-footer__right ul {
    flex-flow: column nowrap !important;
  }
  .mobile-nav-menu .mobile-menu-footer__right ul li + li {
    margin-left: 0px !important;
    margin-top: 10px;
  }
}
@media (max-width: 1404px) {
  .mobile-nav-menu {
    width: 100%;
    max-width: 490px;
    padding-bottom: 250px;
  }
  .mobile-nav-menu.active {
    top: 71px;
  }
  .mobile-nav-menu .nav-mobile {
    margin-top: 55px;
  }
  .mobile-nav-menu .social-links {
    margin: 50px 0 0;
    justify-content: center;
  }
  .mobile-nav-menu .mobile-menu-footer {
    margin: 70px auto 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__link-column-title {
    font-size: 12px;
  }
  .mobile-nav-menu .mobile-menu-footer ul.menu li.menu-item a {
    font-size: 12px;
    padding: 10px 0;
  }
  .mobile-nav-menu .mobile-menu-footer .mobile-menu-footer__right {
    margin-top: 50px;
  }
}
@media (min-width: 1405px) {
  .mobile-nav-menu {
    left: 0;
    max-width: none;
    padding-bottom: 150px;
  }
  .mobile-nav-menu.active {
    top: 104px;
  }
  .mobile-nav-menu .nav-mobile {
    margin: 120px auto 0;
    max-width: 490px;
  }
  .mobile-nav-menu .nav-mobile ul.menu > .menu-item > a {
    padding: 20px 54px 20px 0;
  }
  .mobile-nav-menu .social-links {
    margin: 50px auto 0;
    max-width: 490px;
    justify-content: center;
  }
  .mobile-nav-menu .mobile-menu-footer {
    margin: 75px auto 0;
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
  }
}

/* Toggles : =toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}
.search-toggle svg,
.menu-toggle svg {
  fill: #5F5E4A;
}
@media (max-width: 1404px) {
  .search-toggle,
  .menu-toggle {
    padding: 0 18px;
  }
  .search-toggle svg,
  .menu-toggle svg {
    height: 20px;
    width: 20px;
  }
}
.menu-toggle {
  background-color: #F7F6F3;
}

/* Header Search : =search
--------------------------------------------- */
.header-search {
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
  background: #F7F6F3;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.header-search .header-search-form ::-moz-placeholder {
  color: #C9C1AF;
  opacity: 1;
}
.header-search .header-search-form ::-ms-input-placeholder {
  color: #C9C1AF;
}
.header-search .header-search-form ::-webkit-input-placeholder {
  color: #C9C1AF;
}
.header-search .header-search-form input:focus::-webkit-input-placeholder,
.header-search .header-search-form input:focus::-moz-placeholder,
.header-search .header-search-form input:focus:-ms-input-placeholder,
.header-search .header-search-form textarea:focus::-webkit-input-placeholder,
.header-search .header-search-form textarea:focus::-moz-placeholder,
.header-search .header-search-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.header-search .header-search-form {
  max-width: 1482px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.header-search .header-search-form .search-field-label {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.header-search .header-search-form .search-field {
  border: none;
  width: 100%;
  max-width: 500px;
  outline: none;
  border-radius: 0;
  color: #C9C1AF;
  background-color: transparent;
  padding: 0;
}
.header-search .header-search-form .search-submit {
  display: none;
}
@media (max-width: 767px) {
  .header-search {
    padding: 25px 0;
    position: absolute;
    bottom: -77px;
    right: 0;
  }
  .header-search .header-search-form .search-field-label {
    font-size: 16px;
    padding-right: 16px;
    padding-left: 30px;
  }
  .header-search .header-search-form .search-field {
    font-size: 14px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .header-search {
    padding: 30px 0;
    position: absolute;
    bottom: -98px;
    right: 0;
  }
  .header-search .header-search-form {
    margin: 0 auto;
  }
  .header-search .header-search-form .search-field-label {
    font-size: 24px;
    padding-right: 18px;
    padding-left: 40px;
  }
  .header-search .header-search-form .search-field {
    font-size: 18px;
    padding-left: 26px;
  }
}
@media (min-width: 1405px) {
  .header-search {
    padding: 50px 0;
    position: absolute;
    bottom: -148px;
    right: 0;
  }
  .header-search .header-search-form {
    margin: 0 auto;
  }
  .header-search .header-search-form .search-field-label {
    font-size: 30px;
    padding-right: 46px;
    padding-left: 85px;
  }
  .header-search .header-search-form .search-field {
    font-size: 24px;
    padding-left: 26px;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Post Summary : =summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-weight: 400;
  margin: 0;
}
.post-summary__title a {
  color: #2D2D2B;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #5F5E4A;
}

.post-summary__image {
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.post-summary__image:hover {
  opacity: 0.9;
}
.post-summary__image img {
  display: inline;
}
.post-summary__image .post-summary__image-video-icon-container {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-summary__image .post-summary__image-video-icon-container svg {
  fill: #5F5E4A;
}
.post-summary__image .post-summary__image-save-icon-container {
  position: absolute;
  z-index: 2;
}
.post-summary__image .post-summary__image-save-icon-container a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../icons/color/bookmark-green.svg) no-repeat center rgba(255, 255, 255, 0.8);
  background-size: 20px;
}
.post-summary__image .post-summary__image-save-icon-container a:hover {
  background-color: rgba(237, 237, 237, 0.8);
}
.post-summary__image .post-summary__image-save-icon-container a.wprm-recipe-in-collection {
  background: url(../icons/color/bookmark-white.svg) no-repeat center rgba(95, 94, 74, 0.8);
  background-size: 20px;
}
.post-summary__image .post-summary__image-save-icon-container a.post-summary__image-save-icon-logged-out {
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.post-summary__image .post-summary__image-save-icon-container img {
  margin: 0 auto !important;
  width: 50% !important;
}
.post-summary__image .post-summary__image-save-icon-container .tippy-box {
  min-width: 250px;
}

.post-summary__recipe-save-link {
  margin-top: 12px;
  margin-bottom: 12px;
}
.post-summary__recipe-save-link a {
  display: inline-block;
  color: #5F5E4A !important;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  text-decoration: none;
  border: 1px solid #C9C1AF !important;
}
.post-summary__recipe-save-link a:hover {
  background-color: #EDEDED;
  border: 1px solid #F7F6F3;
}

.entry-category,
.entry-date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.entry-category a,
.entry-date a {
  color: #616161;
  text-decoration: none;
  border-bottom: none !important;
}
.entry-category a:hover,
.entry-date a:hover {
  color: #5F5E4A;
}

@media (max-width: 767px) {
  .post-summary__image .post-summary__image-video-icon-container {
    bottom: 7px;
    right: 9px;
    height: 20px;
    width: 20px;
  }
  .post-summary__image .post-summary__image-video-icon-container svg {
    height: 8px;
    width: 8px;
  }
  .post-summary__image .post-summary__image-save-icon-container {
    top: 2%;
    right: 5%;
  }
  .post-summary__image .post-summary__image-save-icon-container a {
    height: 44px;
    width: 44px;
  }
}
@media (min-width: 768px) {
  .post-summary__image .post-summary__image-video-icon-container {
    bottom: 21px;
    right: 21px;
    height: 31px;
    width: 31px;
  }
  .post-summary__image .post-summary__image-save-icon-container {
    top: 2%;
    right: 5%;
  }
  .post-summary__image .post-summary__image-save-icon-container a {
    height: 44px;
    width: 44px;
  }
}
/* Post Summary - Primary : =primary
 * example: in the designs, 'latest recipes'
---------------------------------------------------------------------------------------------------- */
.post-summary.primary .post-summary__image {
  position: relative;
}
.post-summary.primary .post-summary__image img {
  display: block;
  width: 100%;
}
.post-summary.primary .post-summary__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .post-summary.primary .post-summary__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-summary.primary {
    margin-bottom: 20px;
  }
  .post-summary.primary .post-summary__image {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .post-summary.primary {
    margin-bottom: 30px;
  }
  .post-summary.primary .post-summary__image {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .post-summary.primary {
    margin-bottom: 30px;
  }
  .post-summary.primary .post-summary__image {
    margin-bottom: 18px;
  }
}

/* Post Summary - Secondary : =secondary
* example: in the designs, "What to make next week"
---------------------------------------------------------------------------------------------------- */
.post-summary.secondary .post-summary__image {
  position: relative;
}
.post-summary.secondary .post-summary__image img {
  display: block;
  width: 100%;
}
.post-summary.secondary .post-summary__recipe-save-link {
  text-align: center;
}
.post-summary.secondary .post-summary__content {
  text-align: center;
}
.post-summary.secondary .post-summary__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .post-summary.secondary .post-summary__title {
    font-size: 20px;
  }
}
.post-summary.secondary .post-summary__title {
  line-height: 1.3;
}
.post-summary.secondary .post-summary__excerpt {
  font-size: 14px;
  line-height: 1.6153846154;
}
@media (max-width: 767px) {
  .post-summary.secondary {
    margin-bottom: 20px;
  }
  .post-summary.secondary .post-summary__image {
    margin-bottom: 8px;
  }
  .post-summary.secondary .post-summary__title {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .post-summary.secondary {
    margin-bottom: 0;
  }
  .post-summary.secondary .post-summary__image {
    margin-bottom: 18px;
  }
  .post-summary.secondary .post-summary__title {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .post-summary.secondary .post-summary__image {
    margin-bottom: 18px;
  }
  .post-summary.secondary .post-summary__title {
    margin-bottom: 12px;
  }
}

/* Post Summary - Tertiary : =tertiary
* example: in the designs, 'most popular'
---------------------------------------------------------------------------------------------------- */
.post-summary.tertiary {
  display: grid;
  align-items: center;
}
.post-summary.tertiary .post-summary__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.post-summary.tertiary .post-summary__image img {
  transform: scale(1.2);
  display: block;
}
.post-summary.tertiary .post-summary__image-video-icon-container {
  display: none;
}
.post-summary.tertiary .post-summary__title {
  font-size: 18px;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .post-summary.tertiary {
    grid-template-columns: 80px 1fr;
  }
  .post-summary.tertiary .post-summary__content {
    padding: 0px 0px 0px 12px;
  }
}
@media (min-width: 768px) {
  .post-summary.tertiary {
    grid-template-columns: 100px 1fr;
  }
  .post-summary.tertiary .post-summary__content {
    padding: 0px 0px 0px 20px;
  }
}
/* Post Summary - Quaternary : =quaternary
* example: in the designs, 'best of living'
---------------------------------------------------------------------------------------------------- */
.post-summary.quaternary {
  display: grid;
  background-color: #F7F6F3;
}
.post-summary.quaternary .post-summary__image {
  position: relative;
}
.post-summary.quaternary .post-summary__image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.post-summary.quaternary .post-summary__recipe-save-link {
  display: none;
}
.post-summary.quaternary .post-summary__content {
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 15.46%;
}
.post-summary.quaternary .post-summary__entry-date {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-summary.quaternary .post-summary__entry-date {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .post-summary.quaternary .post-summary__entry-date {
    font-size: 18px;
  }
}
.post-summary.quaternary .post-summary__excerpt {
  font-size: 16px;
}
@media (min-width: 768px) {
  .post-summary.quaternary .post-summary__excerpt {
    font-size: 16px;
  }
}
.post-summary.quaternary .post-summary__excerpt {
  line-height: 1.6153846154;
}
@media (max-width: 767px) {
  .post-summary.quaternary {
    max-width: 380px;
  }
  .post-summary.quaternary .post-summary__image {
    height: 300px;
  }
  .post-summary.quaternary .post-summary__content {
    padding: 16px;
  }
  .post-summary.quaternary .post-summary__title {
    margin-bottom: 10px;
  }
  .post-summary.quaternary .entry-category {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .post-summary.quaternary {
    grid-template-columns: 0.46fr 0.54fr;
  }
  .post-summary.quaternary .post-summary__title {
    margin-bottom: 20px;
  }
  .post-summary.quaternary .post-summary__entry-date {
    margin-top: -16px;
  }
  .post-summary.quaternary .entry-category {
    margin-bottom: 20px;
  }
}
/* Post Summary - Feature : =feature
* example: in the designs, 'best of chicken' large summary
---------------------------------------------------------------------------------------------------- */
.post-summary.feature .post-summary__image {
  position: relative;
}
.post-summary.feature .post-summary__content {
  background-color: #fff;
}
.post-summary.feature .post-summary__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .post-summary.feature .post-summary__title {
    font-size: 22px;
  }
}
.post-summary.feature .post-summary__title {
  line-height: 1.3636363636;
}
.post-summary.feature .post-summary__excerpt {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-summary.feature .post-summary__excerpt {
    font-size: 16px;
  }
}
.post-summary.feature .post-summary__excerpt {
  line-height: 1.6666666667;
}
.post-summary.feature .post-summary__image-video-icon-container {
  display: none;
}
.post-summary.feature .post-summary__excerpt {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-summary.feature .post-summary__image img {
    display: block;
  }
  .post-summary.feature .post-summary__title {
    margin-bottom: 15px;
  }
  .post-summary.feature .post-summary__content {
    padding: 30px 30px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -30px;
    z-index: 1px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .post-summary.feature {
    position: relative;
    display: grid;
    height: 100%;
  }
  .post-summary.feature .post-summary__image {
    grid-row: 1/-1;
    grid-column: 1/-1;
  }
  .post-summary.feature .post-summary__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .post-summary.feature .post-summary__content {
    padding: 30px 30px 50px;
    width: 360px;
    z-index: 2;
    position: relative;
    margin-left: 30px;
    margin-bottom: -50px;
    grid-row: 1/-1;
    grid-column: 1/-1;
    align-self: end;
  }
  .post-summary.feature .post-summary__title {
    margin-bottom: 16px;
  }
}

/* Post Summary - Quinary : =quinary
* Example: the SECOND summary in designs > "best of chicken"
---------------------------------------------------------------------------------------------------- */
.post-summary.quinary {
  display: grid;
  align-items: center;
}
.post-summary.quinary .post-summary__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-summary.quinary .post-summary__image img {
  border-radius: 50%;
}
.post-summary.quinary .post-summary__title {
  font-size: 18px;
}
@media (min-width: 768px) {
  .post-summary.quinary .post-summary__title {
    font-size: 20px;
  }
}
.post-summary.quinary .post-summary__title {
  line-height: 1.3;
}
.post-summary.quinary .post-summary__excerpt {
  font-size: 15px;
}
@media (min-width: 768px) {
  .post-summary.quinary .post-summary__excerpt {
    font-size: 16px;
  }
}
.post-summary.quinary .post-summary__excerpt {
  line-height: 1.625;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .post-summary.quinary {
    grid-template-columns: 1fr 100px;
  }
  .post-summary.quinary .post-summary__content {
    padding: 0px 12px 0px 0;
  }
  .post-summary.quinary .post-summary__title {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .post-summary.quinary {
    grid-template-columns: 1fr 160px;
  }
  .post-summary.quinary .post-summary__content {
    padding: 0px 20px 0px 0px;
  }
  .post-summary.quinary .post-summary__title {
    margin-bottom: 12px;
  }
}
/* Post Summary - Senary : =senary
 * ex: NOW UNUSED, WAS ORIGINALLY FOR "Looking for other..." in designs > single recipe content
---------------------------------------------------------------------------------------------------- */
.post-summary.senary {
  display: grid;
  background-color: #5F5E4A;
  margin-bottom: 12px;
}
.post-summary.senary .post-summary__image img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.post-summary.senary .post-summary__content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.post-summary.senary .post-summary__title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .post-summary.senary .post-summary__title {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .post-summary.senary .post-summary__title {
    font-size: 24px;
  }
}
.post-summary.senary .post-summary__title a {
  color: white;
}
.post-summary.senary .post-summary__title a:hover {
  color: #C9C1AF;
}
@media (max-width: 767px) {
  .post-summary.senary {
    grid-template-columns: 109px 1fr;
  }
  .post-summary.senary .post-summary__content {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .post-summary.senary {
    grid-template-columns: 145px 1fr;
  }
  .post-summary.senary .post-summary__content {
    padding: 32px;
  }
}
/* Post Summary - Septenary : =septenary
* ex: "Looking for other..." in designs > single recipe content
---------------------------------------------------------------------------------------------------- */
.post-summary.septenary .post-summary__image {
  position: relative;
}
.post-summary.septenary .post-summary__image img {
  display: block;
  width: 100%;
}
.post-summary.septenary .post-summary__content {
  text-align: center;
}
.post-summary.septenary .post-summary__title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .post-summary.septenary .post-summary__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .post-summary.septenary .post-summary__title {
    font-size: 20px;
  }
}
.post-summary.septenary .post-summary__title {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .post-summary.septenary {
    margin-bottom: 20px;
  }
  .post-summary.septenary .post-summary__image {
    margin-bottom: 8px;
  }
  .post-summary.septenary .post-summary__title {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .post-summary.septenary {
    margin-bottom: 0;
  }
  .post-summary.septenary .post-summary__image {
    margin-bottom: 18px;
  }
  .post-summary.septenary .post-summary__title {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .post-summary.septenary .post-summary__image {
    margin-bottom: 18px;
  }
  .post-summary.septenary .post-summary__title {
    margin-bottom: 12px;
  }
}

/* Post Summary - Octonary : =octonary
* smaller version of Tertiary, for use in sidbar
---------------------------------------------------------------------------------------------------- */
.post-summary.octonary {
  display: grid;
  align-items: center;
}
.post-summary.octonary .post-summary__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.post-summary.octonary .post-summary__image img {
  transform: scale(1.2);
  display: block;
}
.post-summary.octonary .post-summary__image-video-icon-container {
  display: none;
}
.post-summary.octonary .post-summary__title {
  font-size: 15px;
  line-height: 1.5625;
}
@media (min-width: 768px) {
  .post-summary.octonary {
    grid-template-columns: 75px 1fr;
  }
  .post-summary.octonary .post-summary__content {
    padding: 0px 0px 0px 12px;
  }
}

.archive .site-main .breadcrumb {
  text-align: center;
  grid-column: 1/-1;
  margin-bottom: 8px;
}
.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 48.8965517241%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.2068965517%;
    width: 23.3448275862%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 60px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .archive-description {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .archive-description {
    font-size: 23px;
  }
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

/* Search Results : =search
--------------------------------------------- */
body.search .site-inner {
  padding-top: 0;
}
body.search .search-results-page-header {
  background-color: #F7F6F3;
}
body.search .search-results-page-header__popular .block-post-listing.layout-gamma {
  border-top: none;
  padding-top: 60px;
}
body.search .search-results-page-header__popular .block-post-listing.layout-gamma:before {
  display: none;
}
body.search .search-results-page-header__search-form ::-moz-placeholder {
  color: #C9C1AF;
  opacity: 1;
}
body.search .search-results-page-header__search-form ::-ms-input-placeholder {
  color: #C9C1AF;
}
body.search .search-results-page-header__search-form ::-webkit-input-placeholder {
  color: #C9C1AF;
}
body.search .search-results-page-header__search-form input:focus::-webkit-input-placeholder,
body.search .search-results-page-header__search-form input:focus::-moz-placeholder,
body.search .search-results-page-header__search-form input:focus:-ms-input-placeholder,
body.search .search-results-page-header__search-form textarea:focus::-webkit-input-placeholder,
body.search .search-results-page-header__search-form textarea:focus::-moz-placeholder,
body.search .search-results-page-header__search-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
body.search .search-results-page-header__search-form input[type=search] {
  border-radius: 0;
  border: none;
  color: #C9C1AF;
  font-size: 14px;
}
@media (min-width: 768px) {
  body.search .search-results-page-header__search-form input[type=search] {
    font-size: 24px;
  }
}
body.search .search-results-page-header__search-form button[type=submit] {
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
body.search .search-results-total {
  margin-bottom: 26px;
}
body.search .search-results-total .search-results-total__inner {
  font-size: 18px;
}
@media (min-width: 768px) {
  body.search .search-results-total .search-results-total__inner {
    font-size: 24px;
  }
}
body.search .search-results-total .search-results-total__inner {
  border-bottom: 1px solid #DDD6C5;
}
@media (max-width: 767px) {
  body.search .search-results-page-header {
    padding-top: 28px;
    padding-bottom: 37px;
  }
  body.search .search-results-page-header .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  body.search .search-results-page-header__popular {
    display: none;
  }
  body.search input[type=search] {
    margin-bottom: 11px;
    padding: 16px;
    line-height: 16px;
  }
  body.search button[type=submit] {
    width: 100%;
    padding: 16px 0 16px;
    line-height: 16px;
  }
  body.search .search-results-total .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  body.search .search-results-total__inner {
    padding: 20px 0px 16px;
  }
}
@media (min-width: 768px) {
  body.search .site-inner > .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.search .search-results-page-header > .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.search .search-results-page-header__search-form {
    display: flex;
    max-width: 900px;
    margin: 70px auto;
  }
  body.search .search-results-page-header__search-form label {
    flex-grow: 1;
  }
  body.search .search-results-page-header__search-form button[type=submit] {
    padding: 17px 70px;
  }
  body.search .search-results-total > .wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.search .search-results-total__inner {
    padding: 41px 0px 24px;
  }
}
/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #DDD6C5;
  font-size: 16px;
  text-align: center;
  padding-top: 24px;
  width: 100%;
  overflow: hidden;
}
.pagination ul li {
  list-style-type: none;
  color: #2D2D2B;
  display: inline-block;
  min-width: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.pagination ul li.active {
  background: #5F5E4A;
}
.pagination ul li.active a {
  color: white;
  text-decoration: none;
}

.facetwp-pager {
  border-top: 1px solid #DDD6C5;
  font-size: 16px;
  text-align: center;
  padding-top: 24px;
  width: 100%;
  overflow: hidden;
}
.facetwp-pager .page-numbers,
.facetwp-pager .facetwp-page {
  color: #2D2D2B;
  display: inline-block;
  min-width: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.facetwp-pager .page-numbers:not(.dots):hover, .facetwp-pager .page-numbers.current, .facetwp-pager .page-numbers.active,
.facetwp-pager .facetwp-page:not(.dots):hover,
.facetwp-pager .facetwp-page.current,
.facetwp-pager .facetwp-page.active {
  background: #5F5E4A;
  color: #fff;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content p > a:not(.wp-block-button__link),
.entry-content li > a:not(.wp-block-button__link) {
  color: #4C4A35;
  border-bottom: 2px solid #A39161;
  text-decoration: none;
}
.entry-content p > a:not(.wp-block-button__link):hover,
.entry-content li > a:not(.wp-block-button__link):hover {
  border-bottom-color: #EDEDED;
}
.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 ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 24px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.entry-content > *.alignwide, .entry-content > *.alignfull,
.block-area > *.alignwide,
.block-area > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignfull.has-background + .alignfull.has-background,
.block-area > *.alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-24px);
}
@media (min-width: 1482px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content > *.alignwide.wp-block-group, .entry-content > *.alignwide.has-background,
  .block-area > *.alignwide.wp-block-group,
  .block-area > *.alignwide.has-background {
    max-width: 1482px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .content .entry-content > *.alignwide,
  .content .block-area > *.alignwide {
    margin-left: -341px;
    margin-right: -341px;
  }
  .content .entry-content > *.alignwide.wp-block-group, .content .entry-content > *.alignwide.has-background,
  .content .block-area > *.alignwide.wp-block-group,
  .content .block-area > *.alignwide.has-background {
    margin-left: -357px;
    margin-right: -357px;
  }
}
.content-sidebar .entry-content > *.alignwide, .content-sidebar .entry-content > *.alignfull, .sidebar-content .entry-content > *.alignwide, .sidebar-content .entry-content > *.alignfull,
.content-sidebar .block-area > *.alignwide,
.content-sidebar .block-area > *.alignfull,
.sidebar-content .block-area > *.alignwide,
.sidebar-content .block-area > *.alignfull {
  max-width: calc(100% + 32px);
  margin-left: -16px;
  margin-right: -16px;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 24px 24px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 24px 24px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.block-post-listing, .entry-content > *.block-recipe-video, .entry-content > *.block-feature, .entry-content > *.block-quick-links,
.block-area > *.wp-block-quote,
.block-area > *.block-post-listing,
.block-area > *.block-recipe-video,
.block-area > *.block-feature,
.block-area > *.block-quick-links {
  margin-top: calc(2 * 24px);
  margin-bottom: calc(2 * 24px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.page-template-register) .entry-content > h3 {
  font-family: "Daniela", sans-serif;
  font-size: 58px;
  line-height: 54px;
  text-transform: lowercase;
}

@media (max-width: 767px) {
  body:not(.page-template-single-barn):not(.page-template-single-recipe-roundup):not(.page-template-shop):not(.page-template-cookbooks):not(.page-template-about):not(.page-template-press) .entry-content > .alignfull:first-child:not(.block-newsletter) {
    margin-top: -30px;
  }
  body:not(.page-template-single-barn):not(.page-template-single-recipe-roundup):not(.page-template-shop):not(.page-template-cookbooks):not(.page-template-about):not(.page-template-press) .entry-content > .alignfull:last-child {
    margin-bottom: -30px;
  }
}
@media (min-width: 768px) {
  body:not(.page-template-single-barn):not(.page-template-single-recipe-roundup):not(.page-template-shop):not(.page-template-cookbooks):not(.page-template-about):not(.page-template-press) .entry-content > .alignfull:first-child:not(.block-newsletter) {
    margin-top: -50px;
  }
  body:not(.page-template-single-barn):not(.page-template-single-recipe-roundup):not(.page-template-shop):not(.page-template-cookbooks):not(.page-template-about):not(.page-template-press) .entry-content > .alignfull:last-child {
    margin-bottom: -50px;
  }
}
/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #555555;
  text-decoration: none;
}
.entry-author a:hover {
  color: #5F5E4A;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular.page .entry-header {
  text-align: center;
}
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.affiliate-disclosure {
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-family: Georgia, Times, Times New Roman, serif;
  color: #5F5E4A;
}
.affiliate-disclosure a {
  color: #5F5E4A !important;
  text-decoration: none;
  border-bottom-color: #EDEDED !important;
}
.affiliate-disclosure a:hover, .affiliate-disclosure a:active {
  border-bottom: 2px solid #5F5E4A !important;
}

.page-header .page-header__content {
  padding-top: 16px;
}
.page-header .page-header__content .page-header__content-meta-container {
  position: relative;
  display: flex;
  align-items: center;
  color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 13px;
}
.page-header .page-header__content .entry-avatar {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #C9C1AF;
}
.page-header .page-header__content .page-header__content-entry-author {
  font-weight: 700;
  margin-right: 16px;
}
.page-header .page-header__content .page-header__content-entry-title {
  font-size: 28px;
  margin-bottom: 16px;
}
@media (max-width: 1404px) {
  .page-header {
    padding: 24px 0 20px;
  }
  .page-header .page-header__previous-post {
    display: none;
  }
  .page-header .page-header__next-post {
    display: none;
  }
  .page-header .page-header__content {
    text-align: center;
  }
  .page-header .page-header__content .page-header__content-meta-container {
    display: inline-flex;
    min-height: 48px;
    padding-left: 56px;
  }
  .page-header .page-header__content .page-header__content-meta-container .entry-avatar {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1405px) {
  .page-header {
    position: relative;
  }
  .page-header .wrap {
    max-width: none;
    padding: 0;
  }
  .page-header .page-header__previous-post {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header .page-header__content {
    min-height: 195px;
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .page-header .page-header__content .page-header__content-meta-container {
    padding-left: 56px;
    min-height: 48px;
  }
  .page-header .page-header__content .entry-avatar {
    width: 48px;
    height: 48px;
  }
  .page-header .page-header__content .page-header__content-entry-title {
    max-width: 700px;
  }
  .page-header .page-header__next-post {
    position: absolute;
    right: 0;
    top: 0;
    width: 348px;
    display: grid;
    grid-template-columns: 1fr 130px;
    grid-gap: 25px;
  }
  .page-header .page-header__next-post .page-header__next-post-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .page-header .page-header__next-post .page-header__next-post-content .page-header__next-post-heading {
    color: #C9C1AF;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    font-size: 10px;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .page-header .page-header__next-post .page-header__next-post-content .page-header__next-post-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .page-header .page-header__next-post .page-header__next-post-content .page-header__next-post-title a {
    color: #2D2D2B;
    text-decoration: none;
  }
}

/* Comments : =comments
--------------------------------------------- */
.entry-comments {
  grid-column: 1/-1;
}
.entry-comments .wp-block-button.is-style-outline .wp-block-button__link {
  font-size: 14px;
  line-height: 1;
  padding: 12px 26px;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border-top: 1px solid #DDD6C5;
}
.entry-comments .comment-list li:last-of-type {
  border-bottom: 1px solid #DDD6C5;
}
.entry-comments .comment-list li article {
  padding: 28px 18px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background-color: #F7F6F3;
  border-left: 2px solid #DDD6C5;
  border-right: 2px solid #DDD6C5;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #2D2D2B;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .entry-comments .comment-list .comment-author {
    font-size: 24px;
  }
}
.entry-comments .comment-list .comment-author b {
  font-weight: 400;
}
.entry-comments .comment-list .comment-author a {
  color: #555555;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #5F5E4A;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
  margin-bottom: 12px;
}
.entry-comments .comment-list .comment-meta a {
  color: #5F5E4A;
  font-weight: 400;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #5F5E4A;
}
.entry-comments .comment-list .comment-content {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 15px;
}
.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: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #C9C1AF;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.entry-comments .comment-list .children {
  margin: 0;
  display: flex;
  flex-flow: column nowrap;
}
.entry-comments .comment-list .children li.staff {
  order: -1;
}
.entry-comments .comment-list .children li {
  border-top: 1px solid #EDEDED;
}

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

.comment-navigation a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 40px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Site Footer : =footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #333030;
  color: white;
}
.site-footer .wrap {
  padding: 0 30px;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  color: white;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer .site-footer__connect .subscribe h2 {
  line-height: 1.3636363636;
  margin-bottom: 20px;
}
.site-footer .site-footer__connect .subscribe p:last-of-type {
  margin: 0;
}
.site-footer .site-footer__connect .subscribe .wpforms-container ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.site-footer .site-footer__connect .subscribe .wpforms-container ::-ms-input-placeholder {
  color: #ffffff;
}
.site-footer .site-footer__connect .subscribe .wpforms-container ::-webkit-input-placeholder {
  color: #ffffff;
}
.site-footer .site-footer__connect .subscribe .wpforms-container input:focus::-webkit-input-placeholder,
.site-footer .site-footer__connect .subscribe .wpforms-container input:focus::-moz-placeholder,
.site-footer .site-footer__connect .subscribe .wpforms-container input:focus:-ms-input-placeholder,
.site-footer .site-footer__connect .subscribe .wpforms-container textarea:focus::-webkit-input-placeholder,
.site-footer .site-footer__connect .subscribe .wpforms-container textarea:focus::-moz-placeholder,
.site-footer .site-footer__connect .subscribe .wpforms-container textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.site-footer .site-footer__connect .subscribe .wpforms-container {
  text-align: left;
  max-width: 400px;
  margin: 0;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field {
  margin-bottom: 4px;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-required-label {
  color: white;
}
.site-footer .site-footer__connect .subscribe .wpforms-container label.wpforms-error {
  color: white;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-name .wpforms-field-label, .site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-email .wpforms-field-label {
  display: none;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-name input, .site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-email input {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  padding: 13px 16px;
  border-radius: 0;
  border-color: #282524;
  background-color: #333030;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  color: white;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-checkbox {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-checkbox .wpforms-field-label {
  font-size: 12px;
  margin-bottom: 3px;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
  font-size: 14px;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-field-checkbox ul li {
  padding-bottom: 0;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .mailchimp-groups > label {
  background-color: #333030;
  border: 1px solid #282524;
  color: white;
  font-size: 15px;
  line-height: 21px;
  padding: 13px 50px 13px 13px;
  position: relative;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .mailchimp-groups > label.active {
  background-color: #282524;
  border-color: #282524;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .mailchimp-groups > label.active .mailchimp-groups-selector-icon {
  background-color: #282524;
  transform: rotate(180deg);
}
.site-footer .site-footer__connect .subscribe .wpforms-container .mailchimp-groups > label .mailchimp-groups-selector-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../icons/color/angle-down-white.svg) no-repeat center #333030;
  background-size: 12px;
  width: 44px;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .mailchimp-groups ul {
  display: none;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-submit-container {
  margin-top: 12px;
}
.site-footer .site-footer__connect .subscribe .wpforms-container .wpforms-submit-container button[type=submit] {
  width: 100%;
  background-color: #282524 !important;
  border-color: #282524 !important;
}
.site-footer .site-footer__links .menu .menu-item {
  list-style-type: none;
}
.site-footer .site-footer__links .menu .menu-item a {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.site-footer .site-footer__links .menu .menu-item a:hover, .site-footer .site-footer__links .menu .menu-item a:active {
  color: #282524;
}
.site-footer .site-footer__links .social-links a:hover svg, .site-footer .site-footer__links .social-links a:active svg {
  fill: #282524;
}
.site-footer .site-footer__links .social-links svg {
  height: 20px;
  width: 20px;
}
.site-footer .site-footer__logo-container {
  width: 170px;
}
.site-footer .site-footer__logo-container a {
  background: url(../icons/logo/logo-boxed-black.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 133.8709677419%;
}
@media (max-width: 499px) {
  .site-footer .site-footer__links {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 1109px) {
  .site-footer .site-footer-inner {
    padding: 80px 0;
  }
  .site-footer .site-footer__logo-container {
    margin: 0 auto;
  }
  .site-footer .site-footer__connect {
    margin-bottom: 55px;
    text-align: center;
  }
  .site-footer .site-footer__connect .subscribe {
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .site-footer .site-footer__connect .subscribe h2 {
    font-size: 17px;
  }
  .site-footer .site-footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
    max-width: 515px;
    margin: 0 auto 55px;
  }
  .site-footer .site-footer__links .site-footer__links-column-title {
    font-size: 20px;
  }
  .site-footer .site-footer__links .social-links {
    grid-column: 1/-1;
  }
}
@media (min-width: 1110px) {
  .site-footer .site-footer-inner {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    padding: 100px 0;
  }
  .site-footer .site-footer-inner .site-footer__links {
    order: 1;
    display: flex;
    gap: 24px 16px;
    flex-flow: row wrap;
  }
  .site-footer .site-footer-inner .site-footer__links .site-footer__links-column + .site-footer__links-column {
    margin-left: 15%;
  }
  .site-footer .site-footer-inner .site-footer__links .site-footer__links-column-title {
    font-size: 22px;
  }
  .site-footer .site-footer-inner .site-footer__links .social-links {
    grid-column: 1/-1;
    width: 100%;
  }
  .site-footer .site-footer-inner .site-footer__logo {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-footer .site-footer-inner .site-footer__connect {
    order: 3;
    display: flex;
    justify-content: flex-end;
  }
  .site-footer .site-footer-inner .site-footer__connect .subscribe {
    max-width: 350px;
    margin-bottom: 36px;
  }
  .site-footer .site-footer-inner .site-footer__connect .subscribe h2 {
    font-size: 22px;
  }
  .site-footer .site-footer-inner .site-footer__connect .subscribe .wpforms-container .mailchimp-groups ul {
    position: absolute;
    width: 100%;
    background-color: #F7F6F3;
    z-index: 99;
    color: #2D2D2B;
    padding: 16px;
  }
}
/* Copyright : =copyright
---------------------------------------------------------------------------------------------------- */
.copyright {
  background-color: #282524;
  color: rgba(255, 255, 255, 0.9);
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 10px;
}
.copyright a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.copyright a:hover, .copyright a:active {
  color: white;
}
.copyright .copyright__legal-notice {
  text-align: center;
  margin-bottom: 8px;
}
.copyright ul {
  display: flex;
}
.copyright ul li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .copyright {
    padding: 20px 0 20px;
  }
  .copyright ul {
    flex-flow: column nowrap;
  }
  .copyright ul li {
    text-align: center;
  }
  .copyright ul li + li {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .copyright {
    padding: 26px 0 20px;
  }
  .copyright ul {
    justify-content: center;
  }
  .copyright ul li + li {
    margin-left: 20px;
  }
}
/* Fonts : =fonts
--------------------------------------------- */
@font-face {
  font-family: "TT Norms";
  src: url("../fonts/tt-norms/TTNorms-Regular.woff2") format("woff2"), url("../fonts/tt-norms/TTNorms-Regular.woff") format("woff"), url("../fonts/tt-norms/TTNorms-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Daniela";
  src: url("../fonts/daniela/daniela_script_bold-webfont.woff2") format("woff2"), url("../fonts/daniela/daniela_script_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Top Bar : =top
--------------------------------------------- */
.top-bar {
  background-color: #282524;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 14px;
  color: white;
}
.top-bar a {
  color: white;
  text-decoration: none;
}
.top-bar .top-bar__content {
  text-align: center;
}
.top-bar .top-bar__content p {
  margin: 0;
}
.top-bar .top-bar__content a:hover {
  color: rgb(224.1860465116, 223.023255814, 210.8139534884);
}
.top-bar .top-bar__content-actions a + a {
  margin-left: 30px;
}
.top-bar .top-bar__content-actions a span {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 4px;
}
.top-bar .top-bar__links {
  background-color: #333030;
  position: relative;
  display: flex;
}
.top-bar .top-bar__links a:hover, .top-bar .top-bar__links a:active {
  color: rgb(224.1860465116, 223.023255814, 210.8139534884);
}
.top-bar .top-bar__links svg:hover, .top-bar .top-bar__links svg:active {
  fill: rgb(224.1860465116, 223.023255814, 210.8139534884);
}
.top-bar .top-bar__links .top-bar__links-angle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
}
.top-bar .top-bar__links .social-links {
  line-height: 1;
}
.top-bar .top-bar__links .social-links a {
  width: 18px;
  height: 18px;
}
@media (max-width: 1404px) {
  .top-bar .wrap {
    padding: 0;
  }
  .top-bar .top-bar__content {
    padding: 20px 16px 20px 16px;
    position: relative;
  }
  .top-bar .top-bar__content-actions {
    overflow: scroll;
    white-space: nowrap;
  }
  .top-bar .top-bar__content-actions a {
    display: inline-block;
  }
  .top-bar .top-bar__links {
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding: 16px 30px;
  }
  .top-bar .top-bar__links .top-bar__links-extended-bg {
    display: none;
  }
  .top-bar .top-bar__links .top-bar__links-angle {
    display: none;
  }
}
@media (max-width: 819px) {
  .top-bar .top-bar__content {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 449px) {
  .top-bar .top-bar__content {
    font-size: 12px;
  }
}
@media (min-width: 1405px) {
  .top-bar {
    overflow-x: hidden;
  }
  .top-bar .wrap {
    max-width: 100%;
  }
  .top-bar .top-bar-inner {
    display: flex;
    justify-content: space-between;
  }
  .top-bar .top-bar__content {
    padding-bottom: 16px;
    padding-top: 16px;
    flex-grow: 1;
  }
  .top-bar .top-bar__links {
    align-items: center;
    min-width: 298px;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 55px;
    position: relative;
    z-index: 1;
  }
  .top-bar .top-bar__links .top-bar__links-extended-bg {
    background-color: #333030;
    height: 100%;
    width: 50vw;
    position: absolute;
    z-index: -1;
    top: 0;
  }
  .top-bar .social-links {
    margin-left: 30px;
  }
}

/* Social Icons : =social
--------------------------------------------- */
.social-links {
  display: flex;
}
.social-links li {
  list-style-type: none;
}
.social-links li + li {
  margin-left: 16px;
}
.social-links li svg {
  fill: white;
  height: 20px;
  width: 20px;
}
.social-links li .label {
  display: none;
}

/* Page Header : =page header, =header
---------------------------------------------------------------------------------------------------- */
.page-header {
  background-color: #F7F6F3;
}
.page-header h1 {
  color: #2D2D2B;
  line-height: 1.2;
  margin-bottom: 4px;
}
.page-header .page-header__content-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
.page-header .page-header__recipe-skip-link,
.page-header .page-header__recipe-save-link {
  margin: 0;
}
.page-header .page-header__recipe-skip-link a,
.page-header .page-header__recipe-save-link a {
  display: inline-block;
  color: #5F5E4A !important;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  padding: 10px 22px;
  text-decoration: none;
  border: 1px solid #C9C1AF;
}
.page-header .page-header__recipe-skip-link a:hover,
.page-header .page-header__recipe-save-link a:hover {
  background-color: #EDEDED;
  border: 1px solid #F7F6F3;
}
.page-header svg {
  fill: #C9C1AF;
}
@media (max-width: 1404px) {
  .page-header .page-header__content-actions {
    justify-content: center;
  }
}
@media (min-width: 1405px) {
  .page-header .page-header__content-actions {
    margin-bottom: 16px;
  }
}

/* Single Recipe styles : =recipe
--------------------------------------------- */
body.single-recipe .after-entry {
  grid-column: 1/-1;
}
body.single-recipe .after-entry .recipe-cats-and-tags {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  border-top: 1px solid #EDEDED;
  padding-top: 28px;
}
body.single-recipe .after-entry .recipe-cats-and-tags .recipe-cats-and-tags__title {
  color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
body.single-recipe .after-entry .recipe-cats-and-tags .recipe-cats-and-tags__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -16px;
}
body.single-recipe .after-entry .recipe-cats-and-tags .recipe-cats-and-tags__list li {
  list-style-type: none;
  margin: 0px 16px;
}
body.single-recipe .after-entry .recipe-cats-and-tags .recipe-cats-and-tags__list li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
body.single-recipe .after-entry .recipe-rating {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
}
body.single-recipe .after-entry .recipe-rating .recipe-rating__title {
  color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
body.single-recipe .after-entry .recipe-rating .wprm-recipe-rating {
  line-height: 1;
}
body.single-recipe .after-entry .recipe-rating .wprm-recipe-rating .wprm-rating-star + .wprm-rating-star {
  margin-left: 5px;
}
body.single-recipe .after-entry .recipe-rating .wprm-recipe-rating svg {
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
}
body.single-recipe .after-entry .recipe-rating .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #a39161 !important;
}
@media (max-width: 767px) {
  body.single-recipe .after-entry .recipe-rating {
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  body.single-recipe .after-entry .recipe-rating .recipe-rating__title {
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  body.single-recipe .after-entry .recipe-rating {
    padding-bottom: 22px;
  }
  body.single-recipe .after-entry .recipe-rating .recipe-rating__title {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  body.single-recipe .after-entry .related-posts footer {
    display: none;
  }
}
body.single-recipe .recipe-card-comments-jump-link {
  display: none;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post {
  display: grid;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  grid-area: content;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-heading {
  color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-title {
    font-size: 20px;
  }
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-title {
  margin-bottom: 8px;
  line-height: 1.2;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-title a {
  color: #2D2D2B;
  text-decoration: none;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-image {
  grid-area: image;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__previous-post {
  grid-template-areas: "image content";
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__next-post {
  grid-template-areas: "content image";
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-arrow {
  line-height: 0;
}
body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-arrow svg {
  fill: #C9C1AF;
}
@media (max-width: 767px) {
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post {
    display: grid;
    grid-gap: 20px;
    background-color: #F7F6F3;
    margin-bottom: 16px;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__previous-post {
    grid-template-columns: 111px 1fr;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__next-post {
    grid-template-columns: 1fr 111px;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post-image img {
    height: 100%;
    object-fit: cover;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__previous-post .recipe-footer-posts-nav__post-content {
    padding: 40px 40px 40px 0;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__next-post .recipe-footer-posts-nav__post-content {
    padding: 40px 0px 40px 40px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  body.single-recipe .recipe-footer-posts-nav {
    background-color: #F7F6F3;
  }
  body.single-recipe .recipe-footer-posts-nav .wrap {
    max-width: none;
    padding: 0;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav-inner {
    display: flex;
    justify-content: space-between;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post {
    width: 348px;
    display: grid;
    grid-gap: 30px;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__previous-post {
    grid-template-columns: 190px 1fr;
  }
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__next-post {
    grid-template-columns: 1fr 190px;
  }
}
@media (min-width: 992px) {
  body.single-recipe .recipe-footer-posts-nav .recipe-footer-posts-nav__post {
    width: 490px;
    grid-gap: 70px;
  }
}

/* Slider : =slick slider, =slider */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
  display: block;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  line-height: 0;
  width: 100%;
  margin: 0;
  text-align: right;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.slick-dots li {
  margin: 0 4px;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  background: #E0E0E0;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  padding: 0;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
}
.slick-dots li.slick-active > button,
.slick-dots li button:hover {
  background: #5F5E4A;
}

.slick-container {
  position: relative;
}

.carousel-prev,
.carousel-next {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
}
.carousel-prev svg,
.carousel-next svg {
  fill: #fff;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin-top: calc((45px - 45px) / 2);
}
.carousel-prev:hover svg,
.carousel-next:hover svg {
  fill: #4C4A35;
}
.carousel-prev.mobile-hide,
.carousel-next.mobile-hide {
  display: none;
}
@media (min-width: 621px) {
  .carousel-prev.tablet-hide,
  .carousel-next.tablet-hide {
    display: none;
  }
}
@media (min-width: 921px) {
  .carousel-prev.desktop-hide,
  .carousel-next.desktop-hide {
    display: none;
  }
}

.carousel-prev {
  left: -11px;
}

.carousel-next {
  right: -11px;
}

/* Sidebar widget styles : =sidebar
---------------------------------------------------------------------------------------------------- */
/* Recipe mini summary in Sidebar : =recipe
---------------------------------------------------------------------------------------------------- */
.sidebar-primary .recipe-mini-summary {
  max-width: 220px;
}
.sidebar-primary .recipe-mini-summary a {
  color: white !important;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__image {
  height: 220px;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__content {
  background-color: #5F5E4A;
  color: white;
  font-size: 14px;
  padding: 23px 30px 26px 20px;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__content p {
  margin-bottom: 9px;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__content p:last-of-type {
  margin-bottom: 0;
}
.sidebar-primary .recipe-mini-summary .recipe-mini-summary__title {
  color: white;
  font-size: 18px;
}
@media (max-width: 991px) {
  .sidebar-primary .recipe-mini-summary {
    display: none;
  }
}

/* Recipe Categories and Tags in Sidebar (called 'Recipe Index' in designs)
---------------------------------------------------------------------------------------------------- */
.sidebar-primary .recipe-cats-and-tags {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  border-top: 1px solid #EDEDED;
  padding-top: 34px;
  margin-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #EDEDED;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__title {
  color: #C9C1AF;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__toggle {
  border: 1px solid #DDD6C5;
  color: #2D2D2B;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 50px 10px 13px;
  position: relative;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__toggle.active {
  margin-bottom: 8px;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__toggle.active .recipe-cats-and-tags__toggle-icon {
  transform: rotate(180deg);
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__toggle .recipe-cats-and-tags__toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../icons/utility/angle-down.svg) no-repeat center #F7F6F3;
  background-size: 12px;
  width: 44px;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__list {
  display: none;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__list li {
  list-style-type: none;
}
.sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__list li a {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
@media (min-width: 420px) and (max-width: 699px) {
  .sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 700px) and (max-width: 991px) {
  .sidebar-primary .recipe-cats-and-tags .recipe-cats-and-tags__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sidebar-primary .recipe-cats-and-tags {
    margin-bottom: 23px;
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-primary .recipe-cats-and-tags {
    margin-bottom: 37px;
  }
}
/* Recipe Review in Sidebar : =rating, =stars -- DISABLED 11-30-20
---------------------------------------------------------------------------------------------------- */
.sidebar-primary .recipe-rating {
  display: flex;
  align-items: center;
  padding-top: 24px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 34px;
  border-top: 1px solid #EDEDED;
}
.sidebar-primary .recipe-rating .recipe-rating__title {
  color: #5F5E4A;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar-primary .recipe-rating .wprm-recipe-rating {
  line-height: 1;
}
.sidebar-primary .recipe-rating .wprm-recipe-rating .wprm-rating-star + .wprm-rating-star {
  margin-left: 5px;
}
.sidebar-primary .recipe-rating .wprm-recipe-rating svg {
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
}
.sidebar-primary .recipe-rating .wprm-recipe-rating .wprm-rating-star.wprm-rating-star-full svg * {
  fill: #a39161 !important;
}
@media (max-width: 767px) {
  .sidebar-primary .recipe-rating {
    display: none;
    padding-bottom: 18px;
  }
  .sidebar-primary .recipe-rating .recipe-rating__title {
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .sidebar-primary .recipe-rating {
    padding-bottom: 22px;
    margin-bottom: 37px;
  }
  .sidebar-primary .recipe-rating .recipe-rating__title {
    margin-right: 16px;
  }
}
/* About in Sidebar : =about
---------------------------------------------------------------------------------------------------- */
.sidebar-about {
  background-color: #F7F6F3;
  padding: 20px 24px 24px;
}
.sidebar-about .sidebar-about__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.sidebar-about .sidebar-about__image {
  margin-bottom: 16px;
}
.sidebar-about .sidebar-about__content {
  font-size: 16px;
  margin-bottom: 8px;
}
.sidebar-about .sidebar-about__content > *:last-child {
  margin-bottom: 0;
}
.sidebar-about .sidebar-about__read-more {
  margin-bottom: 16px;
}
.sidebar-about .sidebar-about__read-more a {
  font-size: 14px;
  color: #A39161;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-decoration: none;
  display: block;
}
.sidebar-about .sidebar-about__read-more a + a {
  margin-top: 16px;
}
.sidebar-about .sidebar-about__socials .social-links {
  line-height: 0;
}
.sidebar-about .sidebar-about__socials .social-links a:hover svg, .sidebar-about .sidebar-about__socials .social-links a:active svg {
  fill: rgb(123.6686390533, 122.3668639053, 96.3313609467);
}
.sidebar-about .sidebar-about__socials .social-links svg {
  height: 20px;
  width: 20px;
  fill: #5F5E4A;
}
@media (max-width: 767px) {
  .sidebar-about {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-about {
    margin-bottom: 37px;
  }
}
/* Favorites in Sidebar : =favorites
---------------------------------------------------------------------------------------------------- */
.sidebar-favorites {
  background-color: #F7F6F3;
  padding: 20px 24px 24px;
}
@media (max-width: 767px) {
  .sidebar-favorites {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-favorites {
    margin-bottom: 37px;
  }
}
/* Cookbook in Sidebar : =cookbook
---------------------------------------------------------------------------------------------------- */
.sidebar-cookbook {
  background-color: #F7F6F3;
  padding: 20px 24px 28px;
}
.sidebar-cookbook .sidebar-cookbook__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.sidebar-cookbook .sidebar-cookbook__image {
  margin-bottom: 16px;
}
.sidebar-cookbook .sidebar-cookbook__image a {
  display: block;
}
.sidebar-cookbook .sidebar-cookbook__image a + a {
  margin-top: 16px;
}
.sidebar-cookbook .sidebar-cookbook__content {
  font-size: 16px;
  margin-bottom: 16px;
}
.sidebar-cookbook .sidebar-cookbook__content > *:last-child {
  margin-bottom: 0;
}
.sidebar-cookbook .sidebar-cookbook__read-more a {
  font-size: 14px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-decoration: none;
  background-color: #4C4A35;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 26px;
  line-height: 1;
}
.sidebar-cookbook .sidebar-cookbook__read-more a:hover, .sidebar-cookbook .sidebar-cookbook__read-more a:active {
  background-color: #5F5E4A;
}
@media (max-width: 767px) {
  .sidebar-cookbook {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-cookbook {
    margin-bottom: 37px;
  }
}
/* Shop 'widget' in Sidebar : =shop
---------------------------------------------------------------------------------------------------- */
.sidebar-shop {
  background-color: #F7F6F3;
  padding: 20px 24px 28px;
}
.sidebar-shop .sidebar-shop__title {
  font-size: 22px;
  margin-bottom: 20px;
}
.sidebar-shop .sidebar-shop__image {
  margin-bottom: 16px;
}
.sidebar-shop .sidebar-shop__content {
  font-size: 16px;
  margin-bottom: 16px;
}
.sidebar-shop .sidebar-shop__content > *:last-child {
  margin-bottom: 0;
}
.sidebar-shop .sidebar-shop__read-more a {
  font-size: 14px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  text-decoration: none;
  background-color: #4C4A35;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 26px;
  line-height: 1;
}
.sidebar-shop .sidebar-shop__read-more a:hover, .sidebar-shop .sidebar-shop__read-more a:active {
  background-color: #5F5E4A;
}
@media (max-width: 767px) {
  .sidebar-shop {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-shop {
    margin-bottom: 37px;
  }
}
/* Videos CTA in Sidebar : =videos
---------------------------------------------------------------------------------------------------- */
.sidebar-videos a {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 12px 26px;
  text-decoration: none;
  border: 1px solid #C9C1AF;
  text-transform: uppercase;
}
.sidebar-videos a:hover {
  background-color: #F7F6F3;
  border: 1px solid #F7F6F3;
}
@media (max-width: 767px) {
  .sidebar-videos {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-videos {
    margin-bottom: 37px;
  }
  .sidebar-videos a {
    width: 100%;
    text-align: center;
  }
}

/* Newsletter Subscribe in Sidebar : =newsletter, =subscribe
---------------------------------------------------------------------------------------------------- */
.sidebar-subscribe {
  background-color: #F7F6F3;
  padding: 20px 24px 28px;
}
.sidebar-subscribe .sidebar-subscribe__title {
  font-size: 22px;
  margin-bottom: 16px;
}
.sidebar-subscribe .sidebar-subscribe__content {
  font-size: 16px;
  margin-bottom: 16px;
}
.sidebar-subscribe .sidebar-subscribe__content > *:last-child {
  margin-bottom: 0;
}
.sidebar-subscribe .wpforms-confirmation-container {
  text-align: center;
}
.sidebar-subscribe .wpforms-container {
  margin: 0;
}
.sidebar-subscribe .wpforms-container .wpforms-field {
  margin-bottom: 4px;
}
.sidebar-subscribe .wpforms-container .wpforms-field-name .wpforms-field-label, .sidebar-subscribe .wpforms-container .wpforms-field-email .wpforms-field-label {
  display: none;
}
.sidebar-subscribe .wpforms-container .wpforms-field-name input, .sidebar-subscribe .wpforms-container .wpforms-field-email input {
  font-size: 12px;
  line-height: 17px;
  padding: 13px 16px;
  border-radius: 0;
  border: 1px solid #DDD6C5;
  outline: 0;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.sidebar-subscribe .wpforms-container .wpforms-field-checkbox {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.sidebar-subscribe .wpforms-container .wpforms-field-checkbox .wpforms-field-label {
  font-size: 12px;
  margin-bottom: 3px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.sidebar-subscribe .wpforms-container .wpforms-field-checkbox .wpforms-field-label-inline {
  font-size: 12px;
}
.sidebar-subscribe .wpforms-container .wpforms-field-checkbox ul li {
  padding-bottom: 0;
}
.sidebar-subscribe .wpforms-container .mailchimp-groups > label {
  border: 1px solid #DDD6C5;
  color: #2D2D2B;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  padding: 13px 50px 13px 13px;
  position: relative;
}
.sidebar-subscribe .wpforms-container .mailchimp-groups > label.active .mailchimp-groups-selector-icon {
  transform: rotate(180deg);
}
.sidebar-subscribe .wpforms-container .mailchimp-groups > label .mailchimp-groups-selector-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../icons/utility/angle-down.svg) no-repeat center #F7F6F3;
  background-size: 12px;
  width: 44px;
}
.sidebar-subscribe .wpforms-container .mailchimp-groups ul {
  display: none;
  margin-bottom: 8px;
}
.sidebar-subscribe .wpforms-container .wpforms-submit-container {
  margin-top: 12px;
}
.sidebar-subscribe .wpforms-container .wpforms-submit-container button[type=submit] {
  width: 100%;
  font-size: 14px;
  border: none;
}
.sidebar-subscribe .wpforms-container .wpforms-submit-container button[type=submit]:hover, .sidebar-subscribe .wpforms-container .wpforms-submit-container button[type=submit]:active {
  background-color: #5F5E4A;
}
@media (max-width: 767px) {
  .sidebar-subscribe {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-subscribe {
    margin-bottom: 37px;
  }
}
/* Recipe Card : =recipe
--------------------------------------------- */
.wprm-recipe-template-hbh-food.wprm-recipe {
  background-color: #F7F6F3;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 20px;
}
.wprm-recipe-template-hbh-food.wprm-recipe h3.wprm-recipe-header {
  font-size: 24px;
}
@media (min-width: 768px) {
  .wprm-recipe-template-hbh-food.wprm-recipe h3.wprm-recipe-header {
    font-size: 28px;
  }
}
.wprm-recipe-template-hbh-food.wprm-recipe h3.wprm-recipe-header {
  margin-bottom: 16px;
}
.wprm-recipe-template-hbh-food.wprm-recipe h3.wprm-recipe-header svg {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  fill: #5F5E4A;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-group-name {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wprm-recipe-template-hbh-food.wprm-recipe ul li {
  padding-bottom: 0;
}
.wprm-recipe-template-hbh-food.wprm-recipe ul li + li {
  margin-top: 8px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-name {
  font-size: 30px;
}
@media (min-width: 768px) {
  .wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-name {
    font-size: 36px;
  }
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-name {
  margin-bottom: 16px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-rating {
  margin-bottom: 16px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-rating svg {
  height: 15px;
  width: 15px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-author-container {
  margin-bottom: 16px;
  font-size: 18px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container {
  margin-bottom: 16px;
  font-size: 18px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container .wprm-recipe-time-container {
  margin-right: 0;
  line-height: 1.2;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container .wprm-recipe-time-container .wprm-recipe-time-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container .wprm-recipe-time-container .wprm-recipe-time {
  display: block;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-servings-container,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-calories-container {
  font-size: 18px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-servings-container .wprm-recipe-details-label,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-calories-container .wprm-recipe-details-label {
  font-weight: 700;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-servings-container .wprm-recipe-details-unit,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-calories-container .wprm-recipe-details-unit {
  font-size: 16px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-servings-container {
  margin-bottom: 8px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-servings-container .wprm-recipe-servings-link {
  color: #A39161;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-calories-container {
  margin-bottom: 12px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-disclaimer {
  font-size: 15px;
  margin-bottom: 32px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-buttons {
  margin-bottom: 24px;
  display: flex;
  gap: 10px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-buttons .wp-block-button__link {
  padding: 8px 21px;
  font-size: 18px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-buttons a.wprm-recipe-print {
  background: rgb(117.9349112426, 116.6934911243, 91.8650887574);
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-buttons a.wprm-recipe-email {
  background: rgb(140.8698224852, 139.3869822485, 109.7301775148);
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-add-to-collection,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-saved {
  color: white !important;
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 21px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-add-to-collection:hover,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-saved:hover {
  background-color: #4C4A35;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-print {
  color: white !important;
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 21px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-print:hover {
  background-color: #4C4A35;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-ingredients-container {
  font-size: 18px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-ingredient-notes {
  font-style: italic;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-instructions-container {
  margin-top: 10px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-instructions-container .wprm-recipe-instructions li {
  margin-left: 0;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-unit-conversion-container {
  margin: 20px 0 0px;
}
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-instructions-container,
.wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-notes-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wprm-recipe-template-hbh-food.wprm-recipe {
    padding: 30px 20px 20px 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container {
    display: flex;
    flex-flow: row wrap;
    gap: 12px 16px;
  }
}
@media (min-width: 768px) {
  .wprm-recipe-template-hbh-food.wprm-recipe {
    padding: 50px 94px 40px 55px;
  }
  .wprm-recipe-template-hbh-food.wprm-recipe .wprm-recipe-times-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
  }
  .wprm-recipe-template-hbh-food.wprm-recipe .wprm-shop-and-save-buttons .wprm-saved {
    flex-grow: 1;
  }
}
/* Recipe Print Styles : =print
--------------------------------------------- */
/* Page Template - Barns : =barns
---------------------------------------------------------------------------------------------------- */
.page-template-barns .site-inner {
  background-color: #F7F6F3;
}
@media (max-width: 767px) {
  .page-template-barns .site-inner {
    padding-bottom: 90px;
  }
}
.page-template-barns .breadcrumb {
  margin-bottom: 0px;
}

/* Page Template - Single Barn : =barns
---------------------------------------------------------------------------------------------------- */
.page-template-single-barn .site-inner {
  background-color: #F7F6F3;
}
@media (max-width: 767px) {
  .page-template-single-barn .site-inner {
    padding-bottom: 90px;
  }
}
.page-template-single-barn .breadcrumb {
  text-align: center;
}

/* Page Template - Recipe Roundups : =roundups
---------------------------------------------------------------------------------------------------- */
.page-template-recipe-roundups .site-inner {
  background-color: #F7F6F3;
}
@media (max-width: 767px) {
  .page-template-recipe-roundups .site-inner {
    padding-bottom: 90px;
  }
}
/* Page Template - Single Recipe Roundup : =roundup
---------------------------------------------------------------------------------------------------- */
.page-template-single-recipe-roundup .site-inner {
  background-color: #F7F6F3;
}
@media (max-width: 767px) {
  .page-template-single-recipe-roundup .site-inner {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .page-template-single-recipe-roundup .site-inner {
    padding-bottom: 0;
  }
}
.page-template-single-recipe-roundup .block-post-listing.layout-alpha header h2 {
  justify-content: center;
}

/* Page Template - Contact : =contact
TEMPLATE USED ON 'CONTACT' AND ON 'PARTNER WITH US' PAGES
---------------------------------------------------------------------------------------------------- */
.page-template-contact .site-inner {
  background-color: #F7F6F3;
}
.page-template-contact .entry-content .wpforms-container .wpforms-form .wpforms-submit-container {
  text-align: center;
}
.page-template-contact .entry-content .wpforms-container .wpforms-form .wpforms-submit {
  padding: 14px 30px;
  background: transparent !important;
  border: 2px solid #DDD6C5 !important;
  color: #5F5E4A !important;
}
.page-template-contact .entry-content .wpforms-container .wpforms-form .wpforms-submit:hover {
  background: #4C4A35 !important;
  border-color: #4C4A35 !important;
  color: white !important;
}

/* Page Template - Privacy Policy : =privacy
---------------------------------------------------------------------------------------------------- */
.page-template-privacy-policy .site-inner {
  background-color: #5F5E4A;
  color: white;
}
.page-template-privacy-policy .site-inner h1, .page-template-privacy-policy .site-inner h2, .page-template-privacy-policy .site-inner h3, .page-template-privacy-policy .site-inner h4, .page-template-privacy-policy .site-inner h5, .page-template-privacy-policy .site-inner h6 {
  color: white;
}
.page-template-privacy-policy .site-inner h1.entry-title {
  margin-top: 40px;
  text-align: left;
}
.page-template-privacy-policy .site-inner a {
  color: white;
}
.page-template-privacy-policy .site-inner a:hover {
  color: #EDEDED;
}

/* Page Template - Living : =living
---------------------------------------------------------------------------------------------------- */
.page-template-living .site-inner {
  padding-top: 0;
}
.page-template-living .entry-header {
  background-color: #F7F6F3;
  width: auto;
}
.page-template-living .breadcrumb {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-template-living .site-inner .entry-header {
    padding: 28px 18px 17px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-template-living .site-inner .entry-header__mobile-nav {
    /* class applies to select element itself, not a wrapper element */
    display: block;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    color: #fff;
    line-height: 1.3;
    padding: 18px 18px 18px 16px;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #5F5E4A;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
    	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

    */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right 0.7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: 0.65em auto, 100%;
  }
  .page-template-living .site-inner {
    /* Hide arrow icon in IE browsers */
  }
  .page-template-living .site-inner .entry-header__mobile-nav::-ms-expand {
    display: none;
  }
  .page-template-living .site-inner {
    /* Hover style */
  }
  .page-template-living .site-inner {
    /* Focus style */
  }
  .page-template-living .site-inner .entry-header__mobile-nav:focus {
    outline: none;
  }
  .page-template-living .site-inner {
    /* Set options to normal weight */
  }
  .page-template-living .site-inner .entry-header__mobile-nav option {
    font-weight: normal;
  }
  .page-template-living .site-inner {
    /* Support for rtl text, explicit support for Arabic and Hebrew */
  }
  .page-template-living .site-inner *[dir=rtl] .entry-header__mobile-nav, .page-template-living .site-inner :root:lang(ar) .entry-header__mobile-nav, .page-template-living .site-inner :root:lang(iw) .entry-header__mobile-nav {
    background-position: left 0.7em top 50%, 0 0;
    padding: 0.6em 0.8em 0.5em 1.4em;
  }
  .page-template-living .site-inner {
    /* Disabled styles */
  }
  .page-template-living .site-inner .entry-header__mobile-nav:disabled, .page-template-living .site-inner .entry-header__mobile-nav[aria-disabled=true] {
    color: graytext;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  }
  .page-template-living .site-inner .entry-header__mobile-nav:disabled:hover, .page-template-living .site-inner .entry-header__mobile-nav[aria-disabled=true] {
    border-color: #aaa;
  }
  .page-template-living .site-inner .entry-header__desktop-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-living .site-inner .entry-header {
    padding: 40px 0;
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .page-template-living .site-inner .entry-header__mobile-nav {
    display: none;
  }
  .page-template-living .site-inner .entry-title {
    margin-bottom: 28px;
  }
  .page-template-living .site-inner .entry-header__desktop-nav {
    display: flex;
    list-style-type: none;
    justify-content: center;
    border-top: 1px solid #EDEDED;
    padding-top: 26px;
    max-width: 1482px;
    margin: 0 auto;
  }
  .page-template-living .site-inner .entry-header__desktop-nav li {
    margin: 0 20px;
  }
  .page-template-living .site-inner .entry-header__desktop-nav li.active a {
    color: #A39161;
  }
  .page-template-living .site-inner .entry-header__desktop-nav li a {
    font-size: 22px;
    text-decoration: none;
  }
  .page-template-living .site-inner .entry-header__desktop-nav li a:hover {
    color: #A39161;
  }
}

/* Page Template - Shop : =shop
---------------------------------------------------------------------------------------------------- */
.page-template-shop .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-shop .entry-header {
  background-color: #F7F6F3;
  width: auto;
  padding-bottom: 0;
}
.page-template-shop .breadcrumb {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-template-shop .site-inner .entry-header {
    padding: 28px 18px 17px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
  }
  .page-template-shop .site-inner .entry-header__mobile-nav {
    /* class applies to select element itself, not a wrapper element */
    display: block;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
    color: #fff;
    line-height: 1.3;
    padding: 18px 18px 18px 16px;
    width: 100%;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #5F5E4A;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient.
    	for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

    */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right 0.7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: 0.65em auto, 100%;
  }
  .page-template-shop .site-inner {
    /* Hide arrow icon in IE browsers */
  }
  .page-template-shop .site-inner .entry-header__mobile-nav::-ms-expand {
    display: none;
  }
  .page-template-shop .site-inner {
    /* Hover style */
  }
  .page-template-shop .site-inner {
    /* Focus style */
  }
  .page-template-shop .site-inner .entry-header__mobile-nav:focus {
    outline: none;
  }
  .page-template-shop .site-inner {
    /* Set options to normal weight */
  }
  .page-template-shop .site-inner .entry-header__mobile-nav option {
    font-weight: normal;
  }
  .page-template-shop .site-inner {
    /* Support for rtl text, explicit support for Arabic and Hebrew */
  }
  .page-template-shop .site-inner *[dir=rtl] .entry-header__mobile-nav, .page-template-shop .site-inner :root:lang(ar) .entry-header__mobile-nav, .page-template-shop .site-inner :root:lang(iw) .entry-header__mobile-nav {
    background-position: left 0.7em top 50%, 0 0;
    padding: 0.6em 0.8em 0.5em 1.4em;
  }
  .page-template-shop .site-inner {
    /* Disabled styles */
  }
  .page-template-shop .site-inner .entry-header__mobile-nav:disabled, .page-template-shop .site-inner .entry-header__mobile-nav[aria-disabled=true] {
    color: graytext;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  }
  .page-template-shop .site-inner .entry-header__mobile-nav:disabled:hover, .page-template-shop .site-inner .entry-header__mobile-nav[aria-disabled=true] {
    border-color: #aaa;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-shop .site-inner .entry-header {
    padding: 40px 0 0;
    margin: 0 calc(50% - 50vw) -30px;
    max-width: 100vw;
    width: 100vw;
  }
  .page-template-shop .site-inner .entry-header__mobile-nav {
    display: none;
  }
  .page-template-shop .site-inner .entry-title {
    margin-bottom: 28px;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav {
    display: flex;
    list-style-type: none;
    justify-content: center;
    border-top: 1px solid #EDEDED;
    padding-top: 26px;
    max-width: 1482px;
    margin: 0 auto;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav li {
    margin: 0 20px;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav li.active a {
    color: #A39161;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav li a {
    font-size: 22px;
    text-decoration: none;
  }
  .page-template-shop .site-inner .entry-header__desktop-nav li a:hover {
    color: #A39161;
  }
}

/* Page Template - Cookbooks : =cookbooks
---------------------------------------------------------------------------------------------------- */
.page-template-cookbooks .site-inner {
  padding-top: 0;
}
.page-template-cookbooks .breadcrumb {
  margin-top: 16px;
}
.page-template-cookbooks .site-main > .type-page .entry-header {
  display: none;
}

/* Page Template - About : =about, =tieghan
---------------------------------------------------------------------------------------------------- */
.page-template-about .site-inner {
  padding-top: 0;
}
.page-template-about .breadcrumb {
  margin-top: 16px;
}
.page-template-about .site-main > .type-page .entry-header {
  display: none;
}

/* Page Template - Press : =press
---------------------------------------------------------------------------------------------------- */
.page-template-press .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-press .entry-header {
  background-color: #F7F6F3;
  width: auto;
}
.page-template-press .breadcrumb {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page-template-press .site-inner .entry-header {
    padding: 28px 18px 17px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
  }
  .page-template-press .site-inner .entry-header__mobile-nav {
    padding: 10px;
    height: auto;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  }
  .page-template-press .site-inner .entry-header__desktop-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-press .site-inner .entry-header {
    padding: 40px 0 48px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .page-template-press .site-inner .entry-header__mobile-nav {
    display: none;
  }
  .page-template-press .site-inner .entry-title {
    margin-bottom: 28px;
  }
  .page-template-press .site-inner .entry-header__desktop-nav {
    display: flex;
    list-style-type: none;
    justify-content: center;
    border-top: 1px solid #EDEDED;
    padding-top: 26px;
    max-width: 1482px;
    margin: 0 auto;
  }
  .page-template-press .site-inner .entry-header__desktop-nav li {
    margin: 0 20px;
  }
  .page-template-press .site-inner .entry-header__desktop-nav li.active a {
    color: #A39161;
  }
  .page-template-press .site-inner .entry-header__desktop-nav li a {
    text-decoration: none;
  }
  .page-template-press .site-inner .entry-header__desktop-nav li a:hover {
    color: #A39161;
  }
}

/* Page Template - Newsletter : =newsletter, =subscribe
---------------------------------------------------------------------------------------------------- */
.page-template-newsletter .site-inner {
  padding-top: 0;
}
.page-template-newsletter .breadcrumb {
  margin-top: 16px;
}
.page-template-newsletter .site-main > .type-page .entry-header {
  display: none;
}

/* Page Template - Recipe Index : =recipes, =index
---------------------------------------------------------------------------------------------------- */
.page-template-recipe-index .site-inner {
  padding-top: 0;
}
.page-template-recipe-index .breadcrumb {
  margin-bottom: 0px;
}
.page-template-recipe-index .site-main > .type-page .entry-header {
  background-color: #F7F6F3;
  padding: 40px 18px 40px;
}
@media (max-width: 767px) {
  .page-template-recipe-index .site-main > .type-page .entry-header {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .page-template-recipe-index .site-main > .type-page .entry-header {
    margin: 0 calc(50% - 50vw) 48px;
    max-width: 100vw;
    width: 100vw;
  }
}
/* Page Template - Latest Recipes : =recipes, =latest recipes
---------------------------------------------------------------------------------------------------- */
.page-template-latest-recipes .site-inner {
  padding-top: 0;
}
.page-template-latest-recipes .breadcrumb {
  margin-bottom: 0px;
}
.page-template-latest-recipes .site-main > .type-page .entry-header {
  background-color: #F7F6F3;
  padding: 40px 18px 40px;
}
@media (max-width: 767px) {
  .page-template-latest-recipes .site-main > .type-page .entry-header {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .page-template-latest-recipes .site-main > .type-page .entry-header {
    margin: 0 calc(50% - 50vw) 48px;
    max-width: 100vw;
    width: 100vw;
  }
}
/* Page Template - Recipe Collections : =recipe collections, =collections
// SEE ALSO RECIPE.SCSS for styles direclty related to the WPRM output, this is for my custom output on this page
// 04-13-22 - NOT USED ANYMORE WITH NEW recipe collections setup
---------------------------------------------------------------------------------------------------- */
/* Page Template - Register : =register
---------------------------------------------------------------------------------------------------- */
.page-template-register .site-inner {
  background-color: #F7F6F3;
}
.page-template-register .site-inner > .wrap {
  max-width: 600px !important;
}
.page-template-register .entry-content > * {
  margin: 16px 0;
}
.page-template-register .entry-content .wpforms-container {
  margin-bottom: 40px;
}
.page-template-register .entry-content .wpforms-container .wpforms-field-label {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
}
.page-template-register .entry-content .wpforms-container .wpforms-field-label .wpforms-required-label {
  display: none;
}
.page-template-register .entry-content .wpforms-container .wpforms-field-sublabel {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.page-template-register .entry-content .wpforms-container input[type=text],
.page-template-register .entry-content .wpforms-container input[type=email],
.page-template-register .entry-content .wpforms-container input[type=password] {
  border: none;
  border-radius: 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 16px;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
.page-template-register .entry-content .wpforms-container .wpforms-submit-container {
  text-align: center;
}
.page-template-register .entry-content .wpforms-container button[type=submit] {
  font-size: 12px;
}
.page-template-register .entry-content .wpforms-container button[type=submit]:hover, .page-template-register .entry-content .wpforms-container button[type=submit]:active {
  background-color: #5F5E4A;
}
.page-template-register .entry-content .wpforms-confirmation-container {
  border: 1px solid #5F5E4A;
}

/* Page Template - Holidays : =holidays
---------------------------------------------------------------------------------------------------- */
.page-template-holidays .site-inner {
  padding-top: 0;
}
.page-template-holidays .breadcrumb {
  margin-bottom: 8px;
  color: white;
}
.page-template-holidays .breadcrumb a {
  color: white;
}
.page-template-holidays .site-main > .type-page .entry-header {
  background-color: #5F5E4A;
  padding: 40px 18px 40px;
}
.page-template-holidays .site-main > .type-page .entry-header h1 {
  color: white;
}
@media (max-width: 767px) {
  .page-template-holidays .site-main > .type-page .entry-header {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .page-template-holidays .site-main > .type-page .entry-header {
    margin: 0 calc(50% - 50vw) 48px;
    max-width: 100vw;
    width: 100vw;
  }
}
/* Recipe Collections: =collections, =favorites
--------------------------------------------- */
#wprm-recipe-collections-app {
  font-size: 18px;
}
#wprm-recipe-collections-app input[type=checkbox],
#wprm-recipe-collections-app input[type=radio] {
  accent-color: black;
  accent-color: #5F5E4A;
}
#wprm-recipe-collections-app .wprmprc-container-header {
  font-weight: 400;
}
#wprm-recipe-collections-app .wprmprc-container-header .wprmprc-header-link {
  opacity: 1;
  text-decoration: none;
  color: #4C4A35;
  border-bottom: 2px solid #A39161;
}
#wprm-recipe-collections-app .wprmprc-container-header .wprmprc-header-link:is(:hover, :focus) {
  border-bottom-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-container-header .wprmprc-container-header-name {
  margin-top: 8px;
}
#wprm-recipe-collections-app .wprmprc-overview {
  border-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-overview .wprmprc-edit-list-action {
  opacity: 1;
  text-decoration: none;
  color: #5F5E4A;
  border-bottom: 1px solid #A39161;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}
#wprm-recipe-collections-app .wprmprc-overview .wprmprc-overview-grid-collection {
  border-radius: 0;
  border-color: #EDEDED;
  margin-bottom: 12px;
  padding: 12px 16px;
}
#wprm-recipe-collections-app .wprmprc-overview .wprmprc-overview-grid-collection-images .wprmprc-overview-grid-collection-image img {
  height: 50px;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-header {
  background-color: #F7F6F3;
  color: #2D2D2B;
  padding: 12px 16px;
  border-bottom: none;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-column {
  border-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-actions {
  border-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-action-header {
  background-color: #F7F6F3;
  color: #2D2D2B;
  padding: 12px 16px;
  border-bottom: none;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item {
  border-radius: 0px;
  border-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-actions {
  background-color: #F7F6F3;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-details {
  align-items: center;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-meta {
  padding: 12px 16px;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-meta .wprmprc-collection-item-name {
  font-size: 1.125rem;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-image {
  padding: 12px 16px;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-image img {
  box-shadow: none;
  border-radius: 0px;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-item .wprmprc-collection-item-servings {
  background-color: #F7F6F3;
  opacity: 0.8;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-actions .wprmprc-collection-action {
  color: white !important;
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 21px;
  text-decoration: none;
  text-align: center;
}
#wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-actions .wprmprc-collection-action:hover {
  background-color: #4C4A35;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-collection {
  border-color: #EDEDED;
  margin-bottom: 24px;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-collection-header {
  background-color: #F7F6F3;
  color: #2D2D2B;
  padding: 12px 16px;
  border-bottom: none;
  margin-bottom: 16px;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-item {
  padding: 12px 16px;
  border-radius: 0px;
  border-color: #EDEDED;
  margin-bottom: 16px;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-name {
  padding: 0 20px;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-image {
  padding: 0;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-item .wprmprc-shopping-list-item-image img {
  width: 85px;
  border-radius: 0px;
  box-shadow: none;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-list {
  border-color: #EDEDED;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-list-header {
  background-color: #F7F6F3;
  color: #2D2D2B;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-actions .wprmprc-shopping-list-action {
  color: white !important;
  background-color: #5F5E4A;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 21px;
  text-decoration: none;
  text-align: center;
}
#wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-actions .wprmprc-shopping-list-action:hover {
  background-color: #4C4A35;
}
@media (max-width: 500px) {
  #wprm-recipe-collections-app .wprmprc-container-header {
    margin-bottom: 16px;
  }
  #wprm-recipe-collections-app .wprmprc-collection-group-items .wprmprc-collection-item .wprmprc-collection-item-details .wprmprc-collection-item-image img {
    width: 110px;
  }
}
@media (min-width: 768px) {
  #wprm-recipe-collections-app .wprmprc-collection .wprmprc-collection-column {
    width: 60%;
    flex-basis: auto;
  }
  #wprm-recipe-collections-app .wprmprc-collection-group-items .wprmprc-collection-item .wprmprc-collection-item-details .wprmprc-collection-item-image img {
    width: 125px;
  }
  #wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-column-items div.wprmprc-shopping-list-item-image {
    width: 85px;
  }
  #wprm-recipe-collections-app .wprmprc-shopping-list .wprmprc-shopping-list-column-items img.wprmprc-shopping-list-item-image {
    max-width: 85px;
  }
}

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