/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Transition
 *
 */
p.socials a svg, .nav-menu .menu > .menu-item > a::before, a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.nav-menu .sub-menu,
.sidr li.menu-item-has-children > .submenu-toggle {
  transition: all 0.1s ease-in-out;
}

/**
 * Break Words
 *
 */
/**
 * Center Image
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Icon Font
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

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

/* Typographical Elements
--------------------------------------------- */
body {
  color: #797979;
  font-family: "Mulish", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #287BDA;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 32px;
  padding: 0;
}

strong {
  font-weight: 700;
}

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

blockquote {
  border: 0px solid rgba(81, 136, 199, 0.2);
  color: #5188C7;
  margin: 0 0 32px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
  border-top-width: 6px;
  margin-top: 16px;
  padding-top: 28px;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 24px;
  }
}
blockquote::before {
  background-color: #fff;
  background-image: url(../icons/quote.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  content: "";
  position: absolute;
  background-position: left top;
  left: 0;
  top: -16px;
  margin-top: 0;
  width: 50px;
  height: 32px;
}
blockquote cite {
  color: rgba(81, 136, 199, 0.5);
  display: block;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
}
blockquote cite img,
blockquote cite img.alignleft,
blockquote cite img.alignnone {
  border: none;
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  blockquote:not(.small) {
    border-top-width: 0;
    border-left-width: 6px;
    margin-top: 0;
    margin-left: 16px;
    padding-top: 0;
    padding-left: 48px;
  }
  blockquote:not(.small)::before {
    background-position: center center;
    left: -16px;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 28px;
  }
}

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

hr,
.clear-line,
img.wp-more-tag {
  overflow: hidden;
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid #C0C0C0;
  margin: 0 0 32px;
}

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

/* Extra Paragraph Styles
--------------------------------------------- */
.archive-intro p, p.large {
  font-size: 18px;
}
@media (min-width: 1020px) {
  .archive-intro p, p.large {
    font-size: 20px;
  }
}

p.small {
  font-size: 12px;
}
p.extra-margin {
  margin-bottom: calc(32px * 2);
}

/* List Items
--------------------------------------------- */
ol {
  margin: 0 0 32px 32px;
}
ol li {
  list-style-type: decimal;
}
ol ol {
  margin-bottom: 0;
}

ul {
  margin: 0 0 32px 32px;
}
ul li {
  list-style-type: disc;
}
ul ul {
  margin-bottom: 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
.entry-content .cookbook-recipe h2.cookbook-name,
h5,
.comments-area ol.comment-list li .comment-author,
.entry-content .cookbook-recipe h3.cookbook-title,
.entry-content .cookbook-recipe h4.cookbook-subtitle,
.youtube-gallery--listing .title,
h6 {
  color: #333333;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
.entry-content .cookbook-recipe h2.cookbook-name a,
h5 a,
.comments-area ol.comment-list li .comment-author a,
.entry-content .cookbook-recipe h3.cookbook-title a,
.entry-content .cookbook-recipe h4.cookbook-subtitle a,
.youtube-gallery--listing .title a,
h6 a {
  color: #333333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.entry-content .cookbook-recipe h2.cookbook-name a:hover,
h5 a:hover,
.comments-area ol.comment-list li .comment-author a:hover,
.entry-content .cookbook-recipe h3.cookbook-title a:hover,
.entry-content .cookbook-recipe h4.cookbook-subtitle a:hover,
.youtube-gallery--listing .title a:hover,
h6 a:hover {
  color: #287BDA;
  text-decoration: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 44px;
  }
}
@media (min-width: 1020px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  h2 {
    font-size: 22px;
  }
}
.entry-content h2 {
  color: #ff9600;
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1020px) {
  h3 {
    font-size: 30px;
  }
}
.entry-content h3 {
  color: #5188C7;
}

h4, .entry-content .cookbook-recipe h2.cookbook-name {
  font-size: 22px;
}
@media (min-width: 768px) {
  h4, .entry-content .cookbook-recipe h2.cookbook-name {
    font-size: 26px;
  }
}
@media (min-width: 1020px) {
  h4, .entry-content .cookbook-recipe h2.cookbook-name {
    font-size: 30px;
  }
}

h5, .comments-area ol.comment-list li .comment-author, .entry-content .cookbook-recipe h3.cookbook-title,
.entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name, .youtube-gallery--listing .title {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5, .comments-area ol.comment-list li .comment-author, .entry-content .cookbook-recipe h3.cookbook-title,
  .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name, .youtube-gallery--listing .title {
    font-size: 20px;
  }
}
@media (min-width: 1020px) {
  h5, .comments-area ol.comment-list li .comment-author, .entry-content .cookbook-recipe h3.cookbook-title,
  .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name, .youtube-gallery--listing .title {
    font-size: 22px;
  }
}

h6 {
  font-size: 14px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 3px;
  color: #797979;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 16px;
  width: 100%;
}

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

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
  width: auto;
}

input:focus,
textarea:focus {
  outline: none;
}

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

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

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

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

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background: #287BDA;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
}

button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button:hover {
  background-color: #29323c;
  color: #fff;
  text-decoration: none;
}

.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.button-small {
  font-size: 16px;
  line-height: 25px;
  padding: 10px 32px;
}
.button.button-green {
  background: #98CD40;
}
.button.button-green:hover {
  background: #5d841d;
}
.button.button-orange {
  background: #ff9600;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Search Form
--------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-field {
  padding-right: 48px;
}
.search-form .search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
  height: 60px;
  text-align: center;
  line-height: 0;
  background: transparent;
  border: none;
  padding: 0;
}
.search-form .search-submit svg {
  fill: #808080;
  width: 20px;
  height: 20px;
}
.search-form .search-submit:hover svg {
  fill: #287BDA;
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container .wpforms-field-label {
  color: #333333;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
.site-container .wpforms-container .wpforms-footer-container {
  font-size: 12px;
  font-style: italic;
  padding-top: 10px;
}
.site-container .wpforms-container .wpforms-field-hp {
  display: none;
}

/* Post Elements
---------------------------------------------------------------------------------------------------- */
/* Tables
--------------------------------------------- */
.table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #C0C0C0;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #C0C0C0;
}
.table tbody + tbody {
  border-top: 2px solid #C0C0C0;
}

.table-bordered {
  border: 1px solid #C0C0C0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #C0C0C0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #E8E8E8;
}

@media (max-width: 767px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}

/* Gallery
--------------------------------------------- */
.gallery {
  margin: 0 auto 40px;
  overflow: hidden;
  width: 100%;
}

.gallery-item {
  float: left;
  margin: 10px 0 0;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}

.gallery img {
  border: 2px solid #C0C0C0;
}

.gallery-caption {
  margin-left: 0;
}

/* Images
--------------------------------------------- */
.avatar {
  float: left;
}

.wp-caption {
  margin: 0 0 32px;
}
.wp-caption img {
  margin-bottom: 12px;
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  text-align: center;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
.wp-caption.aligncenter {
  margin: 0 auto 32px;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 32px 32px;
}

img.alignnone {
  margin: 0;
}
img.alignleft {
  float: left;
  margin: 0 32px 16px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 32px;
}
img.alignright {
  float: right;
  margin: 0 0 16px 32px;
}
img.block {
  display: block;
}
img.circle, img.rounded {
  border: 1px solid #C0C0C0;
  border-radius: 50%;
}

/* Custom List Styles
--------------------------------------------- */
ul.check {
  margin-left: 0;
}
ul.check li {
  list-style-type: none;
  padding-left: 33px;
  margin-bottom: 12px;
  position: relative;
}
ul.check li::before {
  background: url(../icons/check-blue.svg) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  top: 6px;
  left: 0;
}
ul.check li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.two-columns {
    columns: 2;
  }
}

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

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

/* Quick Info - on clinic page
--------------------------------------------- */
.quick-info {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.quick-info strong {
  color: #333333;
  display: block;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .quick-info {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Team Listing - on clinic page
--------------------------------------------- */
.team-listing {
  margin-bottom: 60px;
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.team-listing .team-member {
  display: grid;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.team-listing h5, .team-listing .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .team-listing .comment-author, .team-listing .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .team-listing h3.cookbook-title,
.team-listing .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .team-listing h4.cookbook-subtitle,
.team-listing .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .team-listing h2.cookbook-subtitle.cookbook-name, .team-listing .youtube-gallery--listing .title, .youtube-gallery--listing .team-listing .title {
  margin-bottom: 10px;
}
.team-listing p {
  margin-bottom: 15px;
}
.team-listing p:last-child {
  margin-bottom: 0;
}

/* Youtube Gallery Shortcode
--------------------------------------------- */
.youtube-gallery--player {
  max-width: 970px;
  margin: 0 auto 70px;
}
.youtube-gallery--player h4, .youtube-gallery--player .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .youtube-gallery--player h2.cookbook-name {
  margin-top: 14px;
}

.youtube-gallery--listing .title {
  display: block;
  margin-bottom: 0;
}
.youtube-gallery--listing .item.active,
.youtube-gallery--listing .item:hover {
  text-decoration: none;
}
.youtube-gallery--listing .item.active .title,
.youtube-gallery--listing .item:hover .title {
  color: #287BDA;
}
@media (min-width: 768px) {
  .youtube-gallery--listing {
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .youtube-gallery--listing .item {
    float: left;
    margin-left: 2.7397260274%;
    margin-bottom: 40px;
    width: 31.5068493151%;
  }
  .youtube-gallery--listing .item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .youtube-gallery--listing .item {
    float: none;
    margin: 0;
    width: 100%;
  }
}

/* Add left/right padding to these containers */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

/* Sidebar layouts */
@media (max-width: 1019px) {
  .sidebar-primary {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 1020px) {
  .sidebar-content .site-main,
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .sidebar-content .sidebar-primary,
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  .sidebar-content .site-main {
    float: right;
  }
  .sidebar-content .sidebar-primary {
    float: left;
  }
  @supports (display: grid) {
    .sidebar-content .content-area,
    .content-sidebar .content-area {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: 1fr 335px;
      grid-template-areas: "content sidebar";
    }
    .sidebar-content .site-main,
    .sidebar-content .sidebar-primary,
    .content-sidebar .site-main,
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
    .sidebar-content .site-main,
    .content-sidebar .site-main {
      max-width: 800px;
    }
    .sidebar-content .content-area {
      grid-template-areas: "sidebar content";
      grid-template-columns: 335px 1fr;
    }
    .site-main {
      grid-area: content;
    }
    .sidebar-primary {
      grid-area: sidebar;
    }
  }
}
/*
 * Column Classes
 *
 * Width: 1140px
 * Gutter: 30px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
@media (min-width: 768px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.6315789474%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.6842105263%;
  }
  .one-third,
  .two-sixths {
    width: 31.5789473684%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.7894736842%;
  }
  .one-fourth {
    width: 23.0263157895%;
  }
  .three-fourths {
    width: 74.3421052632%;
  }
  .one-fifth {
    width: 17.8947368421%;
  }
  .two-fifths {
    width: 38.4210526316%;
  }
  .three-fifths {
    width: 58.9473684211%;
  }
  .four-fifths {
    width: 79.4736842105%;
  }
  .one-sixth {
    width: 14.4736842105%;
  }
  .five-sixths {
    width: 82.8947368421%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
/* Site Header
---------------------------------------------------------------------------------------------------- */
.info-row {
  background-color: #29323c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 7px 20px;
}
.info-row p {
  margin: 0;
}
.info-row strong {
  font-weight: 900;
}
.info-row a {
  color: #fff;
  text-decoration: underline;
}

.site-header {
  position: relative;
}

.title-area {
  float: left;
  margin-left: 14px;
  width: 200px;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
}
.title-area .site-title a {
  background: url(../icons/logo.svg) no-repeat center center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
}
.title-area .site-description {
  display: none;
}

.header-nav {
  float: right;
}

.nav-mobile a {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav-mobile a svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.nav-mobile a:hover {
  background: #515151;
}
.nav-mobile a.mobile-menu-toggle {
  background: #287BDA;
}
.nav-mobile a.mobile-menu-toggle:hover {
  background: #29323c;
}

@media (max-width: 1019px) {
  .nav-primary, .nav-secondary {
    display: none;
  }
  .site-header .wrap {
    padding: 0;
  }
  .search-form .search-submit span {
    display: none;
  }
}
@media (min-width: 1020px) {
  .info-row {
    font-size: 13px;
  }
  .site-header {
    background: #fff;
  }
  .title-area {
    width: 250px;
    margin: 13px 0;
  }
  .nav-mobile {
    display: none;
  }
}
/* Admin Bar
--------------------------------------------- */
@media (min-width: 768px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Site Navigation
--------------------------------------------- */
.nav-menu {
  width: 100%;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu > .menu-item > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #287BDA;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-menu .menu > .menu-item:hover > a::before,
.nav-menu .menu > .current-menu-item > a::before {
  opacity: 1;
}
.nav-menu .menu-item {
  display: inline-block;
  list-style: none;
}
.nav-menu .menu-item a {
  border: none;
  display: block;
  font-family: "Mulish", "Open Sans", sans-serif;
  position: relative;
}
.nav-menu .menu-item:hover > a, .nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a::after {
  background: url(../icons/angle-down-grey.svg) no-repeat center center;
  background-size: 8px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.nav-menu .menu-item:hover {
  position: static;
}
.nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.nav-menu .sub-menu {
  background: #fff;
  border: 1px solid #E8E8E8;
  left: -9999px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  width: 265px;
  z-index: 99;
  margin-top: -1px;
}
.nav-menu .sub-menu li {
  float: none;
  width: 100%;
}
.nav-menu .sub-menu a {
  display: block;
  color: #797979;
  font-family: "Mulish", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding: 12px;
  position: relative;
}
.nav-menu .sub-menu .menu-item:hover > a,
.nav-menu .sub-menu .current-menu-item > a {
  background: #287BDA;
  color: #fff;
}
.nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.nav-secondary {
  /* Old WP search form
  .search-form {
  	margin-top: 27px;
  	float: right;
  	.search-field {
  		width: 300px;
  		padding: 3px 10px;
  		border-radius: 10px;
  		font-weight: bold;
  		font-style: italic;
  		font-size: 13px;
  	}
  	.search-submit {
  		background-color: #437bbb;
  		color: #fff;
  		width: 91px;
  		height: 35px;
  		border-top-left-radius: 0px;
  		border-bottom-left-radius: 0px;
  		font-size: 17px;
  		font-style: italic;
  		padding-right: 9px;
  		text-align: right;
  		svg {
  			fill: #fff;
  			vertical-align: middle;
  			margin-right: 0px;
  			width: 15px;
  			height: 15px;
  			position: absolute;
  			top: 10px;
  			left: 8px;
  		}
  	}
  }*/
}
.nav-secondary .menu > .menu-item > a {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #808080;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 18px 15px;
  margin-bottom: -1px;
  position: relative;
  z-index: 100;
}
.nav-secondary .menu > .menu-item:hover > a {
  background: #fff;
  color: #287BDA;
}
.nav-secondary .menu > .menu-item:hover > a::before {
  opacity: 1;
}
.nav-secondary .menu > .menu-item.menu-item-has-children:hover > a {
  border-color: #E8E8E8;
}
.nav-secondary .searchwp-form {
  margin-top: 27px;
  float: right;
}
.nav-secondary .searchwp-form .swp-items-stretch {
  align-items: flex-start;
}
.nav-secondary .searchwp-form input.swp-input--search, .nav-secondary .searchwp-form .search-submit {
  padding: 8px 16px;
  font-size: 15px;
  line-height: 21px;
}
.nav-secondary .searchwp-form input.swp-input--search {
  padding-right: 32px;
}

.nav-primary {
  background-color: #f2f2f2;
}
.nav-primary .menu {
  max-width: 1200px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}
.nav-primary .menu > .menu-item {
  margin-left: 21px;
}
.nav-primary .menu > .menu-item:first-child {
  margin-left: 0;
}
.nav-primary .menu > .menu-item > a {
  color: #6e6e6e;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.0125em;
  padding: 6px 6px 8px;
}
.nav-primary .menu > .menu-item > a::before {
  top: auto;
  bottom: 0;
}
.nav-primary .menu > .menu-item.menu-item-has-children > a::after {
  background-size: 10px;
}
.nav-primary .sub-menu {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

/* Content Area
---------------------------------------------------------------------------------------------------- */
.site-inner {
  padding: 26px 0;
}
@media (min-width: 1020px) {
  .site-inner {
    padding: 36px 0;
  }
}
@media (min-width: 1168px) {
  .site-inner {
    padding: 60px 0;
  }
  .site-inner .sidebar-primary {
    padding-top: 0;
  }
}
.home .site-inner {
  padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content {
  color: #333333;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.post-listing .entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content div.printfriendly {
  margin: -42px 0 0 0;
}

/* Archive Intro
--------------------------------------------- */
.archive-intro {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 32px;
}
.archive-intro h5, .archive-intro .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .archive-intro .comment-author, .archive-intro .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .archive-intro h3.cookbook-title,
.archive-intro .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .archive-intro h4.cookbook-subtitle,
.archive-intro .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .archive-intro h2.cookbook-subtitle.cookbook-name, .archive-intro .youtube-gallery--listing .title, .youtube-gallery--listing .archive-intro .title {
  margin-bottom: 0;
}
.archive-intro .search-form {
  max-width: 768px;
  margin: 32px auto 16px;
}

.archive-header {
  margin: -26px -16px 26px;
}
.archive-header img {
  width: 100%;
}
@media (min-width: 1020px) {
  .archive-header {
    margin: -36px -16px 36px;
  }
}
@media (min-width: 1168px) {
  .archive-header {
    margin: -60px -16px 60px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  color: #C0C0C0;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
}
.entry-meta .entry-author,
.entry-meta .entry-comments,
.entry-meta .entry-shares {
  display: block;
  float: left;
  margin-left: 30px;
}
.entry-meta .shared-counts-wrap {
  float: right;
  margin: 0;
  padding-top: 9px;
  width: auto;
}
.entry-meta .entry-author {
  position: relative;
  margin-left: 0;
}
.entry-meta .entry-author .avatar {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-meta .label {
  font-style: italic;
}
.entry-meta .entry-author-name,
.entry-meta .comment-count,
.entry-meta .share-count {
  color: #A0A0A0;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.entry-meta.full {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  display: block;
  padding: 12px 0;
  font-size: 14px;
  margin: 0 0 15px;
}
.entry-meta.full .entry-author,
.entry-meta.full .entry-comments,
.entry-meta.full .entry-shares {
  margin-left: 50px;
}
.entry-meta.full .entry-author {
  padding-left: 60px;
  margin-left: 0;
}
.entry-meta.full .label {
  display: block;
  padding-top: 7px;
}
.entry-meta.full .entry-author-name,
.entry-meta.full .comment-count,
.entry-meta.full .share-count {
  display: block;
}
@media (max-width: 599px) {
  .entry-meta.full {
    text-align: center;
  }
  .entry-meta.full .entry-author {
    float: none;
    display: inline-block;
  }
  .entry-meta.full .entry-comments-shares {
    width: 200px;
    margin: 20px auto;
    overflow: hidden;
  }
  .entry-meta.full .entry-comments,
  .entry-meta.full .entry-shares {
    float: left;
    margin: 0;
    width: 50%;
  }
  .entry-meta.full .shared-counts-wrap {
    float: none;
  }
}

/* Disclosures
--------------------------------------------- */
ul.disclosures {
  margin: 15px 0;
  text-align: center;
}
ul.disclosures li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0 22px;
}
ul.disclosures li:first-child {
  margin-left: 0;
}
ul.disclosures li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  ul.disclosures li {
    display: block;
    margin: 8px 0;
  }
}
ul.disclosures li:hover .summary {
  left: 50%;
  opacity: 1;
}
ul.disclosures li .summary {
  background: rgba(33, 33, 33, 0.9);
  border-radius: 6px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  font-size: 11px;
  padding: 12px;
  position: absolute;
  width: 234px;
  margin-left: -117px;
  margin-top: 7px;
  left: -9999px;
  z-index: 99;
}
ul.disclosures li .summary::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent rgba(33, 33, 33, 0.9) transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}

/* Recipe
--------------------------------------------- */
.entry-content .cookbook-recipe {
  color: #797979;
  margin-bottom: 50px;
}
.entry-content .cookbook-recipe h2.cookbook-name {
  margin-bottom: 10px;
}
.entry-content .cookbook-recipe .cookbook-details,
.entry-content .cookbook-recipe .cookbook-tag {
  color: #797979;
  font-size: 16px;
}
@media (min-width: 768px) {
  .entry-content .cookbook-recipe .cookbook-details,
  .entry-content .cookbook-recipe .cookbook-tag {
    font-size: 18px;
  }
}
.entry-content .cookbook-recipe .cookbook-container {
  padding-top: 20px;
}
.entry-content .cookbook-recipe .cookbook-container.cookbook-container-time {
  padding-top: 0;
}
.entry-content .cookbook-recipe .cookbook-container p:last-child {
  margin-bottom: 0;
}
.entry-content .cookbook-recipe .cookbook-container ul,
.entry-content .cookbook-recipe .cookbook-container ol {
  margin-left: 30px;
}
.entry-content .cookbook-recipe .cookbook-container ul:last-child,
.entry-content .cookbook-recipe .cookbook-container ol:last-child {
  margin-bottom: 0;
}
.entry-content .cookbook-recipe .cookbook-container ul li,
.entry-content .cookbook-recipe .cookbook-container ol li {
  padding-bottom: 8px;
}
.entry-content .cookbook-recipe .cookbook-container ul li:last-child,
.entry-content .cookbook-recipe .cookbook-container ol li:last-child {
  padding-bottom: 0;
}

/* Entry Footer
--------------------------------------------- */
.entry-footer {
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .entry-footer {
    padding-top: 40px;
  }
  .entry-footer .shared-counts-wrap {
    float: left;
    width: 220px;
  }
  .entry-footer .author-box,
  .entry-footer .entry-categories {
    float: right;
    width: 466px;
  }
}
.entry-footer .shared-counts-wrap {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .entry-footer .shared-counts-wrap.style-icon .shared-counts-button {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    clear: both;
    overflow: hidden;
  }
  .entry-footer .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    display: block;
    float: left;
    margin-right: 20px;
  }
  .entry-footer .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-label {
    display: block;
    color: #666666;
    float: left;
  }
}

.author-box {
  font-size: 16px;
  position: relative;
}
.author-box .avatar {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  display: block;
  float: none;
  margin: 0 0 16px;
}
@media (min-width: 600px) {
  .author-box {
    padding-left: 140px;
    min-height: 140px;
  }
  .author-box .avatar {
    position: absolute;
    left: 0;
    top: 0;
  }
}

p.term-list {
  margin-bottom: 10px;
}
p.term-list a {
  background: rgba(81, 136, 199, 0.2);
  color: #287BDA;
  display: inline-block;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 10px 10px 0;
  padding: 10px;
}
p.term-list a:hover {
  background: rgba(81, 136, 199, 0.4);
  text-decoration: none;
}
p.term-list:last-child {
  margin-right: 0;
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon .shared-counts-button {
  margin-right: 16px;
  float: none;
  display: inline-block;
}
.shared-counts-wrap.style-icon .shared-counts-button:last-child {
  margin-right: 0;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  width: 32px;
  height: 32px;
}

/* CTA
--------------------------------------------- */
.cta-box {
  background: url(../images/bg-gray2tone.jpg) bottom left no-repeat;
  background-size: contain;
  padding: 40px 0 65px;
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  font-style: italic;
  border-bottom: 8px solid #f2f2f2;
}
.cta-box h4, .cta-box .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .cta-box h2.cookbook-name {
  color: #264c77;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 10px;
}
.cta-box h4 strong, .cta-box .entry-content .cookbook-recipe h2.cookbook-name strong, .entry-content .cookbook-recipe .cta-box h2.cookbook-name strong {
  font-weight: 800;
  font-size: 32px;
  display: block;
}
.cta-box h4 + p, .cta-box .entry-content .cookbook-recipe h2.cookbook-name + p, .entry-content .cookbook-recipe .cta-box h2.cookbook-name + p {
  font-size: 90%;
  line-height: 1.25;
  margin-bottom: 0px;
}
.cta-box .wpforms-container {
  clear: both;
  margin: 10px 0 0;
}
.cta-box .wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
.cta-box .wpforms-container .wpforms-submit-container {
  padding-top: 0;
}
.cta-box .wpforms-container .button-orange {
  padding: 8px 40px 23px;
  width: 305px;
  display: block;
  font-style: italic;
  font-size: 125%;
}
.cta-box .wpforms-container .wpforms-footer-container {
  padding-top: 0;
  color: #fff;
  position: absolute;
  bottom: 10px;
  line-height: 1.15;
  text-align: center;
  font-size: 65%;
  width: 305px;
}
@media (max-width: 699px) {
  .cta-box .wpforms-submit-container {
    text-align: left;
  }
}

.cta-box__inner-bottom {
  width: 75%;
  margin-top: 70px;
}
.cta-box__inner-bottom blockquote {
  border: none;
  color: #797979;
  margin: 0;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}
.cta-box__inner-bottom blockquote::before {
  display: none;
}
.cta-box__inner-bottom blockquote cite {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: inherit;
  margin-top: 4px;
  text-transform: none;
  line-height: 0.85;
}

.cta-box__ebooks {
  float: left;
  width: 30%;
  margin: 0 15px 0 0;
  max-width: 175px;
}

.cta-box__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28%;
  object-fit: contain;
  object-position: right bottom;
}
@media (min-width: 701px) {
  .cta-box {
    padding: 90px 0;
    background: url(../images/bg-blue2tone.jpg) bottom right no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
  }
  .cta-box .wpforms-container {
    position: relative;
    min-height: 90px;
    width: 41%;
    max-width: 768px;
  }
  .cta-box .wpforms-container .button-orange {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cta-box .wpforms-container .wpforms-footer-container {
    font-size: 60%;
  }
}
@media (min-width: 700px) {
  .cta-box__inner {
    position: relative;
    text-align: center;
    width: 40%;
  }
  .cta-box__inner h4 strong, .cta-box__inner .entry-content .cookbook-recipe h2.cookbook-name strong, .entry-content .cookbook-recipe .cta-box__inner h2.cookbook-name strong {
    display: block;
  }
  .cta-box__inner-bottom {
    width: 24%;
    margin-top: 30px;
    position: absolute;
    right: 23%;
    top: 3%;
  }
  .cta-box__inner-bottom blockquote {
    font-size: 75%;
    line-height: 1.25;
    text-align: center;
  }
  .cta-box__inner-bottom blockquote cite {
    line-height: 1;
  }
  .cta-box__image {
    right: -50px;
    width: 38%;
  }
  .cta-box__ebooks {
    max-width: none;
    object-fit: contain;
    display: none;
  }
}
@media (min-width: 1020px) {
  .cta-box {
    padding: 32px 0;
    margin-bottom: 47px;
  }
  .cta-box .wrap {
    position: relative;
  }
  .cta-box .wpforms-container {
    width: 420px;
    max-width: unset;
  }
  .cta-box .wpforms-container .wpforms-field-container {
    display: flex;
  }
  .cta-box .wpforms-container .wpforms-field-container .wpforms-field {
    margin: 0 3px;
  }
  .cta-box .wpforms-container .wpforms-field-container input.wpforms-field-large {
    border-radius: 10px;
    font-weight: bold;
    font-style: italic;
    padding: 9px 10px;
    text-align: center;
  }
  .cta-box .wpforms-container .button-orange {
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    padding: 13px 20px 30px;
  }
  .cta-box .wpforms-container .wpforms-footer-container {
    font-size: 14px;
    width: 100%;
  }
  .cta-box__inner {
    width: 425px;
    padding-top: 436px;
    padding-left: 0;
    text-align: center;
  }
  .cta-box__inner h4, .cta-box__inner .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .cta-box__inner h2.cookbook-name {
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 39px;
    line-height: 0.95;
    letter-spacing: -0.25px;
  }
  .cta-box__inner h4 strong, .cta-box__inner .entry-content .cookbook-recipe h2.cookbook-name strong, .entry-content .cookbook-recipe .cta-box__inner h2.cookbook-name strong {
    font-size: 68px;
    font-weight: 900;
  }
  .cta-box__inner h4 + p, .cta-box__inner .entry-content .cookbook-recipe h2.cookbook-name + p, .entry-content .cookbook-recipe .cta-box__inner h2.cookbook-name + p {
    font-weight: 900;
    font-size: 78%;
  }
  .cta-box__inner h4 + p strong, .cta-box__inner .entry-content .cookbook-recipe h2.cookbook-name + p strong, .entry-content .cookbook-recipe .cta-box__inner h2.cookbook-name + p strong {
    font-weight: inherit;
    color: #437bbb;
  }
  .cta-box__ebooks {
    position: absolute;
    top: 0;
    left: -41px;
    display: block;
    width: auto;
  }
  .cta-box__image {
    width: auto;
    right: -122px;
    top: -28px;
  }
  .cta-box__inner-bottom {
    width: 30%;
    position: absolute;
    right: 22%;
    top: 6%;
  }
  .cta-box__inner-bottom blockquote {
    font-size: 20px;
  }
  .cta-box__inner-bottom blockquote cite {
    font-size: 17px;
    margin-top: 20px;
  }
  .cta-box__inner-bottom blockquote cite small {
    font-size: 12.5px;
  }
}
/* Topic Center
--------------------------------------------- */
.home .site-inner .topics-wrapper {
  background: url(../images/bg-gray2tone.jpg) bottom left no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.home .site-inner .topics-wrapper .topic-list h3 {
  color: #264c77;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 20px;
}
.home .site-inner .topics-wrapper .topic-list ul {
  margin: 0 0 50px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.home .site-inner .topics-wrapper .topic-list ul li {
  list-style-type: none;
  width: 115px;
}
.home .site-inner .topics-wrapper .topic-list ul li img {
  border: 5px solid #cacaca;
  border-radius: 100%;
  padding: 3px;
}
.home .site-inner .topics-wrapper .topic-list ul li h4, .home .site-inner .topics-wrapper .topic-list ul li .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .home .site-inner .topics-wrapper .topic-list ul li h2.cookbook-name {
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
}
.home .site-inner .topics-wrapper .cta-email-signup {
  font-weight: bold;
  font-style: italic;
  font-size: 85%;
  line-height: 1.25;
}
.home .site-inner .topics-wrapper .cta-email-signup strong {
  color: #437bbb;
}
.home .site-inner .topics-wrapper .email-signup-wrapper {
  background-color: #f2f2f2;
}
.home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container {
  margin-bottom: 0;
  max-width: 80%;
  margin: auto;
}
.home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container .wpforms-field {
  padding-bottom: 0;
}
.home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container .wpforms-recaptcha-container {
  padding: 0px;
}
.home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container .wpforms-footer-container {
  display: none;
}
@media (min-width: 700px) {
  .home .site-inner .topics-wrapper .email-signup-wrapper form.wpforms-form {
    display: flex;
    justify-content: space-around;
  }
  .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container input[type=text], .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container input[type=email], .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container button {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    border-radius: 10px;
    height: 40px;
  }
  .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container input[type=email] {
    margin-left: 5px;
    margin-right: 5px;
  }
  .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container .wpforms-field-container {
    display: flex;
    justify-content: space-around;
  }
  .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container .wpforms-recaptcha-container {
    padding-bottom: 10px;
  }
}
@media (min-width: 1020px) {
  .home .site-inner .topics-wrapper p {
    font-size: 21px;
    line-height: 1.45;
    margin-bottom: 60px;
  }
  .home .site-inner .topics-wrapper .topic-list {
    margin-top: 52px;
    margin-bottom: 97px;
  }
  .home .site-inner .topics-wrapper .topic-list h3 {
    font-size: 47px;
    margin-bottom: 35px;
  }
  .home .site-inner .topics-wrapper .topic-list ul {
    justify-content: space-between;
    width: 1220px;
    margin-bottom: 97px;
  }
  .home .site-inner .topics-wrapper .topic-list ul li {
    width: auto;
  }
  .home .site-inner .topics-wrapper .topic-list ul li img {
    display: block;
    margin-bottom: 24px;
  }
  .home .site-inner .topics-wrapper .topic-list ul li h4, .home .site-inner .topics-wrapper .topic-list ul li .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .home .site-inner .topics-wrapper .topic-list ul li h2.cookbook-name {
    font-size: 23px;
  }
  .home .site-inner .topics-wrapper .cta-email-signup {
    width: 850px;
    margin: auto;
  }
  .home .site-inner .topics-wrapper .cta-email-signup p {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .home .site-inner .topics-wrapper .email-signup-wrapper .wpforms-container {
    max-width: 49%;
  }
}

/* Topics Area
--------------------------------------------- */
.home .site-inner section.type-four-features {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff url(../images/bg-gray2tone.jpg) bottom left no-repeat;
  background-size: contain;
}
.home .site-inner section.type-four-features.bg-blue {
  background: #264c77 url(../images/bg-white2tone.png) bottom right no-repeat;
  background-size: contain;
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
}
.home .site-inner section.type-four-features.bg-blue header h2 {
  color: #fff;
}
.home .site-inner section.type-four-features.bg-blue header h2 small {
  color: inherit;
  line-height: 1;
}
.home .site-inner section.type-four-features.bg-blue h3, .home .site-inner section.type-four-features.bg-blue h5 a, .home .site-inner section.type-four-features.bg-blue .comments-area ol.comment-list li .comment-author a, .comments-area ol.comment-list li .home .site-inner section.type-four-features.bg-blue .comment-author a, .home .site-inner section.type-four-features.bg-blue .youtube-gallery--listing .title a, .youtube-gallery--listing .home .site-inner section.type-four-features.bg-blue .title a, .home .site-inner section.type-four-features.bg-blue .entry-content .cookbook-recipe h3.cookbook-title a, .entry-content .cookbook-recipe .home .site-inner section.type-four-features.bg-blue h3.cookbook-title a,
.home .site-inner section.type-four-features.bg-blue .entry-content .cookbook-recipe h4.cookbook-subtitle a,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features.bg-blue h4.cookbook-subtitle a,
.home .site-inner section.type-four-features.bg-blue .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name a,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features.bg-blue h2.cookbook-subtitle.cookbook-name a {
  color: #fff;
}
.home .site-inner section.type-four-features.bg-blue .cta .button {
  background-color: #13263b;
}
.home .site-inner section.type-four-features.bg-blue .topic-jump-links {
  color: #fff;
}
.home .site-inner section.type-four-features.bg-blue .topic-jump-links a {
  color: #fff;
}
.home .site-inner section.type-four-features.bg-blue .entry.minimal img {
  border: 2px solid #fff;
}
.home .site-inner section.type-four-features header h2 {
  text-align: center;
  font-style: italic;
  font-size: 185%;
  font-weight: 900;
  margin-bottom: 0;
  color: #264c77;
}
.home .site-inner section.type-four-features header h2 small {
  display: block;
  font-weight: 300;
  font-size: 45%;
  color: #6e6e6e;
}
.home .site-inner section.type-four-features .cta {
  text-align: center;
  margin: 10px 0;
}
.home .site-inner section.type-four-features .cta .button {
  background-color: #7f7f7f;
  font-style: italic;
  font-size: 90%;
  margin: auto;
  padding: 7px 15px;
  border-radius: 10px;
  display: inline;
}
.home .site-inner section.type-four-features .cta .button svg {
  fill: #ea8c05;
  width: 4%;
  height: 4%;
  vertical-align: middle;
  margin-right: 5px;
}
.home .site-inner section.type-four-features .topic-jump-links {
  text-align: center;
  margin: 10px 0 40px;
  font-style: italic;
  font-size: 70%;
  color: #7f7f7f;
}
.home .site-inner section.type-four-features .topic-jump-links a {
  font-weight: bold;
  color: inherit;
}
.home .site-inner section.type-four-features .topic-jump-links a:not(:last-child):after {
  content: "|";
  padding-left: 8px;
  padding-right: 8px;
  color: inherit;
  font-weight: normal;
}
.home .site-inner section.type-four-features h3 {
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 120%;
  margin-top: 50px;
  margin-bottom: 25px;
}
.home .site-inner section.type-four-features h3 strong {
  font-weight: 900;
}
.home .site-inner section.type-four-features h5, .home .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .home .site-inner section.type-four-features .comment-author, .home .site-inner section.type-four-features .youtube-gallery--listing .title, .youtube-gallery--listing .home .site-inner section.type-four-features .title, .home .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .home .site-inner section.type-four-features h3.cookbook-title,
.home .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features h4.cookbook-subtitle,
.home .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name {
  font-size: 100%;
  margin-right: 20px;
}
.home .site-inner section.type-four-features h5 a, .home .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author a, .comments-area ol.comment-list li .home .site-inner section.type-four-features .comment-author a, .home .site-inner section.type-four-features .youtube-gallery--listing .title a, .youtube-gallery--listing .home .site-inner section.type-four-features .title a, .home .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title a, .entry-content .cookbook-recipe .home .site-inner section.type-four-features h3.cookbook-title a,
.home .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle a,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features h4.cookbook-subtitle a,
.home .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name a,
.entry-content .cookbook-recipe .home .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name a {
  font-weight: normal;
  font-style: italic;
}
.home .site-inner section.type-four-features .entry.minimal {
  margin-bottom: 10px;
}
.home .site-inner section.type-four-features .entry.minimal img {
  border: 2px solid #8a8a8a;
  border-radius: 5px;
}
@media (min-width: 700px) {
  .home .site-inner section.type-four-features {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .home .site-inner section.type-four-features header h2 {
    font-size: 225%;
  }
  .home .site-inner section.type-four-features h5, .home .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .home .site-inner section.type-four-features .comment-author, .home .site-inner section.type-four-features .youtube-gallery--listing .title, .youtube-gallery--listing .home .site-inner section.type-four-features .title, .home .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .home .site-inner section.type-four-features h3.cookbook-title,
  .home .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe .home .site-inner section.type-four-features h4.cookbook-subtitle,
  .home .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
  .entry-content .cookbook-recipe .home .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name {
    font-size: 90%;
  }
  .home .site-inner section.type-four-features .cta .button {
    padding: 7px 25px;
    font-size: 80%;
  }
  .home .site-inner section.type-four-features .cta .button svg {
    width: 2.5%;
    height: 2.5%;
  }
  .home .site-inner section.type-four-features .listing-4 {
    display: grid;
    grid-template-columns: 50% 1fr;
  }
}
@media (min-width: 1020px) {
  .home .site-inner section.type-four-features {
    padding-top: 100px;
    padding-bottom: 75px;
  }
  .home .site-inner section.type-four-features .wrap {
    max-width: 1400px;
  }
  .home .site-inner section.type-four-features h3 {
    margin-top: 65px;
    font-size: 125%;
  }
  .home .site-inner section.type-four-features header h2 {
    font-size: 64px;
  }
  .home .site-inner section.type-four-features header h2 small {
    font-size: 24px;
  }
  .home .site-inner section.type-four-features .cta {
    margin-bottom: 20px;
    margin-top: 17px;
  }
  .home .site-inner section.type-four-features .cta .button {
    font-size: 114%;
    padding: 14px 25px;
  }
  .home .site-inner section.type-four-features .cta .button svg {
    width: 2%;
    height: 2%;
  }
  .home .site-inner section.type-four-features .topic-jump-links {
    margin-bottom: 75px;
    font-size: 75%;
  }
  .home .site-inner section.type-four-features .listing-4 {
    grid-template-columns: repeat(4, 23%);
  }
  .home .site-inner section.type-four-features .entry.minimal {
    display: block;
    text-align: center;
  }
  .home .site-inner section.type-four-features .entry.minimal img {
    display: block;
    margin-bottom: 10px;
    border-width: 5px !important;
  }
}

/* Trust Indicators
--------------------------------------------- */
.home .site-inner .trustindicators-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.home .site-inner .trustindicators-wrapper h4, .home .site-inner .trustindicators-wrapper .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .home .site-inner .trustindicators-wrapper h2.cookbook-name {
  font-size: 22px;
}
.home .site-inner .trustindicators-wrapper ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.home .site-inner .trustindicators-wrapper ul li {
  list-style: none;
  text-align: center;
  padding: 10px;
}
.home .site-inner .trustindicators-wrapper ul li svg, .home .site-inner .trustindicators-wrapper ul li svg g {
  fill: #0082ce;
  width: 100px;
  height: auto;
  display: block;
  margin: auto auto 23px;
}
@media (min-width: 768px) {
  .home .site-inner .trustindicators-wrapper ul {
    flex-direction: row;
  }
}
@media (min-width: 1168px) {
  .home .site-inner .trustindicators-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home .site-inner .trustindicators-wrapper h4, .home .site-inner .trustindicators-wrapper .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .home .site-inner .trustindicators-wrapper h2.cookbook-name {
    font-size: 26px;
  }
  .home .site-inner .trustindicators-wrapper ul li {
    padding: 0 40px;
  }
  .home .site-inner .trustindicators-wrapper ul li svg {
    height: 100px;
  }
}

/* Email Signup Section
--------------------------------------------- */
.email-signup-section-wrapper {
  background: url(../images/bg-emailsignup.jpg) center top no-repeat;
  padding-top: 50px;
  padding-bottom: 110%;
  text-align: center;
}
.email-signup-section-wrapper header {
  color: #fff;
  line-height: 1;
  font-size: 200%;
  font-weight: 100;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
.email-signup-section-wrapper header strong {
  font-weight: bold;
  font-size: 150%;
}
.email-signup-section-wrapper .signup {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.email-signup-section-wrapper p {
  color: #fff;
  margin: 15px auto;
  line-height: 1.25;
}
.email-signup-section-wrapper .wpforms-container .wpforms-recaptcha-container, .email-signup-section-wrapper .wpforms-container .wpforms-footer-container {
  display: none;
}
.email-signup-section-wrapper .wpforms-container .button {
  background-color: #437bbb;
}
@media (min-width: 768px) {
  .email-signup-section-wrapper {
    padding-bottom: 64%;
  }
  .email-signup-section-wrapper .signup {
    max-width: 78%;
    margin: auto;
  }
}
@media (min-width: 1168px) {
  .email-signup-section-wrapper {
    background-size: unset;
    padding-top: 45px;
    padding-bottom: 27%;
  }
  .email-signup-section-wrapper header {
    letter-spacing: 5.25px;
    font-size: 48px;
    line-height: 0.85;
  }
  .email-signup-section-wrapper header strong {
    display: block;
    font-size: 163px;
    font-weight: 900;
  }
  .email-signup-section-wrapper .signup {
    max-width: 49%;
    border-bottom: 0;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-field-container {
    display: flex;
    justify-content: space-around;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-footer-container {
    display: block;
  }
  .email-signup-section-wrapper .signup .wpforms-container {
    max-width: unset;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-field-container {
    display: flex;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-field-container .wpforms-field {
    margin: 0 3px;
    flex-grow: 1;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-field-container input.wpforms-field-large {
    border-radius: 10px;
    font-weight: bold;
    font-style: italic;
    padding: 9px 10px;
    text-align: center;
  }
  .email-signup-section-wrapper .signup .wpforms-container .button-orange {
    width: 100%;
    font-size: 32px;
    font-weight: 800;
    padding: 13px 20px 30px;
  }
  .email-signup-section-wrapper .signup .wpforms-container .wpforms-footer-container {
    font-size: 14px;
    width: 100%;
    padding-top: 0;
    color: #fff;
    position: absolute;
    bottom: 10px;
    line-height: 1.15;
    text-align: center;
    font-size: 65%;
  }
}

/* Home Section
--------------------------------------------- */
.home .site-inner section {
  padding: 16px 0;
}
@media (min-width: 768px) {
  .home .site-inner section {
    padding: 32px 0;
  }
}
@media (min-width: 1020px) {
  .home .site-inner section {
    padding: 40px 0;
  }
}
@media (min-width: 1168px) {
  .home .site-inner section {
    padding: 56px 0;
  }
}
.home .site-inner section.bg-grey {
  background: #F5F5F5;
}
.home .site-inner section > .wrap > header a {
  color: #287BDA;
  font-family: "Mulish", serif;
  font-size: 18px;
  float: right;
  margin-top: 30px;
}
.home .site-inner section > .wrap > header a:hover {
  text-decoration: underline;
}
.home .site-inner section.type-content .wrap p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home .site-inner section a.more {
    display: none;
  }
}

/* Search Results
--------------------------------------------- */
.search .site-inner header.archive-intro h1, .search .site-inner header.archive-intro h5, .search .site-inner header.archive-intro .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .search .site-inner header.archive-intro .comment-author, .search .site-inner header.archive-intro .youtube-gallery--listing .title, .youtube-gallery--listing .search .site-inner header.archive-intro .title, .search .site-inner header.archive-intro .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .search .site-inner header.archive-intro h3.cookbook-title,
.search .site-inner header.archive-intro .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .search .site-inner header.archive-intro h4.cookbook-subtitle,
.search .site-inner header.archive-intro .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .search .site-inner header.archive-intro h2.cookbook-subtitle.cookbook-name {
  color: #264c77;
  font-style: italic;
  line-height: 1;
}
.search .site-inner header.archive-intro h1 {
  font-weight: 800;
}
.search .site-inner header.archive-intro h5, .search .site-inner header.archive-intro .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .search .site-inner header.archive-intro .comment-author, .search .site-inner header.archive-intro .youtube-gallery--listing .title, .youtube-gallery--listing .search .site-inner header.archive-intro .title, .search .site-inner header.archive-intro .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .search .site-inner header.archive-intro h3.cookbook-title,
.search .site-inner header.archive-intro .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .search .site-inner header.archive-intro h4.cookbook-subtitle,
.search .site-inner header.archive-intro .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .search .site-inner header.archive-intro h2.cookbook-subtitle.cookbook-name {
  font-weight: 400;
}
.search .site-inner header.archive-intro .jump-to {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.search .site-inner header.archive-intro .jump-to a.button {
  font-size: 90%;
  padding: 8px 16px;
  background-color: #264c77;
  font-style: italic;
}
.search .site-inner header.archive-intro .jump-to a.button span {
  display: none;
}
.search .site-inner header.archive-intro .jump-to a.button svg {
  fill: #ff9600;
  color: #ff9600;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
}
.search .site-inner section.type-four-features {
  padding-top: 40px;
}
.search .site-inner section.type-four-features header {
  padding-bottom: 25px;
}
.search .site-inner section.type-four-features header h2 {
  text-align: center;
  font-style: italic;
  font-size: 185%;
  font-weight: 900;
  margin-bottom: 0;
  color: #264c77;
}
.search .site-inner section.type-four-features header h2 small {
  display: block;
  font-weight: 300;
  font-size: 45%;
  color: #6e6e6e;
}
.search .site-inner section.type-four-features .cta {
  text-align: center;
  margin: 10px 0;
}
.search .site-inner section.type-four-features .cta .button {
  background-color: #7f7f7f;
  font-style: italic;
  font-size: 90%;
  margin: auto;
  padding: 7px 15px;
  border-radius: 10px;
  display: inline;
}
.search .site-inner section.type-four-features .cta .button svg {
  fill: #ea8c05;
  width: 4%;
  height: 4%;
  vertical-align: middle;
  margin-right: 5px;
}
.search .site-inner section.type-four-features h3 {
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 120%;
  margin-top: 50px;
  margin-bottom: 25px;
}
.search .site-inner section.type-four-features h3 strong {
  font-weight: 900;
}
.search .site-inner section.type-four-features h5, .search .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .search .site-inner section.type-four-features .comment-author, .search .site-inner section.type-four-features .youtube-gallery--listing .title, .youtube-gallery--listing .search .site-inner section.type-four-features .title, .search .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .search .site-inner section.type-four-features h3.cookbook-title,
.search .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .search .site-inner section.type-four-features h4.cookbook-subtitle,
.search .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .search .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name {
  font-size: 100%;
  margin-right: 20px;
}
.search .site-inner section.type-four-features h5 a, .search .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author a, .comments-area ol.comment-list li .search .site-inner section.type-four-features .comment-author a, .search .site-inner section.type-four-features .youtube-gallery--listing .title a, .youtube-gallery--listing .search .site-inner section.type-four-features .title a, .search .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title a, .entry-content .cookbook-recipe .search .site-inner section.type-four-features h3.cookbook-title a,
.search .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle a,
.entry-content .cookbook-recipe .search .site-inner section.type-four-features h4.cookbook-subtitle a,
.search .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name a,
.entry-content .cookbook-recipe .search .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name a {
  font-weight: 600;
  font-style: italic;
  color: #727272;
}
.search .site-inner section.type-four-features .searchwp-revised-search-notice {
  display: none;
}
.search .site-inner section.type-four-features .entry.minimal {
  margin-bottom: 10px;
}
.search .site-inner section.type-four-features .entry.minimal img {
  border: 2px solid #8a8a8a;
  border-radius: 5px;
}
.search .site-inner section.type-four-features .alm-btn-wrap {
  text-align: center;
}

@media (min-width: 700px) {
  .search .site-inner header.archive-intro {
    margin-bottom: 0;
  }
  .search .site-inner header.archive-intro .jump-to {
    justify-content: center;
  }
  .search .site-inner header.archive-intro .jump-to a.button {
    margin: 0 8px;
  }
  .search .site-inner header.archive-intro .jump-to a.button span {
    display: inline;
  }
  .search .site-inner header.archive-intro .search-form {
    max-width: 80%;
  }
  .search .site-inner section.type-four-features header h2 {
    font-size: 225%;
  }
  .search .site-inner section.type-four-features h5, .search .site-inner section.type-four-features .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .search .site-inner section.type-four-features .comment-author, .search .site-inner section.type-four-features .youtube-gallery--listing .title, .youtube-gallery--listing .search .site-inner section.type-four-features .title, .search .site-inner section.type-four-features .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .search .site-inner section.type-four-features h3.cookbook-title,
  .search .site-inner section.type-four-features .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe .search .site-inner section.type-four-features h4.cookbook-subtitle,
  .search .site-inner section.type-four-features .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
  .entry-content .cookbook-recipe .search .site-inner section.type-four-features h2.cookbook-subtitle.cookbook-name {
    font-size: 90%;
  }
  .search .site-inner section.type-four-features .listing-4 {
    display: grid;
    grid-template-columns: 50% 1fr;
  }
  .search .site-inner section.type-four-features .entry.minimal img {
    display: block;
    margin-bottom: 10px;
    border-width: 5px !important;
  }
}
@media (min-width: 1020px) {
  .search .site-inner .wrap {
    max-width: 1400px;
  }
  .search .site-inner header.archive-intro {
    margin-top: 35px;
  }
  .search .site-inner header.archive-intro h1 {
    font-size: 66px;
  }
  .search .site-inner header.archive-intro .jump-to {
    margin-top: 30px;
  }
  .search .site-inner header.archive-intro .jump-to a.button {
    margin: 0 10px;
    padding: 10px 21px;
    font-size: 23px;
  }
  .search .site-inner header.archive-intro .jump-to a.button svg {
    height: 35px;
  }
  .search .site-inner header.archive-intro .searchwp-form {
    max-width: 820px;
    margin: auto;
    margin-top: 20px;
  }
  .search .site-inner section.type-four-features {
    padding-top: 75px;
  }
  .search .site-inner section.type-four-features header {
    padding-bottom: 40px;
  }
  .search .site-inner section.type-four-features header h2 {
    font-size: 48px;
  }
  .search .site-inner section.type-four-features header h2 small {
    font-size: 24px;
  }
  .search .site-inner section.type-four-features .listing-4 {
    grid-template-columns: repeat(4, 23%);
  }
  .search .site-inner section.type-four-features .entry.minimal {
    display: block;
    text-align: center;
  }
  .search .site-inner section.type-four-features .entry.minimal img {
    display: block;
    margin-bottom: 10px;
    border-width: 5px !important;
  }
}
/* Entry Navigation
--------------------------------------------- */
.posts-navigation {
  border: 1px solid #E8E8E8;
  border-width: 1px 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  overflow: hidden;
  margin-top: 40px;
  padding: 25px 0 0;
  text-align: center;
  width: 100%;
}
.posts-navigation .page-numbers {
  border-radius: 3px;
  color: #515151;
  display: inline-block;
  font-family: "Mulish", "Open Sans", sans-serif;
  padding: 0 12px;
  text-decoration: none;
}
.posts-navigation .page-numbers:hover, .posts-navigation .page-numbers.current {
  background: #287BDA;
  color: #fff;
}
.posts-navigation .page-numbers.dots:hover {
  background: transparent;
  color: #515151;
}
.archive-intro .posts-navigation {
  border-width: 0 0 1px;
  padding: 0 0 25px;
}

/* Site Socials
--------------------------------------------- */
p.socials {
  display: flex;
}
p.socials a {
  flex-basis: 100%;
}
p.socials a svg {
  fill: #fff;
}
p.socials a:hover {
  text-decoration: none;
}
p.socials a:hover svg {
  fill: #5188C7;
}

/* Comments
--------------------------------------------- */
.comments-area ol.comment-list {
  margin: 0;
}
.comments-area ol.comment-list li {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  list-style-type: none;
  padding: 20px;
  margin-bottom: 24px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.comments-area ol.comment-list li .comment-meta {
  margin-bottom: 16px;
}
.comments-area ol.comment-list li .comment-author {
  margin: 0 0 4px;
}
.comments-area ol.comment-list li .comment-author .says {
  display: none;
}
.comments-area ol.comment-list li .comment-metadata a {
  color: #A0A0A0;
  font-weight: 400;
}
.comments-area ol.comment-list ol.children {
  margin: 0;
  padding-top: 16px;
}
.comments-area ol.comment-list ol.children li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-respond label {
  display: block;
  color: #333333;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 12px;
}
.comments-area .comment-respond label[for=subscribe] {
  display: inline-block;
}
@media (min-width: 769px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email,
  .comments-area .comment-respond .comment-form-url {
    float: left;
    width: calc(50% - 16px);
  }
  .comments-area .comment-respond .comment-form-author {
    margin-right: 32px;
  }
  .comments-area .comment-respond .form-submit {
    overflow: hidden;
    width: 100%;
  }
}

/* Post Listing
---------------------------------------------------------------------------------------------------- */
/* Helpers
--------------------------------------------- */
@media (max-width: 767px) and (min-width: 400px) {
  .features-teasers .features .entry .entry-author, .listing-3 .entry .entry-author, .listing-4 .entry .entry-author, .section-2 .entry .entry-author, .listing-2 .entry .entry-author {
    float: none;
  }
  .features-teasers .features .entry .entry-comments, .listing-3 .entry .entry-comments, .listing-4 .entry .entry-comments, .section-2 .entry .entry-comments, .listing-2 .entry .entry-comments {
    margin-left: 0;
  }
}

@media (min-width: 400px) {
  .section-2 .entry, .listing-2 .entry {
    position: relative;
    padding-left: 160px;
    min-height: 138px;
  }
  .section-2 .entry .entry-image, .listing-2 .entry .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 138px;
  }
  .section-2 .entry .entry-content, .listing-2 .entry .entry-content {
    display: none;
  }
}
@media (min-width: 1168px) {
  .section-2 .entry, .listing-2 .entry {
    padding-left: 202px;
    min-height: 180px;
  }
  .section-2 .entry .entry-image, .listing-2 .entry .entry-image {
    width: 180px;
    height: 180px;
  }
}
@supports (display: grid) {
  @media (min-width: 400px) {
    .section-2 .entry, .listing-2 .entry {
      display: grid;
      grid-template-columns: 138px 1fr;
      grid-column-gap: 22px;
      align-items: center;
      padding-left: 0;
    }
    .section-2 .entry .entry-image, .listing-2 .entry .entry-image {
      display: grid;
      align-items: center;
      grid-template-columns: 1;
      grid-template-rows: 1;
      position: relative;
    }
    .section-2 .entry .entry-image img, .listing-2 .entry .entry-image img {
      grid-column: 1/-1;
      grid-row: 1/-1;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  @media (min-width: 1168px) {
    .section-2 .entry, .listing-2 .entry {
      grid-template-columns: 180px 1fr;
    }
  }
}

@media (min-width: 400px) and (max-width: 1019px) {
  .features-teasers .features .entry, .listing-3 .entry, .listing-4 .entry {
    position: relative;
    padding-left: 160px;
    min-height: 138px;
  }
  .features-teasers .features .entry .entry-image, .listing-3 .entry .entry-image, .listing-4 .entry .entry-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 138px;
  }
  .features-teasers .features .entry .entry-content, .listing-3 .entry .entry-content, .listing-4 .entry .entry-content {
    display: none;
  }
  @supports (display: grid) {
    .features-teasers .features .entry, .listing-3 .entry, .listing-4 .entry {
      display: grid;
      grid-template-columns: 138px 1fr;
      grid-column-gap: 22px;
      align-items: center;
      padding-left: 0;
    }
    .features-teasers .features .entry .entry-image, .listing-3 .entry .entry-image, .listing-4 .entry .entry-image {
      display: grid;
      align-items: center;
      grid-template-columns: 1;
      grid-template-rows: 1;
      position: relative;
    }
    .features-teasers .features .entry .entry-image img, .listing-3 .entry .entry-image img, .listing-4 .entry .entry-image img {
      grid-column: 1/-1;
      grid-row: 1/-1;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* Minimal Style
--------------------------------------------- */
.entry.minimal {
  padding-left: 113px;
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
}
.entry.minimal:last-child {
  margin-bottom: 0;
}
.entry.minimal h5, .entry.minimal .youtube-gallery--listing .title, .youtube-gallery--listing .entry.minimal .title, .entry.minimal .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .entry.minimal h3.cookbook-title,
.entry.minimal .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .entry.minimal h4.cookbook-subtitle,
.entry.minimal .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .entry.minimal h2.cookbook-subtitle.cookbook-name, .entry.minimal .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .entry.minimal .comment-author {
  margin: 0;
}
.entry.minimal .entry-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
@supports (display: grid) {
  .entry.minimal {
    padding-left: 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 13px;
    align-items: center;
  }
  .entry.minimal .entry-image {
    position: relative;
  }
}

/* 4 columns on medium/large
--------------------------------------------- */
@media (min-width: 1020px) {
  .listing-4 {
    overflow: hidden;
    width: 100%;
  }
  .listing-4 > .entry {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  @supports (display: grid) {
    .listing-4 {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 32px;
    }
    .listing-4 > .entry {
      float: none;
      margin-left: 0;
      width: 100%;
    }
  }
}

/* 3 columns on medium/large
--------------------------------------------- */
@media (min-width: 1020px) {
  .listing-3 {
    overflow: hidden;
    width: 100%;
  }
  .listing-3 > .entry {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .listing-3 > .entry:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
  .listing-3 > .entry:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .listing-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 32px;
    }
    .listing-3 > .entry {
      float: none;
      margin-left: 0;
      width: 100%;
    }
  }
}

/* 2 columns on medium/large
--------------------------------------------- */
@media (min-width: 1020px) {
  .listing-2 {
    overflow: hidden;
    width: 100%;
  }
  .listing-2 > .entry {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .listing-2 > .entry:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .listing-2 > .entry:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  @supports (display: grid) {
    .listing-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
    }
    .listing-2 > .entry {
      float: none;
      margin-left: 0;
      width: 100%;
    }
  }
}

@media (min-width: 1020px) {
  .section-2 {
    overflow: hidden;
    width: 100%;
  }
  .section-2 > .col {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .section-2 > .col:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .section-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
    }
    .section-2 > .col {
      float: none;
      margin-left: 0;
      width: 100%;
    }
  }
}

/* Features/Teasers
--------------------------------------------- */
@media (max-width: 1019px) and (min-width: 768px) {
  .features-teasers .teasers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
}
@media (min-width: 1020px) {
  .features-teasers {
    overflow: hidden;
    width: 100%;
  }
  .features-teasers .features {
    float: left;
    width: 65.7534246575%;
  }
  .features-teasers .features .entry {
    float: left;
    margin-left: 4.1666666667%;
    width: 47.9166666667%;
  }
  .features-teasers .features .entry:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .features-teasers .features .entry:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .features-teasers .teasers {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  @supports (display: grid) {
    .features-teasers {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-column-gap: 32px;
    }
    .features-teasers .features,
    .features-teasers .features .entry,
    .features-teasers .teasers {
      float: none;
      margin-left: 0;
      width: 100%;
    }
    .features-teasers .features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
    }
  }
}

/* Tag Listing
--------------------------------------------- */
.tag-listing {
  background: #F5F5F5;
  padding: 32px 0;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 32px;
}
@media (min-width: 1020px) {
  .tag-listing {
    padding: 80px 0;
    margin-bottom: 64px;
  }
}
.tag-listing h5, .tag-listing .youtube-gallery--listing .title, .youtube-gallery--listing .tag-listing .title, .tag-listing .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .tag-listing h3.cookbook-title,
.tag-listing .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .tag-listing h4.cookbook-subtitle,
.tag-listing .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .tag-listing h2.cookbook-subtitle.cookbook-name, .tag-listing .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .tag-listing .comment-author {
  margin-bottom: 22px;
}
.tag-listing p {
  margin-bottom: 0;
}

/* Mobile styling for all
--------------------------------------------- */
.listing-3 .entry-content p:last-child,
.listing-2 .entry-content p:last-child,
.section-2 .entry-content p:last-child,
.features-teasers .entry-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 399px) {
  .listing-3 .entry-title,
  .listing-2 .entry-title,
  .section-2 .entry-title,
  .features-teasers .entry-title {
    text-align: center;
  }
  .listing-3 .entry-image,
  .listing-2 .entry-image,
  .section-2 .entry-image,
  .features-teasers .entry-image {
    display: block;
    text-align: center;
  }
  .listing-3 .minimal .entry-title,
  .listing-2 .minimal .entry-title,
  .section-2 .minimal .entry-title,
  .features-teasers .minimal .entry-title {
    text-align: left;
  }
  .listing-3 .entry-content a,
  .listing-2 .entry-content a,
  .section-2 .entry-content a,
  .features-teasers .entry-content a {
    display: block;
    text-align: center;
  }
}

/* Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar-primary .widget {
  border: 1px solid #C0C0C0;
  font-size: 16px;
  padding: 22px;
  margin-bottom: 30px;
}
.sidebar-primary .widget.bg-blue {
  background: rgba(81, 136, 199, 0.1);
}
.sidebar-primary .widget.no-padding {
  border: none;
  padding: 0;
}
.sidebar-primary .widget.optin {
  background: #F3F8FF url(../images/optin-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  border: none;
  font-size: 18px;
  padding-bottom: 230px;
}
.sidebar-primary .widget h4, .sidebar-primary .widget .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .sidebar-primary .widget h2.cookbook-name {
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar-primary .widget p {
  margin-bottom: 16px;
}
.sidebar-primary .widget p:last-child {
  margin-bottom: 0;
}
.sidebar-primary .widget ul.check {
  margin-bottom: 15px;
}
.sidebar-primary .widget img.alignleft,
.sidebar-primary .widget img.alignright {
  margin: 0;
}
.sidebar-primary .widget .wpforms-submit-container {
  text-align: center;
}
.sidebar-primary .widget.widget_cta .cta-wrap {
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  border: none;
  font-size: 18px;
  padding: 22px 35px 22px 32px;
  text-align: center;
}
.sidebar-primary .widget.widget_cta .cta-wrap p {
  margin-bottom: 0;
}
.sidebar-primary .widget.widget_cta .cta-wrap h5, .sidebar-primary .widget.widget_cta .cta-wrap .youtube-gallery--listing .title, .youtube-gallery--listing .sidebar-primary .widget.widget_cta .cta-wrap .title, .sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h3.cookbook-title,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h4.cookbook-subtitle,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h2.cookbook-subtitle.cookbook-name, .sidebar-primary .widget.widget_cta .cta-wrap .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .sidebar-primary .widget.widget_cta .cta-wrap .comment-author {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #264c77;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  line-height: 29px;
  margin-bottom: 6px;
}
.sidebar-primary .widget.widget_cta .cta-wrap h5 strong, .sidebar-primary .widget.widget_cta .cta-wrap .youtube-gallery--listing .title strong, .youtube-gallery--listing .sidebar-primary .widget.widget_cta .cta-wrap .title strong, .sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h3.cookbook-title strong, .entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h3.cookbook-title strong,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h4.cookbook-subtitle strong,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h4.cookbook-subtitle strong,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name strong,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h2.cookbook-subtitle.cookbook-name strong, .sidebar-primary .widget.widget_cta .cta-wrap .comments-area ol.comment-list li .comment-author strong, .comments-area ol.comment-list li .sidebar-primary .widget.widget_cta .cta-wrap .comment-author strong {
  font-size: 68px;
  font-weight: 900;
  font-size: 43px;
  letter-spacing: -0.75px;
  display: block;
}
.sidebar-primary .widget.widget_cta .cta-wrap h5 + p, .sidebar-primary .widget.widget_cta .cta-wrap .youtube-gallery--listing .title + p, .youtube-gallery--listing .sidebar-primary .widget.widget_cta .cta-wrap .title + p, .sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h3.cookbook-title + p, .entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h3.cookbook-title + p,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h4.cookbook-subtitle + p,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h4.cookbook-subtitle + p,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name + p,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h2.cookbook-subtitle.cookbook-name + p, .sidebar-primary .widget.widget_cta .cta-wrap .comments-area ol.comment-list li .comment-author + p, .comments-area ol.comment-list li .sidebar-primary .widget.widget_cta .cta-wrap .comment-author + p {
  font-weight: 900;
  font-size: 78%;
  font-style: italic;
  line-height: 129%;
  color: #797979;
}
.sidebar-primary .widget.widget_cta .cta-wrap h5 + p strong, .sidebar-primary .widget.widget_cta .cta-wrap .youtube-gallery--listing .title + p strong, .youtube-gallery--listing .sidebar-primary .widget.widget_cta .cta-wrap .title + p strong, .sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h3.cookbook-title + p strong, .entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h3.cookbook-title + p strong,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h4.cookbook-subtitle + p strong,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h4.cookbook-subtitle + p strong,
.sidebar-primary .widget.widget_cta .cta-wrap .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name + p strong,
.entry-content .cookbook-recipe .sidebar-primary .widget.widget_cta .cta-wrap h2.cookbook-subtitle.cookbook-name + p strong, .sidebar-primary .widget.widget_cta .cta-wrap .comments-area ol.comment-list li .comment-author + p strong, .comments-area ol.comment-list li .sidebar-primary .widget.widget_cta .cta-wrap .comment-author + p strong {
  font-weight: inherit;
  color: #437bbb;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container {
  margin-top: 10px;
  margin-bottom: 0;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container .wpforms-field {
  padding: 5px 0;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container .wpforms-is-recaptcha-type-invisible {
  display: none;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container .wpforms-submit-container {
  padding-top: 5px;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container .wpforms-submit-container button {
  font-size: 20px;
  font-style: italic;
  width: 100%;
  padding: 16px;
}
.sidebar-primary .widget.widget_cta .cta-wrap .wpforms-container .wpforms-footer-container {
  font-size: 10px;
  padding-top: 5px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #29323c;
  color: #fff;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #fff;
}
.site-footer h4, .site-footer .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer h2.cookbook-name {
  font-style: italic;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #437bbb;
  font-weight: 800;
  padding-bottom: 3px;
  display: inline-block;
}
.site-footer .footer-widgets > div {
  margin-bottom: 38px;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer .footer-widgets-2, .site-footer .footer-widgets-3 {
  background-color: #212830;
  border-radius: 10px;
  padding: 38px 10px 20px;
  margin: auto;
}
.site-footer .footer-widgets-2 h4, .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h2.cookbook-name, .site-footer .footer-widgets-3 h4, .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h2.cookbook-name {
  border-bottom: 0;
  color: #fff;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 100%;
  line-height: 1;
}
.site-footer .footer-widgets-2 h4 strong, .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h2.cookbook-name strong, .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h2.cookbook-name strong, .site-footer .footer-widgets-3 h4 strong, .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h2.cookbook-name strong, .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h2.cookbook-name strong {
  font-weight: 900;
  font-style: italic;
  display: block;
  font-size: 200%;
}
.site-footer .footer-widgets-2 h5, .site-footer .footer-widgets-2 .youtube-gallery--listing .title, .youtube-gallery--listing .site-footer .footer-widgets-2 .title, .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h3.cookbook-title,
.site-footer .footer-widgets-2 .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .site-footer .footer-widgets-2 h4.cookbook-subtitle,
.site-footer .footer-widgets-2 .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .site-footer .footer-widgets-2 h2.cookbook-subtitle.cookbook-name, .site-footer .footer-widgets-2 .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .site-footer .footer-widgets-2 .comment-author, .site-footer .footer-widgets-3 h5, .site-footer .footer-widgets-3 .youtube-gallery--listing .title, .youtube-gallery--listing .site-footer .footer-widgets-3 .title, .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h3.cookbook-title,
.site-footer .footer-widgets-3 .entry-content .cookbook-recipe h4.cookbook-subtitle,
.entry-content .cookbook-recipe .site-footer .footer-widgets-3 h4.cookbook-subtitle,
.site-footer .footer-widgets-3 .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
.entry-content .cookbook-recipe .site-footer .footer-widgets-3 h2.cookbook-subtitle.cookbook-name, .site-footer .footer-widgets-3 .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .site-footer .footer-widgets-3 .comment-author {
  color: #437bbb;
  font-style: italic;
  text-decoration: underline;
}
.site-footer .footer-widgets-2 .podcast-locations, .site-footer .footer-widgets-3 .podcast-locations {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.site-footer .footer-widgets-2 .podcast-locations img, .site-footer .footer-widgets-3 .podcast-locations img {
  max-width: 95%;
}
.site-footer .footer-widgets-2 .author, .site-footer .footer-widgets-3 .author {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 85%;
  text-align: left;
  margin-top: 10px;
}
.site-footer .footer-widgets-2 .author img, .site-footer .footer-widgets-3 .author img {
  margin-right: 15px;
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-logo {
  background: url(../icons/logo-white.svg) no-repeat top left;
  background-size: contain;
  display: block;
  margin: 0 auto 16px;
  width: 300px;
  height: 55px;
  text-indent: -999em;
}
.site-footer .search-form,
.site-footer .socials {
  max-width: 367px;
  margin: 0 auto 40px;
}
.site-footer .socials {
  justify-content: center;
}
.site-footer .socials a {
  flex-basis: unset;
  padding: 0 5px;
}
.site-footer .socials a svg {
  width: 20px;
}
.site-footer p.small {
  font-style: italic;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 12px;
}
.site-footer ul {
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
.site-footer ul li a {
  color: #fff;
  font-weight: 400;
}
.site-footer ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-widgets > div h5, .footer-widgets > div .youtube-gallery--listing .title, .youtube-gallery--listing .footer-widgets > div .title, .footer-widgets > div .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .footer-widgets > div h3.cookbook-title,
  .footer-widgets > div .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe .footer-widgets > div h4.cookbook-subtitle,
  .footer-widgets > div .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
  .entry-content .cookbook-recipe .footer-widgets > div h2.cookbook-subtitle.cookbook-name, .footer-widgets > div .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .footer-widgets > div .comment-author {
    font-size: 100%;
  }
}
@media (min-width: 1020px) {
  .site-footer .wrap {
    max-width: 1320px;
  }
  .site-footer .footer-logo {
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 54px;
  }
  .site-footer .socials {
    justify-content: flex-start;
    margin-bottom: 18px;
  }
  .site-footer .footer-widgets > div {
    float: left;
  }
  .site-footer .footer-widgets {
    align-items: stretch;
  }
  .site-footer .footer-widgets h4, .site-footer .footer-widgets .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets h2.cookbook-name {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .site-footer .footer-widgets-1 {
    text-align: left;
  }
  .site-footer .footer-widgets-1 h4, .site-footer .footer-widgets-1 .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets-1 h2.cookbook-name {
    max-width: 280px;
  }
  .site-footer .footer-widgets-1 ul.menu {
    margin-top: 4px;
  }
  .site-footer .footer-widgets-1 ul.menu li {
    line-height: 1;
  }
  .site-footer .footer-widgets-1 ul.menu li a {
    font-weight: bold;
    font-size: 14px;
  }
  .site-footer .footer-widgets-2, .site-footer .footer-widgets-3 {
    min-height: 487px;
  }
  .site-footer .footer-widgets-2 h4, .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h2.cookbook-name, .site-footer .footer-widgets-3 h4, .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h2.cookbook-name, .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h2.cookbook-name {
    font-size: 17px;
  }
  .site-footer .footer-widgets-2 h5, .site-footer .footer-widgets-2 .youtube-gallery--listing .title, .youtube-gallery--listing .site-footer .footer-widgets-2 .title, .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h3.cookbook-title,
  .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h4.cookbook-subtitle,
  .site-footer .footer-widgets-2 .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
  .entry-content .cookbook-recipe .site-footer .footer-widgets-2 h2.cookbook-subtitle.cookbook-name, .site-footer .footer-widgets-2 .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .site-footer .footer-widgets-2 .comment-author, .site-footer .footer-widgets-3 h5, .site-footer .footer-widgets-3 .youtube-gallery--listing .title, .youtube-gallery--listing .site-footer .footer-widgets-3 .title, .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h3.cookbook-title, .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h3.cookbook-title,
  .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h4.cookbook-subtitle,
  .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h4.cookbook-subtitle,
  .site-footer .footer-widgets-3 .entry-content .cookbook-recipe h2.cookbook-subtitle.cookbook-name,
  .entry-content .cookbook-recipe .site-footer .footer-widgets-3 h2.cookbook-subtitle.cookbook-name, .site-footer .footer-widgets-3 .comments-area ol.comment-list li .comment-author, .comments-area ol.comment-list li .site-footer .footer-widgets-3 .comment-author {
    margin-bottom: 28px;
  }
  .site-footer .footer-widgets-2 .podcast-locations {
    height: 70px;
    align-items: center;
  }
  .site-footer .footer-widgets-3 .author {
    font-size: 12px;
  }
  @supports (display: grid) {
    .site-footer .footer-widgets {
      display: grid;
      grid-template-columns: 367px 415px 415px;
      grid-template-areas: "footer-1 footer-2 footer-3";
    }
    .site-footer .footer-widgets > div {
      float: none;
      width: 100%;
    }
    .site-footer .footer-widgets .footer-widgets-1 {
      grid-area: footer-1;
    }
    .site-footer .footer-widgets .footer-widgets-2 {
      grid-area: footer-2;
      margin-left: 38px;
    }
    .site-footer .footer-widgets .footer-widgets-3 {
      grid-area: footer-3;
      margin-left: 63px;
    }
  }
}
/* Copyright
---------------------------------------------------------------------------------------------------- */
.footer-copyright {
  background: #171e26;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
}
.footer-copyright a {
  font-weight: normal;
}

/* Mobile Menu
---------------------------------------------------------------------------------------------------- */
body.sidr-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999998;
}

.sidr-menu-close {
  background: #287BDA;
  color: #fff;
  display: none;
  position: fixed;
  right: 345px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  width: 44px;
  z-index: 999999;
}
@media (max-width: 388px) {
  .sidr-menu-close {
    right: calc(100% - 44px);
  }
}
.sidr-open .sidr-menu-close {
  display: block;
}
.sidr-menu-close:hover {
  background: #29323c;
  text-decoration: none;
}
.sidr-menu-close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.sidr {
  background: #333333;
  display: block;
  position: fixed;
  top: 0;
  right: -600px;
  height: 100%;
  z-index: 999999;
  width: calc(100% - 44px);
  max-width: 345px;
  overflow-y: scroll;
}
.sidr ul.menu {
  margin: 0;
}
.sidr ul.menu li {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.sidr ul.menu li a {
  background: #333333;
  border-bottom: 1px solid #515151;
  color: #fff;
  display: block;
  font-family: "Mulish", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 10px 10px 16px;
  text-decoration: none;
}
.sidr ul.menu li.menu-item-has-children > .submenu-toggle {
  background-color: #000;
  background-image: url(../icons/angle-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.sidr ul.menu li.menu-item-has-children > .submenu-toggle:hover {
  background-color: #287BDA;
}
.sidr ul.menu li.menu-item-has-children.submenu-active > .submenu-toggle {
  background-color: #287BDA;
  background-image: url(../icons/angle-down-white.svg);
}
.sidr ul.menu li.menu-item-has-children.submenu-active > a {
  border-color: #333333;
}
.sidr ul.menu li.menu-item-has-children.submenu-active a {
  background: #515151;
}
.sidr ul.menu li.menu-item-has-children.submenu-active > ul {
  border-left: 12px solid #333333;
}
.sidr ul.menu li.menu-item-has-children.submenu-active > ul a {
  border-color: #808080;
}
.sidr ul.menu li.menu-item-has-children.submenu-active > ul > li:last-child > a {
  border-bottom-width: 0;
}
.sidr ul.menu li ul {
  display: none;
  margin: 0;
}
.sidr ul.menu li.submenu-active > ul {
  display: block;
}
.sidr .socials {
  padding: 0 16px;
}
.sidr .search-form, .sidr .searchwp-form {
  margin: 16px;
}
.sidr .search-form .search-field, .sidr .searchwp-form .search-field {
  border: 2px solid #D3D3D3;
}
.sidr .search-form .search-submit, .sidr .searchwp-form .search-submit {
  padding: 16px;
}
.sidr .search-form .search-submit svg, .sidr .searchwp-form .search-submit svg {
  fill: #000;
}
.sidr .search-form .search-submit:hover svg, .sidr .searchwp-form .search-submit:hover svg {
  fill: #287BDA;
}/*# sourceMappingURL=main.css.map */