@charset "UTF-8";

/* this hides the first nonna video */
.nonna-wall__picture--pic1{
	display:none;
}

/* this hides the bottom 6 videos on the video wall */
.nonna-vids__item:nth-child(n+7) {
    display: none;
}
/* this replaces the animated image on the nonna page */
.no-list__anim-element {
    background: url(/wp-content/uploads/2022/04/heading_no-list_3x.png) left top no-repeat !important;
}

/* makes the slick carousel accessible  */
.product-slider__image .product-slider__cta-overlay:focus-within {
    opacity: 1;
}

/* makes the search popup accessible  */
a.overlay-menu__close-link:focus .icon-close:before {
    text-decoration: underline;
    border: 1px solid white;
    padding: 2px;
}

/* fixes BV check icon size  */
span.bv-content-data-icon img {
    max-width: 15px !important;
}
/* removes zoom affect from product images  */

.zoomWindowContainer, .zoomContainer {
    opacity: 0;
}



.dishes-group {
  *zoom: 1;
}

.dishes-group:before, .dishes-group:after {
  content: " ";
  display: table;
}

.dishes-group:after {
  clear: both;
}

.legal, .contact, .heading-graphic, .text-only-header, .home-favs, .home-tips, .home-locs__inner, .product-detail, .other-favorites, .our-story__intro, .how-we-cook__item, .our-ingredients-heading__inner, .our-ingredients, .dishes__header, .where-to-buy, .nonna-wall__intro-text, .nonna-social, .nonna-msg__inner {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .legal, .contact, .heading-graphic, .text-only-header, .home-favs, .home-tips, .home-locs__inner, .product-detail, .other-favorites, .our-story__intro, .how-we-cook__item, .our-ingredients-heading__inner, .our-ingredients, .dishes__header, .where-to-buy, .nonna-wall__intro-text, .nonna-social, .nonna-msg__inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .legal, .contact, .heading-graphic, .text-only-header, .home-favs, .home-tips, .home-locs__inner, .product-detail, .other-favorites, .our-story__intro, .how-we-cook__item, .our-ingredients-heading__inner, .our-ingredients, .dishes__header, .where-to-buy, .nonna-wall__intro-text, .nonna-social, .nonna-msg__inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (min-width: 1382px) {
  .legal, .contact, .heading-graphic, .text-only-header, .home-favs, .home-tips, .home-locs__inner, .product-detail, .other-favorites, .our-story__intro, .how-we-cook__item, .our-ingredients-heading__inner, .our-ingredients, .dishes__header, .where-to-buy, .nonna-wall__intro-text, .nonna-social, .nonna-msg__inner {
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-header__inner, .site-footer__inner-wrap, .our-kitchen__content-inner {
  margin-left: 20px;
  margin-right: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .site-header__inner, .site-footer__inner-wrap, .our-kitchen__content-inner {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .site-header__inner, .site-footer__inner-wrap, .our-kitchen__content-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (min-width: 911px) {
  .legal, .contact {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
  }
}

.site-header__nav-link,
#primary-menu a, .site-header__search-link {
  position: relative;
  display: inline-block;
}

.site-header__nav-link:after,
#primary-menu a:after, .site-header__search-link:after {
  content: "";
  border-bottom: 1px solid #ee3135;
  display: block;
  width: 0%;
  position: absolute;
  left: 50%;
  top: 1.8em;
  -webkit-transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), left 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.site-header__nav-link:hover:after,
#primary-menu a:hover:after, .site-header__search-link:hover:after {
  width: 100%;
  left: 0;
}

.product-slider__cta-label:after, .home-favs__inner h2:after, .home-our-story__text-graphic:after, .home-our-story__anim:after, .home-tips__text h2:after, .home-locs__title:after, .how-we-cook__text h2:after, .our-ingredients__text h2:after, .dishes-group__subhead:after, .where-to-buy__header h1:after {
  content: "";
  display: block;
  position: relative;
  left: calc(50% - 17px);
  width: 35px;
  border-bottom: 2px solid #ee3135;
  padding-top: 24px;
  margin-bottom: 24px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.heading-graphic--with-divider .heading-graphic__inner:after, .text-only-header h1:after {
  content: "\e811";
  font-size: 8px;
  font-size: 0.5rem;
  color: #ee3135;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 20px;
  margin-bottom: 5px;
}

.slick-slider {
  /* Arrows */
  /* Dots */
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 30px;
  width: 20px;
}

.slick-slider .slick-prev:hover:before, .slick-slider .slick-prev:focus:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before {
  opacity: 1;
}

.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.2;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 26px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    height: 50px;
    width: 35px;
  }
}

.slick-slider .slick-prev {
  left: -15px;
}

[dir="rtl"] .slick-slider .slick-prev {
  right: -15px;
}

@media (min-width: 768px) {
  .slick-slider .slick-prev {
    left: -25px;
  }
  [dir="rtl"] .slick-slider .slick-prev {
    right: -25px;
  }
}

.slick-slider .slick-next {
  right: -15px;
}

[dir="rtl"] .slick-slider .slick-next {
  left: -15px;
}

@media (min-width: 768px) {
  .slick-slider .slick-next {
    right: -25px;
  }
  [dir="rtl"] .slick-slider .slick-next {
    left: -25px;
  }
}

.slick-slider .slick-dots {
  bottom: 10px;
}

.slick-slider .slick-dots li {
  margin: 0 2px;
}

.slick-slider .slick-dots li.slick-active button:before {
  content: "\e80e";
}

@media (min-width: 768px) {
  .slick-slider .slick-dots li {
    margin: 0 4px;
  }
}

@media (min-width: 1024px) {
  .slick-slider .slick-dots li {
    margin: 0 6px;
  }
}

@media (min-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .slick-slider .slick-dots {
    bottom: 20px;
  }
}

.slick-slider.slick-dotted {
  margin-bottom: 0 !important;
}

[class*="js-reveal"] {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/michangel/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 20px;
  line-height: 1;
  color: #ee3135;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "fontello";
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ee3135;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #ee3135;
  opacity: 1;
}

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/**
 * 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-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;
}

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

/**
 * adds focus to interactive elements per deque systems remediation
 */
:focus {text-decoration:underline;}

/**
 * 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"],
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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

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

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfb7af;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *IE10+
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
    height: 100%;
  }
}

body {
  overflow-y: scroll;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  background: #fff6ef;
  color: #025a45;
}

h1, h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1, h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

a {
  color: #ee3135;
  text-decoration: none;
  outline: none;
}

@font-face {
  font-family: 'roadwayregular';
  src: url("../fonts/roadway_-webfont.woff2") format("woff2"), url("../fonts/roadway_-webfont.woff") format("woff"), url("../fonts/roadway_-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?52431987");
  src: url("../fonts/fontello.eot?52431987#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?52431987") format("woff2"), url("../fonts/fontello.woff?52431987") format("woff"), url("../fonts/fontello.ttf?52431987") format("truetype"), url("../fonts/fontello.svg?52431987#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?52431987#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-left:before {
  content: '\e800';
}

/* '' */
.icon-arrow-right:before {
  content: '\e801';
}

/* '' */
.icon-magnifying-glass:before {
  content: '\e803';
}

/* '' */
.icon-family:before {
  content: '\e804';
}

/* '' */
.icon-large-family:before {
  content: '\e805';
}

/* '' */
.icon-organic:before {
  content: '\e806';
}

/* '' */
.icon-party:before {
  content: '\e807';
}

/* '' */
.icon-protein:before {
  content: '\e808';
}

/* '' */
.icon-seafood:before {
  content: '\e809';
}

/* '' */
.icon-single:before {
  content: '\e80a';
}

/* '' */
.icon-snack:before {
  content: '\e80b';
}

/* '' */
.icon-3diamonds:before {
  content: '\e80c';
}

/* '' */
.icon-diamond:before {
  content: '\e80d';
}

/* '' */
.icon-diamond-filled:before {
  content: '\e80e';
}

/* '' */
.icon-open:before {
  content: '\e80f';
}

/* '' */
.icon-close:before {
  content: '\e810';
}

/* '' */
.icon-15diamonds:before {
  content: '\e811';
}

/* '' */
.icon-marker:before {
  content: '\e812';
}

/* '' */
.icon-phone:before {
  content: '\e813';
}

/* '' */
.icon-mail:before {
  content: '\e814';
}

/* '' */
.icon-family_v2:before {
  content: '\e815';
}

/* '' */
.icon-large-family_v2:before {
  content: '\e816';
}

/* '' */
.icon-meal-starter:before {
  content: '\e817';
}

/* '' */
.icon-organic_v2:before {
  content: '\e818';
}

/* '' */
.icon-party_v2:before {
  content: '\e819';
}

/* '' */
.icon-seafood_v2:before {
  content: '\e81a';
}

/* '' */
.icon-single_v2:before {
  content: '\e81b';
}

/* '' */
.icon-play_v2:before {
  content: '\e81c';
}

/* '' */
.icon-all-products:before {
  content: '\e81d';
}

/* '' */
.icon-play:before {
  content: '\e844';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-pinterest:before {
  content: '\f231';
}

/* '' */
.text-only-header h1 {
  font-family: 'roadwayregular', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
}

.site-footer__menu-link,
#footer-menu a, .site-footer__legal, .loc-search__input-wrap input[type="text"], .loc-search__input-wrap label, .hero-slider--nonna .hero-slider__text, .photo-text-wide__content, .legal, .home-locs__inner, .link-arrow, .how-we-cook__text, .our-ingredients__text, .contact, .nonna-wall__intro-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
}

body, .site-header__nav-link,
#primary-menu a, .site-header__search-link, .overlay-menu__search-link, .overlay-menu__nav-link,
#overlay-menu-wp-items a, #overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link, .dish-filter-menu__link, .my-product-info__description, .cooking-instructions__step-text {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: .25px;
}

