/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
*/
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
html {
  font-size: 62.5%; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

br.rwd-break {
  display: none; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important; }

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0; }
  ul li {
    text-indent: 0;
    margin: 0;
    padding: 0; }
    ul li:before {
      display: none;
      content: none;
      border-radius: 50%;
      height: auto;
      width: auto;
      line-height: inherit;
      margin: 0;
      background: none; }

.heading, nav li a, .h4, .typography h4, .typography .h4, .h3, .typography h3, .typography .h3, .h2, .typography h2, .typography .h2, .h1, .typography h1, .typography .h1 {
  color: #637c8c;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  display: block; }

.h1, .typography h1, .typography .h1 {
  font-size: 48px;
  font-size: 4.8rem; }

.h2, .typography h2, .typography .h2 {
  font-size: 36px;
  font-size: 3.6rem; }

.h3, .typography h3, .typography .h3 {
  font-size: 24px;
  font-size: 2.4rem; }

.h4, .typography h4, .typography .h4 {
  font-size: 18px;
  font-size: 1.8rem; }

.h5, .typography h5, .typography .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important; }

.h6, .typography h6, .typography .h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important; }

.italic, table caption, .typography i, .typography em, ::placeholder {
  font-style: italic; }

.bold, table#ingredients tr.recipe td.element-title, table#ingredients tr td.element-title .inner .icon, table th, ul.key li .icon, .typography strong, .link, .typography a:not(.image-link):not(.button), .mimic-link, .ordered-list li:before, .typography ol li:before {
  font-weight: 700; }

.small, .typography small, .typography .small {
  font-size: 12px;
  font-size: 1.2rem; }

.block-margins, table, .typography p, .typography ul, .typography ol, .typography pre {
  margin: 2.5px 0px 24px;
  margin: 0.25rem 0rem 2.4rem; }

.ordered-list, .typography ol {
  list-style: decimal; }

.unordered-list li, .typography ul li,
.ordered-list li,
.typography ol li {
  margin-bottom: 1px;
  margin-bottom: 0.1rem; }

