/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
@font-face {
  font-family: "Bourton W05 Base";
  src: url("fonts/bourton-base/edf28724-f910-4d66-b279-75f30084a820.woff2") format("woff2"), url("fonts/bourton-base/f47e6088-3dc8-4164-8fd3-6b4991a90451.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Medium";
  src: url("fonts/gilroy-medium/94b9ba0e-1690-4966-8af8-7d8a1c22c221.woff2") format("woff2"), url("fonts/gilroy-medium/fd4654af-3e2f-4601-bb81-d6b08f68d9f0.woff") format("woff");
}
@font-face {
  font-family: "Gilroy W05 Heavy";
  src: url("fonts/gilroy-heavy/83cf0941-dd13-44b9-8dc0-b9161de3268e.woff2") format("woff2"), url("fonts/gilroy-heavy/fae2b2de-865c-4574-8d42-33a62836725d.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Gilroy W05 Heavy', 'serif';
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
#primary a:not(.button) {
  color: #e7e18d;
  text-decoration: underline;
}
#primary a:not(.button):hover {
  color: #fff;
  text-decoration: none;
}
body {
  font-family: 'Gilroy W05 Medium', 'serif';
  color: #444444;
  color: #fff;
  margin-bottom: 0 !important;
}
#page {
  padding-top: 70px;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1290px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1290px) {
  .container {
    width: 1290px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.full-back {
  background-position: center center;
  background-size: cover;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1290px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.about-us-picture img {
  width: 1992px;
}
.ready-to-load-img .about-us-picture-background,
.ready-to-load-img .about-us-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us.jpg");
}
.webp .ready-to-load-img .about-us-picture-background,
.webp .ready-to-load-img .about-us-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us.webp");
}
@media (max-width: 996px) {
  .ready-to-load-img .about-us-picture-background,
  .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us-half.jpg");
  }
  .webp .ready-to-load-img .about-us-picture-background,
  .webp .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .about-us-picture-background,
  .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us-2x.jpg");
  }
  .webp .ready-to-load-img .about-us-picture-background,
  .webp .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 996px), (min-resolution: 144dpi) and (max-width: 996px) {
  .ready-to-load-img .about-us-picture-background,
  .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us.jpg");
  }
  .webp .ready-to-load-img .about-us-picture-background,
  .webp .ready-to-load-img .about-us-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/about-us.webp");
  }
}
.about-us-picture-background-ratio,
.about-us-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.about-us-picture-background-ratio:before,
.about-us-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.40963855%;
  padding-bottom: 27.40963855%;
  vertical-align: middle;
}
.blender-back-mobile-picture img {
  width: 1080px;
}
.ready-to-load-img .blender-back-mobile-picture-background,
.ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile.jpg");
}
.webp .ready-to-load-img .blender-back-mobile-picture-background,
.webp .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile.webp");
}
@media (max-width: 540px) {
  .ready-to-load-img .blender-back-mobile-picture-background,
  .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile-half.jpg");
  }
  .webp .ready-to-load-img .blender-back-mobile-picture-background,
  .webp .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .blender-back-mobile-picture-background,
  .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile-2x.jpg");
  }
  .webp .ready-to-load-img .blender-back-mobile-picture-background,
  .webp .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 540px), (min-resolution: 144dpi) and (max-width: 540px) {
  .ready-to-load-img .blender-back-mobile-picture-background,
  .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile.jpg");
  }
  .webp .ready-to-load-img .blender-back-mobile-picture-background,
  .webp .ready-to-load-img .blender-back-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-mobile.webp");
  }
}
.blender-back-mobile-picture-background-ratio,
.blender-back-mobile-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.blender-back-mobile-picture-background-ratio:before,
.blender-back-mobile-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 88.88888889%;
  padding-bottom: 88.88888889%;
  vertical-align: middle;
}
.blender-back-picture img {
  width: 1701px;
}
.ready-to-load-img .blender-back-picture-background,
.ready-to-load-img .blender-back-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back.jpg");
}
.webp .ready-to-load-img .blender-back-picture-background,
.webp .ready-to-load-img .blender-back-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back.webp");
}
@media (max-width: 850.5px) {
  .ready-to-load-img .blender-back-picture-background,
  .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-half.jpg");
  }
  .webp .ready-to-load-img .blender-back-picture-background,
  .webp .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .blender-back-picture-background,
  .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-2x.jpg");
  }
  .webp .ready-to-load-img .blender-back-picture-background,
  .webp .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 850.5px), (min-resolution: 144dpi) and (max-width: 850.5px) {
  .ready-to-load-img .blender-back-picture-background,
  .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back.jpg");
  }
  .webp .ready-to-load-img .blender-back-picture-background,
  .webp .ready-to-load-img .blender-back-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/blender-back.webp");
  }
}
.blender-back-picture-background-ratio,
.blender-back-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.blender-back-picture-background-ratio:before,
.blender-back-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.33627278%;
  padding-bottom: 28.33627278%;
  vertical-align: middle;
}
.center-guac-mobile-picture img {
  width: 1080px;
}
.ready-to-load-img .center-guac-mobile-picture-background,
.ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile.png");
}
.webp .ready-to-load-img .center-guac-mobile-picture-background,
.webp .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile.webp");
}
@media (max-width: 540px) {
  .ready-to-load-img .center-guac-mobile-picture-background,
  .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile-half.png");
  }
  .webp .ready-to-load-img .center-guac-mobile-picture-background,
  .webp .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .center-guac-mobile-picture-background,
  .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile-2x.png");
  }
  .webp .ready-to-load-img .center-guac-mobile-picture-background,
  .webp .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 540px), (min-resolution: 144dpi) and (max-width: 540px) {
  .ready-to-load-img .center-guac-mobile-picture-background,
  .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile.png");
  }
  .webp .ready-to-load-img .center-guac-mobile-picture-background,
  .webp .ready-to-load-img .center-guac-mobile-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-mobile.webp");
  }
}
.center-guac-mobile-picture-background-ratio,
.center-guac-mobile-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.center-guac-mobile-picture-background-ratio:before,
.center-guac-mobile-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 88.88888889%;
  padding-bottom: 88.88888889%;
  vertical-align: middle;
}
.center-guac-picture img {
  width: 1471.5px;
}
.ready-to-load-img .center-guac-picture-background,
.ready-to-load-img .center-guac-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac.png");
}
.webp .ready-to-load-img .center-guac-picture-background,
.webp .ready-to-load-img .center-guac-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac.webp");
}
@media (max-width: 735.75px) {
  .ready-to-load-img .center-guac-picture-background,
  .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-half.png");
  }
  .webp .ready-to-load-img .center-guac-picture-background,
  .webp .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .center-guac-picture-background,
  .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-2x.png");
  }
  .webp .ready-to-load-img .center-guac-picture-background,
  .webp .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 735.75px), (min-resolution: 144dpi) and (max-width: 735.75px) {
  .ready-to-load-img .center-guac-picture-background,
  .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac.png");
  }
  .webp .ready-to-load-img .center-guac-picture-background,
  .webp .ready-to-load-img .center-guac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-guac.webp");
  }
}
.center-guac-picture-background-ratio,
.center-guac-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.center-guac-picture-background-ratio:before,
.center-guac-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.44512402%;
  padding-bottom: 30.44512402%;
  vertical-align: middle;
}
.center-quac-picture img {
  width: 1471.5px;
}
.ready-to-load-img .center-quac-picture-background,
.ready-to-load-img .center-quac-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac.png");
}
.webp .ready-to-load-img .center-quac-picture-background,
.webp .ready-to-load-img .center-quac-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac.webp");
}
@media (max-width: 735.75px) {
  .ready-to-load-img .center-quac-picture-background,
  .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac-half.png");
  }
  .webp .ready-to-load-img .center-quac-picture-background,
  .webp .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .center-quac-picture-background,
  .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac-2x.png");
  }
  .webp .ready-to-load-img .center-quac-picture-background,
  .webp .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 735.75px), (min-resolution: 144dpi) and (max-width: 735.75px) {
  .ready-to-load-img .center-quac-picture-background,
  .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac.png");
  }
  .webp .ready-to-load-img .center-quac-picture-background,
  .webp .ready-to-load-img .center-quac-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/center-quac.webp");
  }
}
.center-quac-picture-background-ratio,
.center-quac-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.center-quac-picture-background-ratio:before,
.center-quac-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.44512402%;
  padding-bottom: 30.44512402%;
  vertical-align: middle;
}
.dietitians-picture img {
  width: 1992px;
}
.ready-to-load-img .dietitians-picture-background,
.ready-to-load-img .dietitians-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians.jpg");
}
.webp .ready-to-load-img .dietitians-picture-background,
.webp .ready-to-load-img .dietitians-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians.webp");
}
@media (max-width: 996px) {
  .ready-to-load-img .dietitians-picture-background,
  .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians-half.jpg");
  }
  .webp .ready-to-load-img .dietitians-picture-background,
  .webp .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .dietitians-picture-background,
  .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians-2x.jpg");
  }
  .webp .ready-to-load-img .dietitians-picture-background,
  .webp .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 996px), (min-resolution: 144dpi) and (max-width: 996px) {
  .ready-to-load-img .dietitians-picture-background,
  .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians.jpg");
  }
  .webp .ready-to-load-img .dietitians-picture-background,
  .webp .ready-to-load-img .dietitians-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/dietitians.webp");
  }
}
.dietitians-picture-background-ratio,
.dietitians-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.dietitians-picture-background-ratio:before,
.dietitians-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.40963855%;
  padding-bottom: 27.40963855%;
  vertical-align: middle;
}
.full-blenders-picture img {
  width: 2250px;
}
.ready-to-load-img .full-blenders-picture-background,
.ready-to-load-img .full-blenders-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders.png");
}
.webp .ready-to-load-img .full-blenders-picture-background,
.webp .ready-to-load-img .full-blenders-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders.webp");
}
@media (max-width: 1125px) {
  .ready-to-load-img .full-blenders-picture-background,
  .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders-half.png");
  }
  .webp .ready-to-load-img .full-blenders-picture-background,
  .webp .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .full-blenders-picture-background,
  .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders-2x.png");
  }
  .webp .ready-to-load-img .full-blenders-picture-background,
  .webp .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1125px), (min-resolution: 144dpi) and (max-width: 1125px) {
  .ready-to-load-img .full-blenders-picture-background,
  .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders.png");
  }
  .webp .ready-to-load-img .full-blenders-picture-background,
  .webp .ready-to-load-img .full-blenders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/full-blenders.webp");
  }
}
.full-blenders-picture-background-ratio,
.full-blenders-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.full-blenders-picture-background-ratio:before,
.full-blenders-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 21.42222222%;
  padding-bottom: 21.42222222%;
  vertical-align: middle;
}
.how-to-freeze-picture img {
  width: 1992px;
}
.ready-to-load-img .how-to-freeze-picture-background,
.ready-to-load-img .how-to-freeze-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze.jpg");
}
.webp .ready-to-load-img .how-to-freeze-picture-background,
.webp .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze.webp");
}
@media (max-width: 996px) {
  .ready-to-load-img .how-to-freeze-picture-background,
  .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze-half.jpg");
  }
  .webp .ready-to-load-img .how-to-freeze-picture-background,
  .webp .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .how-to-freeze-picture-background,
  .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze-2x.jpg");
  }
  .webp .ready-to-load-img .how-to-freeze-picture-background,
  .webp .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 996px), (min-resolution: 144dpi) and (max-width: 996px) {
  .ready-to-load-img .how-to-freeze-picture-background,
  .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze.jpg");
  }
  .webp .ready-to-load-img .how-to-freeze-picture-background,
  .webp .ready-to-load-img .how-to-freeze-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/how-to-freeze.webp");
  }
}
.how-to-freeze-picture-background-ratio,
.how-to-freeze-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.how-to-freeze-picture-background-ratio:before,
.how-to-freeze-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.40963855%;
  padding-bottom: 27.40963855%;
  vertical-align: middle;
}
.side-border-left-picture img {
  width: 275px;
}
.ready-to-load-img .side-border-left-picture-background,
.ready-to-load-img .side-border-left-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left.png");
}
.webp .ready-to-load-img .side-border-left-picture-background,
.webp .ready-to-load-img .side-border-left-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left.webp");
}
@media (max-width: 137.5px) {
  .ready-to-load-img .side-border-left-picture-background,
  .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left-half.png");
  }
  .webp .ready-to-load-img .side-border-left-picture-background,
  .webp .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .side-border-left-picture-background,
  .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left-2x.png");
  }
  .webp .ready-to-load-img .side-border-left-picture-background,
  .webp .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 137.5px), (min-resolution: 144dpi) and (max-width: 137.5px) {
  .ready-to-load-img .side-border-left-picture-background,
  .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left.png");
  }
  .webp .ready-to-load-img .side-border-left-picture-background,
  .webp .ready-to-load-img .side-border-left-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-left.webp");
  }
}
.side-border-left-picture-background-ratio,
.side-border-left-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.side-border-left-picture-background-ratio:before,
.side-border-left-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 175.27272727%;
  padding-bottom: 175.27272727%;
  vertical-align: middle;
}
.side-border-right-picture img {
  width: 275px;
}
.ready-to-load-img .side-border-right-picture-background,
.ready-to-load-img .side-border-right-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right.png");
}
.webp .ready-to-load-img .side-border-right-picture-background,
.webp .ready-to-load-img .side-border-right-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right.webp");
}
@media (max-width: 137.5px) {
  .ready-to-load-img .side-border-right-picture-background,
  .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right-half.png");
  }
  .webp .ready-to-load-img .side-border-right-picture-background,
  .webp .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .side-border-right-picture-background,
  .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right-2x.png");
  }
  .webp .ready-to-load-img .side-border-right-picture-background,
  .webp .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 137.5px), (min-resolution: 144dpi) and (max-width: 137.5px) {
  .ready-to-load-img .side-border-right-picture-background,
  .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right.png");
  }
  .webp .ready-to-load-img .side-border-right-picture-background,
  .webp .ready-to-load-img .side-border-right-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-border-right.webp");
  }
}
.side-border-right-picture-background-ratio,
.side-border-right-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.side-border-right-picture-background-ratio:before,
.side-border-right-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 175.27272727%;
  padding-bottom: 175.27272727%;
  vertical-align: middle;
}
.side-borders-picture img {
  width: 1780px;
}
.ready-to-load-img .side-borders-picture-background,
.ready-to-load-img .side-borders-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders.png");
}
.webp .ready-to-load-img .side-borders-picture-background,
.webp .ready-to-load-img .side-borders-picture-background-with-ratio {
  background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders.webp");
}
@media (max-width: 890px) {
  .ready-to-load-img .side-borders-picture-background,
  .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders-half.png");
  }
  .webp .ready-to-load-img .side-borders-picture-background,
  .webp .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .side-borders-picture-background,
  .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders-2x.png");
  }
  .webp .ready-to-load-img .side-borders-picture-background,
  .webp .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 890px), (min-resolution: 144dpi) and (max-width: 890px) {
  .ready-to-load-img .side-borders-picture-background,
  .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders.png");
  }
  .webp .ready-to-load-img .side-borders-picture-background,
  .webp .ready-to-load-img .side-borders-picture-background-with-ratio {
    background-image: url("/wp-content/themes/eat-wholly-theme/images/side-borders.webp");
  }
}
.side-borders-picture-background-ratio,
.side-borders-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.side-borders-picture-background-ratio:before,
.side-borders-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.10674157%;
  padding-bottom: 27.10674157%;
  vertical-align: middle;
}
/* default page template */
.page-wrap .container {
  padding-top: 30px;
  padding-bottom: 50px;
}
.page-wrap .container .inner-page {
  padding: 60px 90px;
  background: rgba(0, 105, 180, 0.4);
}
.page-wrap .container .inner-page h1:first-of-type,
.page-wrap .container .inner-page h2:first-of-type,
.page-wrap .container .inner-page h3:first-of-type {
  margin-top: 0;
}
.page-wrap .container .inner-page h1 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.1;
}
.page-wrap .container .inner-page h1 span {
  color: #e7e18d;
  text-transform: none;
}
@media (max-width: 992px) {
  .page-wrap .container .inner-page {
    padding: 40px 40px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .page-wrap .container .inner-page {
    padding: 30px 20px;
  }
}
body.search .inner-page article {
  margin: 0 0 60px 0;
}
body.search .inner-page article h2 {
  margin: 0 0 10px 0;
}
body.search .inner-page article h2 a {
  text-decoration: none !important;
}
body.search .inner-page article .result-content a.thumb {
  display: block;
  width: calc(20% - 30px);
  height: 180px;
  margin: 0 30px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
body.search .inner-page article .result-content.has-thumb {
  display: flex;
  flex-wrap: nowrap;
}
body.search .inner-page article .result-content .entry-summary {
  width: 80%;
  margin: 0;
}
body.search .inner-page article .result-content .entry-summary p {
  margin: 0 0 15px 0;
}
body.search .inner-page article .result-content .entry-summary p.arrow-link {
  margin: 0;
  text-align: left;
}
#secondary {
  display: none;
}
/* pagination */
.nav-links {
  padding: 15px 0 0 0;
  border-top: 2px solid #fff;
  text-align: center;
}
.nav-links a,
.nav-links span {
  display: inline-block;
  margin: 0 4px;
}
/* BLOCK: main vertical blue gradient that starts top:blue, center:light blue, bottom:blue; */
.vertical-gradient-3-color {
  background: linear-gradient(0deg, #2785bb 0%, #9dcbe0 45%, #9dcbe0 55%, #2785bb 100%);
}
.product-page-rows-lower .product-section,
.vertical-gradient-2-color {
  background-image: linear-gradient(to bottom, #57a6d3, #67aed6, #77b6d9, #85bedd, #94c6e0);
}
/* arrow link (link with right pointing arrow appended) */
.arrow-link {
  text-align: center;
}
.arrow-link a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #e7e18d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.arrow-link a span {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  border-bottom: 2px solid #e7e18d;
}
.arrow-link a span::after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(-135deg);
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid #e7e18d;
  border-bottom: 2px solid #e7e18d;
}
.arrow-link a:hover {
  color: #e7e18d;
}
.arrow-link.center a {
  margin-left: 15px;
  margin-right: 15px;
}
/* arrow link (link with left pointing arrow prepended) */
.arrow-link-back {
  text-align: center;
}
.arrow-link-back a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  text-decoration: none !important;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #e7e18d;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.arrow-link-back a span {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  border-bottom: 2px solid #e7e18d;
}
.arrow-link-back a span::after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: -3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid #e7e18d;
  border-bottom: 2px solid #e7e18d;
}
.arrow-link-back a:hover {
  color: #e7e18d;
}
/* standard button */
a.button {
  display: block;
  padding: 8px 20px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #779800;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a.button:hover {
  color: #fff;
  background: #779800;
}
.ps-widget[ps-sku],
.ps-widget[data-ps-sku] {
  display: block !important;
  padding: 8px 20px !important;
  background: #fff !important;
  text-align: center !important;
  font-size: 18px !important;
  color: #779800 !important;
  text-decoration: none !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
  border-radius: 0 !important;
  float: none !important;
  display: inline-block !important;
  margin: 0 10px 20px 10px !important;
  font-family: 'Gilroy W05 Medium', 'serif' !important;
  line-height: 1.5 !important;
  border-width: 0 !important;
}
.ps-widget[ps-sku]:hover,
.ps-widget[data-ps-sku]:hover {
  color: #fff !important;
  background: #779800 !important;
}
/* the small white curved arrow */
.small-arrow::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 12px;
  background: url(images/small-white-arrow.png) no-repeat center center;
  margin-left: 10px;
}
/* social media general */
.social-media {
  text-align: center;
}
.social-media a {
  display: inline-block;
  margin: 0 7px;
  font-size: 20px;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.social-media a:hover {
  color: #e7e18d;
}
/* BLOCK: Page Section */
.page-section.solid-white {
  background: #fff;
}
/* BLOCK: hero with heading */
.block-hero-img-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* customize video player */
}
.block-hero-img-title video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.block-hero-img-title .wp-video {
  width: 100% !important;
}
.block-hero-img-title .mejs-container,
.block-hero-img-title .mejs-container .mejs-controls,
.block-hero-img-title .mejs-embed,
.block-hero-img-title .mejs-embed body {
  background: none;
}
.block-hero-img-title .mejs-time,
.block-hero-img-title .mejs-time-rail,
.block-hero-img-title .mejs-time {
  display: none;
}
.block-hero-img-title br {
  display: none;
}
.block-hero-img-title h1,
.block-hero-img-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 90px;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  line-height: 0.9;
}
@media (max-width: 1290px) {
  .block-hero-img-title {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1290px) and (max-width: 992px) {
  .block-hero-img-title h1,
  .block-hero-img-title h2 {
    font-size: 70px;
  }
  .block-hero-img-title br {
    display: block;
  }
}
@media (max-width: 1290px) and (max-width: 992px) and (max-width: 768px) {
  .block-hero-img-title h1,
  .block-hero-img-title h2 {
    font-size: 48px;
  }
}
/* BLOCK: Paragraph */
.block-paragraph {
  margin: 30px auto;
  color: #fff;
}
/* BLOCK: hanging sign */
/* determines height of area above sign */
.hanging-sign {
  clear: both;
  margin: 0;
  padding: 38px 0 20px 0;
  text-align: center;
}
.hanging-sign h1,
.hanging-sign h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.1;
  margin: 0;
  padding: 15px 30px;
  display: inline-block;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Bourton W05 Base', 'serif';
}
.hanging-sign h1::before,
.hanging-sign h2::before,
.hanging-sign h1::after,
.hanging-sign h2::after {
  content: '';
  position: absolute;
  top: calc(-38px - 2px);
  display: block;
  width: 2px;
  height: 38px;
  background: #fff;
}
.hanging-sign h1::before,
.hanging-sign h2::before {
  left: 20%;
}
.hanging-sign h1::after,
.hanging-sign h2::after {
  right: 20%;
}
#package-types-filter {
  width: 1400px;
  margin: -100px auto 0 auto;
  padding: 60px 20px 55px 20px;
  background: #799e3f;
}
#package-types-filter ul.package-type-ctrls {
  display: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#package-types-filter ul.package-type-ctrls.active {
  display: block;
}
#package-types-filter ul.package-type-ctrls li {
  display: inline-block;
  position: relative;
  width: 120px;
  margin: 0 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#package-types-filter ul.package-type-ctrls li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -6px;
  border: 1px solid #e7e18d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#package-types-filter ul.package-type-ctrls li.active::before,