h1, h2, .button, .home-locs__submit, .contact__form input[type=submit], .product-slider__cta-label, .video-grid__label, .my-product-info__sizes__label, .my-product-info__sizes__nav li, .cooking-instructions__pre-note, .cooking-instructions__note, .cooking-instructions__step-count, .cooking-instructions__post-note, .button-capsule, .dishes-menu__list, .contact__form label, .nonna-social {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: .25px;
}

.heading-graphic--with-divider .heading-graphic__inner:after, .text-only-header h1:after, .site-header__search-link:before, .overlay-menu__search-link:after, #overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link:before, .loc-search__submit-wrap:before, .dish-filter-menu__link:before, .video-grid__image:after, .dishes-group__subhead--organic:before, .contact__link:before, .nonna-wall__image:after {
  font-family: 'fontello';
  font-weight: 400;
}

/*
 * Hide visually and from screen readers:
 */
.is-hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.is-visuallyhidden.focusable:active,
.is-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.is-invisible {
  visibility: hidden;
}

.is-opaque {
  opacity: 1 !important;
}

/*
 * Prevent scrolling - typically used on body and/or html in conjunction with modal reveal
 */
.no-scroll {
  height: 100%;
  overflow: hidden !important;
}

/*
 * Force text to be 'normal' weight (400)
 */
.normal-weight {
  font-weight: 400;
}

.align-flex-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/*
 * Utility declaration to hide any svg definitions within the page
 */
.svg-defs {
  position: absolute;
  width: 0;
  height: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="number"] {
  outline: 0;
  border: 1px solid #8ca69d;
  border-radius: 0;
  padding: 6px;
}

textarea {
  outline: 0;
  border: 1px solid #8ca69d;
  padding: 16px 24px;
}

.button, .home-locs__submit, .contact__form input[type=submit] {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ee3135;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  min-width: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ee3135;
  border-radius: 24px;
  background: rgba(238, 49, 53, 0);
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover, .home-locs__submit:hover, .contact__form input[type=submit]:hover {
  background: rgba(238, 49, 53, 0.25);
}

.button--filled {
  color: #f7f0e8;
  background: #ee3135;
  padding: 12px;
  border: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button--filled:hover {
  color: #ee3135;
  background: #f7f0e8;
}

.button--medium, .contact__form input[type=submit] {
  font-size: 11px;
  font-size: 0.6875rem;
  min-width: 95px;
  padding: 7px 15px;
}

.button--small {
  font-size: 10px;
  font-size: 0.625rem;
  min-width: 95px;
  padding: 7px;
}

.button--gray-green {
  color: #8ca69d;
  border-color: #8ca69d;
}

.button--gray-green:hover {
  background: rgba(140, 166, 157, 0.25);
}

.site-header {
  background-color: rgba(2, 90, 69, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.site-header.nav-up {
  top: -90px;
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-header__branding {
  padding: 14px 0;
}

@media (min-width: 768px) {
  .site-header__branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

.site-header__branding-inner {
  margin: 0;
  padding: 0;
}

.site-header__branding-link {
  display: block;
  width: 95px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/logo-light.svg") left top no-repeat;
  background-size: contain;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .site-header__branding-link {
    width: 143px;
    height: 60px;
  }
}

.site-header__nav {
  display: none;
  padding-bottom: 4px;
}

@media (min-width: 768px) {
  .site-header__nav {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    text-align: center;
  }
}

.site-header__nav-list,
#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header__nav-item,
#primary-menu .menu-item {
  display: inline-block;
  margin: 0 15px;
}

.site-header__nav-link,
#primary-menu a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f7f0e8;
  text-transform: uppercase;
}

.site-header__nav-link.is-active:after,
#primary-menu .current-menu-item a:after {
  width: 100%;
  left: 0;
}

@media (min-width: 768px) {
  .site-header__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    text-align: right;
  }
}

.site-header__search-inner {
  display: inline-block;
}

.site-header__search-link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f7f0e8;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 28px;
  display: none;
}

.site-header__search-link:before {
  content: "\e803";
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: -2px;
  right: 0;
}

.site-header__search-link:after {
  left: 38%;
}

.site-header__search-link:hover:after {
  width: 76%;
}

@media (min-width: 768px) {
  .site-header__search-link {
    display: block;
  }
}

.site-header__menu-toggle {
  color: #f7f0e8;
  height: 6px;
  width: 25px;
  border-top: 2px solid #f7f0e8;
  border-bottom: 2px solid #f7f0e8;
  cursor: pointer;
}

@media (min-width: 768px) {
  .site-header__menu-toggle {
    display: none;
  }
}

.site-header__dish-filter-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: none;
}

.site-footer {
  padding: 20px 0;
}

.site-footer__inner-wrap {
  text-align: center;
  -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .site-footer__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#content.site-content {
  min-height: 70vh;
  min-height: calc(100vh - 256px);
}

@media (min-width: 768px) {
  #content.site-content {
    min-height: calc(100vh - 147px);
  }
}

.site-footer__branding {
  display: inline-block;
  margin-bottom: 1.3em;
}

@media (min-width: 768px) {
  .site-footer__branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .site-footer__branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

.site-footer__logo {
  display: block;
  width: 95px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../img/logo-dark.svg") left top no-repeat;
  background-size: contain;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .site-footer__logo {
    width: 143px;
    height: 60px;
  }
}

.site-footer__menu {
  text-align: center;
  padding-top: 2px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .site-footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .site-footer__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.site-footer__menu-list,
#footer-menu {
  font-size: 9px;
  font-size: 0.5625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .site-footer__menu-list,
  #footer-menu {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.site-footer__menu-item,
#footer-menu .menu-item {
  display: inline-block;
  margin: 0 9px;
  padding: .1em 0;
}

@media (min-width: 480px) {
  .site-footer__menu-item,
  #footer-menu .menu-item {
    margin: 0 12px;
  }
}

.site-footer__menu-link,
#footer-menu a {
  text-transform: uppercase;
  color: #88827d;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-footer__menu-link:hover,
#footer-menu a:hover {
  color: #716d69;
}

.site-footer__social {
  padding-top: 4px;
  margin-bottom: 1.3em;
}

@media (min-width: 768px) {
  .site-footer__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    text-align: right;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .site-footer__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
  }
}

.site-footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-item {
  display: inline-block;
  margin: 0 5px;
}

.site-footer__social-item:first-child {
  margin-left: 0;
}

.site-footer__social-item:last-child {
  margin-right: 0;
}

.site-footer__social-link {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  color: #88827d;
  border: 2px solid #88827d;
  border-radius: 20px;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 20px;
  width: 20px;
  position: relative;
}

.site-footer__social-link:hover {
  color: #716d69;
  border-color: #716d69;
}

.site-footer__social-link:before {
  margin: 0;
  position: absolute;
  left: calc(50% - 1em/2);
  top: calc(50% - 1em/2);
}

@media (min-width: 480px) {
  .site-footer__social-link {
    font-size: 14px;
    font-size: 0.875rem;
    border-radius: 24px;
    height: 24px;
    width: 24px;
  }
}

.site-footer__legal {
  font-size: 7px;
  font-size: 0.4375rem;
  text-transform: uppercase;
  color: #64605d;
  text-align: center;
}