.unordered-list, .typography ul {
  list-style: none; }
  .unordered-list li:before, .typography ul li:before {
    display: inline-block;
    content: '';
    border-radius: 50%;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    line-height: 10px;
    line-height: 1rem;
    margin-right: 7.5px;
    margin-right: 0.75rem;
    background-color: #637c8c; }

.ordered-list, .typography ol {
  position: relative;
  list-style-type: none;
  padding: 0px 0px 0px 20px;
  padding: 0rem 0rem 0rem 2rem; }
  .ordered-list li, .typography ol li {
    position: relative;
    counter-increment: step-counter;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    .ordered-list li:before, .typography ol li:before {
      position: absolute;
      left: -20px;
      left: -2rem;
      content: counter(step-counter);
      line-height: 1.6; }
    .ordered-list li:last-child, .typography ol li:last-child {
      margin-bottom: 0; }

.link, .typography a:not(.image-link):not(.button), .mimic-link {
  color: #637c8c;
  text-decoration: none;
  border-bottom: 2px dotted #bac6ce !important;
  padding-bottom: 2.5px !important;
  padding-bottom: 0.25rem !important;
  transition: 0.5s all; }
  .link:hover, .typography a:hover:not(.image-link):not(.button), .mimic-link:hover, .link:focus, .typography a:focus:not(.image-link):not(.button), .mimic-link:focus {
    border-bottom: 2px solid #637c8c !important; }

.mimic-link {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer; }

.callout, .typography .callout {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important; }

.blockquote, .typography blockquote {
  margin: 24px 0px;
  margin: 2.4rem 0rem;
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  .blockquote p:first-child, .typography blockquote p:first-child {
    position: relative;
    margin-left: 30px;
    margin-left: 3rem; }
    .blockquote p:first-child:before, .typography blockquote p:first-child:before {
      content: open-quote;
      display: inline-block;
      color: #637c8c;
      font-family: "Playfair Display", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1.6;
      font-smooth: always !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      text-rendering: optimizeLegibility !important;
      font-size: 80px;
      font-size: 8rem;
      color: #637c8c;
      line-height: 0.1;
      position: absolute;
      left: -40px;
      left: -4rem;
      top: 10px;
      top: 1rem; }
  .blockquote p:last-child, .typography blockquote p:last-child {
    position: relative; }
    .blockquote p:last-child:after, .typography blockquote p:last-child:after {
      content: close-quote;
      display: inline-block;
      color: #637c8c;
      font-family: "Playfair Display", Georgia, serif;
      font-weight: 400;
      font-style: italic;
      line-height: 1.6;
      font-smooth: always !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      text-rendering: optimizeLegibility !important;
      font-size: 80px;
      font-size: 8rem;
      color: #637c8c;
      line-height: 0.1;
      vertical-align: text-bottom;
      position: absolute;
      bottom: -20px;
      bottom: -2rem; }
  .blockquote cite, .typography blockquote cite {
    display: block; }

section.intro {
  text-align: left;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  max-width: 800px;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.typography h1, .typography .h1 {
  margin: 0; }
  @media (min-width: 43.75em) {
    .typography h1, .typography .h1 {
      font-size: 72px;
      font-size: 7.2rem; } }
.typography h2, .typography .h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.typography h3, .typography .h3 {
  margin: 0; }

.typography h4, .typography .h4 {
  margin: 0; }

.typography h5, .typography .h5 {
  margin: 0; }

.typography h6, .typography .h6 {
  margin: 0; }

.typography h2 + ul {
  margin-top: -7.5px;
  margin-top: -0.75rem; }

.typography p + ul {
  margin-top: -20px;
  margin-top: -2rem; }

.typography h2 a, .typography h3 a {
  font-weight: 400 !important; }

.typography time {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.typography .handwriting {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  color: #637c8c; }

#reviews blockquote p {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-smooth: always !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem; }
  @media (min-width: 90.625em) {
    #reviews blockquote p {
      font-size: 32px;
      font-size: 3.2rem; } }
#a7-email-subscribe-form h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #b1b1b1; }

article.typography h2 {
  margin: 30px 0px 15px;
  margin: 3rem 0rem 1.5rem; }

article.typography h3 {
  margin: 20px 0px 5px;
  margin: 2rem 0rem 0.5rem; }

article.typography h4 {
  margin: 20px 0px 5px;
  margin: 2rem 0rem 0.5rem; }

article.typography h5 {
  margin: 20px 0px 5px;
  margin: 2rem 0rem 0.5rem; }

article.typography h6 {
  margin: 20px 0px 5px;
  margin: 2rem 0rem 0.5rem; }

article.typography > ul {
  list-style: none;
  margin: 0 !important;
  padding: 0; }
  article.typography > ul li {
    text-indent: 0;
    margin: 0;
    padding: 0; }
    article.typography > ul li:before {
      display: none;
      content: none;
      border-radius: 50%;
      height: auto;
      width: auto;
      line-height: inherit;
      margin: 0;
      background: none; }
  article.typography > ul h3 {
    font-size: 22px;
    font-size: 2.2rem; }
  article.typography > ul ul li {
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem 1rem 0rem;
    text-indent: 0; }

article.typography.home section.content blockquote p:first-of-type > span:first-of-type {
  display: inline-block; }
  article.typography.home section.content blockquote p:first-of-type > span:first-of-type:first-letter {
    color: #637c8c;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    font-smooth: always !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 60px;
    line-height: 6rem;
    padding: 10px 8px 0px 0px;
    padding: 1rem 0.8rem 0rem 0rem;
    color: #637c8c;
    float: left; }

article.single-product h1 {
  text-align: left; }

.byline {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left; }

.section-content h2 {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important; }

ul#site-index {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  width: 100%; }
  ul#site-index li {
    text-indent: 0;
    margin: 0;
    padding: 0; }
    ul#site-index li:before {
      display: none;
      content: none;
      border-radius: 50%;
      height: auto;
      width: auto;
      line-height: inherit;
      margin: 0;
      background: none; }
  ul#site-index li {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    ul#site-index li > ul {
      margin: 0px 0px 0px 30px !important;
      margin: 0rem 0rem 0rem 3rem !important; }

header.logo span {
  color: white; }

header#home h1 {
  font-size: 25px;
  font-size: 2.5rem; }
  header#home h1 .callout {
    font-size: 42px;
    font-size: 4.2rem; }
  @media (min-width: 18.75em) {
    header#home h1 {
      font-size: 30px;
      font-size: 3rem; }
      header#home h1 .callout {
        font-size: 48px;
        font-size: 4.8rem; } }
