@charset "UTF-8";
/*--------------------------------------------------------------

# Globals
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breakpoints
## See http://breakpoint-sass.com/ for more information on how to set these up.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  box-sizing: border-box; }

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

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

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

sup {
  /* Move the superscripted text up */
  top: -0.8em; }

sub {
  bottom: -0.25em; }

.gform_ajax_spinner {
  display: none; }

.subscribe .gform_footer {
  position: relative; }
.subscribe .gform_ajax_spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%); }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "utopia-std", sans-serif;
  line-height: 1.2;
  margin-bottom: .2em; }

h1 {
  font-size: 35px;
  font-size: 2.1875rem; }

h2 {
  font-size: 41px;
  font-size: 2.5625rem; }

h3 {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.075em; }

/*--------------------------------------------------------------
## Copy
--------------------------------------------------------------*/
p {
  margin-bottom: 1.9em;
  font-size: 19px;
  font-size: 1.1875rem; }

strong, b {
  font-weight: 700; }

a {
  text-decoration: none;
  font-family: "Amaranth", sans-serif;
  color: #404040; }
  a:hover {
    color: #6ba539; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

img {
  height: auto; }

hr {
  border-top: 1px solid #CFCFCF;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  margin: 20px 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1036px;
  margin: 0 auto; }

.container, .row {
  *zoom: 1; }
  .container:before, .container:after, .row:before, .row:after {
    content: "";
    display: table; }
  .container:after, .row:after {
    clear: both; }

[class*="column-"] {
  float: left;
  padding: 15px;
  width: 100%;
  min-height: 1px; }

.column-1 {
  width: 8.3333333333%; }

.column-2 {
  width: 16.6666666667%; }

.column-3 {
  width: 25%; }

.column-4 {
  width: 33.3333333333%; }

.column-5 {
  width: 41.6666666667%; }

.column-6 {
  width: 50%; }

.column-7 {
  width: 58.3333333333%; }

.column-8 {
  width: 66.6666666667%; }

.column-9 {
  width: 75%; }

.column-10 {
  width: 83.3333333333%; }

.column-11 {
  width: 91.6666666667%; }

.column-12 {
  width: 100%; }

@media (max-width: 767px) {
  .wrapper {
    width: 95%;
    margin: 0 auto; }

  .column-1 {
    width: 100%; }

  .column-2 {
    width: 100%; }

  .column-3 {
    width: 100%; }

  .column-4 {
    width: 100%; }

  .column-5 {
    width: 100%; }

  .column-6 {
    width: 100%; }

  .column-7 {
    width: 100%; }

  .column-8 {
    width: 100%; }

  .column-9 {
    width: 100%; }

  .column-10 {
    width: 100%; }

  .column-11 {
    width: 100%; }

  .column-12 {
    width: 100%; } }
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

* {
  outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  *zoom: 1; }
  .clear:before:before, .clear:before:after,
  .clear:after:before,
  .clear:after:after,
  .entry-content:before:before,
  .entry-content:before:after,
  .entry-content:after:before,
  .entry-content:after:after,
  .comment-content:before:before,
  .comment-content:before:after,
  .comment-content:after:before,
  .comment-content:after:after,
  .site-header:before:before,
  .site-header:before:after,
  .site-header:after:before,
  .site-header:after:after,
  .site-content:before:before,
  .site-content:before:after,
  .site-content:after:before,
  .site-content:after:after,
  .site-footer:before:before,
  .site-footer:before:after,
  .site-footer:after:before,
  .site-footer:after:after {
    content: "";
    display: table; }
  .clear:before:after,
  .clear:after:after,
  .entry-content:before:after,
  .entry-content:after:after,
  .comment-content:before:after,
  .comment-content:after:after,
  .site-header:before:after,
  .site-header:after:after,
  .site-content:before:after,
  .site-content:after:after,
  .site-footer:before:after,
  .site-footer:after:after {
    clear: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.newsletter__wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

.newsletter__container {
  background: #6ba539;
  color: white;
  padding: 40px 60px;
  width: 100%;
  max-width: 580px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }
  @media (max-width: 767px) {
    .newsletter__container {
      padding: 40px 30px; } }
  .newsletter__container h2 {
    line-height: 1.3; }
  .newsletter__container .close {
    color: white;
    line-height: 1;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0; }
    .newsletter__container .close:hover {
      color: #DDD;
      cursor: pointer; }

.subscribe {
  overflow: auto; }
  .subscribe .gform_body {
    display: block;
    width: 66%;
    float: left; }
  .subscribe .gform_footer {
    display: block;
    width: 33%;
    padding-right: 0;
    text-align: initial;
    float: left; }
  .subscribe input {
    -webkit-appearance: none;
    border-radius: 0;
    float: left;
    border: 0;
    padding: 10px;
    margin-bottom: 20px;
    height: 62px;
    font-size: 16.2px;
    font-size: 1.0125rem; }
  .subscribe .ginput_container {
    padding-right: 0; }
  .subscribe input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0.625rem;
    height: 62px; }
  .subscribe input[type="submit"] {
    height: 62px;
    width: 100%;
    margin-bottom: 0;
    padding: 0.625rem;
    background-color: #6ba539;
    margin-top: 0;
    color: white;
    font-family: "Amaranth", sans-serif;
    letter-spacing: 0.075em; }
    .newsletter__container .subscribe input[type="submit"] {
      background-color: black; }
  .subscribe .search-submit {
    margin-top: 1px;
    position: relative;
    top: 1px; }
    @media all and (-ms-high-contrast: none) {
      .subscribe .search-submit {
        top: 0;
        margin-top: 0; } }

.site-header {
  *zoom: 1;
  padding: 55px 20px 0;
  position: relative;
  overflow: visible; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .site-header:after {
    clear: both; }
  @media (max-width: 980px) {
    .site-header > .container {
      display: none; } }

.site-branding {
  max-width: 250px;
  float: left; }
  .site-branding img {
    width: 100%;
    height: auto; }

.site-navigation {
  float: right;
  text-align: right; }

.fixed-header {
  opacity: 0;
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: white;
  transition: top 250ms ease;
  box-shadow: 5px 5px 33px rgba(0, 0, 0, 0.21); }
  @media (max-width: 980px) {
    .fixed-header {
      opacity: 1;
      top: 0; } }
  .fixed-header .site-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 25px; }
  .fixed-header.active {
    opacity: 1;
    top: 0; }

.search-pop__container {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .search-pop__container .close {
    position: absolute;
    right: 20px;
    cursor: pointer;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    font-size: 20px; }
  .search-pop__container .search-box {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .search-pop__container.active {
    display: block; }

.footer-top {
  padding: 40px 0;
  background-color: #3d3d3d;
  background: #3d3d3d url("../images/footer_background.jpg");
  background-size: cover;
  color: #fff; }
  .footer-top ul li {
    margin-bottom: 2px; }
  .footer-top .container {
    padding: 0 25px; }
  @media (max-width: 767px) {
    .footer-top {
      text-align: center; } }
  .footer-top .footer-links {
    margin-bottom: 5px; }
  .footer-top .footer-middle i {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    text-align: center; }
  .footer-top .footer-middle li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .footer-top .footer-middle li {
        padding-left: 0; } }
    .footer-top .footer-middle li:before {
      font: normal normal normal 16px/1 FontAwesome;
      line-height: 1.5;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0; }
      @media (max-width: 767px) {
        .footer-top .footer-middle li:before {
          display: none; } }
    .footer-top .footer-middle li.map-marker:before {
      content: "\f041"; }
    .footer-top .footer-middle li.phone:before {
      content: "\f095"; }
    .footer-top .footer-middle li.user:before {
      content: "\f007"; }
    .footer-top .footer-middle li.envelope:before {
      content: "\f0e0"; }
  .footer-top a {
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em; }
    .footer-top a:hover {
      color: #e6e6e6; }

.footer-bottom {
  background-color: #2f2f2f;
  color: #7d7d7d;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 12px 0; }
  .footer-bottom a {
    color: #7d7d7d;
    text-decoration: none; }
    .footer-bottom a:hover {
      color: #646464; }
  .footer-bottom .sep {
    display: inline-block;
    padding: 0 10px; }

.footer-social {
  padding-top: 15px; }
  .footer-social li {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0 2.5px; }
    .footer-social li:first-child {
      margin: 0 2.5px 0 0; }
    .footer-social li:hover {
      background-color: #e6e6e6; }
    .footer-social li a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: inline-block;
      color: #3d3d3d;
      line-height: 55px; }
      .footer-social li a i._mi {
        font-size: 24px;
        font-size: 1.5rem; }
      .footer-social li a:hover {
        color: #3d3d3d; }

.learn-more {
  text-decoration: none;
  font-family: "Amaranth", sans-serif;
  position: relative; }
  .learn-more:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 5px; }
  .learn-more:hover {
    color: #444; }

.top-nav {
  display: inline-block; }

.menu li {
  display: inline-block; }
.menu a {
  color: #403e37;
  text-decoration: none; }
  .menu a:hover {
    color: #6ba539; }

.secondary-navigation {
  padding: 35px 0 0; }
  .secondary-navigation li {
    margin: 0 7.5px;
    position: relative; }
    .secondary-navigation li:hover a img {
      opacity: 1; }
  .secondary-navigation a {
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.075em; }
    .secondary-navigation a img {
      opacity: 0;
      transition: opacity 450ms ease;
      position: absolute;
      top: -30px;
      left: 50%;
      width: 30px !important;
      transform: translateX(-50%); }

.main-navigation .menu {
  overflow: visible; }
  .main-navigation .menu > li {
    padding: 0 0 35px 0;
    margin-top: 35px; }
    .main-navigation .menu > li:hover > a {
      color: #6ba539; }
.main-navigation li {
  margin-right: 10px; }
  .main-navigation li.hover .sub-menu {
    z-index: 9999;
    opacity: 1;
    visibility: visible; }
  .main-navigation li:hover .sub-menu {
    z-index: 99999; }
  .main-navigation li:after {
    content: " | ";
    display: inline-block;
    margin-left: 14px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #e1e1e1;
    font-family: "utopia-std", sans-serif; }
  .main-navigation li:last-child:after {
    content: "";
    margin-left: 0; }
.main-navigation a {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "utopia-std", sans-serif;
  letter-spacing: 0.025em; }

.header-social-container {
  padding-left: 4.5px; }
  .header-social-container li {
    margin: 0 3px; }
  .header-social-container a {
    color: #6ba539; }
    .header-social-container a:hover {
      color: #9fcf75; }

.fixed-navigation {
  float: right;
  margin-right: 25px;
  display: block; }
  .fixed-navigation.mobile {
    display: none; }
  .fixed-navigation.active {
    display: block; }
  @media (max-width: 980px) {
    .fixed-navigation {
      margin-right: 11px; } }
  .fixed-navigation .menu > li {
    padding: 30px 0; }
    @media (max-width: 980px) {
      .fixed-navigation .menu > li {
        padding: 15px 0; } }
    .fixed-navigation .menu > li a {
      margin-bottom: 10px; }
  .fixed-navigation li {
    margin-right: 10px; }
    .fixed-navigation li:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 20px;
      margin-left: 14px;
      background-color: #e1e1e1; }
    .fixed-navigation li:last-child:after {
      display: none; }
    .fixed-navigation li.hover .sub-menu {
      opacity: 1;
      visibility: visible; }
  .fixed-navigation a {
    font-family: "utopia-std", sans-serif; }
  .fixed-navigation .sub-menu a {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
  @media (max-width: 980px) {
    .fixed-navigation {
      display: none;
      float: none;
      position: absolute;
      top: 100%;
      background: white;
      width: 100%;
      box-shadow: 5px 10px 13px rgba(0, 0, 0, 0.21);
      height: calc(100vh - 55px);
      padding-bottom: 55px;
      overflow: scroll; }
      .fixed-navigation.active {
        display: block; }
      .fixed-navigation .menu > li a {
        margin-bottom: 10px; }
      .fixed-navigation li {
        display: block;
        width: 100%;
        text-align: center; }
        .fixed-navigation li a {
          font-size: 24px;
          font-size: 1.5rem;
          display: inline-block;
          margin-bottom: 5px;
          border-bottom: 1px solid #ccc; }
        .fixed-navigation li:after {
          display: none; } }

.sub-menu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  padding: 5px 0;
  border-bottom: 6px solid #6ba539;
  left: 0;
  text-align: center;
  background-color: #eaeaea;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0; }
  .sub-menu li {
    margin-right: 25px;
    line-height: 1; }
    .sub-menu li a {
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 0.075em;
      border-bottom: 0; }
    .sub-menu li:after {
      margin-left: 29px; }
  @media (max-width: 980px) {
    .sub-menu {
      visibility: visible;
      opacity: 1;
      position: relative;
      background: transparent;
      border-bottom: 0 !important;
      padding: 0 !important; }
      .sub-menu li a {
        font-size: 16px;
        font-size: 1rem;
        border-bottom: 0; } }

.mobile-menu {
  outline: none;
  width: 30px;
  height: 25px;
  position: relative;
  right: 25px;
  margin: 15px auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  float: right; }
  .mobile-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .mobile-menu span:nth-child(1) {
      top: 0px; }
    .mobile-menu span:nth-child(2), .mobile-menu span:nth-child(3) {
      top: 10px; }
    .mobile-menu span:nth-child(4) {
      top: 20px; }
  .mobile-menu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  .mobile-menu.open span:nth-child(2) {
    transform: rotate(45deg); }
  .mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .mobile-menu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }
  @media (max-width: 980px) {
    .mobile-menu {
      display: block; } }

.mobile-active {
  overflow: hidden;
  position: fixed; }

img.small-logo {
  max-height: 40px; }
  @media (max-width: 980px) {
    img.small-logo {
      max-height: 30px; } }

@media (max-width: 980px) {
  section.footer-top .container {
    padding: 0 10px; }

  section.footer-top .container .column-2 {
    width: 100%;
    text-align: center; }

  .footer-links li {
    display: inline-block;
    padding: 0 9px; } }
  @media (max-width: 980px) and (max-width: 767px) {
    .footer-links li {
      display: block; } }

@media (max-width: 980px) {
  .footer-links li:last-of-type {
    display: block;
    margin-top: 15px; }

  section.footer-top .container .column-4 {
    width: 100%;
    text-align: center; }

  .footer-top .footer-middle li:before {
    display: none; }

  ul.footer-middle li:first-of-type {
    display: block;
    margin-bottom: 9px; }

  .footer-top .footer-middle li {
    display: inline-block;
    padding: 0 14px; } }
  @media (max-width: 980px) and (max-width: 767px) {
    .footer-top .footer-middle li {
      display: block; } }

@media (max-width: 980px) {
  section.footer-top .container .column-6 {
    text-align: center;
    width: 100%;
    padding: 15px 5%; } }
#mobile-menu {
  display: none; }
  @media (max-width: 980px) {
    #mobile-menu {
      display: block; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  td {
    padding: 2px; } }
.performance-facts {
  background-color: white;
  border: 2px solid black;
  margin: 15px 15px 0 0;
  float: left;
  width: 350px;
  padding: 0.5rem;
  float: right;
  font-family: "Helveica Neue", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica", "Segoe-UI", Arial, sans-serif;
  z-index: 2;
  position: relative;
  color: #000; }
  @media (max-width: 980px) {
    .performance-facts {
      margin: 15px auto 0;
      max-width: 350px;
      float: none; } }
  @media (max-width: 500px) {
    .performance-facts {
      width: 100%;
      float: none;
      font-size: 0.7rem; } }
  .performance-facts table {
    border-collapse: collapse; }

.performance-facts__title {
  font-weight: bold;
  font-size: 3.49em;
  letter-spacing: -1px;
  margin: 0 0 0.25rem 0;
  font-family: "Helveica Neue", "Franklin Gothic", "ITC Franklin Gothic", "Helvetica", "Segoe-UI", Arial, sans-serif;
  line-height: 1; }

.performance-facts__header {
  border-bottom: 16px solid black;
  padding: 0 0 0.25rem 0;
  margin: 0 0 0.2em 0;
  text-align: left; }
  .performance-facts__header p {
    margin-bottom: 0 !important;
    font-size: 1.1em !important; }

.performance-facts__table, .performance-facts__table--small, .performance-facts__table--grid {
  width: 100%;
  font-size: 1.1em !important; }
  .performance-facts__table thead tr th, .performance-facts__table--small thead tr th, .performance-facts__table--grid thead tr th, .performance-facts__table thead tr td, .performance-facts__table--small thead tr td, .performance-facts__table--grid thead tr td {
    border: 0; }
  .performance-facts__table th, .performance-facts__table--small th, .performance-facts__table--grid th, .performance-facts__table td, .performance-facts__table--small td, .performance-facts__table--grid td {
    font-weight: normal;
    text-align: left;
    padding: 0.25rem 0;
    border-top: 1px solid black;
    white-space: wrap; }
  .performance-facts__table td:last-child, .performance-facts__table--small td:last-child, .performance-facts__table--grid td:last-child {
    text-align: right; }
  .performance-facts__table .blank-cell, .performance-facts__table--small .blank-cell, .performance-facts__table--grid .blank-cell {
    width: 1rem;
    border-top: 0; }
  .performance-facts__table .thick-row th, .performance-facts__table--small .thick-row th, .performance-facts__table--grid .thick-row th, .performance-facts__table .thick-row td, .performance-facts__table--small .thick-row td, .performance-facts__table--grid .thick-row td {
    border-top-width: 5px; }

.small-info {
  font-size: 0.8rem !important;
  font-weight: 500;
  text-align: left; }

.performance-facts__table--small {
  text-align: left;
  margin: 0 0 0.5rem 0; }
  .performance-facts__table--small thead tr {
    border-bottom: 1px solid black; }
  .performance-facts__table--small td:last-child {
    text-align: left; }
  .performance-facts__table--small th, .performance-facts__table--small td {
    border: 0;
    padding: 0; }

.performance-facts__table--grid {
  margin: 0 0 0.5rem 0; }
  .performance-facts__table--grid td:last-child {
    text-align: right; }
  .performance-facts__table--grid td:first-child::after {
    content: '•';
    float: right;
    font-weight: 900;
    font-size: 2em;
    line-height: 0.7; }

.asterisk {
  margin-left: 10px !important; }
  .asterisk:before {
    content: '*';
    margin-left: -10px;
    display: inline-block;
    float: left; }

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

.thick-end {
  border-bottom: 10px solid black; }

.thin-end {
  border-bottom: 1px solid black; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body {
  background: #fcfbf9 url("../images/bg.jpg"); }

.container {
  max-width: 1036px;
  margin: 0 auto; }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## General Slider Styles
--------------------------------------------------------------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%); }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-arrow img {
  width: 85px; }
  @media (max-width: 767px) {
    .slick-arrow img {
      width: 40px; } }

.slick-disabled {
  visibility: hidden; }

/*--------------------------------------------------------------
## Social Medias Plugin Overrides
--------------------------------------------------------------*/
.ssba {
  text-align: right;
  display: inline-block; }

.ssba.ssba-img {
  border-radius: 6px;
  padding: 3px; }

.print-button,
.email-button {
  display: inline-block;
  padding-top: 10px; }

.print-button {
  display: inline-block;
  padding-right: 10px; }

.filter-container {
  text-align: center; }
  .filter-container .filter-title {
    font-size: 24px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em; }

.food-filter {
  padding: 60px 30px;
  background: url("../images/leaves.png") 100% 100% no-repeat, url("../images/header_featured_image.jpg") 50% 50% no-repeat;
  background-size: 270px, cover; }
  .food-filter form {
    text-align: center; }

.food-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .recipes .food-filter__buttons {
    justify-content: space-between;
    padding: 0 25px; }
    @media (max-width: 980px) {
      .recipes .food-filter__buttons {
        justify-content: center; } }

.food-filter__button {
  min-width: 129.5px;
  margin: 10px 0;
  padding: 0 2.5px; }
  @media only screen and (min-width: 993px) {
    .food-filter__button {
      font-size: 20px; } }
  .recipes .food-filter__button a.selected {
    background-color: #fff;
    color: black; }
  .food-filter__button a {
    display: inline-block;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.45);
    border: 1px solid #bdbdbc;
    padding: 7.5px 0;
    text-decoration: none;
    color: black; }
    .food-filter__button a.selected {
      color: white; }

.food-filter__checkbox {
  display: inline-block;
  margin: 3px 17px; }
  .food-filter__checkbox:first-child {
    margin: 0 17px 0 0; }

.food-filter-block {
  display: block; }
  .food-filter-block.checkboxes__container {
    float: none; }
    @media (max-width: 980px) {
      .food-filter-block.checkboxes__container {
        width: 100%;
        margin-top: 10px; } }
  .food-filter-block.dropdown__container {
    float: right;
    text-align: left; }
    @media (max-width: 980px) {
      .food-filter-block.dropdown__container {
        width: 100%;
        margin-top: 20px; } }
    .food-filter-block.dropdown__container .dropdown__container--inner {
      position: relative;
      min-width: 300px; }
    .food-filter-block.dropdown__container .dropdown__filters--button {
      padding: 10px 10px;
      background-color: rgba(255, 255, 255, 0.45);
      background-image: url(../images/down-arrow.png);
      background-repeat: no-repeat;
      background-position: 96% 50%;
      background-size: 15px;
      width: 100%;
      display: inline-block;
      border: 1px solid #bdbdbc; }
      .food-filter-block.dropdown__container .dropdown__filters--button.active {
        background-color: #fff; }
      .food-filter-block.dropdown__container .dropdown__filters--button.active-filter {
        background-color: #fff; }
    .food-filter-block.dropdown__container .dropdown__filters {
      background-color: #fff;
      position: absolute;
      top: 98%;
      width: 100%;
      display: none;
      border: 1px solid #bdbdbc; }
    .food-filter-block.dropdown__container .dropdown__filter {
      padding: 10px 10px; }
      .food-filter-block.dropdown__container .dropdown__filter:nth-child(odd) {
        background-color: #f6f6f6; }
      .food-filter-block.dropdown__container .dropdown__filter:hover {
        cursor: pointer; }
        .food-filter-block.dropdown__container .dropdown__filter:hover a {
          color: #6ba539; }

.clear-filters {
  display: inline-block;
  margin: 5px 0;
  float: none;
  clear: both;
  color: #231f20;
  font-family: "Amaranth", sans-serif;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.075em; }
  @media (max-width: 980px) {
    .clear-filters {
      width: 100%;
      margin-top: 20px; } }

.ourFoodGrid {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  text-align: left; }
  .recipes .ourFoodGrid li {
    width: 33.3333333333%; }
    .recipes .ourFoodGrid li:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .recipes .ourFoodGrid li:nth-of-type(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .recipes .ourFoodGrid li {
        width: 50%; }
        .recipes .ourFoodGrid li:nth-child(n) {
          margin-bottom: 0;
          margin-right: 0; }
        .recipes .ourFoodGrid li:nth-of-type(2n) {
          margin-right: 0;
          margin-bottom: 0; } }
    .recipes .ourFoodGrid li img {
      height: auto;
      border-radius: 10px; }
  .ourFoodGrid li {
    vertical-align: top;
    display: none;
    width: 25%; }
    .ourFoodGrid li img {
      width: 100%; }
    .ourFoodGrid li h3 {
      font-family: "Amaranth", sans-serif;
      font-size: 17px;
      text-align: center;
      padding: 10px 0;
      letter-spacing: 0;
      text-transform: inherit;
      font-weight: 500; }
    .ourFoodGrid li:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .ourFoodGrid li:nth-of-type(4n) {
      margin-right: 0;
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .ourFoodGrid li {
        width: 50%; }
        .ourFoodGrid li:nth-child(n) {
          margin-bottom: 0;
          margin-right: 0; }
        .ourFoodGrid li:nth-of-type(2n) {
          margin-right: 0;
          margin-bottom: 0; } }

.filter-item__inner {
  padding: 25px;
  position: relative;
  display: block; }
  .filter-item__inner img {
    opacity: 1;
    transition: opacity 250ms ease; }
  .filter-item__inner:hover .filter-item__hover {
    opacity: 1;
    transform: translateY(-50%) rotate(-8deg) scale(1); }
  .filter-item__inner:hover img {
    opacity: 0.5; }
  .filter-item__inner:hover h3 {
    color: #b0aeae; }

.filter-item__hover {
  background-color: #426da9;
  color: white;
  font-family: "Amaranth", sans-serif;
  line-height: 1.1;
  opacity: 0;
  transition: opacity 300ms ease, transform 400ms ease;
  position: absolute;
  z-index: 99;
  top: 50%;
  width: calc(100% - 50px);
  text-align: center;
  padding: 15px 5px;
  font-size: 17px;
  font-size: 1.0625rem;
  transform: translateY(-35%) rotate(8deg) scale(0.95);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.3); }
  .burgers .filter-item__hover {
    background-color: #eaaa00; }
  .seafood .filter-item__hover {
    background-color: #426da9; }
  .puffs .filter-item__hover {
    background-color: #f68d2e; }
  .hash-browns .filter-item__hover {
    background-color: #e03c31; }
  .cakes .filter-item__hover {
    background-color: #6ba539; }
  .littles .filter-item__hover {
    background-color: #6ba539; }
  .bowls .filter-item__hover {
    background-color: #6ba539; }
  .oaties .filter-item__hover {
    background-color: #e03c31; }

.filter__container {
  padding: 60px 0; }

.filter__section {
  width: 100%; }

.filter__section-title--container {
  padding: 25px; }

.filter__section-title {
  position: relative; }
  .filter__section-title:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .filter__section-title > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .filter__section-title .filter__section-title--inner-container {
    border: 1px solid white;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .filter__section-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    line-height: 32px;
    color: white;
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%); }
    .filter__section-title h2 sup {
      font-size: 30px;
      top: 0em; }
  .filter__section-title.burgers {
    background-color: #eaaa00; }
  .filter__section-title.seafood {
    background-color: #426da9; }
  .filter__section-title.puffs {
    background-color: #f68d2e; }
  .filter__section-title.hash-browns {
    background-color: #e03c31; }
  .filter__section-title.cakes {
    background-color: #693c5e; }
  .filter__section-title.littles {
    background-color: #6ba539; }
  .filter__section-title.bowls {
    background-color: #6ba539; }
  .filter__section-title.oaties {
    background-color: #e03c31; }

.our-food-title-wrapper {
  padding: 0 20px; }

.filter__section--divider {
  border-bottom: 1px solid #cdcdcd;
  display: none;
  width: 100%;
  position: relative;
  height: 10px; }

.filter__section--divider-button {
  text-decoration: none;
  font-size: 0;
  font-family: "futura-pt", sans-serif; }
  .food-accordion .filter__section--divider-button {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 17px;
    font-size: 1.0625rem;
    color: black; }

.food-accordion .food-accordion__hidden {
  overflow: hidden;
  transition: max-height 1200ms ease;
  max-height: 0; }
  .food-accordion .food-accordion__hidden.active {
    max-height: 885px;
    transition: max-height 1200ms ease; }

.all-filter a:hover {
  color: #aaa; }
.all-filter a.selected {
  background-color: #bbb;
  color: white; }

[data-filter=".burgers"] a:hover {
  color: #eaaa00; }
[data-filter=".burgers"] a.selected {
  background-color: #eaaa00;
  color: white; }

[data-filter=".seafood"] a:hover {
  color: #426da9; }
[data-filter=".seafood"] a.selected {
  background-color: #426da9;
  color: white; }

[data-filter=".puffs"] a:hover {
  color: #f68d2e; }
[data-filter=".puffs"] a.selected {
  background-color: #f68d2e;
  color: white; }

[data-filter=".hash-browns"] a:hover {
  color: #e03c31; }
[data-filter=".hash-browns"] a.selected {
  background-color: #e03c31;
  color: white; }

[data-filter=".cakes"] a:hover {
  color: #693c5e; }
[data-filter=".cakes"] a.selected {
  background-color: #693c5e;
  color: white; }

[data-filter=".littles"] a:hover {
  color: #6ba539; }
[data-filter=".littles"] a.selected {
  background-color: #6ba539;
  color: white; }

[data-filter=".bowls"] a:hover {
  color: #6ba539; }
[data-filter=".bowls"] a.selected {
  background-color: #6ba539;
  color: white; }

[data-filter=".new-items"] a:hover {
  color: #426da9; }
[data-filter=".new-items"] a.selected {
  background-color: #426da9;
  color: white; }

.no-items {
  display: none !important; }

@media (max-width: 500px) {
  .filter__section-title h2 {
    font-size: 20px; }
  .filter__section-title.bowls h2 {
    font-size: 16px; } }
.retailers > .retailer {
  display: block;
  padding: 10px; }
  @media only screen and (min-width: 787px) {
    .retailers > .retailer {
      display: inline-block;
      width: 50%; } }
  @media only screen and (min-width: 993px) {
    .retailers > .retailer {
      width: 25%; } }

/*********************************************
Homepage Slider
*********************************************/
.home-slider-wrapper .home-slider__inner {
  min-height: 600px; }
  @media (max-width: 767px) {
    .home-slider-wrapper .home-slider__inner {
      min-height: 400px; } }

.home-slider__inner {
  background-image: url("../images/hero.jpg");
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (max-width: 980px) {
    .home-slider__inner {
      min-height: 400px; } }
  .home-slider__inner h1, .home-slider__inner h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 49px;
    font-size: 3.9vw;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    z-index: 99;
    line-height: 1;
    font-weight: 300; }
    @media (max-width: 1280px) {
      .home-slider__inner h1, .home-slider__inner h2 {
        font-size: 5.5vw; } }
    @media (max-width: 980px) {
      .home-slider__inner h1, .home-slider__inner h2 {
        font-size: 55.86672px;
        font-size: 3.49167rem; } }
    @media (max-width: 767px) {
      .home-slider__inner h1, .home-slider__inner h2 {
        font-size: 32px;
        font-size: 2rem; } }
  .home-slider__inner sub, .home-slider__inner sup {
    font-size: 30%; }
  .home-slider__inner sup {
    top: -1.1em; }

/*********************************************
Online Products Section
*********************************************/
.online-products__nav {
  padding: 10px 0; }
  .online-products__nav .slick-track {
    position: relative;
    left: 0 !important;
    width: 100% !important;
    text-align: center; }
  .online-products__nav .slick-slide {
    color: #8c8b87;
    text-align: center;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 25px;
    float: none;
    display: inline-block !important;
    cursor: pointer; }
    .online-products__nav .slick-slide.slick-current {
      color: #eaaa00; }
      .online-products__nav .slick-slide.slick-current.veggie-burger {
        color: #eaaa00; }
      .online-products__nav .slick-slide.slick-current.seafood {
        color: #426da9; }
      .online-products__nav .slick-slide.slick-current.puffs {
        color: #f68d2e; }
      .online-products__nav .slick-slide.slick-current.hash-browns {
        color: #e03c31; }
      .online-products__nav .slick-slide.slick-current.cakes {
        color: #6ba539; }
      .online-products__nav .slick-slide.slick-current.littles {
        color: #6ba539; }
      .online-products__nav .slick-slide.slick-current.bowls-sup-sup- {
        color: #6ba539; }
      .online-products__nav .slick-slide.slick-current.new-items {
        color: #426da9; }
    .online-products__nav .slick-slide:after {
      color: #8c8b87;
      content: "|";
      position: absolute;
      right: -5px; }
    .online-products__nav .slick-slide:last-child:after {
      content: ""; }
  @media (max-width: 980px) {
    .online-products__nav.slick-slider {
      display: none; } }

.online-products__mobileSwipe {
  display: none; }
  @media (max-width: 980px) {
    .online-products__mobileSwipe {
      padding: 10px 0;
      display: inline-block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-family: "Amaranth", sans-serif;
      letter-spacing: 0.1em;
      color: #403e37; } }

.online-products__slider {
  z-index: 3; }
  .online-products__slider .slick-list {
    width: 100%; }

.online-products__image {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 60%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%); }
@media all and (min-width: 980px) and (-ms-high-contrast: none) {
  .online-products__image img {
    padding-right: 50px; } }
  @media (min-width: 980px) {
    @supports (-ms-accelerator: true) {
      .online-products__image img {
        padding-right: 50px; } }
    @-moz-document url-prefix() {
      .online-products__image img {
        padding-right: 50px; } } }
  @media (max-width: 980px) {
    .online-products__image {
      width: 50%; }
      .online-products__image img {
        width: 100%; } }
  @media (max-width: 767px) {
    .online-products__image {
      clip-path: none;
      width: 100%; } }
  .online-products__image:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 5vw 0 621px;
    border-color: transparent transparent transparent #e9512f; }

.online-products__content {
  vertical-align: top;
  width: 39%;
  width: calc(40% - 10px);
  max-width: 450px;
  display: inline-block;
  padding-left: 45px;
  padding-top: 160px; }
  @media (max-width: 980px) {
    .online-products__content {
      width: 49%;
      width: calc(50% - 5px);
      padding: 70px 40px 0; } }
  @media (max-width: 767px) {
    .online-products__content {
      width: 100%;
      max-width: 100%;
      padding: 70px 40px 70px; } }
  .online-products__content .online-products__title {
    left: 50%;
    transform: translateX(-100%) rotate(-9deg);
    display: inline-block;
    background-color: #eaaa00;
    text-align: center;
    border: 8px solid #eaaa00;
    color: #fff;
    transform-origin: 0 0;
    writing-mode: lr-tb; }
    .online-products__content .online-products__title h2 {
      padding: 10px 25px;
      border: 1px solid white;
      font-size: 30px;
      margin-bottom: 0; }
    .online-products__content .online-products__title.veggie-burger {
      background-color: #eaaa00;
      border-color: #eaaa00; }
    .online-products__content .online-products__title.seafood {
      background-color: #426da9;
      border-color: #426da9; }
    .online-products__content .online-products__title.puffs {
      background-color: #f68d2e;
      border-color: #f68d2e; }
    .online-products__content .online-products__title.hash-browns {
      background-color: #e03c31;
      border-color: #e03c31; }
    .online-products__content .online-products__title.cakes {
      background-color: #6ba539;
      border-color: #6ba539; }
    .online-products__content .online-products__title.littles {
      background-color: #6ba539;
      border-color: #6ba539; }
    .online-products__content .online-products__title.oaties {
      background-color: #e03c31;
      border-color: #e03c31; }
    .online-products__content .online-products__title.bowls {
      background-color: #6ba539;
      border-color: #6ba539; }
    .online-products__content .online-products__title.new-items {
      background-color: #426da9;
      border-color: #426da9; }
  .online-products__content p {
    margin-bottom: 10px;
    font-size: 22px; }
    @media (max-width: 980px) {
      .online-products__content p {
        font-size: 17px; } }
  .online-products__content .learn-more {
    color: black;
    display: block;
    height: 30px;
    text-align: right;
    color: black; }
    .online-products__content .learn-more:hover {
      color: #444; }

/*********************************************
Kids Section
*********************************************/
.kids-wrapper {
  padding: 100px 0 0 0;
  background: url(../images/lettuce.png) 0 90% no-repeat, url(../images/star_top.png) 12% 12% no-repeat, url(../images/star_bottom.png) 82% 92% no-repeat, #e64f54; }
  @media (max-width: 980px) {
    .kids-wrapper {
      padding: 100px 40px 100px 40px;
      background: url(../images/star_top.png) 12% 12% no-repeat, url(../images/star_bottom.png) 72% 96% no-repeat, #e64f54;
      position: relative; } }

.kids__content {
  float: left;
  width: 45%;
  width: calc(50% - 50px);
  box-sizing: content-box;
  margin-left: 50px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .kids__content {
      width: 100%;
      margin-left: 0; } }
  .kids__content p {
    color: #fff;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
    @media (max-width: 767px) {
      .kids__content p {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0.025em; } }
  .kids__content .learn-more {
    float: right;
    color: white; }

.kids__content--image {
  max-width: 132px;
  height: auto;
  position: relative;
  top: 30px;
  right: 50px; }
  @media (max-width: 767px) {
    .kids__content--image {
      top: 10px;
      right: 30px;
      width: 33%;
      max-width: 132px; } }

.kids__plate {
  width: 50%;
  float: right;
  position: relative;
  z-index: 1;
  top: -140px; }
  @media (max-width: 767px) {
    .kids__plate {
      position: absolute;
      float: none;
      top: -20px;
      width: 40%;
      right: 10%; } }
  @media (max-width: 500px) {
    .kids__plate {
      width: 60%; } }

/*********************************************
Values Section
*********************************************/
.values-wrapper {
  text-align: center;
  padding: 80px 0; }
  .values-wrapper h2, .values-wrapper h3 {
    color: #6e3a5d; }
  .values-wrapper h3 {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.075em; }
  @media (max-width: 980px) {
    .values-wrapper .column-3 {
      width: 50%;
      padding: 15px 45px; } }
  @media (max-width: 767px) {
    .values-wrapper .column-3 {
      max-width: 300px;
      margin: 0 auto;
      display: block;
      float: none;
      padding: 15px 0; } }
  .values-wrapper .learn-more {
    color: #6e3a5d;
    margin-bottom: 30px;
    display: inline-block; }

a.value-link {
  font-family: inherit;
  color: inherit; }

a.value-link:hover h3 {
  color: #6ba539; }

/*********************************************
Recipe CTA Section
*********************************************/
.recipe-cta-wrapper {
  position: relative;
  color: white;
  text-align: center;
  min-height: 600px;
  background: url(../images/fullwidth_photo.jpg);
  background-size: cover;
  background-position: center center; }
  @media (max-width: 500px) {
    .recipe-cta-wrapper {
      min-height: 400px; } }

.recipe-cta-container {
  position: absolute;
  width: 100%;
  max-width: 455px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(107, 165, 57, 0.9);
  border: 8px solid #6ba539;
  display: inline-block; }
  @media (max-width: 500px) {
    .recipe-cta-container {
      max-width: 90%; } }

.recipe-cta-content {
  padding: 30px;
  border: 1px solid #fff; }
  .recipe-cta-content h2 {
    line-height: 1.1;
    margin-bottom: 10px; }
  .recipe-cta-content .learn-more {
    color: white; }

/*********************************************
Timeline Section
*********************************************/
.timeline-wrapper {
  padding-bottom: 100px;
  position: relative; }
  @media (max-width: 980px) {
    .timeline-wrapper {
      padding: 0; } }

.timeline__slider {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 30px 0; }
  @media (max-width: 767px) {
    .timeline__slider {
      padding: 0 0 40px 0; } }

.timeline__slider--image {
  vertical-align: middle;
  display: inline-block;
  width: 40%; }
  .timeline__slider--image img {
    width: 100%; }
  @media (max-width: 767px) {
    .timeline__slider--image {
      width: 50%;
      margin: 0 auto;
      display: block;
      max-width: 319px;
      margin-bottom: 20px; } }

.timeline__slider--content {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
  width: calc(60% - 5px);
  padding: 0 70px; }
  .timeline__slider--content h2 {
    color: #6ba539;
    font-size: 30px;
    font-size: 1.875rem; }
  .timeline__slider--content p {
    margin-bottom: 10px; }
  .timeline__slider--content .learn-more {
    color: black; }
    .timeline__slider--content .learn-more:hover {
      color: #444; }
  @media (max-width: 767px) {
    .timeline__slider--content {
      width: 100%;
      padding: 0 40px; } }

.timeline__nav {
  max-width: 1200px;
  margin: 0 auto; }
  .timeline__nav .slick-track {
    width: 100% !important;
    text-align: center;
    display: flex; }
  .timeline__nav .slick-slide {
    flex: 1; }
    .timeline__nav .slick-slide .timeline__nav--image:before {
      display: inline-block;
      margin-bottom: 10px;
      white-space: pre-wrap; }
    .timeline__nav .slick-slide .timeline__nav--image:after {
      display: inline-block;
      margin-top: 10px;
      white-space: pre-wrap; }
  @media (max-width: 1280px) {
    .timeline__nav {
      transform: scale(0.85);
      padding: 20px 0; } }
  @media (max-width: 980px) {
    .timeline__nav.slick-slider {
      display: none; } }

.timeline__mobileSwipe {
  display: none; }
  @media (max-width: 767px) {
    .timeline__mobileSwipe {
      padding: 10px 0;
      display: inline-block;
      width: 100%;
      text-align: center;
      font-size: 14px;
      font-family: "Amaranth", sans-serif;
      letter-spacing: 0.1em;
      color: #403e37; } }

.timeline__nav--image {
  line-height: 1.2;
  color: #8e8e8e;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem; }
  .timeline__nav--image:hover, .slick-current .timeline__nav--image {
    color: #6ba539;
    font-weight: 500; }
  .timeline__nav--image img {
    margin: 0 auto;
    display: block;
    width: 53px; }

.timeline__nav--bg {
  background: url(../images/timeline.png) no-repeat;
  background-position: 50% 50%;
  background-size: 1300px; }
  @media (max-width: 1280px) {
    .timeline__nav--bg {
      background-size: 95%; } }
  @media (max-width: 980px) {
    .timeline__nav--bg {
      background: none; } }

@media (max-width: 980px) {
  section.kids-wrapper {
    margin-top: -5px;
    padding-bottom: 10px; }
    section.kids-wrapper .kids__content {
      width: 87%; }
    section.kids-wrapper img.kids__plate {
      position: absolute;
      float: none;
      right: 7%;
      width: 35%;
      top: -40px; } }
@media (max-width: 767px) {
  .online-products__content {
    position: relative; }
    .online-products__content .online-products__title {
      transform: translateX(-50%) translateY(-100%) rotate(-9deg);
      position: absolute;
      z-index: 9; }
      .online-products__content .online-products__title + p {
        margin-top: 3em; }

  section.kids-wrapper img.kids__plate {
    height: 220px;
    width: auto; }

  .home .online-products__image {
    max-height: inherit; } }
.slick-current:hover {
  color: inherit; }

section.featured-header-section {
  max-height: 559px;
  overflow: hidden; }
  @media (max-width: 767px) {
    section.featured-header-section {
      max-height: initial; } }

.single-our-food .online-products__image img {
  max-height: 559px;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .single-our-food .online-products__image img {
      max-height: initial; } }
.single-our-food .online-products__image {
  width: 54%; }
  @media (max-width: 980px) {
    .single-our-food .online-products__image {
      width: 50%; } }
  @media (max-width: 767px) {
    .single-our-food .online-products__image {
      width: 100%; } }
.single-our-food .online-products__content {
  position: relative; }
  .single-our-food .online-products__content .online-products__title h2 {
    line-height: 2rem;
    text-align: left;
    padding-right: 50px; }

h2.product-name {
  font-size: 36px; }
  h2.product-name span {
    display: block;
    font-size: 26px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.4; }

.featured-header-section .online-products__content {
  position: relative; }
  .featured-header-section .online-products__content .online-products__title {
    transform: translateX(-100%) rotate(-9deg) !important;
    position: relative;
    left: initial !important; }
    @media (max-width: 767px) {
      .featured-header-section .online-products__content .online-products__title {
        min-width: 60%;
        left: 50% !important;
        transform: translateX(-50%) translateY(-75%) rotate(-9deg) !important;
        position: absolute !important; }
        .featured-header-section .online-products__content .online-products__title h2 {
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 24px; }
          .featured-header-section .online-products__content .online-products__title h2 span {
            font-size: 18px;
            line-height: 1.3; }
        .featured-header-section .online-products__content .online-products__title + p {
          margin-top: 3em; } }

.single-our-food .online-products__content .learn-more {
  float: left; }

ul.cert-images li {
  display: inline-block;
  margin-right: 13px; }
  ul.cert-images li img {
    width: auto;
    max-height: 55px; }

section.cooking-instructions {
  padding: 53px 0;
  text-align: center; }
  section.cooking-instructions p {
    max-width: 615px;
    margin: 0 auto 15px auto; }

.instructions-block h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px; }

.cooking-instructions .instructions-block p {
  font-size: 15px;
  display: block;
  max-width: 280px; }

.ingredients {
  padding: 35px 20px; }

.nutrition-facts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%; }

.nutrition-facts-col {
  font-size: 14px;
  text-align: left;
  text-align: right; }
  @media (max-width: 767px) {
    .nutrition-facts-col {
      text-align: center; } }

.secondary-image-col {
  padding-left: 40px;
  min-height: 710px;
  overflow: hidden;
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (max-width: 980px) {
    .secondary-image-col {
      min-height: 510px; } }
  @media (max-width: 767px) {
    .secondary-image-col {
      min-height: 310px;
      padding-left: 15px; } }

.container.related-recipes {
  margin-top: 50px; }

a.recipe-related img {
  float: left;
  margin-right: 15px;
  margin-top: -15px;
  transition: all 0.5s ease; }

a.recipe-related {
  text-align: left;
  display: inline-block; }

.related-recipe-wrapper {
  margin-top: 30px; }

a.recipe-related img:hover {
  opacity: .5; }

a.recipe-related {
  transition: all 0.5s ease; }

@media (max-width: 980px) {
  a.recipe-related img {
    width: 100%;
    margin-bottom: 15px; }

  a.recipe-related {
    text-align: center; } }
.product-box img {
  width: 100%;
  height: auto; }

.details-block p {
  max-width: 600px; }

img.attachment-full.size-full.wp-post-image {
  vertical-align: middle; }

@media (max-width: 767px) {
  .online-products__content {
    text-align: center; }

  .online-products__content p {
    text-align: center; }

  .online-products__image {
    max-height: 300px;
    overflow: hidden; } }
.breadcrumbs {
  padding-top: 15px;
  padding-left: 15px;
  font-weight: 500;
  color: #bab9b9; }
  .breadcrumbs a {
    color: #636466; }

.col-half-right,
.col-half-left {
  max-height: 559px;
  height: 85vh; }
  @media (max-width: 980px) {
    .col-half-right,
    .col-half-left {
      height: 45vh; } }
  @media (max-width: 767px) {
    .col-half-right,
    .col-half-left {
      height: 300px; } }

@media (max-width: 980px) {
  .single-our-food .online-products__content {
    padding: 97px 40px; } }
@media (max-width: 767px) {
  .single-our-food .online-products__content {
    padding: 44px 35px 0 35px; }

  .col-half-right {
    height: auto;
    margin-bottom: 40px; }

  .single-our-food .online-products__content .learn-more {
    float: none; } }
.poly-container {
  clip-path: polygon(0 0, 93% 0, 100% 100%, 0 100%); }
  @media (max-width: 767px) {
    .poly-container {
      clip-path: none; } }

.column-6.half-header-image-col {
  padding: 0; }

.half-header-image-col img {
  width: 100%;
  height: auto; }

.ingredient-list ul {
  max-width: 275px; }
  .ingredient-list ul li {
    margin-bottom: 18px;
    font-size: 15px; }

.directions-list.no-image li {
  margin-bottom: 18px;
  max-width: none; }
.directions-list ol {
  list-style-type: decimal; }
  .directions-list ol li {
    margin-bottom: 18px;
    max-width: 580px; }
.directions-list img {
  right: -70px;
  position: relative;
  margin: 25px 0; }
  @media (max-width: 980px) {
    .directions-list img {
      right: 0;
      margin: 25px 0 25px 25px; } }

section.recipe-section {
  padding: 40px 20px; }
  section.recipe-section h3 {
    padding-bottom: 15px; }

.recipe-byline,
.directions-text {
  margin-top: 40px;
  border-top: 1px solid #404040;
  padding-top: 15px; }

.recipe-byline {
  max-width: 225px; }
  .recipe-byline p {
    font-size: 13px; }

.directions-text {
  max-width: 580px; }

.page-details {
  margin-top: 140px;
  text-align: right;
  padding: 0 25px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .page-details {
      margin-top: 40px; } }
  .page-details h2 {
    padding-left: 15%;
    line-height: 2.8rem; }

.single-recipes section.featured-header-section {
  overflow: hidden; }

.single-recipe__header {
  min-height: 480px; }
  @media (max-width: 767px) {
    .single-recipe__header {
      min-height: 250px; } }
  .single-recipe__header.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }

section.gen-content-section {
  padding: 40px 20px; }
  section.gen-content-section .container {
    max-width: 750px; }
  section.gen-content-section img.alignleft {
    margin: 25px 25px 25px 0; }
  section.gen-content-section img.alignright {
    margin: 25px 0 25px 25px; }
  section.gen-content-section img.aligncenter {
    margin: 25px auto; }
  section.gen-content-section h3 {
    margin: 40px 0 10px;
    line-height: 20px; }
  section.gen-content-section ol {
    padding-left: 25px; }
    section.gen-content-section ol li {
      list-style: decimal; }
  section.gen-content-section ul {
    padding-left: 25px; }
    section.gen-content-section ul li {
      list-style: disc;
      margin-bottom: 10px; }
  @media (max-width: 767px) {
    section.gen-content-section iframe {
      max-width: 100%; } }
  @media (max-width: 767px) {
    section.gen-content-section img {
      width: 100%;
      height: auto;
      max-width: 100%; } }
  section.gen-content-section blockquote {
    border-left: 4px solid rgba(64, 64, 64, 0.35);
    padding-left: 15px;
    margin: 25px; }

.vcenter {
  margin: 62px 0; }

.page-details-centered {
  text-align: center;
  position: relative;
  min-height: 168px;
  width: 80%;
  margin: 0 auto; }
  .page-details-centered h2 {
    line-height: 2.8rem;
    margin-bottom: 15px; }
  .page-details-centered .center-block {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .page-details-centered .center-block {
        transform: translateY(calc(-50% - -9px)); } }

img.full-image-header {
  width: 100%;
  height: auto; }

.full-container {
  max-height: 704px;
  overflow: hidden; }

.page-details-centered span {
  font-style: italic; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.gen-large-content-section {
  padding: 40px 20px; }

.page-id-13 .embed-container {
  min-height: 750px; }

.page-id-13 .gen-content-section .container {
  max-width: 1036px; }

.search-container {
  padding: 60px 20px; }

.error-404 {
  padding: 60px 40px;
  text-align: center; }
  .error-404 .page-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1; }

.subscribe.page label {
  font-size: 0; }
.subscribe.page input {
  float: none;
  height: 62px; }
.subscribe.page input[type="search"] {
  background-color: #EEE;
  line-height: 2;
  margin-right: 0;
  height: 62px; }
.subscribe.page input[type="submit"] {
  width: auto;
  padding: 10px 20px;
  margin-left: 0;
  height: 62px; }

.food-service-section table {
  font-size: 14px;
  width: 100%; }
  .food-service-section table span {
    font-size: 10px;
    display: block; }
  .food-service-section table tbody tr td {
    padding: 10px 15px; }
  .food-service-section table th {
    background-color: #6ba539;
    font-weight: 700;
    color: #fff;
    padding: 12px 10px;
    text-align: left; }
  .food-service-section table tbody tr td:nth-of-type(1) {
    font-weight: bold;
    padding: 10px;
    text-align: left; }

@media screen and (max-width: 768px) {
  .food-service-section table {
    width: 100%; }
  .food-service-section thead {
    display: none; }
  .food-service-section tr:nth-of-type(2n) {
    background-color: inherit; }
  .food-service-section tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em; }
  .food-service-section tbody td {
    display: block;
    text-align: center; }
  .food-service-section .site-content table tbody tr td:nth-of-type(1) {
    text-align: center;
    font-size: 18px; }
  .food-service-section tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center; } }
.gallery {
  margin: auto -6px;
  padding: 6px 0px;
  line-height: 1;
  overflow-x: hidden; }
  .gallery .gallery-item {
    display: inline-block;
    margin: 0px;
    text-align: center;
    padding: 6px;
    box-sizing: border-box;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    width: 33.33%;
    padding: 3% 4%; }
  .gallery .gallery-item img {
    width: 100%;
    height: auto; }
  .gallery br {
    display: none; }

@media (max-width: 767px) {
  section.gen-content-section .gallery-item {
    width: 50%;
    margin: 0; }

  section.gen-content-section .gallery-item img {
    max-width: 200px; } }
#contact-map {
  position: relative; }
  #contact-map #map {
    height: 100%;
    min-height: 450px; }
  #contact-map .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.contact-info {
  margin-top: 20px; }
  .contact-info br {
    display: none; }
  .contact-info p {
    margin: 0;
    line-height: 1.5;
    font-weight: 600; }

.contact-page__form--container {
  background: url(/wp-content/uploads/2016/02/header_featured_image.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0;
  padding: 40px 20px; }

#gform_1 {
  position: relative;
  left: 15px;
  max-width: 770px;
  margin: 0 auto; }

.gfield {
  display: inline-block;
  width: 100%;
  margin-top: 0; }
  .gfield select,
  .gfield textarea {
    width: 100%;
    max-height: 120px; }
  .gfield select {
    position: relative;
    appearance: none;
    border-radius: 0;
    padding: 5px;
    background-color: #fff;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 15px;
    font-weight: 700;
    width: 100%; }
    .gfield select::-ms-expand {
      /* for IE 11 */
      display: none; }
  @media screen and (min-width: 0\0 ) {
    .gfield select {
      background: none;
      padding: 5px; } }

.gform_button {
  cursor: pointer; }

.ginput_container {
  padding-right: 30px; }
  .ginput_container input {
    width: 100%;
    padding: 6px 10px; }

#field_1_1 {
  width: 50%; }

#field_1_2 {
  width: 50%; }

#field_1_5 {
  width: 50%; }

#field_1_4 {
  width: 25%; }

#field_1_6 {
  width: 25%; }

#field_1_7 {
  width: 50%; }

#field_1_8 {
  width: 50%; }

#choice_1_10_1 {
  width: auto; }

input#gform_submit_button_1,
input#gform_submit_button_3 {
  background-color: #6ba539;
  color: #fff;
  font-family: Amaranth,sans-serif;
  letter-spacing: .075em;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 1.3125rem;
  width: 100%;
  max-width: 160px; }

input#gform_submit_button_3 {
  margin-top: 30px; }

.gform_footer {
  text-align: right;
  padding-right: 30px; }

@media (max-width: 767px) {
  #field_1_1,
  #field_1_2,
  #field_1_5,
  #field_1_4,
  #field_1_6,
  #field_1_7,
  #field_1_8 {
    width: 100%; } }
div#gform_wrapper_3 {
  position: relative;
  left: 15px; }

.gfield_description.validation_message {
  color: red;
  padding: 4px 30px 4px 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2; }

.gfield select, .gfield textarea {
  width: 100%;
  max-height: 120px;
  padding: 12px; }

.gform_confirmation_wrapper {
  text-align: center; }

#gform_wrapper_2 label,
#gform_wrapper_4 label {
  display: none;
  visibility: hidden; }

.food-service-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }

.food-service-image img {
  width: 100%;
  height: auto;
  margin-bottom: -7px; }
  @media (max-width: 767px) {
    .food-service-image img {
      max-width: 250px; } }
@media (max-width: 767px) {
  .food-service-image {
    text-align: center; } }

.food-service-section-wrapper {
  position: relative; }

.food-service-title {
  position: absolute;
  bottom: 0;
  margin-left: -10px; }
  .food-service-title h2 {
    font-size: 30px;
    font-size: 1.875rem; }
  @media (max-width: 767px) {
    .food-service-title {
      position: initial;
      text-align: center; } }

.column-3.food-service-image {
  padding: 15px 15px 0 0; }

.food-service-section-wrapper:after {
  content: '';
  clear: both;
  display: table; }

.food-service-list {
  background-color: #527f2c;
  padding: 11px;
  font-size: 12px;
  position: absolute;
  bottom: 0; }
  .food-service-list li {
    display: inline-block;
    padding-right: 9px;
    color: #ffffff;
    font-weight: 600; }
  .food-service-list li:before {
    content: "- "; }
  @media (max-width: 767px) {
    .food-service-list {
      position: initial;
      width: 100%; } }

@media (max-width: 767px) {
  .no-padding {
    padding: 0; } }

@media (max-width: 767px) {
  .food-service-list ul {
    text-align: center; } }

.doc-nav {
  width: 27vw;
  background-color: #6ba539; }
  @media (max-width: 1280px) {
    .doc-nav {
      width: 22vw; } }
  @media (max-width: 980px) {
    .doc-nav {
      width: 100%;
      left: -999px;
      transition: left 0.3s ease-in-out;
      -webkit-overflow-scrolling: touch;
      z-index: 2; }
      .doc-nav.visible {
        left: 0;
        transition: left 0.3s ease-in-out; } }
  .doc-nav .doc-nav-group a {
    color: white;
    font-family: "futura-pt", sans-serif; }

.toggle-nav {
  display: none; }
  @media (max-width: 980px) {
    .toggle-nav {
      display: inline-block;
      position: fixed;
      right: 1em;
      top: 1em;
      background-color: rgba(255, 255, 255, 0.85);
      padding: 0em .5em;
      border: 1px solid;
      opacity: 1;
      border-radius: 3px;
      z-index: 3; } }

.doc-content {
  background-color: #F3F3F3;
  line-height: 1.6;
  padding: 6vh 3em 0 3em;
  margin-left: 27vw; }
  @media (max-width: 1280px) {
    .doc-content {
      margin-left: 22vw; } }
  @media (max-width: 980px) {
    .doc-content {
      padding: 0;
      width: 100%;
      margin-left: 0; } }
  .doc-content .doc-section {
    padding: 3em;
    width: 55vw;
    max-width: 960px;
    background-color: white;
    border-radius: 0.5em;
    margin-bottom: 2em; }
    @media (max-width: 1280px) {
      .doc-content .doc-section {
        width: 65vw; } }
    @media (max-width: 980px) {
      .doc-content .doc-section {
        width: 100%;
        border-radius: 0 !important;
        margin: 0 auto;
        padding: 3em .7em; } }
  .doc-content .doc-section-header {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0; }
  .doc-content .doc-article {
    padding-top: 1.7em;
    padding-bottom: 1em; }
  .doc-content p, .doc-content ol, .doc-content ul {
    font-family: "utopia-std", sans-serif;
    font-size: 1em;
    margin-bottom: 0.9em; }
  .doc-content code {
    background-color: #B3B3B3;
    padding: 0.15em 0.4em;
    border-radius: 3px;
    color: white; }
  .doc-content h3 {
    margin-bottom: 1em; }
  .doc-content img {
    border: 1px solid #cccccc;
    border-radius: 0.3em;
    width: 90%;
    margin: 1em auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .doc-content img {
        width: 100% !important;
        border: 0;
        border-radius: 0; } }
  .doc-content ul, .doc-content ol {
    display: block;
    -webkit-margin-before: .8em;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px; }
  .doc-content ul {
    list-style-type: disc; }
  .doc-content ol {
    list-style-type: decimal; }
  .doc-content ul ul, .doc-content ol ul {
    margin-top: 0em;
    list-style-type: circle; }
  .doc-content img {
    max-width: 100%; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

@media print {
  *:not(.single-recipe__header.image) {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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

  .ingredient-list ul {
    max-width: 100%; }

  .ingredient-list ul li {
    font-size: 19px; }

  .featured-header-section {
    background: transparent !important; }

  .single-recipe__header.title {
    min-height: 0; }

  .single-recipe__header.image {
    min-height: 300px; }

  header {
    display: none; }

  .share-buttons {
    display: none; }

  .print-button {
    display: none; }

  .email-button {
    display: none; }

  .recipe-section {
    padding: 0 20px !important; }

  .footer-top {
    display: none; } }

/*# sourceMappingURL=style.css.map */
