@charset "UTF-8";
/* Import Base Styles */
/*-------------------------------------------
   	Global Starter
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, audio, canvas, progress, video {
  display: block;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/* apply a natural box layout model to all elements, but allowing components to change */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

/* Nice Subs & Sups */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}

pre {
  overflow: auto;
}

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

button {
  cursor: pointer;
}

::selection {
  background: #d7d7d7;
  color: #000;
  text-shadow: none;
}

/* Color Variables */
/* Font Sizes */
/* font familes */
/* Base Fonts */
/* Site Specific General Styles */
body {
  color: #443736;
  background: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-style: normal;
  font-family: adobe-garamond-pro, serif;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
ul {
  line-height: 1.7em;
  margin-left: 1em;
}
ul li {
  margin: auto;
  margin-bottom: 1em;
}

ol {
  line-height: 1.7em;
  margin-left: 1em;
}
ol li {
  margin-bottom: 1em;
}

dl {
  line-height: 1.7em;
}

a {
  color: #222222;
  text-decoration: none;
}
h1, .heading1 {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
h1 i, .heading1 i {
  font-family: Adinah-Rough;
  font-size: 50px;
  font-style: normal;
}
h2, .heading2 {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
h2 i, .heading2 i {
  font-family: Adinah-Rough;
  font-size: 42px;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  h2, .heading2 {
    font-size: 50px;
  }
  h2 i, .heading2 i {
    font-size: 53px;
  }
}
@media screen and (min-width: 1920px) {
  h2, .heading2 {
    font-size: 72px;
    letter-spacing: -0.7px;
  }
  h2 i, .heading2 i {
    font-size: 80px;
  }
}

h3, .heading3 {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #c10230;
}
@media screen and (min-width: 1200px) {
  h3, .heading3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  h3, .heading3 {
    font-size: 48px;
  }
}

h4, .heading4 {
  font-family: adobe-garamond-pro, serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 8px;
}
h5, .heading5 {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #c10230;
}
@media screen and (min-width: 1200px) {
  h5, .heading5 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  h5, .heading5 {
    font-size: 48px;
  }
}

h6, .heading6 {
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1em 0 2em;
  line-height: 1em;
}
@media screen and (min-width: 1200px) {
  h6, .heading6 {
    font-size: 12px;
  }
}

img[align=right],
img.right {
  float: right;
  margin: 10px 0 20px 30px;
}
@media screen and (max-width: 768px) {
  img[align=right],
img.right {
    float: none;
    margin: 20px auto;
  }
}

img[align=left],
img.left {
  float: left;
  margin: 10px 30px 20px 0;
}
@media screen and (max-width: 768px) {
  img[align=left],
img.left {
    float: none;
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .hide-small {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hide-medium {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hide-large {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .break-small {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .break-medium {
    display: block;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
table th {
  text-align: left;
}

.op0 {
  opacity: 1;
}

.op1 {
  opacity: 0.1;
}

.op2 {
  opacity: 0.2;
}

.op3 {
  opacity: 0.3;
}

.op4 {
  opacity: 0.4;
}

.op5 {
  opacity: 0.5;
}

.op6 {
  opacity: 0.6;
}

.op7 {
  opacity: 0.7;
}

.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

.op10 {
  opacity: 0;
}

/* Contain floats: h5bp.com/q */
.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

/* Hide only visually, but have it available for screenreaders: */
/* Perhaps update based on this: https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vh.focusable:active, .vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* for image replacement */
/* Hide for both screenreaders and browsers */
/* Zero out list styles */
/* Stand for No Text */
.nt {
  display: block;
  border: 0;
  text-indent: -123456em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.nobr {
  white-space: nowrap;
}

.hideSmall {
  display: none;
}
@media screen and (min-width: 768px) {
  .hideSmall {
    display: inherit;
  }
}

.explore figcaption, .button:before, .button, .social-media svg, a, svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*
Font: 		Adinah
Style: 		Rough
URL: 		https://www.youworkforthem.com/font/T6726/adinah
Foundry: 	Andrew Lethbridge
Foundry: 	https://www.youworkforthem.com/designer/719/andrew-lethbridge
Copyright:	Copyright © 2016 by Andy Lethbridge. All rights reserved.
Version: 	17
Created:	July 11, 2016
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: "Adinah-Rough";
  src: url("/assets/fonts/adinah/adinah-rough.eot");
  src: url("/assets/fonts/adinah/adinah-rough.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/adinah/adinah-rough.woff2") format("woff2"), url("/assets/fonts/adinah/adinah-rough.woff") format("woff"), url("/assets/fonts/adinah/adinah-rough.ttf") format("truetype"), url("/assets/fonts/adinah/adinah-rough.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/*
Font: 		Veneer
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T4170/veneer
Foundry: 	Yellow Design Studio
Foundry: 	https://www.youworkforthem.com/designer/351/yellow-design-studio
Copyright:	Copyright (c) 2012 by Yellow Design Studio. All rights reserved.
Version: 	17
Created:	March 22, 2017
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: "Veneer";
  src: url("/assets/fonts/veneer/veneer.eot");
  src: url("/assets/fonts/veneer/veneer.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/veneer/veneer.woff2") format("woff2"), url("/assets/fonts/veneer/veneer.woff") format("woff"), url("/assets/fonts/veneer/veneer.ttf") format("truetype"), url("/assets/fonts/veneer/veneer.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
/*
Font: 		Veneer Clean
Style: 		Soft
URL: 		https://www.youworkforthem.com/font/T6425/veneer-clean
Foundry: 	Yellow Design Studio
Foundry: 	https://www.youworkforthem.com/designer/351/yellow-design-studio
Copyright:	Copyright (c) 2016 by Yellow Design Studio. All rights reserved.
Version: 	17
Created:	May 11, 2016
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: "VeneerClean-Soft";
  src: url("/assets/fonts/veneersoft/veneer-clean-soft.eot");
  src: url("/assets/fonts/veneersoft/veneer-clean-soft.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/veneersoft/veneer-clean-soft.woff2") format("woff2"), url("/assets/fonts/veneersoft/veneer-clean-soft.woff") format("woff"), url("/assets/fonts/veneersoft/veneer-clean-soft.ttf") format("truetype"), url("/assets/fonts/veneersoft/veneer-clean-soft.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
.skip-nav,
.mobi-control {
  z-index: 1000;
}

.pop {
  z-index: 950;
}

.logo {
  z-index: 900;
}

.mezzetta-recipe .content {
  z-index: 50;
}
.mezzetta-recipe .pic::after {
  z-index: 10;
}

/* Custom CSS */
header {
  width: 100%;
  position: absolute;
}

.logo {
  width: 40.2666666667%;
  max-width: 330px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 17.1875%;
  }
}

.mobi-control {
  position: absolute;
  top: 40px;
  right: 25px;
}

.pop {
  width: 93%;
  max-width: 640px;
  margin-left: 7%;
  background: #ebe8e5;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 0 24px 0 #000000;
          box-shadow: 0 0 24px 0 #000000;
  padding: 96px 0 0 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}
.pop.not-active {
  right: -999em;
}
.pop p {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-size: 18px;
}
.pop p a {
  color: #c10230;
  font-weight: bold;
  border-bottom: 2px solid #c10230;
}
.pop > p {
  padding: 0;
  margin: 0 20%;
}
.pop > p:after {
  content: "";
  display: block;
  width: 18.2%;
  height: 2px;
  background: rgba(68, 55, 54, 0.25);
  margin: 25px auto 0;
}
.pop > p:last-child:after {
  display: none;
}

.main-nav {
  list-style-type: none;
  margin: 32px 7.6% 40px;
  padding: 0;
  line-height: 1em;
}
.main-nav li {
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
}
.main-nav li:last-child {
  margin: 0;
}
.main-nav a {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  color: #c10230;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 900px) {
  .main-nav a {
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: 0.6px;
  }
}

body.nav-on {
  overflow: hidden;
}

.share-head ul, .social-media ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
}
.share-head li, .social-media li {
  margin: 0 31px 0 0;
  display: inline-block;
  width: 32px;
}
.share-head li:last-child, .social-media li:last-child {
  margin: 0;
}
.share-head svg, .social-media svg {
  width: 32px;
  height: 32px;
  fill: #c10230;
}
@media screen and (min-width: 900px) {
  .share-head li, .social-media li {
    width: 41px;
  }
  .share-head svg, .social-media svg {
    width: 41px;
    height: 41px;
  }
}

.sig {
  margin: 36px auto 50px;
}
.sig svg {
  width: 192px;
  height: 96px;
  fill: #746762;
  margin: 0 auto;
  display: block;
}

footer {
  background: #c10230;
  color: #ffffff;
  text-align: center;
  padding: 64px 6.5333333333%;
}
footer p {
  font-family: adobe-garamond-pro, serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ebe8e5;
}
footer p a {
  color: #ebe8e5;
  border-bottom: 1px solid #ebe8e5;
}
footer p a:active, footer p a:hover, footer p a:focus {
  border-bottom: 1px solid #c10230;
}
@media screen and (min-width: 1200px) {
  footer p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  footer p {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.footer-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 48px;
}
.footer-nav ul li {
  text-align: center;
}
.footer-nav ul a {
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
}
.footer-nav ul a:active, .footer-nav ul a:focus, .footer-nav ul a:hover {
  color: #fdbacb;
}
@media screen and (min-width: 1200px) {
  .footer-nav ul a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer-nav ul a {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 900px) {
  .footer-nav li {
    display: inline-block;
    margin: 0 20px 20px;
  }
}

.social-media {
  margin: 0 0 42px;
}
.social-media li {
  width: 33%;
  margin: 0 0 25px;
  text-align: center;
}
.social-media svg {
  fill: #ffffff;
  width: 35px;
  height: 35px;
}
.social-media a:active svg, .social-media a:focus svg, .social-media a:hover svg {
  fill: #fdbacb;
}
@media screen and (min-width: 340px) {
  .social-media li {
    width: 48px;
    margin: 0 35px 0 0;
  }
  .social-media svg {
    width: 48px;
    height: 48px;
  }
}

.jm-footer {
  max-width: 245px;
  fill: #ffffff;
  margin: 0 auto;
  display: block;
  margin-bottom: 37px;
}

.credits p {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ebe8e5;
}
.credits a {
  font-weight: bold;
  color: #ebe8e5;
}
@media screen and (min-width: 900px) {
  .credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    margin: 0 auto;
  }
  .credits svg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .credits p:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .credits p:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  outline: none;
}
input[type=email] {
  border: solid 2px #d4d4d4;
  background-color: #ffffff;
  font-family: adobe-garamond-pro, serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  text-align: left;
  color: #746762;
  padding: 10px;
  display: block;
  margin: 0 auto 15px;
}

.skip-nav {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-nav:focus {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.button {
  display: inline-block;
  font-family: "VeneerClean-Soft", Impact, Arial Black, sans serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px 22px;
  border: 2px solid #ffffff;
  position: relative;
}
.button:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.button.button-white:hover, .button.button-white:focus, .button.button-white:active {
  color: #c10230;
  background: #ffffff;
}
.button.button-white:hover:before, .button.button-white:focus:before, .button.button-white:active:before {
  border: solid 1px rgba(183, 34, 51, 0.5);
}
.button.button-red {
  background: #c10230;
  color: #ffffff;
}
.button.button-red:hover, .button.button-red:focus, .button.button-red:active {
  background: #9b1e32;
}
.button.button-red:hover:before, .button.button-red:focus:before, .button.button-red:active:before {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.button.small {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 12px 16px;
}
.button.small:before {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
}

.intro {
  position: relative;
}
.intro .content {
  padding: 0 6.6666666667%;
  position: absolute;
  width: 100%;
  max-width: 376px;
  bottom: 7.183908046%;
  text-align: left;
}
.intro .content h1 {
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  text-align: left;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.intro .content h1 i {
  display: block;
}
.intro .button {
  font-size: 16px;
}
@media screen and (min-width: 550px) {
  .intro .content h1 {
    font-size: 50px;
  }
  .intro .content h1 i {
    font-size: 63px;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    text-align: center;
  }
  .intro .button {
    font-size: 20px;
  }
  .intro .content {
    padding: 0;
    width: 36.7708333333%;
    top: 27.7777777778%;
    left: 10.4166666667%;
  }
  .intro .content h1 {
    font-size: 31px;
  }
  .intro .content h1 i {
    font-size: 48px;
  }
}
@media screen and (min-width: 980px) {
  .intro .content h1 {
    font-size: 36px;
  }
  .intro .content h1 i {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .content h1 {
    font-size: 46px;
  }
  .intro .content h1 i {
    font-size: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .intro .content h1 {
    font-size: 72px;
    line-height: 1.11;
    letter-spacing: -0.7px;
  }
  .intro .content h1 i {
    font-size: 100px;
  }
}

.sauces {
  background: #c10230;
  padding: 48px 0 0;
  position: relative;
}
.sauces h2 {
  margin: 0 6.5333333333%;
}
.sauces h2:after {
  content: "";
  display: block;
  width: 32.5333333333%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 25px auto;
}
@media screen and (min-width: 768px) {
  .sauces h2:after {
    width: 122px;
  }
}
.sauces p {
  margin: 0 6.5333333333%;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .sauces p {
    padding: 0 2.6666666667% 0.7em;
  }
  .sauces .content {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 4% 20% 0;
  }
  .sauces img {
    padding-top: 130px;
  }
}
@media screen and (min-width: 980px) {
  .sauces .content {
    top: 30px;
  }
  .sauces p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .sauces {
    padding-top: 0;
  }
  .sauces .content {
    top: 40px;
  }
  .sauces img {
    padding-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .sauces .content {
    top: 50px;
  }
  .sauces p {
    font-size: 32px;
    line-height: 1.5;
  }
}

.highlights .banner {
  position: relative;
}
.highlights .banner h2 {
  margin: 0 6.5333333333%;
}
.highlights .banner h2:after {
  content: "";
  display: block;
  width: 32.5333333333%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 25px auto;
}
@media screen and (min-width: 768px) {
  .highlights .banner h2:after {
    width: 122px;
  }
}
.highlights .banner p {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #ffffff;
  margin: 0 6.5333333333%;
}
@media screen and (min-width: 768px) {
  .highlights .banner p {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .highlights .banner p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1920px) {
  .highlights .banner p {
    font-size: 32px;
  }
}
.highlights .content {
  padding: 48px 0 0;
}
@media screen and (min-width: 768px) {
  .highlights .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hl-regional .banner {
    background: url(/assets/img/bg-regional.jpg) center top;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .hl-regional .content {
    width: 44.375%;
    margin: 0 0 48px 12.6041666667%;
  }
}

@media screen and (max-width: 767px) {
  .hl-family .banner {
    background: url(/assets/img/bg-family.jpg) center top;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .hl-family .content {
    width: 44.375%;
    margin: 0 12.6041666667% 48px 43.0208333333%;
  }
}

.explore {
  padding: 48px 0 65px;
}
.explore h3 {
  margin: 0 6.5333333333%;
}
.explore h3:after {
  content: "";
  display: block;
  width: 32.5333333333%;
  height: 2px;
  background: rgba(205, 28, 52, 0.5);
  margin: 25px auto;
}
@media screen and (min-width: 768px) {
  .explore h3:after {
    width: 122px;
  }
}

.explore figure {
  text-align: center;
}
.explore img {
  max-width: 226px;
  margin: 0 auto;
}
.explore figcaption {
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: 0.1px;
  text-align: center;
  color: #c10230;
  padding: 0 10px;
}
.explore .mezzetta {
  width: 50%;
}
.explore .mezzetta a:hover figcaption, .explore .mezzetta a:focus figcaption, .explore .mezzetta a:active figcaption {
  color: #9b1e32;
}

@media screen and (min-width: 768px) {
  .flavor-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding: 0 10%;
  }
  .flavor-scroll img {
    max-width: 324px;
    margin: 0 auto;
  }
  .flavor-scroll .mezzetta {
    width: 100%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    margin: 0 0 88px;
  }
}
@media screen and (min-width: 1200px) {
  .flavor-scroll figcaption {
    font-size: 24px;
    line-height: 1.43;
    letter-spacing: normal;
  }
}

.recipes {
  background: #ebe8e5;
  padding: 65px 0 10px;
}
.recipes h2 {
  color: #c10230;
  margin: 0 6.5333333333%;
}
.recipes h2:after {
  content: "";
  display: block;
  width: 32.5333333333%;
  height: 2px;
  background: rgba(205, 28, 52, 0.5);
  margin: 25px auto 75px;
}
@media screen and (min-width: 768px) {
  .recipes h2:after {
    width: 122px;
  }
}

.mezzetta-recipe {
  max-width: 326px;
  width: 100%;
  position: relative;
  margin-right: 10px;
}
.mezzetta-recipe .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0.0674846626% 42px;
  text-align: center;
  color: #ffffff;
}
.mezzetta-recipe .button {
  margin-top: 32px;
}
.mezzetta-recipe .pic {
  position: relative;
}
.mezzetta-recipe .pic::after {
  display: block;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 12px;
}
.mezzetta-recipe .pic img {
  border-radius: 12px;
}
@media screen and (min-width: 1200px) {
  .mezzetta-recipe {
    max-width: 460px;
  }
  .mezzetta-recipe h4 {
    font-size: 28px;
  }
  .mezzetta-recipe p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .mezzetta-recipe {
    max-width: 560px;
  }
  .mezzetta-recipe h4 {
    font-size: 32px;
  }
  .mezzetta-recipe p {
    font-size: 24px;
  }
}

.asides {
  background: #ebe8e5;
  padding: 0 6.5333333333% 25px;
  margin: 0;
}
.asides aside {
  background: #ffffff;
  display: block;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  margin: 0 0 25px;
}
.asides aside:last-child {
  margin: 0;
}
.asides h5 {
  margin: 0 0 8px;
}
.asides p {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.1px;
}
.asides form input {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .asides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 6.5333333333% 80px;
  }
  .asides aside {
    padding: 80px 8.5680751174%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 0;
  }
  .asides p {
    font-size: 20px;
  }
  .asides form input {
    float: left;
    width: calc(100% - 150px);
    padding: 14px;
  }
  .asides form button {
    float: right;
  }
}
@media screen and (min-width: 1920px) {
  .asides p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: 0;
}
.hamburger:hover, .hamburger:focus {
  opacity: 0.7;
}
.hamburger.is-active:hover, .hamburger.is-active:focus {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #c10230;
}

.hamburger-box {
  width: 35px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin";
@import "types/spin-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
*/
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
@import "types/vortex";
@import "types/vortex-r";
*/
/* Browser Targeting */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
/* Javascript Only! */
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots {
  display: none;
}

.flickity-button {
  background: transparent;
}

.flickity-button-icon {
  fill: #c10230;
}

.explore .flavor-scroll.flickity-enabled {
  padding-bottom: 50px;
}
.explore .flickity-prev-next-button {
  top: auto;
  bottom: -8%;
}
.explore .flickity-prev-next-button.previous {
  left: 30%;
}
.explore .flickity-prev-next-button.next {
  right: 30%;
}

.recipes .recipe-scroll.flickity-enabled {
  padding-bottom: 75px;
}
.recipes .flickity-prev-next-button {
  top: auto;
  bottom: -10px;
}
.recipes .flickity-prev-next-button.previous {
  left: 30%;
}
.recipes .flickity-prev-next-button.next {
  right: 30%;
}
@media screen and (min-width: 980px) {
  .recipes .flickity-prev-next-button {
    top: -118px;
    bottom: auto;
  }
  .recipes .flickity-prev-next-button.previous {
    left: auto;
    right: 100px;
  }
  .recipes .flickity-prev-next-button.next {
    right: 50px;
  }
}
/*# sourceMappingURL=screen.css.map */