nav li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none; }

ul.key {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #637c8c;
  display: inline-flex;
  width: auto;
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important;
  padding: 10px 0px 10px 10px;
  padding: 1rem 0rem 1rem 1rem; }
  ul.key li {
    text-indent: 0;
    margin: 0;
    padding: 0; }
    ul.key li:before {
      display: none;
      content: none;
      border-radius: 50%;
      height: auto;
      width: auto;
      line-height: inherit;
      margin: 0;
      background: none; }
  ul.key li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    margin-right: 2rem; }
    ul.key li .icon {
      margin-right: 10px;
      margin-right: 1rem;
      text-transform: uppercase;
      border-radius: 50%;
      text-align: center;
      display: flex !important;
      justify-content: center;
      align-items: center;
      height: 30px;
      height: 3rem;
      width: 30px;
      width: 3rem;
      line-height: 30px;
      line-height: 3rem;
      font-size: 15px;
      font-size: 1.5rem;
      cursor: default; }
      ul.key li .icon .icon {
        width: 15px;
        width: 1.5rem;
        height: 15px;
        height: 1.5rem;
        fill: #fff; }
        ul.key li .icon .icon path,
        ul.key li .icon .icon polygon {
          fill: #fff; }
    ul.key li.recipe .icon {
      background-color: #637c8c;
      color: #fff; }
    ul.key li.ingredient .icon {
      background-color: #c1cbd1;
      color: #637c8c; }

@page {
  size: A4 portrait;
  margin: 0.5cm 1cm; }

h1, h2, h3, h4, h5 {
  page-break-after: avoid; }

#skip,
#top-bar,
#extended-footer-wrapper {
  display: none !important; }

article.single-menu-item section.description .dates, article.single-recipe section.description .dates {
  display: none; }

article.single-menu-item section.additional .placement, article.single-recipe section.additional .placement {
  display: none; }

body {
  padding: 1cm 0;
  background: #fff none !important;
  color: #000; }

section.description {
  display: flex;
  justify-content: space-between; }
  section.description .image {
    max-width: 50%; }
    section.description .image a {
      display: block; }
      section.description .image a img {
        width: 100%; }

section.additional .inner {
  display: flex;
  justify-content: space-between; }

.typography {
  font-size: 8pt !important; }
  .typography p {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .typography h1, .typography h2, .typography h3, .typography h4 {
    color: #000; }
  .typography h1 {
    font-size: 16pt !important; }
  .typography h2 {
    font-size: 12pt !important;
    margin: 0px 0px 5px !important;
    margin: 0rem 0rem 0.5rem !important; }
  .typography h3 {
    font-size: 10pt !important;
    margin: 7.5px 0px 2.5px !important;
    margin: 0.75rem 0rem 0.25rem !important; }
  .typography ol {
    margin-bottom: 5px !important;
    margin-bottom: 0.5rem !important; }
    .typography ol li {
      margin-bottom: 2.5px !important;
      margin-bottom: 0.25rem !important; }
  .typography .unordered-list li:before, .typography ul li:before {
    -webkit-print-color-adjust: exact; }

.icon {
  width: 15pt;
  height: 15pt;
  fill: #000; }
  .icon path,
  .icon polygon {
    fill: #000; }

header {
  margin-bottom: 0 !important; }

.dates {
  display: block;
  margin: 20px 10px 20px !important;
  margin: 2rem 1rem 2rem !important;
  border: 1px dotted #637c8c;
  padding: 10px;
  padding: 1rem; }
  .dates strong {
    color: #637c8c; }

.storage-rules,
.food-safety,
.serving-items {
  border: 1px solid #637c8c;
  padding: 10px;
  padding: 1rem;
  margin: 20px 10px 20px;
  margin: 2rem 1rem 2rem; }
  .storage-rules h2,
  .food-safety h2,
  .serving-items h2 {
    margin-top: 0 !important; }

ul.key {
  margin-bottom: 2.5px !important;
  margin-bottom: 0.25rem !important;
  padding: 2.5px !important;
  padding: 0.25rem !important; }
  ul.key li .icon {
    border-radius: 50%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 20px;
    height: 2rem;
    width: 20px;
    width: 2rem;
    line-height: 20px;
    line-height: 2rem;
    font-size: 10px;
    font-size: 1rem;
    -webkit-print-color-adjust: exact; }
    ul.key li .icon .icon {
      width: 10px;
      width: 1rem;
      height: 10px;
      height: 1rem;
      fill: #fff; }
      ul.key li .icon .icon path,
      ul.key li .icon .icon polygon {
        fill: #fff; }

table {
  width: 100%;
  border: none; }
  table caption {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  table th, table td {
    padding: 2.5px;
    padding: 0.25rem; }
  table td {
    text-align: left;
    border: 1px solid #c9c8c8; }
  table th {
    text-align: left;
    border-bottom: 1px solid #000; }
  table#ingredients {
    table-layout: fixed; }
    table#ingredients tr td, table#ingredients tr th {
      border-left: none;
      border-right: none;
      border-top: none; }
      table#ingredients tr td.element-title, table#ingredients tr th.element-title {
        width: 60%; }
      table#ingredients tr td.element-qty, table#ingredients tr th.element-qty {
        width: 20%; }
      table#ingredients tr td.element-qty, table#ingredients tr th.element-qty {
        width: 20%; }
    table#ingredients tr td.element-title .inner {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center; }
      table#ingredients tr td.element-title .inner .icon {
        -webkit-print-color-adjust: exact;
        margin-right: 10px;
        margin-right: 1rem;
        text-transform: uppercase;
        border-radius: 50%;
        text-align: center;
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 20px;
        height: 2rem;
        width: 20px;
        width: 2rem;
        line-height: 20px;
        line-height: 2rem;
        font-size: 10px;
        font-size: 1rem;
        background-color: #637c8c;
        color: #fff;
        cursor: default; }
        table#ingredients tr td.element-title .inner .icon .icon {
          width: 10px;
          width: 1rem;
          height: 10px;
          height: 1rem;
          fill: #fff; }
          table#ingredients tr td.element-title .inner .icon .icon path,
          table#ingredients tr td.element-title .inner .icon .icon polygon {
            fill: #fff; }
        table#ingredients tr td.element-title .inner .icon .text {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; }
      table#ingredients tr td.element-title .inner .text {
        text-transform: capitalize; }
    table#ingredients tr.recipe {
      cursor: pointer; }
    table#ingredients tr.ingredient td.element-title .icon {
      background-color: #c1cbd1;
      color: #637c8c; }
    table#ingredients tr.ingredient td.element-title a {
      border-bottom: none !important;
      font-weight: normal;
      color: #000; }
    table#ingredients tr td.container-cell {
      border: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      table#ingredients tr td.container-cell div.slide table.sub {
        margin: 0;
        border: none; }
        table#ingredients tr td.container-cell div.slide table.sub tbody tr.ingredient td.element-title {
          padding-left: 20px;
          padding-left: 2rem; }
        table#ingredients tr td.container-cell div.slide table.sub tfoot {
          display: none; }

section.method img {
  width: 200pt;
  display: block;
  margin: 20px 0px;
  margin: 2rem 0rem; }

button,
.no-print {
  display: none !important; }