#package-types-filter ul.package-type-ctrls li:hover::before {
  border-color: #fff;
  background: #fff;
}
#package-types-filter ul.package-type-ctrls li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#package-types-filter .flavors-groups {
  min-height: 50px;
  padding: 20px 0 0 0;
}
#package-types-filter .flavors-groups ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#package-types-filter .flavors-groups ul:not(.active) {
  display: none;
}
#package-types-filter .flavors-groups ul li {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
}
#package-types-filter .flavors-groups ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
}
#package-types-filter .flavors-groups ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1400px) {
  #package-types-filter {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #package-types-filter {
    margin-top: -60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #package-types-filter ul.package-type-ctrls li {
    width: auto;
  }
  #package-types-filter .flavors-groups ul li {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  #package-types-filter ul.package-type-ctrls li {
    display: block;
    padding-top: 17px;
  }
  #package-types-filter ul.package-type-ctrls li::before {
    top: 7px;
  }
}
@media (max-width: 600px) {
  #package-types-filter {
    width: calc(100% - 40px);
    margin: -50px 20px 0 20px;
  }
}
/* product page: hide inactive top category rows */
.product-section:not(.active) {
  display: none;
}
.product-shelf-row {
  position: relative;
  padding: 0 0 140px 0;
  /* shelf components */
}
.product-shelf-row::before,
.product-shelf-row::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
}
.product-shelf-row:before {
  bottom: 85px;
  height: 143px;
  background-image: linear-gradient(to bottom, #6aafd6, #83bddb, #9ccae0, #b5d8e6, #cee5ed);
}
.product-shelf-row:after {
  bottom: 0px;
  height: 85px;
  background-image: linear-gradient(to bottom, #badbe9, #bfdee9, #c3e0ea, #c8e3ec, #cde5ed);
}
@media (max-width: 992px) {
  .product-shelf-row {
    padding-bottom: 60px;
  }
  .product-shelf-row:before {
    bottom: 60px;
    height: 70px;
  }
  .product-shelf-row:after {
    bottom: 0px;
    height: 60px;
  }
}
.slip-slider {
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 20;
  /*
	&:before {
		content: '\00a0';
		display: block;
		padding-top: 3vw;
	}
	*/
}
.slip-slider:after {
  content: '\00a0';
  display: block;
  padding-top: 2.5%;
}
.slip-slider .central {
  position: relative;
  left: 50%;
  display: inline-flex;
  align-items: end;
  height: 35vw;
  min-height: 300px;
  transform: translateX(-50%);
}
.slip-slider .central > * {
  display: inline-block;
  vertical-align: bottom;
  width: 210px;
}
@media (min-width: 1290px) {
  .slip-slider .central > * {
    width: calc(100vw / 6);
  }
  .slip-slider .central > *.active {
    width: calc((100vw / 6) * 2);
  }
}
@media (max-width: 1290px) {
  .non-touch-device .slip-slider .central > * {
    width: calc(100vw / 6);
  }
  .non-touch-device .slip-slider .central > *,
  .non-touch-device .slip-slider .central > * * {
    user-select: none;
  }
}
/* when slider is inactive (desktop) */
.products-slider {
  padding-top: 30px;
}
.products-slider .slider-item {
  position: relative;
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  /* large hover circle under product */
}
.products-slider .slider-item::after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 73px;
  background: #b676b2;
  border-radius: 50% / 50%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.products-slider .slider-item h3 {
  position: relative;
  display: inline-block;
  z-index: 5;
  line-height: 0.9;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.products-slider .slider-item h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  /* border bottom equal to text-width */
}
.products-slider .slider-item h3 span::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7e18d;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.products-slider .slider-item img {
  display: block;
  width: auto;
  max-height: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (min-width: 1290px) {
  .products-slider .slider-item.active:hover {
    transform: scale(105%);
  }
  .products-slider .slider-item.active::after {
    opacity: 1;
  }
  .products-slider .slider-item.active h3 {
    letter-spacing: -3px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 6vw;
  }
  .products-slider .slider-item.active h3 span::after {
    opacity: 0;
  }
  .products-slider .slider-item.active img {
    margin-top: -25px;
    height: auto;
    max-height: 22vw;
    transform: scaleY(1);
    top: 30px;
  }
  .products-slider .slider-item.active.title-length-long h3 {
    font-size: 60px;
  }
}
@media (min-width: 1290px) and (max-width: 768px) {
  .products-slider .slider-item.active img {
    top: 15px;
  }
}
.products-slider .owl-nav {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.products-slider .owl-nav button {
  display: inline-block;
  width: 25px;
  position: relative;
  margin: 0 30px;
  border-bottom: 2px solid #e7e18d !important;
}
.products-slider .owl-nav button span {
  display: none;
}
.products-slider .owl-nav button::after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #e7e18d;
  border-bottom: 2px solid #e7e18d;
}
.products-slider .owl-nav button.owl-prev::after {
  left: 0;
  transform: rotate(45deg);
}
.products-slider .owl-nav button.owl-next::after {
  right: 0;
  transform: rotate(-135deg);
}
@media (max-width: 400px) {
  .products-slider .owl-nav {
    top: 0px;
  }
  .products-slider .owl-nav button {
    margin: 0 70px;
  }
}
.products-slider .owl-dots {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  top: 41px;
}
.products-slider .owl-dots button.owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #e7e18d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.products-slider .owl-dots button.owl-dot.active span {
  background: #fff;
}
.owl-carousel {
  z-index: 10 !important;
}
.owl-carousel .owl-item {
  text-align: center;
  position: relative;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.owl-carousel .owl-item a {
  height: 100%;
  text-decoration: none;
  text-align: center;
  padding: 0 10px;
  display: block;
}
.owl-carousel .owl-item a h3 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}
.owl-carousel .owl-item a h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 0;
  /* border bottom equal to text-width */
}
.owl-carousel .owl-item a h3 span::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e7e18d;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.owl-carousel .owl-item a img {
  max-height: 280px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.owl-carousel .owl-item:not(.active) a img {
  transform: scale(0.6);
}
/* global review stars */
.review-stars {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 140px;
}
.review-stars span {
  display: block;
  width: 20%;
  padding: 0 3px;
}
.review-stars span svg {
  stroke: #fff;
}
.review-stars span.full svg {
  fill: #fff;
  transform: scale(0.9);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4));
}
.review-stars span.open svg {
  transform: scale(1.2);
}
/* global review bars */
.review-bars .bars-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 10px 0;
  line-height: 20px;
}
.review-bars .bars-row .num-stars {
  width: 10%;
}
.review-bars .bars-row .bar {
  width: 80%;
  padding: 5px;
  background: #95c6e0;
}
.review-bars .bars-row .bar span {
  display: block;
  height: 100%;
}
.review-bars .bars-row .bar span.bar-1 {
  background: #b8ddd0;
}
.review-bars .bars-row .bar span.bar-2 {
  background: #bb7fb7;
}
.review-bars .bars-row .bar span.bar-3 {
  background: #cb9aaa;
}
.review-bars .bars-row .bar span.bar-4 {
  background: #eacea4;
}
.review-bars .bars-row .bar span.bar-5 {
  background: #e7e18d;
}
.review-bars .bars-row .num-user-ratings {
  width: 10%;
}
.p-w-r {
  color: white !important;
  font-family: 'Gilroy W05 Medium', 'serif' !important;
}
.p-w-r > * {
  color: white !important;
  font-family: 'Gilroy W05 Medium', 'serif' !important;
}
.p-w-r .pr-review-filter-headline {
  color: white !important;
}
.p-w-r .pr-snippet-stars,
.p-w-r .pr-review-display,
.p-w-r .pr-rd-review-header-contents,
.p-w-r .pr-rd-footer.pr-rd-content-block {
  background: transparent !important;
}
.p-w-r .pr-rating-stars .pr-star-v4 {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="#fff" fill-opacity="0"> <path d="M9.5 14.25l-5.584 2.936 1.066-6.218L.465 6.564l6.243-.907L9.5 0l2.792 5.657 6.243.907-4.517 4.404 1.066 6.218 -6 -3"></path> </svg>');
  background: url('data:image/svg+xml;utf8,<svg style="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path style="fill: white; fill-opacity: .2; filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4));" d="M9.5 14.25l-5.584 2.936 1.066-6.218L.465 6.564l6.243-.907L9.5 0l2.792 5.657 6.243.907-4.517 4.404 1.066 6.218"></path> </svg>');
}
.p-w-r .pr-rating-stars .pr-star-v4.pr-star-v4-100-filled {
  background: url('data:image/svg+xml;utf8,<svg style="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path style="fill: white; filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.4));" d="M9.5 14.25l-5.584 2.936 1.066-6.218L.465 6.564l6.243-.907L9.5 0l2.792 5.657 6.243.907-4.517 4.404 1.066 6.218"></path> </svg>');
}
.p-w-r .pr-rd-review-header-sorts {
  color: black;
}
.p-w-r .pr-rd-review-header-contents,
.p-w-r .pr-rd-review-total,
.p-w-r .pr-rd-helpful-action {
  display: none !important;
}
.p-w-r .pr-review .pr-snippet-rating-decimal {
  display: none !important;
}
.p-w-r .pr-control-label span,
.p-w-r .pr-file-input-label,
.p-w-r .pr-header-required span,
.p-w-r .pr-header-title,
.p-w-r .pr-subscript,
.p-w-r .pr-logo-container * {
  color: white !important;
}
.p-w-r .pr-required-indicator {
  display: inline-block !important;
  margin-left: 6px;
  margin-right: 6px;
}
.p-w-r .pr-review-snapshot {
  background-color: transparent;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container.pr-review-snapshot-simple {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container.pr-review-snapshot-simple:before,
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container.pr-review-snapshot-simple:after {
  display: none;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-container.pr-review-snapshot-simple .pr-review-snapshot-block.pr-review-snapshot-block-snippet {
  border-right: 0;
  align-items: start;
}
.p-w-r .pr-review-snapshot .pr-snippet-rating-decimal {
  display: inline-block !important;
  background: transparent;
  border: 0;
  color: white;
  padding-top: 4px !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram-bar {
  height: 16px !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram-barValue {
  height: 12px !important;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-histogram {
  border: 0 !important;
  min-height: 100% !important;
  width: 100% !important;
}
.p-w-r .pr-review-snapshot .pr-review-snapshot-block-histogram .pr-review-snapshot-block-headline {
  display: none !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
  font-weight: 400;
  font-size: 16px;
  padding: 0 18px !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars {
  height: 25px !important;
  background-color: transparent !important;
}
.p-w-r .pr-review-snapshot .pr-histogram-label {
  padding: 0 13px !important;
  width: 18% !important;
}
.p-w-r .pr-review *,
.p-w-r .pr-snippet-review-count {
  color: white !important;
}
.p-w-r .pr-rd-main-footer {
  border-bottom: 0 !important;
}
.p-w-r .pr-rd-main-footer * {
  color: white !important;
}
.p-w-r .pr-snippet-write-review-link {
  background-color: white !important;
  padding: 10px 20px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #779800 !important;
  text-decoration: none !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
  border: 0 !important;
}
.p-w-r .pr-snippet-write-review-link:hover {
  background-color: #779800 !important;
  color: white !important;
}
.p-w-r .pr-rd-review-header-sorts select {
  display: block !important;
  border: 0 !important;
  background: transparent !important;
  color: white !important;
}
.p-w-r .pr-rd-review-header-sorts select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.p-w-r .pr-rd-review-header-sorts select optgroup {
  background: #95c6e0;
  color: white !important;
}
.p-w-r .pr-rd-review-header-sorts select option {
  color: white !important;
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group {
  text-align: left;
  position: relative;
  display: inline-grid !important;
  grid-template-columns: auto 1fr;
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group:before {
  content: 'SORT BY';
  display: inline-block;
  color: white;
  font-size: 20px;
  margin-left: 7px;
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: solid 2px #e7e18d;
  grid-row: 1;
  grid-column: 1;
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group:after {
  content: '';
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  /*
				position: absolute;
				top: 22px;
				left: 98px;
				*/
  width: 15px;
  height: 12px;
  background: url(/wp-content/themes/eat-wholly-theme/images/small-yellow-arrow.png) no-repeat center center;
  background-size: contain;
  grid-row: 1;
  grid-column: 2;
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group select {
  grid-row: 2;
  grid-column: span 2;
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group:nth-child(1):before {
  content: 'SORT BY';
}
.p-w-r .pr-rd-review-header-sorts .pr-rd-sort-group:nth-child(2):before {
  content: 'VARIANTS';
}
.p-w-r .pr-rd-header.pr-rd-content-block {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100% !important;
}
.p-w-r .pr-rd-header.pr-rd-content-block:before,
.p-w-r .pr-rd-header.pr-rd-content-block:after {
  display: none !important;
}
.p-w-r .pr-rd-merchant-response.pr-rd-content-block {
  background: transparent !important;
}
.p-w-r .pr-review-snapshot-block.pr-review-snapshot-block-recommend {
  display: none !important;
}
.p-w-r .pr-review-snapshot-header.pr-review-snapshot-content-block {
  display: none !important;
}
.p-w-r .pr-review-snapshot-snippets-headline {
  display: none !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar {
  background: #95c6e0;
  padding: 2px;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover {
  background: transparent !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-barValue {
  background: #b8ddd0 !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-ratings-histogram-bar {
  background-color: #95c6e0 !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-histogram-label {
  color: white !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-stars:hover .pr-histogram-count {
  color: white !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-label {
  color: white !important;
  font-family: 'Gilroy W05 Medium', 'serif' !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-histogram-count {
  color: white !important;
  font-family: 'Gilroy W05 Medium', 'serif' !important;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item:nth-child(1) .pr-ratings-histogram-barValue {
  background: #b8ddd0;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item:nth-child(2) .pr-ratings-histogram-barValue {
  background: #bb7fb7;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item:nth-child(3) .pr-ratings-histogram-barValue {
  background: #cb9aaa;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item:nth-child(4) .pr-ratings-histogram-barValue {
  background: #eacea4;
}
.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-list-item:nth-child(5) .pr-ratings-histogram-barValue {
  background: #e7e18d;
}
/* HOME PAGE */
@-webkit-keyframes bounce-arrow {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(30px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(15px);
  }
}
@keyframes bounce-arrow {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(30px);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(15px);
  }
}
/* BLOCK: hero with heading and caption (.block-hero-img-title) */
/* same hero block as above but with caption under for home page */
.home-hero {
  padding: 0px 90px 0px 90px;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  .home-hero {
    padding: 0px;
  }
}
.home-hero .block-hero-img-title a.scroll-btn {
  position: absolute;
  z-index: 10;
  width: 50px;
  bottom: 60px;
  left: calc(50% - 25px);
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: bounce-arrow 2s infinite;
  animation: bounce-arrow 2s infinite;
}
.home-hero .block-hero-img-title a.scroll-btn span {
  position: absolute;
  width: 2px;
  height: 38px;
  top: 35px;
  left: calc(50% - 1px);
  background: #e7e18d;
}
.home-hero .block-hero-img-title a.scroll-btn span::after {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  bottom: 0px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #e7e18d;
  border-bottom: 2px solid #e7e18d;
}
.home-hero .hero-caption p {
  text-align: center;
  color: #607a00;
  font-size: 25px;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 1300px) {
  .home-hero .hero-caption p {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1300px) and (max-width: 992px) {
  .home-hero .hero-caption p {
    padding: 30px 60px;
    font-size: 18px;
  }
}
/* home products columns */
#home-products {
  overflow: hidden;
}
#home-products .home-products-1 {
  position: relative;
}
#home-products .home-products-1::before {
  content: '';
  display: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  #home-products .home-products-1::before {
    display: none;
  }
}
#home-products .home-products-1 .container {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
#home-products .home-products-1 .container .product-col {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#home-products .home-products-1 .container .product-col a.no-decorate {
  text-decoration: none;
  color: inherit;
}
#home-products .home-products-1 .container .product-col::after {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #home-products .home-products-1 .container .product-col::after {
    display: none;
  }
}
#home-products .home-products-1 .container .product-col:nth-child(2) {
  z-index: 0;
}
#home-products .home-products-1 .container .product-col .product-desc h2,
#home-products .home-products-1 .container .product-col .product-desc h3 {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  #home-products .home-products-1 .container .product-col .product-desc h2,
  #home-products .home-products-1 .container .product-col .product-desc h3 {
    font-size: 42px;
  }
}
@media (max-width: 992px) and (max-width: 850px) {
  #home-products .home-products-1 .container .product-col .product-desc h2,
  #home-products .home-products-1 .container .product-col .product-desc h3 {
    font-size: 36px;
  }
}
#home-products .home-products-1 .container .product-col .product-desc p {
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}
#home-products .home-products-1 .container .product-col .arrow-link {
  margin-bottom: 0px;
}
#home-products .home-products-1 .container .product-col img.product-img {
  display: block;
  width: auto;
  height: 450px;
  margin: auto;
  clip-path: inset(0px 0px 0px 0px);
  position: relative;
  bottom: -50px;
}
@media (max-width: 1100px) {
  #home-products .home-products-1 .container .product-col img.product-img {
    height: 260px;
  }
}
@media (max-width: 1100px) and (max-width: 900px) {
  #home-products .home-products-1 .container .product-col img.product-img {
    height: 220px;
  }
}
@media (max-width: 1100px) and (max-width: 900px) and (max-width: 768px) {
  #home-products .home-products-1 .container .product-col img.product-img {
    clip-path: inset(0px 0px 0px 0px);
    bottom: -30px;
  }
}
#home-products .home-products-1 .container .product-col img.product-character {
  position: absolute;
  z-index: 5;
  display: block;
}
@media (max-width: 1100px) {
  #home-products .home-products-1 .container .product-col img.product-character {
    transform: scale(0.8);
  }
}
#home-products .home-products-1 .container .product-col img.product-bowl {
  position: absolute;
  display: block;
  z-index: 5;
}
#home-products .home-products-1 .container .product-col img.product-bowl::after {
  content: '';
  display: block;
  position: absolute;
  width: 300px;
  height: 200px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (max-width: 1100px) {
  #home-products .home-products-1 .container .product-col img.product-bowl {
    transform: scale(0.8);
  }
}
@media (max-width: 1100px) and (max-width: 900px) {
  #home-products .home-products-1 .container .product-col img.product-bowl {
    transform: scale(0.75);
  }
}
@media (max-width: 1100px) and (max-width: 900px) and (max-width: 768px) {
  #home-products .home-products-1 .container .product-col img.product-bowl {
    transform: scale(0.55);
  }
}
#home-products .home-products-1 .container .product-col:nth-child(1) img.product-character {
  bottom: -190px;
  left: 57%;
}
@media (max-width: 1100px) {
  #home-products .home-products-1 .container .product-col:nth-child(1) img.product-character {
    left: 50%;
    transform: scale(0.65);
  }
}
@media (max-width: 1100px) and (max-width: 992px) {
  #home-products .home-products-1 .container .product-col:nth-child(1) img.product-character {
    left: 45%;
  }
}
#home-products .home-products-1 .container .product-col:nth-child(1) img.product-bowl {
  right: 41%;
  bottom: -208px;
}
#home-products .home-products-1 .container .product-col:nth-child(2) img.product-character {
  bottom: -200px;
  right: 62%;
}
@media (max-width: 1100px) {
  #home-products .home-products-1 .container .product-col:nth-child(2) img.product-character {
    right: 52%;
    transform: scale(0.65);
  }
}
@media (max-width: 1100px) and (max-width: 992px) {
  #home-products .home-products-1 .container .product-col:nth-child(2) img.product-character {
    right: 54%;
  }
}
#home-products .home-products-1 .container .product-col:nth-child(2) img.product-bowl {
  left: 46%;
  bottom: -234px;
}
#home-products .home-products-2 {
  margin: 0;
  padding: 80px 0 80px 0;
  background: #fff;
}
#home-products .home-products-2 .container {
  background: #799d3f;
  padding: 100px 30px 70px 30px;
}
@media (max-width: 1100px) {
  #home-products .home-products-2 .container {
    padding-top: 70px;
  }
}
#home-products .home-products-2 .container h2 {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 165px;
  margin: 0;
  padding: 0;
  line-height: 0.7;
}
@media (max-width: 1100px) {
  #home-products .home-products-2 .container h2 {
    font-size: 15vw;
  }
}
/* stack columns */
@media (max-width: 768px) {
  #home-products .home-products-1 .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #home-products .home-products-1 .container .product-col {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  #home-products .home-products-1 .container .product-col:nth-child(1) {
    z-index: 5;
  }
  #home-products .home-products-1 .container .product-col:nth-child(1) img.product-character {
    left: 47%;
    bottom: -180px;
    transform: scale(0.6);
  }
  #home-products .home-products-1 .container .product-col:nth-child(1) img.product-bowl {
    right: 37%;
    bottom: -58%;
    transform: scale(0.5);
  }
  #home-products .home-products-1 .container .product-col:nth-child(2) {
    padding-top: 140px;
    background-image: linear-gradient(to bottom, #cde5ed 0%, #3c98cd 40%, #3c98cd 100%);
  }
  #home-products .home-products-1 .container .product-col:nth-child(2) img.product-character {
    transform: scale(0.5);
    bottom: -220px;
  }
  #home-products .home-products-1 .container .product-col:nth-child(2) img.product-bowl {
    bottom: -40%;
    left: 36%;
    transform: scale(0.5);
  }
  #home-products .home-products-2 {
    padding: 40px 0;
  }
  #home-products .home-products-2 .container {
    padding: 90px 20px 30px 20px;
  }
}
@media (max-width: 768px) and (max-width: 490px) {
  #home-products .home-products-1 .container .product-col:nth-child(1) img.product-bowl {
    bottom: -35%;
  }
}
@media (max-width: 768px) and (max-width: 490px) {
  #home-products .home-products-1 .container .product-col:nth-child(2) img.product-bowl {
    bottom: -30%;
  }
}
/* home recipes */
.home-recipes {
  overflow: hidden;
  position: relative;
}
.home-recipes img.character {
  position: absolute;
  bottom: -135px;
  left: 50%;
  margin-left: -760px;
  z-index: 3;
}
@media (max-width: 1100px) {
  .home-recipes img.character {
    margin-left: 0px;
    left: -130px;
  }
}
@media (max-width: 1100px) and (max-width: 650px) {
  .home-recipes img.character {
    display: none;
  }
}
.home-recipes .book-paging {
  padding: 80px 0;
  text-align: center;
}
.home-recipes .book-paging button {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 0;
  background: none;
}
.home-recipes .book-paging button::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: #e7e18d;
  border-radius: 50%;
}
.home-recipes .book-paging button:nth-child(even) {
  display: none;
}
@media (max-width: 650px) {
  .home-recipes .book-paging button:nth-child(even) {
    display: inline-block;
  }
}
.home-recipes .book-paging button:hover::after,
.home-recipes .book-paging button.active::after {
  background: #fff;
}
@media (max-width: 650px) {
  .home-recipes .book-paging {
    padding: 0;
    position: absolute;
    z-index: 2;
    width: calc(100% - 20px);
    bottom: 2%;
  }
}
.home-recipes .details {
  position: absolute;
  top: 20px;
  left: 100px;
}
.home-recipes .details.page-current {
  top: 50px;
}
@media (max-width: 650px) {
  .home-recipes {
    background: #72b4d8 !important;
  }
  .home-recipes::after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
/* recipe book */
.book-wrap {
  width: 950px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 2;
}
.book-wrap .ctrl {
  position: absolute;
  width: 160px;
  height: 80px;
}
.book-wrap .ctrl button {
  border: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  padding: 0 0 2px 0;
  border-radius: 0;
  border-bottom: 2px solid #e7e18d;
}
.book-wrap .ctrl.ctrl-prev {
  top: 90px;
  left: -160px;
  background: url(images/recipe-book-prev.png) no-repeat bottom right;
  background-size: 110px auto;
}
@media (max-width: 1300px) {
  .book-wrap .ctrl.ctrl-prev {
    left: -70px;
  }
}
@media (max-width: 1300px) and (max-width: 1100px) {
  .book-wrap .ctrl.ctrl-prev {
    display: none;
  }
}
.book-wrap .ctrl.ctrl-next {
  top: 245px;
  right: -160px;
  background: url(images/recipe-book-next.png) no-repeat top left;
  background-size: 110px auto;
}
.book-wrap .ctrl.ctrl-next button {
  position: absolute;
  width: 42px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1300px) {
  .book-wrap .ctrl.ctrl-next {
    right: -70px;
  }
}
@media (max-width: 1300px) and (max-width: 1100px) {
  .book-wrap .ctrl.ctrl-next {
    display: none;
  }
}
.book-wrap .ctrl.inactive {
  opacity: 0.4;
}
.book-wrap #recipe-book {
  overflow: hidden;
  display: none;
  position: relative;
}
.book-wrap #recipe-book .book-page {
  padding: 35px;
  color: #fff;
  text-align: center;
}
.book-wrap #recipe-book .book-page .character-mobi {
  display: none;
  position: absolute;
  z-index: 10;
  left: -10px;
  top: 39%;
  width: 30%;
  height: auto;
}
@media (max-width: 650px) {
  .book-wrap #recipe-book .book-page .character-mobi {
    display: block;
  }
}
@media (max-width: 650px) and (max-width: 550px) {
  .book-wrap #recipe-book .book-page .character-mobi {
    top: 37%;
  }
}
@media (max-width: 650px) and (max-width: 550px) and (max-width: 480px) {
  .book-wrap #recipe-book .book-page .character-mobi {
    top: 30%;
  }
}
@media (max-width: 650px) and (max-width: 550px) and (max-width: 480px) and (max-width: 480px) {
  .book-wrap #recipe-book .book-page .character-mobi {
    top: 26%;
  }
}
.book-wrap #recipe-book .book-page .inner-page {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.book-wrap #recipe-book .book-page .recipe-mobi-img {
  display: none;
  position: relative;
  width: 100%;
  height: calc(100vw - 160px);
  margin: 0px auto 50px auto;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.book-wrap #recipe-book .book-page.book-page.--left {
  background: #da7786;
}
.book-wrap #recipe-book .book-page.book-page.--left .recipe-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.book-wrap #recipe-book .book-page.book-page.--right {
  background-image: linear-gradient(90deg, #eeaab4 0%, #da7786 20%, #da7786 100%);
}
.book-wrap #recipe-book .book-page.book-page.--right .inner-page {
  padding: 60px 30px 45px 30px;
}
.book-wrap #recipe-book .book-page.book-page.--right h3 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  line-height: 0.9;
  margin: 0;
  padding: 0 0 15px 0;
  text-transform: uppercase;
}
.book-wrap #recipe-book .book-page.book-page.--right h3.reduce-size {
  font-size: 38px;
  padding: 0 0 5px 0;
}
@media (max-width: 768px) {
  .book-wrap #recipe-book .book-page.book-page.--right h3 {
    font-size: 46px;
  }
  .book-wrap #recipe-book .book-page.book-page.--right h3.reduce-size {
    font-size: 36px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .book-wrap #recipe-book .book-page.book-page.--right h3 {
    font-size: 34px;
  }
  .book-wrap #recipe-book .book-page.book-page.--right h3.reduce-size {
    font-size: 26px;
  }
}
.book-wrap #recipe-book .book-page.book-page.--right .cook-time {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.book-wrap #recipe-book .book-page.book-page.--right .desc {
  font-size: 18px;
  margin: 0 0 35px 0;
}
@media (max-width: 992px) {
  .book-wrap #recipe-book .book-page.book-page.--right .desc {
    display: none;
  }
}
.book-wrap #recipe-book .book-page.book-page.--right .arrow-link {
  text-align: center;
}
.book-wrap #recipe-book.mobi-pages .cook-time,
.book-wrap #recipe-book.mobi-pages .desc {
  display: none;
}
.book-wrap #recipe-book.mobi-pages .recipe-mobi-img {
  display: block;
}
.book-wrap #recipe-book.mobi-pages .recipe-mobi-img::after {
  content: '';
  display: block;
  width: 100vw;
  height: 130px;
  background: #72b4d8;
  position: absolute;
  left: -47px;
  top: -40px;
  z-index: -1;
}
@media (max-width: 400px) {
  .book-wrap #recipe-book.mobi-pages .recipe-mobi-img {
    margin-bottom: 25px;
  }
}
.book-wrap #recipe-book.mobi-pages .book-page.book-page.--right {
  background-image: none;
  background-color: #da7786;
}
.book-wrap #recipe-book.mobi-pages .book-page.book-page.--right .inner-page {
  border: none;
  padding: 0px;
}
@media (max-width: 650px) {
  .book-wrap #recipe-book {
    overflow: visible;
  }
}
@media (max-width: 950px) {
  .book-wrap {
    width: 100%;
  }
}
@media (max-width: 950px) and (max-width: 650px) {
  .book-wrap {
    margin-top: 0px;
    padding-top: 0px;
  }
  .book-wrap .spacer {
    display: block;
  }
  .book-wrap::before {
    display: block;
  }
}
@media (max-width: 950px) and (max-width: 650px) and (max-width: 500px) {
  .book-wrap::before {
    height: calc(100% - 140px);
  }
}
/* home video section */
.high-pressure {
  position: relative;
  background: #fff;
  padding: 60px 0 150px 0;
}
.high-pressure::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  background-image: linear-gradient(to bottom, #a0cdea, #cde5ed);
}
@media (max-width: 768px) {
  .high-pressure::after {
    display: none;
  }
}
.high-pressure h2 {
  max-width: 1300px;
  text-align: center;
  text-transform: uppercase;
  font-size: 148px;
  font-weight: 900;
  margin: 0 auto;
  padding: 0 0 40px 0;
  color: #bb7fb7;
  line-height: 0.65;
}
@media (max-width: 1300px) {
  .high-pressure h2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .high-pressure h2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) and (max-width: 768px) and (max-width: 420px) {
  .high-pressure h2 {
    font-size: 11vw !important;
  }
}
.high-pressure .video-section {
  width: 1300px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 70px 0 0;
  background: #bb7fb7;
  display: flex;
  flex-wrap: nowrap;
}
.high-pressure .video-section .character-blurb {
  width: 31%;
  position: relative;
  z-index: 10;
}
.high-pressure .video-section .character-blurb img.deedee {
  position: absolute;
  z-index: 5;
  display: block;
  height: 600px;
  width: auto;
  max-width: 500px;
  top: 160px;
  right: 130px;
}
@media (max-width: 768px) {
  .high-pressure .video-section .character-blurb img.deedee {
    top: auto;
    bottom: -640px;
    right: auto;
    left: -5%;
    transform: scale(0.6);
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .high-pressure .video-section .character-blurb img.deedee {
    transform: scale(0.5);
    bottom: -550px;
  }
}
@media (max-width: 768px) and (max-width: 600px) and (max-width: 500px) {
  .high-pressure .video-section .character-blurb img.deedee {
    transform: scale(0.4);
    bottom: -450px;
    left: -20%;
  }
}
.high-pressure .video-section .character-blurb .blurb {
  position: absolute;
  z-index: 1;
  width: 230px;
  height: 230px;
  top: 26px;
  right: -30px;
  display: flex;
  align-items: center;
  background: url(images/home-deedee-blurb-bubble.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.high-pressure .video-section .character-blurb .blurb p {
  width: 100%;
  padding: 0 20px 0 35px;
  text-align: center;
  margin: 0;
  font-size: 40px;
  color: #779800;
  line-height: 1.1;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .high-pressure .video-section .character-blurb .blurb {
    transform: scale(0.8);
    top: calc(100vw / 4.5);
    right: auto;
    left: 28%;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .high-pressure .video-section .character-blurb .blurb {
    transform: scale(0.7);
    top: calc(100vw / 5);
  }
}
@media (max-width: 768px) and (max-width: 600px) and (max-width: 550px) {
  .high-pressure .video-section .character-blurb .blurb {
    left: 38%;
  }
}
@media (max-width: 768px) and (max-width: 600px) and (max-width: 550px) and (max-width: 500px) {
  .high-pressure .video-section .character-blurb .blurb {
    transform: scale(0.6);
    top: calc(100vw / 8);
    left: 25%;
  }
}
@media (max-width: 768px) and (max-width: 600px) and (max-width: 550px) and (max-width: 500px) and (max-width: 400px) {
  .high-pressure .video-section .character-blurb .blurb {
    top: calc(100vw / 20);
  }
}
.high-pressure .video-section .character-blurb .arrow {
  position: absolute;
  width: 120px;
  height: 70px;
  top: 10px;
  right: -150px;
  background-image: url(images/arrow-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media (max-width: 768px) {
  .high-pressure .video-section .character-blurb .arrow {
    display: none;
  }
}
@media (max-width: 1300px) {
  .high-pressure .video-section .character-blurb {
    transform: translate(20px, -30px) scale(0.9);
  }
}
@media (max-width: 1300px) and (max-width: 1100px) {
  .high-pressure .video-section .character-blurb {
    transform: scale(0.8);
  }
}
@media (max-width: 1300px) and (max-width: 1100px) and (max-width: 1000px) {
  .high-pressure .video-section .character-blurb {
    transform: translate(40px, -40px) scale(0.7);
  }
}
@media (max-width: 1300px) and (max-width: 1100px) and (max-width: 1000px) and (max-width: 768px) {
  .high-pressure .video-section .character-blurb {
    transform: translate(0, 0) scale(1);
    width: 100%;
  }
}
.high-pressure .video-section .video-col {
  width: 69%;
  position: relative;
  top: 90px;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.high-pressure .video-section .video-col iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.high-pressure .video-section .video-col img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .high-pressure .video-section .video-col img {
    top: -100px;
  }
}
@media (max-width: 768px) {
  .high-pressure .video-section .video-col {
    width: 100%;
    top: -100px;
  }
}
@media (max-width: 1000px) {
  .high-pressure .video-section {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) and (max-width: 768px) {
  .high-pressure .video-section {
    display: block;
    padding-left: 20px;
  }
}
@media (max-width: 1300px) {
  .high-pressure h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 100px;
  }
  .high-pressure .video-section {
    width: 100%;
  }
}
@media (max-width: 1300px) and (max-width: 900px) {
  .high-pressure h2 {
    font-size: 70px;
  }
}
@media (max-width: 1300px) and (max-width: 900px) and (max-width: 600px) {
  .high-pressure h2 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) and (max-width: 900px) and (max-width: 600px) and (max-width: 400px) {
  .high-pressure h2 {
    font-size: 36px;
  }
}
@media (max-width: 1300px) and (max-width: 500px) {
  .high-pressure {
    padding-bottom: 60px;
  }
}
/* Products page top */
.products-top {
  padding: 50px 0 0 0;
  /* avocados / guacamole */
}
.products-top .product-group-ctrls {
  display: flex;
  flex-wrap: nowrap;
  width: 1300px;
  margin: 0 auto;
}
.products-top .product-group-ctrls a {
  display: block;
  text-decoration: none;
  text-align: center;
  outline-style: none;
}
.products-top .product-group-ctrls a h2 {
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 52px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.products-top .product-group-ctrls a h2 span {
  position: relative;
  display: inline-block;
  padding: 0;
  /* border bottom equal to text-width */
}
.products-top .product-group-ctrls a h2 span::after {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.products-top .product-group-ctrls a img {
  display: inline-block;
  width: auto;
  height: 600px;
  transition: opactity 0.4s;
}
.products-top .product-group-ctrls a .imgs {
  position: relative;
  display: inline-block;
}
.products-top .product-group-ctrls a .imgs img.selected {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.products-top .product-group-ctrls a:hover img.standard {
  opacity: 1;
}
.products-top .product-group-ctrls a:hover img.selected {
  opacity: 0.4;
}
.products-top .product-group-ctrls a.active h2 span::after {
  background: #e7e18d;
}
.products-top .product-group-ctrls a.active img.standard {
  opacity: 0;
}
.products-top .product-group-ctrls a.active img.selected {
  opacity: 1;
}
.products-top .product-group-ctrls.groups-2 a {
  width: 50%;
}
.products-top .product-group-ctrls.groups-3 a {
  width: calc(100% / 3%);
}
.products-top .product-group-ctrls.groups-4 a {
  width: 25%;
}
@media (max-width: 1300px) {
  .products-top .product-group-ctrls {
    width: 100%;
  }
  .products-top .product-group-ctrls a {
    padding: 0 40px;
  }
  .products-top .product-group-ctrls a h2 {
    font-size: 40px;
  }
  .products-top .product-group-ctrls a img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .products-top .product-group-ctrls a h2 {
    font-size: 32px;
  }
  .products-top .product-group-ctrls a img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .products-top {
    padding: 20px 0 0 0;
  }
  .products-top .product-group-ctrls {
    display: block;
  }
  .products-top .product-group-ctrls a {
    width: 100% !important;
  }
  .products-top .product-group-ctrls a h2 {
    display: block;
  }
  .products-top .product-group-ctrls a img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .products-top .product-group-ctrls a:nth-child(2) img {
    float: none;
  }
}
@media (min-width: 600px) {
  .products-top a[data-top-group=avocados] h2 span {
    margin-right: -13%;
  }
  .products-top a[data-top-group=guacamoles] h2 span {
    margin-right: 12%;
  }
}
/* single PRODUCT */
.product .prod-top {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product .prod-top .img {
  background: radial-gradient(250px at center, #fff, rgba(255, 255, 255, 0));
}
.product .prod-top .top-details {
  text-align: center;
  align-self: end;
  padding-bottom: 30px;
}
.product .prod-top h1 {
  font-size: 165px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
}
.product .prod-top img {
  display: block;
  margin: 0 auto;
  height: 500px;
  width: auto;
}
@media (max-width: 992px) {
  .product .prod-top {
    grid-template-columns: 1fr;
  }
  .product .prod-top h1 {
    font-size: 13vw;
  }
  .product .prod-top img {
    height: 350px;
  }
}
@media (max-width: 992px) and (max-width: 500px) {
  .product .prod-top h1 {
    font-size: 50px;
  }
}
@media (max-width: 992px) and (max-width: 700px) {
  .product .prod-top img {
    height: auto;
    width: 80%;
  }
}
.product .prod-locate {
  padding: 0px 0 20px 0;
}
.product .prod-locate a.button {
  display: inline-block;
  margin: 0 10px 20px 10px;
}
.product ul.prod-sizes {
  margin: 0 0 45px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.product ul.prod-sizes li {
  display: inline-block;
  margin: 0 5px;
  padding: 0 0 4px 0;
  cursor: pointer;
  font-size: 18px;
}
.product ul.prod-sizes li.current {
  border-bottom: 2px solid #e7e18d;
}
.product .local-nutritional-content {
  display: none;
}
.product .prod-details {
  position: relative;
  margin-top: -450px;
  padding: 450px 250px 70px 250px;
  color: #fff;
  text-align: center;
  background: rgba(0, 105, 180, 0.2);
}
.product .prod-details .inner {
  position: relative;
}
.product .prod-details .inner .description p {
  font-size: 25px;
}
@media (max-width: 992px) {
  .product .prod-details .inner .description p {
    font-size: 18px;
  }
}
.product .prod-details .inner .ingredients {
  padding: 20px 0 20px 0;
}
.product .prod-details .inner .ingredients p {
  margin: 0 0 5px 0;
}
@media (max-width: 992px) {
  .product .prod-details .inner .ingredients p:nth-child(1) {
    font-size: 13px;
  }
}
.product .prod-details .inner .nutritional {
  text-align: center;
  margin-bottom: 50px;
}
.product .prod-details .inner .nutritional a {
  display: inline-block;
  padding: 0 15px 5px 15px;
  border-bottom: 2px solid #e7e18d;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.product .prod-details .inner .related-products {
  padding: 0 0 40px 0;
  text-align: center;
}
.product .prod-details .inner .related-products a {
  margin: 0 20px 20px 20px;
}
.product .prod-details .inner .social-media {
  position: absolute;
  bottom: 100px;
  right: -170px;
  width: 150px;
  text-align: right;
}
.product .prod-details .inner .social-media a {
  color: #e7e18d;
  font-size: 24px;
}
.product .prod-details .inner .social-media a:hover {
  color: #fff;
}
@media (max-width: 1290px) {
  .product .prod-details .inner .social-media {
    right: 0;
  }
}
@media (max-width: 1290px) and (max-width: 1100px) {
  .product .prod-details .inner .social-media {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
  }
}
.product .prod-details .full-break {
  width: 100vw;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  margin-left: calc(0px - ((100vw - (1290px - 15px)) / 2) - 250px);
}
@media (max-width: 1290px) {
  .product .prod-details .full-break {
    margin-left: -90px;
  }
}
@media (max-width: 1290px) and (max-width: 900px) {
  .product .prod-details .full-break {
    margin-left: -20px;
  }
}
.product .prod-details .review-summary {
  padding: 40px 0 0 0;
}
.product .prod-details .review-summary p.reviews-total {
  margin: 0;
}
.product .prod-details .review-summary .review-stars-wrap {
  text-align: center;
}
.product .prod-details .review-summary .review-stars-wrap span.reviews-avg {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 5px;
}
.product .prod-details .review-summary .review-bars-actions {
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 0 0 0;
}
.product .prod-details .review-summary .review-bars-actions .review-bars-col {
  width: 50%;
}
@media (max-width: 700px) {
  .product .prod-details .review-summary .review-bars-actions .review-bars-col {
    width: 100%;
    padding: 0 0 35px 0;
  }
}
.product .prod-details .review-summary .review-bars-actions .review-actions-col {
  width: 50%;
  text-align: left;
  padding: 0 0 0 20px;
}
.product .prod-details .review-summary .review-bars-actions .review-actions-col a.button {
  display: inline-block;
  margin: 0 0 20px 0;
}
.product .prod-details .review-summary .review-bars-actions .review-actions-col a.sort-by {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 0 3px 0;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #e7e18d;
}
.product .prod-details .review-summary .review-bars-actions .review-actions-col a.sort-by::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: calc(100% + 8px);
  width: 15px;
  height: 12px;
  background: url(images/small-yellow-arrow.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 700px) {
  .product .prod-details .review-summary .review-bars-actions .review-actions-col {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .product .prod-details .review-summary .review-bars-actions {
    display: block;
  }
}
@media (max-width: 1290px) {
  .product .prod-details {
    margin-top: -450px;
    padding: 450px 90px 70px 90px;
  }
}
@media (max-width: 1290px) and (max-width: 900px) {
  .product .prod-details {
    margin-top: -100px;
    padding: 100px 20px 70px 20px;
  }
}
.product #prod-testimonials {
  padding: 70px 0;
  color: #fff;
}
.product #prod-testimonials .container {
  padding: 0 150px !important;
}
.product #prod-testimonials .container .owl-carousel {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product #prod-testimonials .container .owl-carousel .review {
  padding: 20px 0 0 0;
}
.product #prod-testimonials .container .owl-carousel .review .review-time {
  padding: 0 0 10px 0;
  font-size: 18px;
}
.product #prod-testimonials .container .owl-carousel .review .review-author {
  font-size: 18px;
}
.product #prod-testimonials .container .owl-carousel .review .review-text {
  font-size: 18px;
  padding: 30px 40px;
}
@media (max-width: 700px) {
  .product #prod-testimonials .container .owl-carousel {
    border: none !important;
  }
}
.product #prod-testimonials .container .owl-nav button {
  position: absolute;
  width: 45px;
  top: 50%;
  margin-top: -25px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  border-bottom: 2px solid #e7e18d;
}
.product #prod-testimonials .container .owl-nav button span {
  display: none;
}
@media (max-width: 700px) {
  .product #prod-testimonials .container .owl-nav button {
    display: none;
  }
}
.product #prod-testimonials .container .owl-nav button.owl-prev {
  left: -100px;
}
@media (max-width: 1100px) {
  .product #prod-testimonials .container .owl-nav button.owl-prev {
    left: -65px;
  }
}
.product #prod-testimonials .container .owl-nav button.owl-next {
  right: -100px;
}
@media (max-width: 1100px) {
  .product #prod-testimonials .container .owl-nav button.owl-next {
    right: -65px;
  }
}
@media (max-width: 1100px) {
  .product #prod-testimonials .container {
    padding: 0 80px !important;
  }
}
@media (max-width: 1100px) and (max-width: 700px) {
  .product #prod-testimonials .container {
    padding: 0 ! important;
  }
}
.ps-widget.ps-disabled small {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
/* recipe landing page */
body.page-template-recipe-landing #primary {
  background: #b8ddd0;
  padding-bottom: 60px;
  position: relative;
}
body.page-template-recipe-landing #primary .container {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  background-image: linear-gradient(to bottom, #3c98cd, #84bddc);
}
@media (max-width: 992px) {
  body.page-template-recipe-landing #primary .container {
    padding-bottom: 0px;
  }
}
body.page-template-recipe-landing #primary .container .mushy {
  position: absolute;
  z-index: 10;
  width: 450px;
  top: 30px;
  left: -250px;
}
body.page-template-recipe-landing #primary .container .mushy img {
  display: block;
  margin-top: 70px;
}
body.page-template-recipe-landing #primary .container .mushy .bubble-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 185px;
  height: 185px;
  top: 0;
  right: -100px;
  border-radius: 50%;
  background: #f5fafd;
  color: #779800;
  font-size: 40px;
  text-align: center;
}
body.page-template-recipe-landing #primary .container .mushy .bubble-text::after {
  content: '';
  display: block;
  position: absolute;
  top: 150px;
  left: 14px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 17px solid #f5fafd;
  transform: rotate(-47deg);
}
@media (max-width: 1300px) {
  body.page-template-recipe-landing #primary .container .mushy {
    transform: scale(0.8);
    margin-top: -70px;
  }
}
@media (max-width: 1300px) and (max-width: 1200px) {
  body.page-template-recipe-landing #primary .container .mushy {
    transform: scale(0.6);
    margin-top: -90px;
  }
}
@media (max-width: 1300px) and (max-width: 1200px) and (max-width: 768px) {
  body.page-template-recipe-landing #primary .container .mushy {
    transform: scale(0.4);
    top: -50px;
    right: auto;
    left: -220px;
  }
}
@media (max-width: 1300px) and (max-width: 1200px) and (max-width: 768px) and (max-width: 520px) {
  body.page-template-recipe-landing #primary .container .mushy {
    display: none;
  }
}
@media (max-width: 992px) {
  body.page-template-recipe-landing #primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-recipe-landing #primary .full-break {
  width: 100%;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  body.page-template-recipe-landing #primary .full-break {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
body.page-template-recipe-landing #primary .hanging-sign {
  margin: 0 0 30px 0;
}
.recipe-filter {
  width: 700px;
  margin: 60px auto 40px auto;
  font-size: 18px;
}
.recipe-filter .top-terms-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 560px) {
  .recipe-filter .top-terms-row {
    display: block;
  }
}
.recipe-filter .top-terms-row .filter-col {
  width: 25%;
  text-align: center;
}
@media (max-width: 560px) {
  .recipe-filter .top-terms-row .filter-col {
    margin: auto;
  }
}
.recipe-filter .top-terms-row .filter-col a {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  padding: 20px 0 10px 0;
}
.recipe-filter .top-terms-row .filter-col a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -5px;
  width: 13px;
  height: 13px;
  border: 2px solid #e7e18d;
  border-radius: 50%;
}
.recipe-filter .top-terms-row .filter-col a:hover::after,
.recipe-filter .top-terms-row .filter-col a.active::after {
  border-color: #fff;
  background: #fff;
}
@media (max-width: 992px) {
  .recipe-filter {
    font-size: 18px;
  }
}
@media (max-width: 992px) and (max-width: 880px) {
  .recipe-filter {
    width: 650px;
  }
}
@media (max-width: 992px) and (max-width: 880px) and (max-width: 768px) {
  .recipe-filter {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 880px) and (max-width: 768px) and (max-width: 400px) {
  .recipe-filter {
    font-size: 14px;
  }
}
.recipes-grid {
  width: 1100px;
  margin: 0 auto 40px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}
.recipes-grid a.recipe-grid-item {
  display: block;
  text-decoration: none !important;
}
.recipes-grid a.recipe-grid-item .thumb {
  position: relative;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.recipes-grid a.recipe-grid-item .thumb::after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 105, 180, 0.4);
  transition: 0.3s;
}
.recipes-grid a.recipe-grid-item h3 {
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 0;
  padding: 15px 0 0 0;
  font-family: 'Poppins';
}
@media (max-width: 768px) {
  .recipes-grid a.recipe-grid-item h3 {
    font-size: 18px;
  }
}
.recipes-grid a.recipe-grid-item:hover .thumb::after {
  opacity: 0.8;
}
.recipes-grid a.recipe-grid-item:hover h3 {
  text-decoration: underline;
}
@media (max-width: 768px) and (max-width: 560px) {
  .recipes-grid a.recipe-grid-item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1150px) {
  .recipes-grid {
    width: 100%;
  }
}
@media (max-width: 1150px) and (max-width: 992px) {
  .recipes-grid {
    margin-top: 0;
  }
}
@media (max-width: 1150px) and (max-width: 992px) and (max-width: 768px) {
  .recipes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1150px) and (max-width: 992px) and (max-width: 768px) and (max-width: 560px) {
  .recipes-grid {
    display: block;
  }
}
/* Single RECIPE template */
body.single-recipe .recipe {
  background: #de8a97;
  padding: 0 0 90px 0;
  font-size: 18px;
}
@media (max-width: 992px) {
  body.single-recipe .recipe {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  body.single-recipe .recipe {
    padding: 0 25px 25px 25px;
  }
}
body.single-recipe .recipe .container {
  padding-left: 0;
  padding-right: 0;
  background: radial-gradient(at center 35%, #8acdf1, #43a3d5);
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1290px) and (max-width: 992px) {
  body.single-recipe .recipe .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.single-recipe .recipe .container .recipe-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 50px 0 80px 0;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col {
  width: 50%;
  padding: 0 60px;
  text-align: center;
  color: #fff;
  align-self: center;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.8;
  margin: 0 0 50px 0;
  padding: 0;
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1290px) and (min-width: 768px) and (max-width: 950px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
    font-size: 11vw;
  }
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.servings {
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times span.total-time {
  display: block;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times span.divider {
  display: inline-block;
  margin: 0 10px;
  color: #e7e18d;
}
@media (max-width: 700px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times {
    padding-bottom: 10px;
  }
}
@media (max-width: 700px) and (max-width: 600px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times span.divider {
    display: none;
  }
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col p.cook-times span.time {
    display: block;
    margin-bottom: 10px;
  }
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col .recipe-desc a {
  color: white;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col .recipe-desc a:hover {
  color: #e7e18d;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col .social-media {
  margin-bottom: 15px;
}
body.single-recipe .recipe .container .recipe-top .recipe-overview-col .arrow-link-back a {
  margin: 0 0 20px 0;
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col {
    padding-left: 0;
  }
}
@media (max-width: 1290px) and (max-width: 768px) {
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col {
    width: 100%;
    padding: 40px 0 0px 0;
  }
}
body.single-recipe .recipe .container .recipe-top .recipe-img-col {
  width: 50%;
  padding: 0 60px 0 0;
}
body.single-recipe .recipe .container .recipe-top .recipe-img-col .img-wrap {
  position: relative;
  overflow: hidden;
}
body.single-recipe .recipe .container .recipe-top .recipe-img-col .img-wrap img {
  display: block;
}
body.single-recipe .recipe .container .recipe-top .recipe-img-col .img-wrap img.character {
  position: absolute;
  width: 200px;
  height: auto;
  left: 4%;
  bottom: 7%;
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container .recipe-top .recipe-img-col .img-wrap img.character {
    transform: scale(1);
    width: 30%;
    bottom: 3%;
  }
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container .recipe-top .recipe-img-col {
    padding: 0;
  }
}
@media (max-width: 1290px) and (max-width: 768px) {
  body.single-recipe .recipe .container .recipe-top .recipe-img-col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.single-recipe .recipe .container .recipe-top {
    display: grid;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col {
    display: contents;
  }
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col h1 {
    grid-row: 1;
    position: relative;
    top: 20px;
  }
  body.single-recipe .recipe .container .recipe-top .recipe-overview-col .servings {
    padding-top: 20px;
  }
}
body.single-recipe .recipe .container .full-break {
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  width: 100%;
}
@media (max-width: 1290px) {
  body.single-recipe .recipe .container .full-break {
    margin-left: -60px;
  }
}
@media (max-width: 1290px) and (max-width: 992px) {
  body.single-recipe .recipe .container .full-break {
    margin-left: -50px;
  }
}
body.single-recipe .recipe .container .recipe-cols {
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
}
body.single-recipe .recipe .container .recipe-cols.how-to-titles h2 {
  width: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 70px 0 30px 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
body.single-recipe .recipe .container .recipe-cols.how-to-titles h2:nth-child(1) {
  border-right: 2px solid #e7e18d;
}
@media (max-width: 700px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2:nth-child(1) {
    border-right: none;
  }
}
body.single-recipe .recipe .container .recipe-cols.how-to-titles h2 span {
  display: inline-block;
}
@media (max-width: 700px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2 span {
    border-bottom: 2px solid transparent;
  }
}
@media (max-width: 992px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2 {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 992px) and (max-width: 700px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2 {
    margin: 30px 0 20px 0;
    padding: 0 0 5px 0;
    cursor: pointer;
  }
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2.active {
    text-transform: uppercase;
  }
  body.single-recipe .recipe .container .recipe-cols.how-to-titles h2.active span {
    border-bottom-color: #e7e18d;
  }
}
body.single-recipe .recipe .container .recipe-cols a {
  color: #fff;
}
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col {
  width: 50%;
  padding: 0px 70px 40px 70px;
  text-align: left;
}
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col:nth-child(1) {
  border-right: 2px solid #e7e18d;
}
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col ul,
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col ol {
  margin: 0;
  padding: 0;
}
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col ul li,
body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col ol li {
  margin: 0 0 13px 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 992px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col {
    padding: 0 30px 40px 30px;
  }
}
@media (max-width: 992px) and (max-width: 700px) {
  body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col {
    display: none;
    width: 100%;
    padding: 0 0 40px 0;
  }
  body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col:nth-child(1) {
    border-right: none;
  }
  body.single-recipe .recipe .container .recipe-cols.how-to-inst .recipe-col.active {
    display: block;
    margin-left: 10px;
  }
}
/* recipe page print */
@media print {
  @page {
    margin: 2em;
  }
  body {
    background: none !important;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000 !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a {
    color: #000 !important;
    font-weight: 400 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  #masthead,
  #colophon,
  .hanging-sign,
  a.button,
  .arrow-link,
  .arrow-link-back,
  .social-media {
    display: none !important;
  }
  .vertical-gradient-3-color,
  .product-page-rows-lower .product-section,
  .vertical-gradient-2-color,
  .recipe,
  .recipe .container {
    background: none !important;
  }
  .recipe .container .recipe-top {
    overflow: hidden;
    display: block;
    padding-bottom: 30px;
    text-align: left;
  }
  .recipe .container .recipe-top .recipe-overview-col h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .recipe .container .recipe-top .recipe-overview-col p {
    text-align: left !important;
  }
  .recipe .container .recipe-top .recipe-overview-col p.cook-times span.divider {
    color: #ccc;
  }
  .full-break {
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc !important;
  }
  .recipe .container .recipe-cols.how-to-titles h2:nth-child(1),
  .recipe .container .recipe-cols.how-to-inst .recipe-col:nth-child(1) {
    border: none !important;
  }
  .recipe .container .recipe-cols.how-to-inst p {
    margin: 0 0 5px 0 !important;
  }
  .recipe .container .recipe-top .recipe-img-col {
    width: 30% !important;
    float: right;
  }
  .recipe .container .recipe-top .recipe-overview-col {
    width: 70% !important;
    float: left;
    padding: 0 50px 0 0 !important;
  }
  h1 {
    font-size: 25px !important;
  }
  .recipe-col.directions {
    width: 50% !important;
    float: left !important;
    display: block !important;
    color: black !important;
    text-transform: none !important;
  }
  .recipe-col.ingredients {
    width: 50% !important;
    float: left !important;
    display: block !important;
    color: black !important;
  }
  p {
    margin-bottom: 0px;
  }
  .print-copyright {
    display: block !important;
  }
  .active {
    border: none !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
  }
  .active span {
    border: none !important;
  }
  #page {
    padding-top: 0px !important;
  }
  li {
    font-size: 14px !important;
  }
  .recipe {
    font-size: 14px !important;
  }
}
#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 70px;
  background: #2785bb;
}
#masthead .container {
  position: relative;
}
#masthead .container a.custom-logo-link {
  position: absolute;
  width: 250px;
  top: 25px;
  left: 50%;
  margin-left: -125px;
}
#masthead .container a.custom-logo-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 450px) {
  #masthead .container a.custom-logo-link {
    top: 36px;
    width: 180px;
    margin-left: -90px;
  }
}
#masthead .container .main-nav-wrap {
  width: 50%;
}
#masthead .container .main-nav-wrap ul.menu {
  margin: 0;
  padding: 23px 0 0 0;
}
#masthead .container .main-nav-wrap ul.menu li {
  margin: 0 25px;
}
#masthead .container .main-nav-wrap ul.menu li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 10px 0;
}
#masthead .container .main-nav-wrap ul.menu li a:hover {
  text-decoration: underline;
}
#masthead .container .main-nav-wrap ul.menu li ul {
  background: #2785bb;
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead .container .main-nav-wrap ul.menu li ul li a {
  display: block;
  padding: 5px 0;
  line-height: 1.3;
  text-transform: none;
}
#masthead .container .main-nav-wrap ul.menu li:hover ul {
  left: -25px;
}
#masthead .container #main-menu-left {
  float: left;
}
#masthead .container #main-menu-left ul#menu-main-left {
  margin-right: 160px;
  float: right;
}
#masthead .container #main-menu-left ul#menu-main-left li {
  float: right;
}
#masthead .container #main-menu-right {
  float: right;
}
#masthead .container #main-menu-right ul#menu-main-right {
  margin-left: 160px;
  float: left;
}
#masthead .container #main-menu-right ul#menu-main-right li {
  float: left;
}
#masthead .container #search {
  width: 180px;
  position: absolute;
  top: 17px;
  right: 0px;
}
#masthead .container #search .search-wrap {
  position: relative;
}
#masthead .container #search .search-wrap.open {
  z-index: 1000;
}
#masthead .container #search .search-wrap input.search-text {
  width: 30px;
  /* same as button width */
  float: right;
  padding: 5px;
  border: none;
  background: none;
}
#masthead .container #search .search-wrap input.search-text.open,
#masthead .container #search .search-wrap input.search-text:focus {
  background: #cde5ed;
}
#masthead .container #search .search-wrap button.searchsubmit,
#masthead .container #search .search-wrap span.submit-overlay {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 36px;
  border: none;
  background: url(images/search-icon.png) no-repeat center center;
  background-size: 18px auto;
  cursor: pointer;
}
@media (max-width: 900px) {
  #masthead .container #search .search-wrap button.searchsubmit,
  #masthead .container #search .search-wrap span.submit-overlay {
    background-size: 27px auto;
  }
}
@media (max-width: 1310px) {
  #masthead .container #search .search-wrap {
    right: 20px;
  }
}
@media (max-width: 500px) {
  #masthead .container #search {
    width: calc(100% - 110px);
  }
}
#masthead .container button.menu-toggle {
  position: relative;
  background: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  display: none;
  border: none;
  padding: 0;
  margin: 11px 0 0 15px;
}
#masthead .container button.menu-toggle span {
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 11px;
  left: 10px;
}
#masthead .container button.menu-toggle span::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 900px) {
  #masthead .container button.menu-toggle {
    display: block;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  #masthead .container button.menu-toggle {
    margin-left: 5px;
  }
}
#masthead .container #flyout-menu {
  position: fixed;
  z-index: 2000;
  width: 400px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: -400px;
  background: #2785bb;
  opacity: 0;
  transition: opacity 0.5s;
}
#masthead .container #flyout-menu.open {
  left: 0;
  opacity: 1;
}
#masthead .container #flyout-menu a.close-flyout {
  display: block;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 33px;
  width: 30px;
  height: 30px;
}
#masthead .container #flyout-menu a.close-flyout svg > path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2;
  stroke-linejoin: round;
}
#masthead .container #flyout-menu .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px 100px 30px;
  overflow-y: auto;
}
#masthead .container #flyout-menu .inner ul {
  margin: 0;
  padding: 0;
}
#masthead .container #flyout-menu .inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead .container #flyout-menu .inner ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
#masthead .container #flyout-menu .inner ul li ul {
  margin-left: 25px;
}
#colophon {
  font-size: 18px;
  padding: 45px 0 60px 0;
  background: linear-gradient(to bottom, #6ab0d7 0%, #5eaad4 45%, #5eaad4 55%, #3d98cd 100%);
}
#colophon a {
  color: #fff;
  text-decoration: none;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon .container .logo-row {
  margin: 0 0 60px 0;
}
@media (max-width: 500px) {
  #colophon .container .logo-row {
    margin-bottom: 35px;
  }
}
#colophon .container .columns-row {
  display: flex;
  flex-wrap: nowrap;
}
#colophon .container .columns-row .footer-col {
  padding: 0 30px 0 0;
}
#colophon .container .columns-row .footer-col:nth-child(1) {
  width: 15%;
}
#colophon .container .columns-row .footer-col:nth-child(2) {
  width: 30%;
}
#colophon .container .columns-row .footer-col:nth-child(3) {
  padding-top: 45px;
  width: 35%;
}
#colophon .container .columns-row .footer-col:nth-child(4) {
  width: 20%;
}
#colophon .container .columns-row .footer-col h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-family: 'Bourton W05 Base', 'serif';
}
#colophon .container .columns-row .footer-col p {
  margin: 0 0 10px 0;
}
#colophon .container .columns-row .footer-col ul.menu {
  margin: 0;
  padding: 0;
}
#colophon .container .columns-row .footer-col ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#colophon .container .columns-row .footer-col ul.menu li a {
  display: block;
  padding: 5px 0;
}
@media (max-width: 992px) {
  #colophon .container .columns-row .footer-col:nth-child(1) {
    width: 50% !important;
    padding-bottom: 40px;
  }
  #colophon .container .columns-row .footer-col:nth-child(2) {
    width: 50% !important;
    padding-bottom: 40px;
  }
  #colophon .container .columns-row .footer-col:nth-child(3) {
    padding-top: 0px;
    width: 50% !important;
  }
  #colophon .container .columns-row .footer-col:nth-child(4) {
    width: 50% !important;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row .footer-col:nth-child(1) {
    width: 100% !important;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row .footer-col:nth-child(2) {
    width: 100% !important;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row .footer-col:nth-child(3) {
    width: 100% !important;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row .footer-col:nth-child(4) {
    width: 100% !important;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row .footer-col {
    padding: 0 20px 40px 20px;
    text-align: center;
  }
  #colophon .container .columns-row .footer-col ul {
    display: inline-block;
  }
  #colophon .container .columns-row .footer-col ul li {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #colophon .container .columns-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) and (max-width: 650px) {
  #colophon .container .columns-row {
    display: block;
  }
}
#colophon .container .copyright {
  font-size: 16px;
}
@media (max-width: 992px) {
  #colophon .container .copyright {
    text-align: center;
  }
}
#colophon .container .sm-device-content {
  display: none;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 500px) {
  #colophon .container .sm-device-content {
    display: block;
  }
}
@media (max-width: 500px) {
  #colophon {
    padding: 30px 0 20px 0;
  }
}
#colophon .social-links li {
  display: inline-block;
  margin-left: 10px !important;
}
#colophon .social-links a {
  font-size: 0;
}
#colophon .social-links a i {
  font-size: 20px;
}
.nutrition-facts-panel .the-dialog {
  color: #444444;
}
.nutrition-facts-panel .the-dialog .foot button {
  color: black;
}
.nutrition-facts-panel .the-dialog .body img {
  max-width: 100%;
}
.ew-container .ew-billboard-section img {
  width: 100%;
}
.ew-container .ew-inner-col {
  margin: 0 auto;
  max-width: 1140px;
}
.ew-container .ew-step-section:after {
  content: '';
  display: table;
  clear: both;
}
.ew-container .ew-step-section .ew-step-inner-col {
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: solid 2px #fbd56b;
  padding: 20px 0;
}
.ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container {
  width: 50%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container h1 {
  color: #74be11;
}
.ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container:first-child {
  border-right: solid 2px #fab282;
}
@media (max-width: 700px) {
  .ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container {
    width: auto;
    max-width: 500px;
    float: none;
    margin: 10px auto;
  }
  .ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container:first-child {
    border-right: 0;
  }
}
.ew-container .ew-step-section .ew-step-inner-col .ew-step-content-container .ew-step-p {
  color: black;
}
.ew-container .ew-product-section {
  background-position: center center;
  background-size: cover;
  background-color: #9ccae3;
  background-image: url('/wp-content/themes/wholly-guacamole-2017/rectanglebackground-2000x534.jpg');
}
.ew-container .ew-product-section:after {
  content: '';
  display: table;
  clear: both;
}
.ew-container .ew-product-section .ew-product-content-container {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
}
.ew-container .ew-product-section .ew-product-content-container img {
  max-width: 100%;
}
.ew-container .ew-product-section .ew-product-content-container .ew-product-action-button {
  display: inline-block;
  background-color: #fa7415;
  color: white;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 14px;
  max-width: 400px;
}
@media (max-width: 700px) {
  .ew-container .ew-product-section .ew-product-content-container {
    width: auto;
    float: none;
    display: block;
    margin: 10px auto;
  }
}
.ew-container .ew-product-section .ew-product-under-image a {
  color: white !important;
  text-decoration: none !important;
}
.ew-container .ew-faq-section {
  padding-left: 10px;
  padding-right: 10px;
}
.ew-container .ew-faq-section:after {
  content: '';
  display: table;
  clear: both;
}
.ew-container .ew-faq-section h2 {
  color: #74be11;
  border-bottom: #fbd56b solid 4px;
  font-size: 35px;
  padding: 20px 0;
}
.ew-container .ew-faq-section .ew-faq-content-container {
  float: left;
  width: 29.3%;
  box-sizing: border-box;
  margin: 10px 2%;
}
.ew-container .ew-faq-section .ew-faq-content-container:first-of-type {
  position: relative;
  left: -2%;
}
@media (max-width: 700px) {
  .ew-container .ew-faq-section .ew-faq-content-container {
    float: none;
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 400px;
  }
  .ew-container .ew-faq-section .ew-faq-content-container:first-of-type {
    left: 0;
  }
}
.ew-container .ew-faq-section .ew-faq-content-container .ew-faq-letter {
  color: #fa7415;
  font-size: 150%;
  vertical-align: text-bottom;
  padding-right: 10px;
  font-weight: 700;
}
.ew-container .ew-faq-section .ew-faq-content-container .ew-faq-answer {
  margin-top: 10px;
}
.ew-container .ew-faq-section .ew-faq-footer-bar {
  clear: both;
  text-align: center;
  padding: 15px 0 40px 0;
  font-weight: 600;
}
.ew-container .ew-faq-section .ew-faq-footer-bar a {
  color: #fa7415 !important;
  text-decoration: none !important;
}
.ew-container .ew-faq-section .ew-faq-footer-bar .ew-faq-footer-content-link {
  color: black;
}
.ew-container .ew-faq-section .ew-faq-question-body {
  color: black;
}
.ew-container .ew-faq-section .ew-faq-answer-body {
  color: black;
}
.ew-container .ew-recipe-section {
  background-color: #fbd56b;
  padding: 10px 0 70px 0;
}
.ew-container .ew-recipe-section img {
  max-width: 100%;
}
.ew-container .ew-recipe-section h2 {
  font-size: 30px;
}
.ew-container .ew-recipe-section .ew-recipe-content-container {
  display: table;
}
.ew-container .ew-recipe-section .ew-recipe-content-container .ew-recipe {
  display: table-row;
}
.ew-container .ew-recipe-section .ew-recipe-content-container .ew-recipe > * {
  display: table-cell;
}
.ew-container .ew-recipe-section .row {
  background-color: white;
}
.ew-container .ew-recipe-section .article--recipe-landing {
  padding: 14px;
}
.ew-container .ew-recipe-section .article__title--recipe-landing {
  border-bottom: 0;
}
.ew-container .ew-recipe-section #gf_3 + br {
  display: none;
}
.ew-container .ew-recipe-section .gform_body {
  width: auto !important;
  max-width: none !important;
  display: block;
  box-sizing: border-box !important;
  margin-right: 0px;
}
.ew-container .ew-recipe-section .gchoice_3_2_1 {
  display: block;
}
.ew-container .ew-recipe-section .newsletter--gray {
  min-height: 160px;
}
@media (min-height: 1000px) {
  .ew-container .ew-recipe-section .newsletter--gray {
    min-height: 320px;
  }
}
.ew-container .ew-recipe-section #field_3_2 {
  bottom: 0 !important;
  top: auto !important;
  right: 0 !important;
  left: 0 !important;
  position: relative !important;
}
.ew-container .ew-recipe-section .promo__newsletter #gform_wrapper_3 .gform_footer {
  margin-top: 0px;
  max-width: none;
}
.ew-container .ew-recipe-section .newsletter__form .button {
  border-radius: 20px 20px 20px 20px;
}
.ew-container .ew-recipe-section .newsletter .gform_wrapper ul li.gfield {
  float: none;
}
.ew-container .ew-recipe-section #gform_fields_3 {
  float: none !important;
}
.ew-container .ew-recipe-section .ginput_container.ginput_container_email {
  float: none !important;
}
.ew-container .ew-recipe-section #input_3_1 {
  width: 95% !important;
  box-sizing: border-box;
}
.page-template-tpl-guac-talk .column.column--two-thirds.slide__text--interior-hero {
  display: none !important;
}
.page-template-tpl-guac-talk .slide.slide--interior-hero {
  height: 600px;
  background: url(/wp-content/uploads/2022/09/avocado-superfood-2400x600-1.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}
.page-template-tpl-guac-talk .slide.slide--interior-hero .hero-media .image img {
  display: none;
}
@media (max-width: 1080px) {
  .page-template-tpl-guac-talk .slide.slide--interior-hero {
    height: auto;
    background: url(/wp-content/uploads/2022/09/avacado-superfood-1080.jpg) no-repeat center top;
  }
  .page-template-tpl-guac-talk .slide.slide--interior-hero:before {
    content: '\00a0';
    height: 0;
    padding-top: 147.7777778%;
    display: inline-block;
    width: 0;
    font-size: 0;
  }
}
.page-template-tpl-guac-talk #primary {
  padding-top: 0;
  /* icons for grid */
}
.page-template-tpl-guac-talk #primary .feature-row {
  background: #9ec5df;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 10px 0;
}
.page-template-tpl-guac-talk #primary .feature-row span {
  display: inline-block;
  padding: 0 10px 0 5px;
  border-right: 2px solid #fad76b;
}
.page-template-tpl-guac-talk #primary .feature-row span:last-child {
  border-right: none;
}
.page-template-tpl-guac-talk #primary .pagewidth {
  width: 1140px;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 1140px) {
  .page-template-tpl-guac-talk #primary .pagewidth {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-tpl-guac-talk #primary h2.style-green {
  color: #7d9c4e;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}
.page-template-tpl-guac-talk #primary p {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  color: #77787b;
}
.page-template-tpl-guac-talk #primary img {
  max-width: 100%;
  height: auto;
}
.page-template-tpl-guac-talk #primary a.open-button {
  display: inline-block;
  margin: 20px 0;
  padding: 10px 20px 11px 20px;
  line-height: 1;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #e48c30;
  text-decoration: none;
}
.page-template-tpl-guac-talk #primary a.open-button span.focus {
  color: #e48c30;
  text-decoration: underline;
  font-weight: 700;
}
.page-template-tpl-guac-talk #primary .grid-area-4 {
  width: 760px;
  margin: 30px auto;
  overflow: hidden;
}
@media (max-width: 770px) {
  .page-template-tpl-guac-talk #primary .grid-area-4 {
    width: 100%;
  }
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item {
  width: 50%;
  height: 250px;
  float: left;
  padding: 0 60px 20px 60px;
  text-align: center;
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item strong {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 5px;
}
@media (max-width: 660px) {
  .page-template-tpl-guac-talk #primary .grid-area-4 .grid-item {
    width: 100%;
    height: auto;
    float: none;
    border: none !important;
    border-bottom: 1px solid #e48c30 !important;
  }
  .page-template-tpl-guac-talk #primary .grid-area-4 .grid-item.bot-left strong br {
    display: none;
  }
  .page-template-tpl-guac-talk #primary .grid-area-4 .grid-item.bot-right strong br {
    display: none;
  }
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item .icon {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item.top-left {
  border-right: 1px solid #e48c30;
  border-bottom: 1px solid #e48c30;
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item.top-right {
  border-bottom: 1px solid #e48c30;
}
.page-template-tpl-guac-talk #primary .grid-area-4 .grid-item.bot-left {
  border-right: 1px solid #e48c30;
}
.page-template-tpl-guac-talk #primary .grid-area-4.nutri-benefits .grid-item.top-left .icon {
  background-image: url(/wp-content/uploads/2022/09/icon-superfood.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.nutri-benefits .grid-item.top-right .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_Fiber.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.nutri-benefits .grid-item.bot-left .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_Vitamins.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.nutri-benefits .grid-item.bot-right .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_Cooking.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.hpt-benefits .grid-item.top-left .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_NoAdditives.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.hpt-benefits .grid-item.top-right .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_NoChemicals.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.hpt-benefits .grid-item.bot-left .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_ExtendedLife.png);
}
.page-template-tpl-guac-talk #primary .grid-area-4.hpt-benefits .grid-item.bot-right .icon {
  background-image: url(/wp-content/uploads/2022/09/Icon_Big8Allergens.png);
}
.page-template-tpl-guac-talk #primary #product-links-row {
  background: #9ccae3;
  padding: 20px 0;
}
.page-template-tpl-guac-talk #primary #product-links-row .col {
  width: 33%;
  float: left;
  padding: 0 20px;
}
@media (max-width: 660px) {
  .page-template-tpl-guac-talk #primary #product-links-row .col {
    width: 100%;
    float: none;
    margin: 80px 0;
  }
  .page-template-tpl-guac-talk #primary #product-links-row .col:last-of-type {
    margin-bottom: 20px;
  }
}
.page-template-tpl-guac-talk #primary #product-links-row .col img {
  display: block;
  margin: 0 auto;
}
.page-template-tpl-guac-talk #primary #product-links-row a.orange-button {
  display: block;
  width: 150px;
  margin: 20px auto 0 auto;
  padding: 9px 16px;
  color: #fff;
  background: #e48c30;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-tpl-guac-talk #primary #product-links-row a.orange-button:hover {
  background: #b26f29;
}
.page-template-tpl-guac-talk #primary #product-links-row a.open-button.no-border {
  border: none;
}
.page-template-tpl-guac-talk #primary #product-links-row a.open-button.no-border span.focus {
  color: #286983;
}
.page-template-tpl-guac-talk #primary #product-links-row p {
  margin: 0;
  padding: 0;
}
.page-template-tpl-guac-talk #primary #product-links-row .pagewidth + p {
  clear: both;
}
.page-template-tpl-guac-talk #primary .featured-recipe {
  margin-bottom: 30px;
  padding-top: 30px;
  background: #fad76b;
}
.page-template-tpl-guac-talk #primary .featured-recipe .box-shadow--bottom-black {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-template-tpl-guac-talk #primary .page-title-1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-tpl-guac-talk #primary .page-title-2 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.button-find-wrap .ps-widget {
  background-color: white !important;
  color: #2785bb !important;
  border-radius: 10px !important;
}
.button-find-wrap .ps-widget:hover {
  color: white !important;
  background-color: #65add6 !important;
}
#page-guac-talk {
  background-color: #d4dbc9;
}
#page-guac-talk .jumbo {
  position: relative;
  overflow: hidden;
}
#page-guac-talk .jumbo .platform {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto auto auto;
}
#page-guac-talk .jumbo .platform .left-side-color,
#page-guac-talk .jumbo .platform .right-side-color {
  width: 275px;
  justify-self: end;
}
#page-guac-talk .jumbo .platform .left-side-color img,
#page-guac-talk .jumbo .platform .right-side-color img {
  height: 100%;
}
#page-guac-talk .jumbo .platform .left-side-color {
  justify-self: end;
  text-align: right;
}
#page-guac-talk .jumbo .platform .right-side-color {
  justify-self: start;
}
#page-guac-talk .jumbo .platform .blenders img {
  height: 100%;
  max-width: none;
}
#page-guac-talk .jumbo .platform .blenders .blender-back-mobile-picture {
  display: none;
}
#page-guac-talk .jumbo .stage {
  position: relative;
  margin-top: 40px;
}
#page-guac-talk .jumbo .stage .center-guac-picture img,
#page-guac-talk .jumbo .stage .center-guac-mobile-picture img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#page-guac-talk .jumbo .stage .center-guac-mobile-picture {
  display: none;
}
#page-guac-talk .jumbo .stage .msg {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  width: 19%;
  text-align: center;
}
#page-guac-talk .jumbo .stage .msg .intro {
  font-size: 10.64pt;
  font-family: 'Bourton W05 Base', 'serif';
  color: #779800;
  font-weight: 600;
  text-transform: uppercase;
}
#page-guac-talk .jumbo .stage .msg .central {
  font-family: 'Gilroy W05 Heavy', 'serif';
  font-size: 22.8pt;
  margin-top: 0.3em;
  color: #4da1ce;
  line-height: 0.9em;
  text-transform: uppercase;
}
#page-guac-talk .jumbo .stage .msg .link {
  font-size: 15.2pt;
  margin-top: 0.6em;
}
#page-guac-talk .jumbo .stage .msg .link a {
  color: #74be11;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: solid 2px #e7e18d;
}
#page-guac-talk .jumbo .stage .msg .link .arrow {
  width: 35px;
  vertical-align: middle;
}
#page-guac-talk .jumbo .stage .scroll-down {
  position: absolute;
  bottom: 21%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
}
#page-guac-talk .features {
  padding: 0 50px 50px 50px;
}
#page-guac-talk .features .feature {
  position: relative;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url('/wp-content/themes/eat-wholly-theme/images/blue-fade-background.svg');
  background-size: 100% 100%;
  color: white;
}
#page-guac-talk .features .feature:first-of-type {
  margin-top: 0;
}
#page-guac-talk .features .feature .content {
  position: relative;
  padding: 100px 60px 60px 60px;
}
#page-guac-talk .features .feature .content .msg {
  position: relative;
  z-index: 2;
}
#page-guac-talk .features .feature .content .type {
  font-family: 'Bourton W05 Base', 'serif';
  font-size: 25.84pt;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