@media (min-width: 480px) {
  .site-footer__legal {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

@media (min-width: 768px) {
  .site-footer__legal {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page-header {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: min-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: min-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .page-header {
    min-height: 320px;
    padding-top: 90px;
  }
}

@media (min-width: 1024px) {
  .page-header {
    min-height: 400px;
    height: 400px;
  }
}

.page-header__inner {
  margin: 2em 3em;
}

.page-header__inner img {
  width: 100%;
}

.overlay-menu {
  background-color: rgba(2, 90, 69, 0.94);
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 100;
  -webkit-transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: top 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}

.overlay-menu.is-active {
  top: 0;
}

.overlay-menu__header {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overlay-menu__search-link {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #f7f0e8;
  text-transform: uppercase;
}

.overlay-menu__search-link:after {
  content: "\e803";
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

@media (min-width: 768px) {
  .overlay-menu__search-link {
    display: none;
  }
}

.overlay-menu__close-link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f7f0e8;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.overlay-menu__close-link:hover {
  color: #ee3135;
}

.overlay-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 75px);
  width: 200vw;
  max-width: 200%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: margin 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: margin 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: scroll;
}

.overlay-menu__content.js-show-search {
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .overlay-menu__content {
    -webkit-transition: none;
    transition: none;
  }
}

.js-show-search {
  margin-left: -100vw;
}

.js-show-search .overlay-menu__nav {
  opacity: 0;
}

.overlay-menu__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.overlay-menu__nav-list,
#overlay-menu-wp-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.overlay-menu__nav-item,
#overlay-menu-wp-items li {
  margin: 0 0 2.4em;
  padding: 0;
}

.overlay-menu__nav-link,
#overlay-menu-wp-items a {
  font-size: 21px;
  font-size: 1.3125rem;
  display: inline-block;
  color: #f7f0e8;
  text-transform: uppercase;
  border-bottom: 1px solid #ee3135;
  padding-bottom: .8em;
}

/* .overlay-menu__nav-link.is-active,
#overlay-menu-wp-items .current-menu-item a {
    &:after {
        content:"";
        display: block;
        width:100%;
        padding-top:.3em;
        border-bottom:1px solid $color_red;
        left:0;
    }
} */
#overlay-menu-content .overlay-menu__dish-filter-menu {
  padding: 0;
  margin: 0 0 .5em 0;
  overflow: hidden;
  display: none;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-item {
  margin-bottom: 1.5em;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-item:first-child {
  margin-top: 1.5em;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-item:last-child {
  margin-bottom: 0;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: #f7f0e8;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: none;
  padding-bottom: 0;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #8ca69d;
  content: "";
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: .3em;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.single-serve:before {
  content: "\e81b";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.family:before {
  content: "\e815";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.large-family:before {
  content: "\e816";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.party:before {
  content: "\e819";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.protein:before {
  content: "\e817";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.snack-appetizer:before, #overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.snack:before {
  content: "\e80b";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.meal-starter:before {
  content: "\e817";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.seafood:before {
  content: "\e81a";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.calzones:before {
  content: "\E81E";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.mini-calzones:before {
  content: "\E81F";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.gourmet-bowls:before {
  content: "\E826";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.organic:before {
  content: "\e818";
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link.all:before {
  /* @include font-size(9px);
                color:$color_red;
                padding-bottom:8px;
                display:block;
                width:100%;
                position:relative; */
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link:hover {
  color: #ee3135;
}

#overlay-menu-content .overlay-menu__dish-filter-menu .overlay-menu__dish-filter-link:hover:before {
  color: #ee3135;
}

.overlay-menu__loc-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: center;
}

.overlay-menu__loc-search-inner {
  padding-bottom: 3em;
}

.loc-search__input-wrap {
  position: relative;
  display: block;
  margin: 1em auto;
  width: 230px;
  min-height: 60px;
  padding: 0 45px;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loc-search__input-wrap input[type="text"] {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f7f0e8;
  text-align: center;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #f7f0e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 230px;
  left: 45px;
  padding: 12px 4px;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loc-search__input-wrap input[type="text"]:active + label, .loc-search__input-wrap input[type="text"]:focus + label, .loc-search__input-wrap input[type="text"].is-not-empty + label {
  top: -30px;
  opacity: 0;
}

@media (min-width: 768px) {
  .loc-search__input-wrap input[type="text"] {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 17px;
    width: 460px;
    left: 65px;
  }
}

.loc-search__input-wrap label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f7f0e8;
  position: absolute;
  display: inline-block;
  top: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), top 0.4s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loc-search__input-wrap label:hover {
  cursor: text;
}

@media (min-width: 768px) {
  .loc-search__input-wrap label {
    font-size: 24px;
    font-size: 1.5rem;
    top: 17px;
  }
}

@media (min-width: 768px) {
  .loc-search__input-wrap {
    width: 460px;
    padding: 0 65px;
  }
}

.loc-search__submit-wrap input {
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 16px;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .loc-search__submit-wrap input {
    top: 26px;
    width: 60px;
    height: 40px;
  }
}

.loc-search__submit-wrap:before {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: 12px;
  top: 16px;
  content: "\e803";
  color: #f7f0e8;
  -webkit-transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .loc-search__submit-wrap:before {
    font-size: 36px;
    font-size: 2.25rem;
    top: 26px;
  }
}

.dish-filter-menu {
  display: none;
  max-width: 860px;
  margin: auto;
  padding: 2px 0 40px;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .dish-filter-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dish-filter-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
  margin: .85em 3%;
  text-align: center;
}

@media (min-width: 1024px) {
  .dish-filter-menu__item {
    margin: .85em 4%;
  }
}

.dish-filter-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f7f0e8;
  text-transform: uppercase;
  padding-top: 16px;
  display: block;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dish-filter-menu__link:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #8ca69d;
  content: "";
  padding-bottom: 12px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ee3135;
  top: -16px;
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dish-filter-menu__link.single-serve:before {
  content: "\e81b";
}

.dish-filter-menu__link.family:before {
  content: "\e815";
}

.dish-filter-menu__link.large-family:before {
  content: "\e816";
}

.dish-filter-menu__link.party:before {
  content: "\e819";
}

.dish-filter-menu__link.protein:before {
  content: "\e817";
}

.dish-filter-menu__link.snack-appetizer:before, .dish-filter-menu__link.snack:before {
  content: "\e80b";
}

.dish-filter-menu__link.meal-starter:before {
  content: "\e817";
}

.dish-filter-menu__link.seafood:before {
  content: "\e81a";
}

.dish-filter-menu__link.calzones:before {
  content: "\E81E";
}

.dish-filter-menu__link.mini-calzones:before {
  content: "\E81F";
}

.dish-filter-menu__link.gourmet-bowls:before {
  content: "\E826";
}

.dish-filter-menu__link.organic:before {
  content: "\e818";
}

.dish-filter-menu__link.all {
   &:after {
        /* content:"";
        padding-top:8px;
        display:block;
        width:100%;
        border-bottom:1px solid #ee3135; */
    }
}

.dish-filter-menu__link.all:before {
    content: "\e81d";
    font-size: 2.5rem;
    color: #8ca69d;
    padding-bottom: 12px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ee3135;
    top: -16px;
    position: relative;
    -webkit-transition: color .2s cubic-bezier(.25,.46,.45,.94);
    transition: color .2s cubic-bezier(.25,.46,.45,.94);
}

.dish-filter-menu__link:hover {
  color: #ee3135;
}

.dish-filter-menu__link:hover:before {
  color: #ee3135;
}

.hero-slider {
  background: #887c74;
}

.hero-slider__item {
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

@media (min-width: 768px) {
  .hero-slider__item {
    background-position: 50% top;
  }
}

.hero-slider__item-inner {
  position: relative;
  min-height: 500px;
  height: calc(100vh - 150px);
  -webkit-transition: min-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: min-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .hero-slider__item-inner {
    height: calc(100vh - 120px);
    min-height: 620px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 2000px) {
  .hero-slider__item-inner {
    min-height: 840px;
  }
}

@media (min-width: 2400px) {
  .hero-slider__item-inner {
    min-height: 1050px;
  }
}

.hero-slider--header-offset .hero-slider__item-inner {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .hero-slider--header-offset .hero-slider__item-inner {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .hero-slider__item--stretch-mobile-height {
    background-size: auto 435px;
    background-position: 30% top;
  }
  .hero-slider__item--stretch-mobile-height .hero-slider__item-inner {
    height: auto;
  }
  .hero-slider__item--stretch-mobile-height .hero-slider__content {
    background: #005441;
    margin-top: 350px;
  }
  .hero-slider__item--stretch-mobile-height .hero-slider__text {
    display: block !important;
  }
  .hero-slider__item--stretch-mobile-height .hero-slider__text-graphic {
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

@media (max-width: 570px) {
  .hero-slider__item--stretch-mobile-height {
    background-size: auto 320px;
  }
  .hero-slider__item--stretch-mobile-height .hero-slider__content {
    margin-top: 230px;
  }
}

.hero-slider--nonna .hero-slider__text {
  font-size: 16px;
  font-size: 1rem;
  max-width: 410px;
  display: none;
}

@media (min-width: 768px) {
  .hero-slider--nonna .hero-slider__text {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
  }
}

@media (min-width: 768px) {
  .hero-slider__item--content-flipped .hero-slider__item-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.hero-slider__video {
  display: none;
}

@media (min-width: 768px) {
  .hero-slider__video {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.hero-slider__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

@media (min-width: 768px) {
  .hero-slider__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (max-width: 767px) {
  .hero-slider__content--bottom-align-mobile {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.hero-slider__content-inner {
  margin: 30px 20px 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-slider__content-inner {
    margin: 30px 30px 60px;
  }
}

@media (min-width: 1024px) {
  .hero-slider__content-inner {
    margin: 50px 50px 100px;
  }
}

.hero-slider__text-graphic {
  display: block;
  width: 100%;
  margin: 0 auto 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80px;
}

.hero-slider__text-graphic img {
  width: 100%;
}

@media (min-width: 768px) {
  .hero-slider__text-graphic {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hero-slider__text-graphic {
    padding: 0 1.5em;
    margin-bottom: 1em;
    padding: 0;
  }
}

@media (min-width: 2000px) {
  .hero-slider__text-graphic {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}

@media (min-width: 2400px) {
  .hero-slider__text-graphic {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}

.hero-slider__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff6ef;
  max-width: 450px;
  margin: 0 auto 2em;
  display: none;
}

@media (min-width: 768px) {
  .hero-slider__text {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}

@media (min-width: 1024px) {
  .hero-slider__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .hero-slider__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 2000px) {
  .hero-slider__text {
    font-size: 21px;
    font-size: 1.3125rem;
    max-width: 550px;
  }
}

@media (min-width: 2400px) {
  .hero-slider__text {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 670px;
  }
}

.hero-slider__cta {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-slider__cta {
    position: static;
    margin-top: 2em;
  }
}

@media (min-width: 2000px) {
  .hero-slider__cta {
    margin-top: 2em;
  }
  .hero-slider__cta a {
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 220px;
  }
}

@media (min-width: 2400px) {
  .hero-slider__cta {
    margin-top: 2em;
  }
  .hero-slider__cta a {
    font-size: 23px;
    font-size: 1.4375rem;
    min-width: 275px;
  }
}

.product-slider {
  margin: 0 20px 15px;
}

@media (min-width: 480px) {
  .product-slider {
    margin: 0 auto 15px;
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .product-slider {
    max-width: none;
    margin: 0 50px 15px;
  }
}

@media (min-width: 1400px) {
  .product-slider {
    max-width: 1160px;
    margin: 0 auto 15px;
  }
}

.product-slider__image {
  max-width: 340px;
  padding: 0 7.6% 3.5% 8.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  background: url(../img/product-slider-shadow_single.png) center bottom no-repeat;
  background-size: contain;
}

.product-slider__image:hover .product-slider__cta-overlay {
  opacity: 1;
}

.product-slider__image img {
  width: 100%;
}

.product-slider__image-wrap {
  position: relative;
}

.product-slider__cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(10, 60, 38, 0.94);
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-slider__cta-overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-slider__cta-label {
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 3px auto 8px;
  color: #f7f0e8;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1.1;
}

.product-slider__cta-label:after {
  padding-top: 18px;
}

@media (max-width: 351px) {
  .product-slider__cta-label:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .product-slider__cta-label:after {
    display: none;
  }
}

.product-slider__cta-options a {
  margin: 0 5px 8px;
}

.product-slider .slick-slider .slick-prev,
.product-slider .slick-slider .slick-next {
  -webkit-transform: translate(0, -130%);
          transform: translate(0, -130%);
}

@media (min-width: 768px) {
  .product-slider .slick-slider .slick-prev,
  .product-slider .slick-slider .slick-next {
    -webkit-transform: translate(0, -95%);
            transform: translate(0, -95%);
  }
}

@media (min-width: 1024px) {
  .product-slider .slick-slider .slick-prev,
  .product-slider .slick-slider .slick-next {
    -webkit-transform: translate(0, -75%);
            transform: translate(0, -75%);
  }
}

.heading-graphic {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}

.heading-graphic__inner {
  display: inline-block;
}

.heading-graphic__inner h1, .heading-graphic__inner h2 {
  margin: 0;
}

.heading-graphic__inner img,
.heading-graphic__inner h1 img,
.heading-graphic__inner h2 img {
  width: 100%;
}

.heading-graphic--extra-bottom-space.heading-graphic--with-divider .heading-graphic__inner:after {
  padding-top: 28px;
}

.heading-graphic--no-top-margin {
  margin-top: 0;
}

.video-grid {
  margin-bottom: 70px;
}

.video-grid__list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .video-grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.video-grid__item {
  margin: 0;
  padding: 0 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .video-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .video-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33333%;
            flex: 0 1 33.33333%;
    max-width: 33.33333%;
  }
}

.video-grid__item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .video-grid__item:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
  .video-grid__item:first-of-type .video-grid__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    /* IE Fix */
  }
  .video-grid__item:first-of-type .video-grid__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .video-grid__item:first-of-type .video-grid__image:after {
    font-size: 120px;
    font-size: 7.5rem;
  }
  .video-grid__item:first-of-type .video-grid__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 0;
  }
}

.video-grid__image {
  position: relative;
  overflow: hidden;
}

.video-grid__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-grid__image:after {
  font-size: 42px;
  font-size: 2.625rem;
  content: "\e81c";
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-grid__label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #025a45;
  text-transform: uppercase;
  text-align: center;
  margin: .6em;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-grid__link:hover .video-grid__label {
  color: #ee3135;
}

.video-grid__link:hover .video-grid__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-grid__link:hover .video-grid__image:after {
  color: #ee3135;
}

.photo-text-wide {
  position: relative;
  background: #025a45;
}

.photo-text-wide__bg {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .photo-text-wide__bg {
    height: 100%;
    position: absolute;
    width: 50%;
  }
}

.photo-text-wide__wrap {
  padding: 40px 0;
  max-width: 1382px;
  margin: auto;
}

.photo-text-wide__content {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f7f0e8;
  text-align: center;
  padding: 0 5.75%;
}

@media (min-width: 768px) {
  .photo-text-wide__content {
    width: 50%;
    margin-left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.photo-text-wide__cta {
  margin-top: 1.5em;
}

.text-only-header {
  margin-top: 70px;
  text-align: center;
  padding-bottom: 8px;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .text-only-header {
    margin-top: 90px;
  }
}

.text-only-header h1 {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: .35em;
  -webkit-transition: font-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: font-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .text-only-header h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.legal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #64605d;
  border-top: 1px solid #bfb7af;
  padding-top: .3em;
  margin-bottom: 4em;
}

.legal h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #025a45;
  margin-bottom: .5em;
}

.legal p:first-child {
  margin-top: 1.4em;
}

.legal p {
  margin-bottom: 1.4em;
}

.legal ul {
  margin: 1.5em 0;
  padding: 0 0 0 1.3em;
}

.legal li {
  text-align: left;
  margin-bottom: .3em;
}

.legal a {
  color: #025a45;
  font-weight: bold;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.legal a:hover {
  color: #64605d;
}

.legal--extra-top-pad {
  padding-top: 1em;
}

.home-main {
  background-image: url(../img/2diamonds-filled-halfsize.svg), url(../img/home-main-bg_illustrations.jpg);
  background-position: -3px top, top center;
  background-repeat: repeat-y, no-repeat;
  background-size: auto, contain;
}

@media (min-width: 768px) {
  .home-main {
    background-image: url(../img/2diamonds-filled-twothirdssize.svg), url(../img/home-main-bg_illustrations.jpg);
    background-position: -5px top, top center;
  }
}

@media (min-width: 1024px) {
  .home-main {
    background-image: url(../img/2diamonds-filled.svg), url(../img/home-main-bg_illustrations.jpg);
    background-position: -7px top, top center;
  }
}

@media (min-width: 1200px) {
  .home-main {
    background-size: auto, 100%;
  }
}

.home-favs {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  margin-top: -35px;
}

@media (min-width: 768px) {
  .home-favs {
    margin-top: -20px;
  }
}

.home-favs__inner {
  text-align: center;
}

.home-favs__inner h2 {
  margin: 0;
}

.home-favs__inner h2:after {
  margin-bottom: 30px;
}

.home-our-story {
  position: relative;
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  overflow: hidden;
  /* border: 5px solid red; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-our-story.js-static-bg {
  background: url(../img/home-main-bg_lady-in-room_static.png) 25% top no-repeat;
  background-size: cover;
}

.home-our-story.js-static-bg .home-our-story__bg {
  display: none !important;
}

.home-our-story__bg {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home-our-story__bg-svg {
  position: relative;
}

.home-our-story__bg-image {
  /* See in-page svg definitions */
  /* Safari fix - do NOT include -webkit-clip-path */
  /* autoprefixer: off */
  clip-path: url(#home-our-story__bg-clip-path);
}

.home-our-story__inner {
  position: relative;
  max-width: 600px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 220px 0 50px;
  text-align: center;
  color: #f7f0e8;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 480px) {
  .home-our-story__inner {
    padding-top: 250px;
  }
}

@media (min-width: 640px) {
  .home-our-story__inner {
    padding-top: 42%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .home-our-story__inner {
    padding-top: 36%;
  }
}

@media (min-width: 1024px) {
  .home-our-story__inner {
    padding-top: 28%;
  }
}

@media (min-width: 1200px) {
  .home-our-story__inner {
    padding-top: 23%;
  }
}

@media (min-width: 1400px) {
  .home-our-story__inner {
    padding-top: 20%;
  }
}

@media (min-width: 1600px) {
  .home-our-story__inner {
    padding-top: 18%;
  }
}

.home-our-story__text-graphic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-our-story__text-graphic img {
  width: 100%;
}

@media (min-width: 768px) {
  .home-our-story__text-graphic {
    padding: 0;
  }
}

.home-our-story__anim {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 34.5%;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-our-story__anim.hide-bottom-dash:after {
  opacity: 0;
}

@media (min-width: 768px) {
  .home-our-story__anim {
    padding-left: 0;
    padding-right: 0;
  }
}

.home-our-story__anim-inner {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.home-our-story__anim-element {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  height: 93px;
  background: url("../img/heading_it-tastes-good-to-say-no_2x.png") left top no-repeat;
  background-size: 530px 185px;
}

.home-our-story__anim-element:nth-child(1) {
  width: 65px;
}

.home-our-story__anim-element:nth-child(2) {
  width: 271px;
  background-position: -65px 0;
}

.home-our-story__anim-element:nth-child(3) {
  width: 194px;
  background-position: -336px 0;
}

.home-our-story__anim-element:nth-child(4) {
  width: 96px;
  background-position: -25px -92px;
}

.home-our-story__anim-element:nth-child(5) {
  width: 143px;
  background-position: -122px -92px;
}

.home-our-story__anim-element:nth-child(6) {
  width: 70px;
  background-position: -265px -92px;
}

.home-our-story__anim-element:nth-child(7) {
  width: 102px;
  background-position: -335px -92px;
}

.home-our-story__anim-element:nth-child(8) {
  width: 65px;
  background-position: -437px -92px;
}

.home-our-story__text {
  margin-bottom: 2em;
}

.home-tips {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .home-tips {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .home-tips {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.home-tips__photo img {
  width: 100%;
}

@media (min-width: 768px) {
  .home-tips__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.home-tips__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-tips__text h2 {
  margin: 0;
}

.home-tips__text p:last-of-type {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .home-tips__text {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 20px;
  }
}

@media (min-width: 1024px) {
  .home-tips__text {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 7.5%;
  }
}

.home-locs {
  position: relative;
  padding: 80px 0 200px;
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  overflow: hidden;
  /* border: 5px solid red; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-locs.js-static-bg {
  background: url(../img/home_location-bg_static.jpg) center bottom no-repeat;
  background-size: cover;
}

.home-locs.js-static-bg .home-locs__bg {
  display: none !important;
}

@media (min-width: 768px) {
  .home-locs {
    padding: 100px 0 240px;
  }
}

@media (min-width: 1024px) {
  .home-locs {
    padding: 160px 0 300px;
  }
}

@media (min-width: 1400px) {
  .home-locs {
    padding: 160px 0 400px;
  }
}

@media (min-width: 2000px) {
  .home-locs {
    padding: 160px 0 600px;
  }
}

.home-locs__bg {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.home-locs__bg-svg {
  position: relative;
}

.home-locs__bg-image {
  /* See in-page svg definitions */
  /* Safari fix - do NOT include -webkit-clip-path */
  /* autoprefixer: off */
  clip-path: url(#home-locs__bg-clip-path);
}

.home-locs__inner {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  text-align: center;
  color: #fff6ef;
}

.home-locs__title {
  margin: 0 auto;
}

.home-locs__location {
  color: #64605d;
  display: block;
  width: 240px;
  margin: 1.6em auto 1.8em;
  text-align: center;
}

.our-kitchen__content {
  background: url(../img/our-kitchen_bg.jpg) right top no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .our-kitchen__content {
    background-size: auto;
  }
}

@media (min-width: 1166px) {
  .our-kitchen__content-inner {
    max-width: 1055px;
    margin: auto;
  }
}

.our-kitchen__intro {
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  border-bottom: 1px solid #bfb7af;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .our-kitchen__intro {
    padding: 40px 100px;
  }
}

@media (min-width: 1024px) {
  .our-kitchen__intro {
    padding: 50px 200px;
  }
}

body[data-page-module="product-detail"] {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_chicken.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"] {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"] {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, #fff6ef;
  }
}

body[data-page-module="product-detail"].cheese {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_cheese.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].cheese {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_cheese.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].cheese {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_cheese.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].chicken {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_chicken.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].chicken {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_chicken.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].chicken {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_chicken.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].cow {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_cow.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].cow {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_cow.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].cow {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_cow.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].eggplant {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_eggplant.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].eggplant {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_eggplant.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].eggplant {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_eggplant.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].fish {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_fish.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].fish {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_fish.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].fish {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_fish.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].pig {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_pig.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].pig {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_pig.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].pig {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_pig.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].shrimp {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_shrimp.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].shrimp {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_shrimp.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].shrimp {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_shrimp.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].spinach {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_spinach.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].spinach {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_spinach.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].spinach {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_spinach.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"].tomato {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/bg_tomato.jpg) 0 0/1000px 900px no-repeat, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module="product-detail"].tomato {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/bg_tomato.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module="product-detail"].tomato {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/bg_tomato.jpg) calc(50% + 500px) 0/1000px 900px no-repeat, #fff6ef;
  }
}

body[data-page-module="product-detail"] .product-detail {
  overflow: visible;
}

.hline-diamond {
  width: 100%;
  height: 8px;
  background: url(../img/3diamonds.svg) 0 0/24px 8px repeat-x;
}

.hline-gray {
  width: 100%;
  height: 1px;
  color: #bfb7af;
  border-top: 1px solid;
}

.hide-default {
  display: none;
}

.show-default {
  display: initial;
}

@media (min-width: 768px) {
  .hide-tablet-v {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-tablet-v {
    display: initial;
  }
}

.page-content {
  position: relative;
}

.product-detail {
  padding: 130px 0 0 0;
  overflow: visible;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .product-detail {
    padding: 170px 0 0 0;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-photo,
  .my-product-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

.my-product-photo {
  max-width: 477px;
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-photo {
    padding-left: 107px;
    padding-right: 49px;
    max-width: calc(50% - 102px);
  }
}

.my-product-photo[package-type="box"] .my-product-photo__shadow.box {
  display: block;
}

.my-product-photo[package-type="box"] .my-product-photo__shadow.bag {
  display: none;
}

.my-product-photo[package-type="bag"] .my-product-photo__shadow.box {
  display: none;
}

.my-product-photo[package-type="bag"] .my-product-photo__shadow.bag {
  display: block;
}

.my-product-photo .my-product-photo__shadow-comp {
  height: 40vw;
  margin: 0 auto;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-photo .my-product-photo__shadow-comp {
    height: auto;
  }
}

.my-product-photo .my-product-photo__shadow-comp[data-size="single-serve"], .my-product-photo .my-product-photo__shadow-comp[data-size="2-count"], .my-product-photo .my-product-photo__shadow-comp[data-size="11-count"] {
  width: 67%;
}

.my-product-photo .my-product-photo__shadow-comp[data-size="family"] {
  width: 52%;
}

.my-product-photo .my-product-photo__shadow-comp[data-size="large-family"] {
  width: 67%;
}

.my-product-photo .my-product-photo__shadow-comp[data-size="party"] {
  width: 82%;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__package.ez {
  display: none;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-photo .my-product-photo__shadow-comp .my-product-photo__package.ez {
    display: block;
  }
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__package.jz {
  display: block;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-photo .my-product-photo__shadow-comp .my-product-photo__package.jz {
    display: none;
  }
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__package .my-product-photo__img {
  width: 100%;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow {
  position: relative;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow .my-product-photo__shadow-img {
  position: absolute;
  left: -47px;
  bottom: -19px;
  z-index: -1;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow .my-product-photo__shadow-img.right {
  left: initial;
  right: -29px;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow.right .my-product-photo__shadow-img {
  left: initial;
  right: -40px;
  position: relative;
  left: initial;
  left: calc(100% - 271px);
  bottom: 66px;
  z-index: -2;
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow-img.large {
  display: none;
}

@media (min-width: 480px) {
  .my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow-img.large {
    display: block;
  }
}

.my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow-img.small {
  display: block;
}

@media (min-width: 480px) {
  .my-product-photo .my-product-photo__shadow-comp .my-product-photo__shadow-img.small {
    display: none;
  }
}

.zoomContainer {
  display: none;
  height: 0 !important;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .zoomContainer {
    display: block;
  }
}

.my-product-info {
  max-width: 80%;
  margin: 80px auto 0;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-info {
    max-width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 103px;
    max-width: calc(50% - 113px);
  }
}

h1.my-product-info__name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin: 0;
}

.my-product-info__sizes {
  margin: 10px 0 16px 0;
}

.my-product-info__sizes__label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #025a45;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-info__sizes__label {
    line-height: 18px;
  }
}

.my-product-info__sizes__nav {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

.my-product-info__sizes__nav li {
  font-size: 18px;
  font-size: 1.125rem;
  color: #8ca69d;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1024px) and (orientation: landscape) {
  .my-product-info__sizes__nav li {
    line-height: 18px;
  }
}

@media (min-width: 480px) {
  .my-product-info__sizes__nav li {
    float: left;
  }
}

.my-product-info__sizes__nav li:hover, .my-product-info__sizes__nav li.clicked {
  color: #ee3135;
}

@media (min-width: 480px) {
  .my-product-info__sizes__nav li + li:before {
    content: "|";
    color: #bfb7af;
    padding: 0 8px 0 10px;
  }
}

.my-product-info__description {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #64605d;
}

.my-product-info__features img {
  max-width: 100%;
  margin: 20px 0 32px;
}

.cooking-instructions__button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.cooking-instructions__button .icon-openclose {
  margin: 25px 0;
  float: right;
  /* '' */
}

.cooking-instructions__button .icon-openclose:before {
  content: '\e80f';
}

.cooking-instructions__button .icon-openclose.open {
  -webkit-animation: turnopen .3s;
          animation: turnopen .3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cooking-instructions__button .icon-openclose.closed {
  -webkit-animation: turnclose .3s;
          animation: turnclose .3s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@-webkit-keyframes turnopen {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes turnopen {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes turnclose {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes turnclose {
  0% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

h2.cooking-instructions__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  margin: 26px 0 28px;
  float: left;
}

@media (min-width: 480px) {
  h2.cooking-instructions__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.cooking-instructions .icon-open,
.cooking-instructions .icon-close {
  margin: 25px 0;
  float: right;
}

.cooking-instructions__panel {
  display: none;
}

.cooking-instructions__pre-note {
  font-size: 16px;
  font-size: 1rem;
  margin: 23px 0 20px;
  text-transform: uppercase;
  color: #ee3135;
  text-align: center;
}

.cooking-instructions__type {
  margin: 0 0 20px 0;
  text-align: center;
}

.cooking-instructions__type.masked {
  background: center/520px 26px no-repeat !important;
  height: 26px;
}

.cooking-instructions__type img {
  zoom: 100%;
  max-width: 270px;
}

@media (min-width: 768px) {
  .cooking-instructions__type img {
    zoom: 50%;
    max-width: 100%;
  }
}

.cooking-instructions__note {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 24px;
  text-transform: uppercase;
  color: #ee3135;
  text-align: center;
}

.cooking-instructions__step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 34px 0;
}

.cooking-instructions__step-count {
  font-size: 28px;
  font-size: 1.75rem;
  min-width: 90px;
  line-height: 28px;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #ee3135;
}

.cooking-instructions__step-text {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #025a45;
}

.cooking-instructions__post-note {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #025a45;
  text-align: center;
}

.my-product-info__links {
  margin: 30px 0 30px 0;
}

.button-capsule {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #ee3135;
  border-radius: 500px;
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button-capsule:hover {
  background-color: #fde2dc;
}

.my-product-info__links .button-capsule {
  float: left;
}

.link-arrow {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  color: #88827d;
  cursor: pointer;
  -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.link-arrow:after {
  content: "→";
}

.link-arrow:hover {
  color: #ee3135;
}

.my-product-info__links .link-arrow {
  float: right;
}

.nutri-info-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
}

.nutri-info-lightbox #nutri-content {
  top: 10%;
  position: relative;
}

.nutri-info-lightbox #nutri-content .nutri-info__image {
  position: relative;
  display: inline-block;
}

.nutri-info-lightbox #nutri-content .nutri-info__image .nutri-info__header {
  margin: 11px 9px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.nutri-info-lightbox #nutri-content .nutri-info__image img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 25px #111;
          box-shadow: 0 0 25px #111;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.other-favorites {
  margin-top: 110px;
  padding: 0;
  text-align: center;
  -webkit-transition: max-width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: max-width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 1024px) {
  .other-favorites {
    max-width: 80%;
    margin: 70px auto 0;
  }
}

.other-favorites__inner {
  max-width: 1060px;
  margin: 0 auto;
}

.other-favorites__inner h2:after {
  content: "";
  display: block;
  position: relative;
  left: calc(50% - 17px);
  width: 35px;
  border-bottom: 2px solid #ee3135;
  padding-top: 16px;
  margin-bottom: 27px;
}

.other-favorites__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .other-favorites__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.other-favorites__product-shot {
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
  padding: 0 0 36px 0;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 480px) {
  .other-favorites__product-shot {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .other-favorites__product-shot {
    max-width: 33.33%;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .other-favorites__product-shot {
    max-width: 242px;
    margin: 0 13px;
  }
}

.other-favorites__product-shot img {
  width: 100%;
}

@media (max-width: 767px) {
  body[data-page-module=our-story] .page-header {
    background-position: 80% 50%;
  }
}

.our-story__intro {
  margin-top: 1.5em;
}

@media (min-width: 952px) {
  .our-story__intro {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
  }
}

.our-story__intro-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin: auto 0 3em;
  -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .our-story__intro-text {
    margin: auto 7% 4em;
  }
}

.how-we-cook {
  margin-top: 50px;
}

.how-we-cook__list {
  list-style: none;
  margin: 2em 0 50px;
  padding: 0;
}

.how-we-cook__item {
  position: relative;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .how-we-cook__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 0;
  }
}

.how-we-cook__photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .how-we-cook__photo {
    min-height: 300px !important;
  }
}

@media (min-width: 768px) {
  .how-we-cook__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

.how-we-cook__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.how-we-cook__text h2 {
  margin: 0;
}

.how-we-cook__text p:last-of-type {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .how-we-cook__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 6%;
  }
}

@media (min-width: 768px) {
  .how-we-cook__item:nth-child(even) .how-we-cook__photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .how-we-cook__item:nth-child(even) .how-we-cook__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.our-ingredients-heading {
  position: relative;
  padding: 40px 0 200px;
  margin: 0 auto -50px;
  width: 100%;
  clear: both;
  text-align: center;
  overflow: hidden;
  /* border: 5px solid red; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.our-ingredients-heading.js-static-bg {
  background: url(../img/our-story_our-ingredients-bg_static.jpg) center bottom no-repeat;
  background-size: cover;
}

.our-ingredients-heading.js-static-bg .our-ingredients-heading__bg {
  display: none !important;
}

@media (min-width: 768px) {
  .our-ingredients-heading {
    padding: 60px 0 240px;
    margin-bottom: -50px;
  }
}

@media (min-width: 1024px) {
  .our-ingredients-heading {
    padding: 120px 0 300px;
    margin-bottom: -100px;
  }
}

@media (min-width: 1400px) {
  .our-ingredients-heading {
    padding: 120px 0 400px;
  }
}

.our-ingredients-heading__bg {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.our-ingredients-heading__bg-svg {
  position: relative;
}

.our-ingredients-heading__bg-image {
  /* See in-page svg definitions */
  /* Safari fix - do NOT include -webkit-clip-path */
  /* autoprefixer: off */
  clip-path: url(#our-ingredients-heading__bg-clip-path);
}

.our-ingredients-heading__inner {
  position: relative;
  text-align: center;
}

.our-ingredients {
  margin-top: 30px;
  margin-bottom: 20px;
}

.our-ingredients__list {
  list-style: none;
  padding: 0;
  margin: 0 0 80px;
}

.our-ingredients__item {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .our-ingredients__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.our-ingredients__image img {
  width: 100%;
}

@media (max-width: 767px) {
  .our-ingredients__image {
    padding-left: 30px;
    padding-right: 30px;
  }
  .our-ingredients__image img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}

@media (min-width: 768px) {
  .our-ingredients__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.our-ingredients__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.our-ingredients__text h2 {
  margin: 0;
}

.our-ingredients__text p:last-of-type {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .our-ingredients__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(even) .our-ingredients__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(even) .our-ingredients__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1024px) {
  .our-ingredients__item:nth-child(1) {
    margin: 0 5.5% 40px 17%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(1) .our-ingredients__image {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(1) .our-ingredients__text {
    -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .our-ingredients__item:nth-child(2) {
    margin: 0 5.5% 80px 4%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(2) .our-ingredients__image {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(2) .our-ingredients__text {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    padding: 0 5%;
  }
}

@media (min-width: 1024px) {
  .our-ingredients__item:nth-child(3) {
    margin: 0 5.5% 0 8%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(3) .our-ingredients__image {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
  }
}

@media (min-width: 768px) {
  .our-ingredients__item:nth-child(3) .our-ingredients__text {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

body[data-page-module=our-dishes] {
  background: url(../img/2diamonds-filled-halfsize.svg) -3px 0 repeat-y, url(../img/our-dishes_bg.jpg) 100% 360px/150% repeat-y, #fff6ef;
}

@media (min-width: 768px) {
  body[data-page-module=our-dishes] {
    background: url(../img/2diamonds-filled-twothirdssize.svg) -5px 0 repeat-y, url(../img/our-dishes_bg.jpg) center 400px/100% repeat-y, #fff6ef;
  }
}

@media (min-width: 1024px) {
  body[data-page-module=our-dishes] {
    background: url(../img/2diamonds-filled.svg) -7px 0 repeat-y, url(../img/our-dishes_bg.jpg) center 400px/100% repeat-y, #fff6ef;
  }
}

.dishes {
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .dishes {
    margin-top: 40px;
  }
}

.dishes-menu {
  padding: 0 0 14px;
  max-width: 800px;
  margin: auto;
}

@media (min-width: 768px) {
  .dishes-menu {
    padding: 0 0 24px;
  }
}

.dishes-menu__list {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.8;
}

.dishes-menu__list:before {
  content: "Filter By:";
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .dishes-menu__list:before {
    display: inline-block;
    line-height: 2;
    margin: 0 7px;
  }
}

@media (min-width: 1200px) {
  .dishes-menu__list {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.dishes-menu__item {
  display: inline-block;
  margin: 0 7px;
}

@media (min-width: 768px) {
  .dishes-menu__item {
    margin: 0 3px;
  }
}

@media (min-width: 900px) {
  .dishes-menu__item {
    margin: 0 6px;
  }
}

.dishes-menu__link {
  color: #8ca69d;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dishes-menu__link.is-active, .dishes-menu__link:hover {
  color: #ee3135;
}

.dishes-group {
  max-width: 908px;
  margin: 15px auto;
  -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dishes-group:before {
  content: "";
  position: relative;
  top: -15px;
  display: block;
  margin: 0 30px;
  border-bottom: 1px solid #bfb7af;
}

@media (min-width: 900px) {
  .dishes-group:before {
    margin: 0 auto;
    max-width: 800px;
  }
}

.dishes-group.js-no-results {
  margin-top: 0;
  margin-bottom: 0;
}

.dishes-group.js-no-results:before {
  margin: 0;
  border-bottom: none;
}

@media (min-width: 550px) {
  .dishes-group {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 986px) {
  .dishes-group {
    margin-left: auto;
    margin-right: auto;
  }
}

.dishes-group__subhead {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.dishes-group__subhead:after {
  padding-top: 18px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .dishes-group__subhead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.dishes-group__subhead--organic:before {
  content: "\e818";
  font-size: 21px;
  font-size: 1.3125rem;
  opacity: 0.5;
  position: absolute;
  top: 2px;
  right: -30px;
}

.dishes-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin:0 -28px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between; */
}

.dishes-group__item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 550px) {
  .dishes-group__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .dishes-group__item {
    width: 33.3%;
  }
}

.dishes-group__item-sizer {
  width: 100%;
}

@media (min-width: 550px) {
  .dishes-group__item-sizer {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .dishes-group__item-sizer {
    width: 33.3%;
  }
}

.dishes-group__label {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 5px 0;
  margin: 8px 11%;
  border-top: 1px solid #bfb7af;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.125;
}

.dishes-group__link {
  display: block;
  width: 100%;
  max-width: 252px;
  margin: auto;
  color: #025a45;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dishes-group__link:hover {
  color: #ee3135;
}

.dishes-group__photo {
  background: url(../img/thumb-shadow.png) center bottom no-repeat;
  background-size: contain;
  padding: 0 11% 5%;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dishes-group__photo img {
  width: 100%;
}

.dishes-group__item--bag .dishes-group__photo {
  background: url(../img/thumb-shadow_bag.png) center bottom no-repeat;
  background-size: contain;
  padding: 0 14% 5%;
}

.dishes-group__item--tall .dishes-group__photo {
  background: url(../img/thumb-shadow_tall.png) center bottom no-repeat;
  background-size: contain;
  padding: 0 22% 5%;
}

.dishes-group__item--square .dishes-group__photo {
  background: url(../img/thumb-shadow.png) center bottom no-repeat;
  background-size: 200px 35px;
  background-position: 50% 99.25%;
  padding: 0 18% 5%;
}

.dishes-group__item.subhead {
  margin-bottom: 0;
}

.where-to-buy {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .where-to-buy {
    margin-left: 0;
    margin-right: 0;
  }
}

.where-to-buy__header {
  text-align: center;
  padding-bottom: 8px;
}

.contact {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-top: 1px solid #bfb7af;
  padding-top: .15em;
  margin-bottom: 4em;
}

@media (min-width: 768px) {
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact__column h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: .1em 0 0;
}

@media (min-width: 768px) {
  .contact__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.7%;
            flex: 0 1 48.7%;
  }
}

.contact__location {
  border-top: 1px solid #bfb7af;
  padding: 1em 0 1.3em;
}

.contact__location p {
  margin: 0 0 1em;
}

.contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact__item {
  margin: .8em 0;
}

.contact__link {
  display: block;
  color: #025a45;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact__link:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #8ca69d;
  position: relative;
  top: .15em;
  margin-right: 8px;
}

.contact__link:hover {
  color: #64605d;
}

.contact__link--map:before {
  content: "\e812";
}

.contact__link--phone:before {
  content: "\e813";
}

.contact__link--email {
  font-size: 12px;
  font-size: 0.75rem;
}

.contact__link--email:before {
  content: "\e814";
}

.contact__careers {
  border-top: 1px solid #bfb7af;
  padding-top: 1.3em;
}

.contact__careers h3 {
  text-transform: uppercase;
}

.contact__careers p {
  margin: .5em 0 1em 0;
}

@media (min-width: 480px) {
  .contact__careers p {
    margin: .5em 3em 1.5em 0;
  }
}

.contact__form {
  border-top: 1px solid #bfb7af;
  padding-top: 1.3em;
  position: relative;
}

.contact__form .tip {
  font-size: 11px;
  font-size: 0.6875rem;
  position: relative;
  top: -1em;
  width: 100%;
}

.contact__form .tip--indented {
  margin-left: 26%;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel],
.contact__form textarea {
  width: 73%;
  display: inline-block;
  padding: .8em;
  margin-bottom: 1.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact__form textarea {
  height: 60px;
}

.contact__form label {
  width: 25%;
  margin-right: 1%;
  vertical-align: middle;
  display: inline-block;
  color: #025a45;
  text-transform: uppercase;
}

.contact__form .label-textarea {
  vertical-align: top;
}

.contact__form input[type=submit] {
  float: right;
}

div.wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 1em 1.5em;
  color: #f7f0e8;
}

div.wpcf7-mail-sent-ok {
  background: #025a45;
  border: none;
}

div.wpcf7-validation-errors {
  background: #ee3135;
  border: none;
}

span.wpcf7-not-valid-tip {
  color: #ee3135;
  font-size: 1em;
  font-weight: normal;
  margin-top: -12px;
  margin-bottom: 10px;
  display: block;
  margin-left: 26%;
}

.nonna-no {
  background: #005441;
}

.nonna-no__wrap {
  max-width: 960px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
}

.nonna-no__wrap img {
  width: 100%;
}

@media (min-width: 1000px) {
  .nonna-no__wrap {
    margin: auto;
  }
}

/* .nonna-no__anim-inner {
    position:absolute;
    left:0;
    top:0;
    transform-origin: 0 0;
}
.nonna-no__anim-element {
    display:inline-block;
    text-indent:-9999px;
    overflow: hidden;
    height:274px;
    background:url('../img/nonna_no-graphic.png') left top no-repeat;
}
.nonna-no__anim-element:nth-child(1) {
    width:215px;
}
.nonna-no__anim-element:nth-child(2) {
    width:165px;
    background-position:-215px 0;
}
.nonna-no__anim-element:nth-child(3) {
    width:150px;
    background-position:-380px 0;
}
.nonna-no__anim-element:nth-child(4) {
    width:215px;
    background-position:-530px 0;
} */
.nonna-main {
  background-image: url(../img/2diamonds-filled-halfsize.svg), url(../img/nonna_bg_chicken.jpg);
  background-position: -3px top, right bottom;
  background-repeat: repeat-y, no-repeat;
  background-size: auto, contain;
  background-color: #f7f0e8;
}

@media (min-width: 768px) {
  .nonna-main {
    background-image: url(../img/2diamonds-filled-twothirdssize.svg), url(../img/nonna_bg_chicken.jpg);
    background-position: -5px top, right bottom 50px;
    background-size: auto, auto;
  }
}

@media (min-width: 1024px) {
  .nonna-main {
    background-image: url(../img/2diamonds-filled.svg), url(../img/nonna_bg_chicken.jpg);
    background-position: -7px top, right bottom 100px;
  }
}

.nonna-wall {
  position: relative;
  padding: 35px 0 180px;
  margin: 0 auto;
  width: 100%;
  clear: both;
  text-align: center;
  overflow: hidden;
  /* border: 5px solid red; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nonna-wall.js-static-bg {
  background: url(../img/home_location-bg_static.jpg) center bottom no-repeat;
  background-size: cover;
}

.nonna-wall.js-static-bg .nonna-wall__bg {
  display: none !important;
}

@media (min-width: 768px) {
  .nonna-wall {
    padding: 40px 0 220px;
  }
}

@media (min-width: 1024px) {
  .nonna-wall {
    padding: 50px 0 260px;
  }
}

@media (min-width: 1400px) {
  .nonna-wall {
    padding: 70px 0 320px;
  }
}

@media (min-width: 2000px) {
  .nonna-wall {
    padding: 70px 0 400px;
  }
}

.nonna-wall__bg {
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

.nonna-wall__bg-svg {
  position: relative;
}

.nonna-wall__bg-image {
  /* See in-page svg definitions */
  /* Safari fix - do NOT include -webkit-clip-path */
  /* autoprefixer: off */
  clip-path: url(#nonna-wall__bg-clip-path);
}

.nonna-wall__intro-text {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f7f0e8;
  margin-bottom: 1em;
}

.nonna-wall__picture {
  margin: auto;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.nonna-wall__picture--pic1 {
  background-image: url(../img/nonna-wall-frame1.png);
  max-width: 873px;
  margin-bottom: 12px;
}

.nonna-wall__picture--pic1 .nonna-wall__picture-inner {
  padding: 15.8076% 22.1077% 18.6712% 22.2222%;
}

@media (max-width: 920px) {
  .nonna-wall__picture--pic1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .nonna-wall__picture--pic1 {
    max-width: 1746px;
    margin-left: 17.8%;
    margin-right: 17.8%;
  }
}

.nonna-wall__picture--pic2 {
  background-image: url(../img/nonna-wall-frame2.png);
  max-width: 605px;
  margin-bottom: 12px;
}

.nonna-wall__picture--pic2 .nonna-wall__picture-inner {
  padding: 12.0661% 18.1818% 15.5372% 18.1818%;
}

@media (max-width: 920px) {
  .nonna-wall__picture--pic2 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .nonna-wall__picture--pic2 {
    max-width: 1210px;
    margin-left: 27.1%;
    margin-right: 27.1%;
  }
}

.nonna-wall__picture--pic3 {
  background-image: url(../img/nonna-wall-frame3.png);
  max-width: 698px;
  margin-bottom: 12px;
}

.nonna-wall__picture--pic3 .nonna-wall__picture-inner {
  padding: 10.8882% 14.4699% 14.3266% 15.9026%;
}

@media (max-width: 920px) {
  .nonna-wall__picture--pic3 {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .nonna-wall__picture--pic3 {
    max-width: 1396px;
    margin-left: 23.5%;
    margin-right: 23.5%;
  }
}

.nonna-wall__image {
  position: relative;
  overflow: hidden;
}

.nonna-wall__image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nonna-wall__image:after {
  font-size: 60px;
  font-size: 3.75rem;
  content: "\e81c";
  color: white;
  opacity: .7;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nonna-wall__link:hover .nonna-wall__label {
  color: #ee3135;
}

.nonna-wall__link:hover .nonna-wall__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nonna-wall__link:hover .nonna-wall__image:after {
  color: #ee3135;
  opacity: 1;
}

.nonna-social {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff6ef;
  position: relative;
}

.nonna-social p {
  margin-bottom: .7em;
}

@media (min-width: 768px) {
  .nonna-social {
    font-size: 32px;
    font-size: 2rem;
  }
}

.nonna-social__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nonna-social__social-item {
  display: inline-block;
  margin: 0 10px;
}

.nonna-social__social-item:first-child {
  margin-left: 0;
}

.nonna-social__social-item:last-child {
  margin-right: 0;
}

.nonna-social__social-link {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  color: #fff6ef;
  border: 3px solid #fff6ef;
  border-radius: 40px;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 40px;
  width: 40px;
  position: relative;
}

.nonna-social__social-link:hover {
  color: #ee3135;
  border-color: #ee3135;
}

.nonna-social__social-link:before {
  margin: 0;
  position: absolute;
  left: calc(50% - 1em/2);
  top: calc(50% - 1em/2);
}

@media (min-width: 768px) {
  .nonna-social__social-link {
    font-size: 30px;
    font-size: 1.875rem;
    border: 4px solid #fff6ef;
    border-radius: 40px;
    height: 50px;
    width: 50px;
  }
}

.nonna-msg {
  padding-top: 220px;
  padding-bottom: 80px;
  margin-top: -240px;
  -webkit-transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: contain;
}

@media (min-width: 768px) {
  .nonna-msg {
    padding-top: 280px;
    padding-bottom: 110px;
    background-size: auto;
  }
}

.no-list__anim-wrap {
  max-width: 626px;
  margin: auto;
  padding-bottom: 2.5em;
}

@media (min-width: 768px) {
  .no-list__anim-wrap {
    padding-bottom: 4em;
  }
}

.no-list__anim {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32.8%;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .no-list__anim {
    padding-left: 0;
    padding-right: 0;
  }
}

.no-list__anim-inner {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.no-list__anim-element {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  height: 45px;
  background: url("../img/heading_no-list_2x.png") left top no-repeat;
  background-size: 626px 206px;
}

.no-list__anim-element:nth-child(1) {
  width: 85px;
  background-position: -58px 0;
  margin-left: 58px;
  margin-bottom: 35px;
}

.no-list__anim-element:nth-child(2) {
  width: 430px;
  background-position: -143px 0;
  margin-bottom: 35px;
}

.no-list__anim-element:nth-child(3) {
  clear: left;
  width: 76px;
  background-position: 0 -80px;
  margin-bottom: 35px;
}

.no-list__anim-element:nth-child(4) {
  width: 305px;
  background-position: -76px -80px;
  margin-bottom: 35px;
}

.no-list__anim-element:nth-child(5) {
  width: 244px;
  background-position: -381px -80px;
  margin-bottom: 35px;
}

.no-list__anim-element:nth-child(6) {
  clear: left;
  width: 87px;
  background-position: -76px -160px;
  margin-left: 76px;
}

.no-list__anim-element:nth-child(7) {
  width: 386px;
  background-position: -163px -160px;
}

.tastes-good__anim-wrap {
  max-width: 530px;
  margin: auto;
}

.tastes-good__anim {
  position: relative;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 37%;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 768px) {
  .tastes-good__anim {
    padding-left: 0;
    padding-right: 0;
  }
}

.tastes-good__anim-inner {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.tastes-good__anim-element {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  height: 93px;
  background: url("../img/heading_it-tastes-good-to-say-no_green_2x.png") left top no-repeat;
  background-size: 530px 185px;
}

.tastes-good__anim-element:nth-child(1) {
  width: 65px;
}

.tastes-good__anim-element:nth-child(2) {
  width: 271px;
  background-position: -65px 0;
}

.tastes-good__anim-element:nth-child(3) {
  width: 194px;
  background-position: -336px 0;
}

.tastes-good__anim-element:nth-child(4) {
  width: 118px;
  background-position: 0 -92px;
}

.tastes-good__anim-element:nth-child(5) {
  width: 143px;
  background-position: -122px -92px;
}

.tastes-good__anim-element:nth-child(6) {
  width: 70px;
  background-position: -265px -92px;
}

.tastes-good__anim-element:nth-child(7) {
  width: 102px;
  background-position: -335px -92px;
}

.tastes-good__anim-element:nth-child(8) {
  width: 65px;
  background-position: -437px -92px;
}

.nonna-vids__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .nonna-vids__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.nonna-vids__item {
  overflow: hidden;
}

@media (min-width: 768px) {
  .nonna-vids__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .nonna-vids__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.nonna-vids__item-inner {
  position: relative;
  padding-bottom: 56.25%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nonna-vids__image,
.nonna-vids__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nonna-vids__image img,
.nonna-vids__video img {
  width: 100%;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Hide UPC */
#productUPC{display:none;}
/*# sourceMappingURL=maps/style.css.map */



.page-id-18 div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 1em 1.5em;
    color: #ffb900;
	font-weight:bold;
}