#page-guac-talk .features .feature .content .name {
  font-family: 'Gilroy W05 Heavy', 'serif';
  font-size: 68.4pt;
  margin: auto;
  max-width: 90%;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.7em;
}
#page-guac-talk .features .feature .content .name sup {
  font-size: 40%;
  display: inline-block;
  vertical-align: middle;
  top: -0.7em;
}
#page-guac-talk .features .feature .content .main-img {
  font-size: 68.4pt;
  background-position: center center;
  background-size: cover;
  margin-top: 0.25em;
  box-shadow: 0px 14px 8px -4px rgba(0, 0, 0, 0.3);
}
#page-guac-talk .features .feature .content .main-img:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.40963855%;
  padding-bottom: 27.40963855%;
  vertical-align: middle;
}
#page-guac-talk .features .feature .content .learn-more {
  text-align: center;
  margin-top: 20px;
}
#page-guac-talk .features .feature .content .learn-more .arrow {
  height: 24px;
  padding-left: 10px;
  vertical-align: middle;
}
#page-guac-talk .features .feature .content .learn-more a {
  font-size: 16.72pt;
  color: white;
  text-decoration: none;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: solid 2px #e7e18d;
}
@media (min-width: 2201px) {
  #page-guac-talk .jumbo .stage .msg {
    width: 405px;
  }
}
@media (max-width: 1701px) {
  #page-guac-talk .jumbo .platform .blenders {
    width: 100vw;
  }
  #page-guac-talk .jumbo .platform .blenders img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #page-guac-talk .jumbo .stage .msg {
    width: 25%;
  }
  #page-guac-talk .jumbo .stage .msg .central {
    font-size: 2vw;
  }
  #page-guac-talk .jumbo .stage .msg .link .arrow {
    width: 2vw;
  }
}
@media (max-width: 1400px) {
  #page-guac-talk .features .feature .content .type {
    font-size: 3vw;
  }
  #page-guac-talk .features .feature .content .name {
    font-size: 6.2vw;
    max-width: 100%;
  }
  #page-guac-talk .features .feature .content .main-img {
    font-size: 6.2vw;
  }
}
@media (max-width: 900px) {
  #page-guac-talk .features .feature .content {
    padding: 60px 30px 30px 30px;
  }
  #page-guac-talk .features .feature .content .name {
    font-size: 6.2vw;
  }
  #page-guac-talk .features .feature .content .main-img:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 45.56603775%;
    padding-bottom: 45.56603775%;
    vertical-align: middle;
  }
}
@media (max-width: 800px) {
  #page-guac-talk .jumbo .platform .blenders img {
    height: 100%;
    max-width: none;
  }
  #page-guac-talk .jumbo .platform .blenders .blender-back-picture {
    display: none;
  }
  #page-guac-talk .jumbo .platform .blenders .blender-back-mobile-picture {
    display: block;
  }
  #page-guac-talk .jumbo .stage .center-guac-picture {
    display: none;
  }
  #page-guac-talk .jumbo .stage .center-guac-mobile-picture {
    display: block;
  }
  #page-guac-talk .jumbo .stage .msg {
    width: 60%;
    top: 18%;
  }
  #page-guac-talk .jumbo .stage .msg .intro {
    font-size: 3vw;
  }
  #page-guac-talk .jumbo .stage .msg .central {
    margin-top: 1em;
    font-size: 6vw;
  }
  #page-guac-talk .jumbo .stage .msg .link {
    margin-top: 1.5em;
  }
  #page-guac-talk .jumbo .stage .msg .link a {
    font-size: 4vw;
  }
  #page-guac-talk .jumbo .stage .msg .link .arrow {
    width: 4vw;
  }
  #page-guac-talk .jumbo .stage .scroll-down {
    bottom: 12%;
  }
}
#page-full-iframe iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 56vw;
  border: 0;
}
@media (orientation: landscape) and (max-height: 500px) {
  #page-full-iframe iframe {
    width: 70%;
    height: 39.2vw;
    height: calc(100vh - 70px);
    margin: auto;
  }
}
/* old about page - Nov 2020 */
.page-template-tpl-about-us #header .row.hero {
  display: none;
}
.page-template-tpl-about-us #primary.about-us {
  padding-top: 0;
}
.about-main {
  overflow: hidden;
  background-size: 100% auto;
}
.about-main .about-frame {
  position: relative;
}
.about-main .about-frame img.bg-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.about-main .about-frame .text-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
}
.about-main .about-frame .text-wrap img {
  display: block;
}
.about-main .about-frame a.frame-cta img {
  /*-webkit-transition: -webkit-transform 0.4s;*/
  transition: transform 0.4s;
}
.about-main .about-frame a.frame-cta:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about-main .about-frame.frame-1 .text-wrap {
  top: 30%;
  margin-left: -342px;
}
.about-main .about-frame.frame-2 .text-wrap {
  top: 56%;
  margin-left: -118px;
}
.about-main .about-frame.frame-3 .text-wrap {
  top: 20%;
  margin-left: -137px;
}
.about-main .about-frame.frame-4 .text-wrap {
  position: absolute;
  z-index: 50;
  width: 1200px;
  top: 30%;
  left: 50%;
  margin-left: -600px;
}
.about-main .about-frame.frame-4 .text-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.about-main .about-frame.frame-4 .text-wrap img.std-img-3 {
  margin-top: -60px;
}
.about-main .about-frame.frame-4 .text-wrap img.std-img-4 {
  margin-top: 70px;
}
.about-main .about-frame.frame-5 .text-wrap.txt-1 {
  top: 17%;
  margin-left: -254px;
}
.about-main .about-frame.frame-5 .text-wrap.txt-2 {
  top: 47%;
  margin-left: -119px;
}
.about-main .about-frame.frame-5 .text-wrap.txt-3 {
  bottom: 80px;
  margin-left: -130px;
}
@media (max-width: 1800px) {
  .about-main .about-frame.frame-4 .text-wrap {
    top: 20%;
  }
}
@media (max-width: 1350px) {
  .about-main .about-frame.frame-4 .text-wrap {
    top: 10%;
  }
}
@media (max-width: 1200px) {
  .about-main .about-frame img.bg-image {
    width: 110%;
    left: -5%;
  }
  .about-main .about-frame.frame-4 .text-wrap {
    z-index: 50;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  .about-main .about-frame img.bg-image {
    width: 130%;
    left: -15%;
  }
}
@media (max-width: 1000px) {
  .about-main .about-frame .text-wrap {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-main .about-frame .text-wrap img {
    margin: 0 auto;
    max-width: 100% !important;
  }
  .about-main .about-frame.frame-1 .text-wrap {
    top: 120px;
  }
  .about-main .about-frame.frame-4 .text-wrap img.std-img-4 {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .about-main .about-frame img.bg-image {
    width: 150%;
    left: -25%;
  }
  .about-main .about-frame.frame-4 .text-wrap {
    top: 20%;
  }
}
@media (max-width: 700px) {
  .about-main .about-frame img.bg-image {
    width: 160%;
    left: -30%;
  }
  .about-main .about-frame.frame-4 .text-wrap img.std-img-2 {
    max-width: 130% !important;
    margin-left: -15%;
  }
  .about-main .about-frame.frame-4 .text-wrap img.std-img-3 {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .about-main .about-frame img.bg-image {
    width: 190%;
    left: -45%;
  }
  .about-main .about-frame.frame-2 .text-wrap img {
    max-width: 55% !important;
  }
  .about-main .about-frame.frame-3 .text-wrap img {
    max-width: 60% !important;
  }
  .about-main .about-frame.frame-4 .text-wrap img.std-img-4 {
    max-width: 150px !important;
  }
  .about-main .about-frame.frame-5 .text-wrap img.img-2 {
    max-width: 45% !important;
  }
  .about-main .about-frame.frame-5 .text-wrap img.img-3 {
    max-width: 210px !important;
  }
}
@media (max-width: 500px) {
  .about-main .about-frame.frame-4 .text-wrap img.std-img-1 {
    max-width: 25% !important;
  }
  .about-main .about-frame.frame-5 .text-wrap.txt-3 {
    bottom: 35px;
  }
}
