/*
Theme Name: Idahoan 2015
Author: Cody Gacek
Description: Custom responsive theme for Idahoan Foods
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: idahoan
*/

/* FONTS

font-family:'Felt That W01';
font-family:'Nanami W03';

ENDFONTS */

body {
  font-family:'Avenir W01', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.noscroll {
  position: fixed;
  overflow: hidden;
}

body.admin-bar .top-navigation, body.admin-bar .page-banner {
  top: 32px;
}

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

.img-responsive {
  width: 100%;
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 15px;
}

.alignleft {
  float: right;
  margin: 15px;
}

.category-name, .single-product .product-name {
  position: relative;
  display: block;
  font-family: 'Nanami W03', serif;
  font-size: 52px;
  color: #8E2A2A;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  z-index: 10;
}

.h-section.alt .category-name {
  color: #003E6A;
}

.category-tagline {
  display: inline-block;
  font-family:'Felt That W01';
  font-size: 100px;
  color: #de5e49;
  border-bottom: 2px solid white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h-section.alt .category-tagline {
  color: #6e99cc;
}

/*.main .category-tagline::before,
.main .category-tagline::after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f27d';
  padding: 0 10px;
}*/

.contact-block .category-tagline {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1;
  border-bottom: 2px solid #6e99cc;
}

.contact-block .category-name {
  margin-bottom: 1rem;
  line-height: inherit;
}

.contact-block .callout {
  z-index: 5;
}

.h-section.alt .banner {
  margin-bottom: 0;
}

.h-section.alt .packaging-image {
  float: right;
}

.h-section.alt .content {
  text-align: right;
}

.h-section.alt .button,
button.alt-btn {
  background-color: #6e99cc;
}

.h-section.alt .button:hover,
button.alt-btn:hover {
  background-color: #003E6A;
}

.home .h-section {
  position: relative;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 300px;
}

.home .h-section .content {
  background-color: #fff;
  padding-top: 40px;
} 

.home .h-section.alt div.description p {
  color: #6e99cc;
}

.home .main {
  margin-top: 0;
  background-color: transparent;
}

.home .page-banner {
  position: static;
}

.home .entry-footer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: red;
  text-align: center;
  color: #fff;
}

.home .entry-footer a {
  color: #fff;
  font-weight: bold;
}

.banner {
  margin-bottom: 60px;
}

div.description p {
  font-size: 1.25rem;
}

.home div.description p {
  color: #de5e49;
}

#topNavToggle {
  display: none;
}

.main-navigation {
  position: relative;
  height:4.5rem;
  line-height:4.5rem;
}

.main-menu {
  margin-bottom: 0;
}

.main-menu li {
  display: inline-block;
}

.main-menu li.hasSub {
  position: relative;
}

.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 15em;
}

.sub-menu li {
  display: block;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu > li > a {
  height: 72px;
  line-height: 72px;
  padding: 15px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  color: #fff;
  text-transform: uppercase;
  transition: .2s linear;
}

.main-menu li.foodservice-link > a {
  color: rgba(247, 152, 0, 0.95);
  font-weight: bold;
}

.main-menu li.foodservice-link > a:hover {
  color: rgba(247, 152, 0, 1.0);
}

.search-phone a {
  color: #fff;
}

.main-menu li > a:hover {
  background-color: rgba(0,0,0,0.35);
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-navigation .name {
  //height: 4.5rem;
  text-align: center;
}

.main-navigation .home-link {
  float: left;
  position: relative;
  z-index: 999;
}

.main-navigation .logo {
  margin-top: 5px;
  max-height: 100px;
  transition: .2s linear;
}

.toggle-search {
  display: none;
}

.main-navigation,
.main-navigation-section ul li,
.main-navigation-section li:not(.has-form) a:not(.button) {
  background: transparent;
}

#topbar-override {
  padding-right: 0;
  transition: .2s linear;
}

.topbar-facebook {
  margin-left: .5rem;
}

#topbar-override:hover,
.search-phone li:hover > a {
  background: none !important;
}

#topbar-override span.topbar-phone {
  display: inline-block;
  transition: .2s linear;
}

#topbar-override span.topbar-search {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: .2s linear;
}

.top-navigation {
  background: rgba(0, 0, 0, 0.57);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.13);
  transition: .20s linear;
  z-index: 999;
}

.top-navigation.shrink {
  background: rgba(0, 0, 0, 0.95);
  height: 45px;
}

.main {
  position: relative;
  background-color: #fff;
  box-shadow: 0 -5px 10px rgba(0,0,0,0.4);
}

.no-slider {
  margin-top: 300px;
}

.h-section {
  padding: 80px 0 0;
}

button, .button {
  background-color: #de5e49;
  font-family:'Nanami W03', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

button:hover, .button:hover, .button:active, .button:focus {
  background-color: #8E2A2A;
}

a.button {
  color: #fff;
}

.button.r::after {
  font-family: Material-Design-Iconic-Font;
  content: '\f2fb';
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 16px;
  margin-left: 10px;
  font-size: 16px;
}

.button.l::before {
  font-family: Material-Design-Iconic-Font;
  content: '\f2fa';
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
  font-size: 16px;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 16px;
  margin-right: 10px;
  font-size: 18px;
}

.parallax {
  /*display: block;
  padding: 150px 0;
  background: url(assets/img/parallax-bg.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  background-size: cover;*/
}

.parallax-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  z-index: -1;
}

.parallax-img img {
  position: absolute;
  top:-100%; left:0; right: 0; bottom: 0; width: 100%;
  margin: 0 auto;
}

.single-product .parallax-img img {
  top:0;
}

.single-product .product-name {
  margin-bottom: 2rem;
}

.product-category .product-info {
  background: #fff;
}

.product-category .ribbon {
  margin-bottom: 0;
}

.category-tagline {
  margin-bottom: -30px;
}

.h-section.contact-block {
  background-color: #fff;
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}

.contact-block .callout {
  z-index: 2;
}

.farm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

#mountains {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -300px;
  max-width: 100%;
  z-index: 1;
}

.bg-c1 {
  background-color: #6e99cc;
}

.bg-c2 {
  background-color: #de5e49;
}

.footer-links ul {
  list-style: none;
  margin: 0;
}

.footer-links {
  position: relative;
  background: #01353d;
  padding: 30px 0;
  color: #fff;
  z-index: 1;
}

.footer-links .columns {
    margin-bottom: 30px;
  }

.footer-links .social-link {
  margin: 0 5px;
}

.page-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent url(assets/img/page-banner.jpg) no-repeat center;
  background-size: cover;
  padding: 125px 0 100px 0;
  text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.page-title {
  font-family: 'Avenir W01', sans-serif;
  font-size: 50px;
  text-transform: uppercase;
}

.footer-links h4 {
  font-family: 'Nanami W03', serif;
  font-size: 21px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

.footer-links a {
  color: white;
}

.legal-bar {
  background-color: #002a2c;
  padding: 20px 0;
  color: #fff;
}

.primary-col,
.secondary-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Product Categories
------------------------------------------------------------------------------------ */

.grid-item {
  width: 32%;
  padding: 10px .5% 0;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.grid-item .name {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 20px;
  color: #de5e49;
  font-family: 'Nanami W03', serif;;
  font-size: 1.1em;
  font-weight: 300;
}

.name a {
  color: #de5e49;
}

.grid-item .button {
  font-size: 1.1em;
}

.grid-gutter {
  width: 2%;
}

.grid-item .button-circle-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 13px;
  text-align: center;
  line-height: 12px;
  margin-right: 5px;
}

.grid-item img {
  max-height: 300px;
}

/* SEARCH
------------------------------------------------------------------------------------ */

#searchModal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  width: 100%;
  padding: 0;
  margin: -32px auto 0;
  z-index: 999;
  transition: .25s linear;
}

#searchModal.active {
  opacity: 1;
  visibility: visible;
}

#searchModal .close-reveal-modal {
  position: absolute;
  top: -35px;
  right: 10px;
  color: #fff;
  font-size: 60px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#searchModal.active .search-form {
  box-shadow: 0 0 999px 500px rgba(0,0,0,0.75);
}

.search-form button {
  margin-bottom: 0;
  border: none;
  height: 4rem;
}

.search-form input[type="search"] {
  margin-bottom: 0;
  height: 4rem;
  font-size: 1.5rem;
  border: none;
  border-bottom: 1px solid #ddd;
}

.button.search-filter-button {
  background-color: #fff !important;
  border-left: 1px solid #ddd !important;
  font-size: 16px;
  outline: none;
}

/* SINGLE PRODUCT PAGES
------------------------------------------------------------------------------------ */

.product-hero {
  width: 100%;
}

.single-product .page-banner {
  display: table;
  height: 600px;
  min-height: 600px;
}

.single-product .page-banner .row {
  display: table-cell;
  vertical-align: middle;
}

.single-product .no-slider {
  margin-top: 600px;
}

.product-packaging {
  opacity: 0;
  margin-top: -35%;
  margin-bottom: 30px;
  transition: .5s ease-in;
}

.product-packaging.cup {
  margin-top: -24%;
}

.product-packaging.active {
  opacity: 1;
}

.single-product .block {
  overflow: hidden;
  padding: 50px 0;
  border-bottom: 1px solid #a0a0a0;
}

.single-product .summary-block {
  padding-top: 0;
}

.single-product .summary {
  padding: 20px 60px 0;
}

.single-product .parallax-img {
  height: 550px;
}

.block .h1,
.block .h2 {
  font-family: 'Nanami W03', serif;
  font-weight: 300;
  color: #de5e49;
  text-align: center;
}

.block .h1 {
  font-size: 38px;
  margin-bottom: 30px;
}

.block .h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

.detail-icon {
  display: block;
  margin: 0 auto 25px;
}

.nutritionals-wrap {
  position: relative;
}

.nutritionals-table {
  visibility: hidden;
  border: none;
  border-spacing: 0;
  transition: .2s linear;
}

.nutritionals-table thead {
  background: none;
}

.nutritionals-table .value {
  text-align: right;
}

.unprepared-nutritionals {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nutritionals-table.active {
  opacity: 1;
  visibility: visible;
}

.nutritionals-table tr {
  background: none !important;
}

.nutritionals-table td {
  padding: 7px 0;
  border-bottom: 1px solid #dddddd;
}

tr.no-border td, td.no-border {
  border: none;
}

td.divider-cell {
  background-color: #de5e49;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  border-radius: 2px;
  border: none;
}

.product-details .column-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.pairing-icon {
  position: relative;
  display: inline-block;
  margin: 10px 1%;
  width: 141px;
  height: 141px;
}

.iftooltip {
    opacity: 0;
    position: absolute;
    top: -15px;
    left: -22px;
    display: inline-block;
    background-color:white !important;
    min-width: 185px;
    font-family:'Felt That W01';
    font-size: 26px;
    color: #de5e49;
    border: 3px solid #de5e49;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: opacity .2s ease-in-out;
  }

  .iftooltip.active {
    opacity: 1;
  }

  .iftooltip:after {
    content: '';
    position: absolute;
    bottom: -30px !important;
    left: 40%;
    border: 15px solid transparent;
    border-top-color: #de5e49;
  }

  .iftooltip:before {
    content: '';
    position: absolute;
    bottom: -26px !important;
    left: 40%;
    border: 15px solid transparent;
    border-top-color: #fff;
    z-index: 10;
  }

.featured-image {
  display: block;
  margin: 0 auto 10px;
}

.suggested-recipes .name {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 20px;
  color: #de5e49;
  font-family: 'Nanami W03', serif;
  font-size: 1.1em;
  font-weight: 300;
}

.ingredients-column .column-content p {
  font-size: .9rem;
}


/* PRODUCT FINDER - SINGLE PRODUCT PAGES
------------------------------------------------------------------------------------ */

.product-finder-wrap {
  position: fixed;
  left: -260px;
  top: 0;
  height: 100%;
  width: 260px;
  z-index: 50;
  transition: .25s ease-in-out;
}

.product-finder-wrap.active {
  left: 0;
  z-index: 1500;
}

.product-finder {
  background-color: #222;
  height: 100%; 
  padding: 15px;
  color: #fff;
  overflow-y: scroll;
}

.field-container {
  position: relative;
}

.product-finder label {
  position: absolute;
  top: 8px;
  left: 9px;
  transition: .2s linear;
}

.product-finder label.radius-label {
  position: static;
  color: #fff;
}

.field-container.focused label {
  top: -20px;
  color: #fff;
}

.field-container input {
  margin-top: 0;
  transition: .2s linear;
}

.field-container.focused input {
  margin-top: 20px;
}

.product-finder .store {
  padding: 5px 0;
  border-bottom: 1px solid black;
}

.product-finder .name {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.product-finder .maplink {
  margin-top: 10px;
}

#findProductBtn {
  position: absolute;
  right: -104px;
  top: 180px;
  background-color: #de5e49;
  padding: 0 10px;
  color: #fff;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  transition: .2s linear;
}

#findProductBtn.hidden {
  right: -54px;
}

#locatorForm {
  position: relative;
  top: 50%;
  margin-top: -90px;
  transition: .25s linear;
}

#locatorForm h2 {
  font-family: 'Avenir W01', sans-serif;
  color: #fff;
  font-size: 2rem;
}

.has-results #locatorForm {
  top: 0;
  margin-top: 0;
}

/* PRODUCT ARCHIVES
------------------------------------------------------------------------------------ */

.tax-product_category .h-section {
  padding: 40px 0;
}

.tax-product_category .packaging-image {
  margin-top: -30%;
}

.tax-product_category .page-banner {
  background: transparent url(assets/img/default-page-header.jpg) no-repeat center;
  background-size: cover;
  font-size: 24px;
  color: #fff;
}

.title-light, .title-light .category-name {
  color: #fff;
}

.product-title {
  font-family:'Felt That W01';
  color: #de5e49;
}

.product-packaging {
  margin-bottom: 15px;
}

.tax-product_category .h-section .content {
  text-align: right;
}

.tax-product_category .h-section.alt .content {
  text-align: left;
}

/* RECIPES
------------------------------------------------------------------------------------ */

.single-recipe .page-banner {
  display: table;
  height: 600px;
  min-height: 600px;
}

.single-recipe .page-banner .row {
  display: table-cell;
  vertical-align: middle;
}

.single-recipe .no-slider {
  margin-top: 600px;
}

.single-recipe .category-name {
  line-height: inherit;
}

.prep-bar {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #A0A0A0;
  font-size: 18px;
  font-weight: bold;
  color: #5e5e5e;
}

.prep-bar .columns {
  margin-bottom: 30px;
}

.prep-bar .icon {
  display: block;
  margin: 0 auto 30px;
}

.recipe-video {
  margin-bottom: 20px;
}

.recipe-grid-row {
  padding-top: 30px;
}

.mix-it-up .h1 {
  margin-bottom: 0;
}

.product-substitutions {
  display: block;
  text-align: center;
}

.product-substitutions .product {
  display: inline-block;
  padding: 0 1rem 1rem;
}

.product-carousel img {
  margin: 0 auto;
}

.product-carousel .prev-arrow, .product-carousel .next-arrow {
  position: absolute;
  top: 25%;
  font-size: 3em;
  cursor: pointer;
}

.product-carousel .prev-arrow {
  left: 0;
}

.product-carousel .next-arrow {
  right: 0;
}

.product-carousel .slick-dots {
  padding: 30px 0;
}

.slick-dots {
  list-style: none;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  background-color: #474747;
  margin-bottom: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  text-indent: -99em;
  margin: 0 2.5px;
  border-radius: 50%;
  outline: none;
}

.slick-active button {
  background-color: #de5e49;
}

.slick-slide {
  outline: none;
}

.recipes .grid-item {
  padding: 20px 20px 0;
}

.recipes .grid-item .name {
  margin-top: 10px;
}

.single-recipe div.easyrecipe {
  border: 3px dashed #C5C5C5;
  text-align: left;
  background: #f9f9f9;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  clear: both;
  border-radius: 10px;
  padding: 30px;
  font: inherit;
}

.single-recipe .easyrecipe .ERSName {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ERSSaveBtnSpan {
  display: none;
}

.single-recipe div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn {
  background: #de5e49;
  font-size: inherit;
  font-family: inherit;
}

.single-recipe div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ui-button-text::before {
  content: '\f1b0';
  font-family: "Material-Design-Iconic-Font";
  margin-right: 7px;
}

div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
  display: none;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text {
  padding: .4em 1em .4em 1em !important;
}

/* BLOG
------------------------------------------------------------------------------------ */

.grid-item .name {
  display: block;
  text-align: center;
}

.card .read-more {
  display: inline-block;
  margin-bottom: 20px;
}

.filter-bar {
  background-color: #de5e49;
  padding-top: 15px;
  padding-bottom: 10px;
}

.filter-bar .button {
  margin-bottom: 0;
  padding: 0 1.5rem;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background-color: #fff;
  font-size: 1.2rem;
  color: #de5e49;
}

.button .drop-indicator {
  margin-left: 30px;
}

.filter-bar .button.dropdown::after {
  display: none;
}

.filter-bar .filter-submit {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}

.filter-bar .filter-submit:hover {
  background-color: rgba(0,0,0,0.6);
}

.filter-icon {
  margin-right: 10px;
  vertical-align: middle;
}

.filter-bar .button span {
  vertical-align: middle;
}

.f-dropdown {
  width: 90%;
  max-width: initial;
}

/* SOCIAL BAR
------------------------------------------------------------------------------------ */

.social-bar {
  position: fixed;
  left: 0;
  top: 290px;
  background-color: #D62115;
  width: 50px;
  padding: 5px 0;
  text-align: center;
  z-index: 10;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  transition: .2s linear;
  transition-delay: .1s;
}

.social-bar.hidden {
  left: -53px;
}

.social-bar .social-link {
  display: block;
  padding: 6px 2.5px;
  color: #fff;
}

.twitter-share-button {
  display: none;
}

/* OUR STORY PAGE
------------------------------------------------------------------------------------ */

.page-ourstory {
  background: url(assets/img/our-story-bg.jpg) repeat-y 50% 0 fixed;
  padding-top: 100px !important;
  padding-bottom: 75px;
  transition: .1s ease-out;
}

.page-ourstory .primary-col {
  padding-bottom: 85px;
}

.bg-0 {
  background-position: 50% 0;
}

.bg-14 {
  background-position: 50% 14%;
}

.bg-28 {
  background-position: 50% 28%;
}

.bg-42 {
  background-position: 50% 42%;
}

.bg-56 {
  background-position: 50% 56%;
}

.bg-70 {
  background-position: 50% 70%;
}

.bg-84 {
  background-position: 50% 84%;
}

.bg-98 {
  background-position: 50% 98%;
}

.page-ourstory .legal-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.timeline-nav {
  position: absolute;
  left: 15px;
  top: 25px;
  width: 85px;
  text-transform: uppercase;
  text-align: right;
  z-index: 15;
}

.timeline-nav li a {
  position: relative;
}

.timeline-nav a::after {
  opacity: 0;
  position: absolute;
  right: -25px;
  top: 50%;
  content: '';
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-top: -6px;
  border-left-width: 10px;
  z-index: -1;
  transition: .25s linear;
  transition-delay: .5s;
}

.timeline-nav a.active::after {
  opacity: 1;
  z-index: 999;
}

.timeline-detail {
  padding-left: 150px;
  color: #fff;
}

.history-row {
  padding: 15px 0 65px 0;
}

.timeline-section {
  color: #fff;
}

.timeline-section p {
  font-size: 1.1rem;
}

.timeline-section::after {
  display: inline-block;
  background-color: #fff;
  content: '';
  width: 1px;
  height: 5rem;
}

.timeline-section:last-child::after {
  display: none;
}

.timeline-date {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-family: 'Nanami W03', serif;
  text-transform: uppercase;
}

.timeline-title {
  margin: 0;
  font-size: 1.25rem;
  color: #fff;
  font-family: 'Nanami W03', serif;
  font-weight: 300;
  text-transform: uppercase;
}

.timeline-nav a {
  color: #fff;
}

.history-row {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 150px;
  z-index: -1;
  transition: .5s linear;
  transition-delay: .25s;
}

.history-row.active {
  opacity: 1;
  z-index: 10;
}

/* Pagination
------------------------------------------------------------------------------------ */

.wp-paginate {
  padding: 25px 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.wp-paginate li {
  display: inline-block;
}

.wp-paginate .page, .wp-paginate .prev, .wp-paginate .next {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0px 1px;
  line-height: 30px;
  border-radius: 2px;
  color: #a7a7a7;
  transition: .2s linear;
}

.wp-paginate .page:hover {
  background-color: #eee;
}

.wp-paginate .current, .wp-paginate .current:hover {
  background-color: #de5e49;
  color: #fff;
}

/* MEGA DROPDOWN
------------------------------------------------------------------------------------ */

.mega-drop {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  padding: 30px;
  border-bottom: 10px solid #de5e49;
  transition: visibility 0s ease-out 0.3s, opacity 0.3s ease-out, top 0.3s ease-out;
  z-index: 1;
  box-shadow: 2px 0 0 rgba(0,0,0,0.15), -2px 0 0 rgba(0,0,0,0.15);
}


.megaItem:hover .mega-drop {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.mega-drop .drop-item {
  margin-bottom: .5rem;
}

.main-menu li {
  position: inherit;
  z-index: 9999;
}

.shrink .mega-drop {
  top: 45px;
}

.shrink .productsNavItem:hover .mega-drop {
  opacity: 1;
  top: 45px;
}

.dropdown-item {
  width: 20%;
}

.drop-item .name {
  margin-bottom: 20px;
  margin-top: 5px;
  color: #de5e49;
  font-family: 'Avenir W01', sans-serif;
}

.recipe-drop a {
  display: block;
}

.view-all-link {
  display: block;
  font-size: 20px;
  border-radius: 50%;
  color: #de5e49;
  margin-top: 15px;
}

.recipe-drop .view-all-link {
  margin-top: 0;
}

.featured-category .name {
  font-size: 1.5rem;
}

/* JESSICA'S PAGE
------------------------------------------------------------------------------------ */

.page-jessica-marcy .section-heading {
  font-family: 'Felt That W01';
  font-size: 26px;
  color: #de5e49;
  text-align: center;
}

.page-jessica-marcy .page-banner {
  display: table;
  height: 600px;
  min-height: 600px;
  background-size: cover;
}

.page-jessica-marcy .page-banner .row {
  display: table-cell;
  vertical-align: middle;
}

.page-jessica-marcy .no-slider {
  margin-top: 600px;
}

.page-jessica-marcy .h-section.contact-block {
  padding-top: 120px;
}

.hero-sub-heading {
  display: inline-block;
  font-family: 'Felt That W01';
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-jessica-marcy ul {
  list-style-position: inset;
}

.reveal-block {
  display: none;
}

.jessicas-blogs {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.jessicas-blogs .grid-item {
  background-color: #fff;
}

.row-image {
  float: left;
}

.image-0 {
  width: 28.80%;
}

.image-1 {
  width: 25.0265%;
}

.image-2 {
  width: 18.23%;
}

.image-3 {
  width: 27.8958%;
}

.cookie-notice {
  background-color: RGBA(54, 54, 54, 1.00);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  padding: 1rem 1rem;
  color: #fff;
  font-size: .9rem;
  text-align: center;
  transform: translateY(110%);
  transition: .3s linear;
  z-index: 100;
}

.cookie-notice.open {
  transform: translateY(0);
}

.cookie-notice__close {
  background: #363636;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 26px;
  height: 26px;
  color: #eee;
  border-radius: 50%;
}

.cookie-notice__close:hover {
  color: #fff;
}

.store-logo {
  max-width: 150px;
  margin: 30px;
}

.page-banner.default {
  display: flex;
  height: 45vh;
}

.page-banner.default .centered-row {
  margin: auto;
}

.no-slider {
  margin-top: 45vh;
}

.country-notice-bar {
  opacity: 0;
  visibility: hidden;
  background-color: RGBA(57, 149, 157, 1.00);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  z-index: 1000;
  color: #fff;
  transition: .20s linear;
}

.has-country-notice-bar .country-notice-bar {
  opacity: 1;
  visibility: visible;
}

.has-country-notice-bar.scrolled .country-notice-bar {
  transform: translateY(-100%);
}

.has-country-notice-bar .top-navigation {
  top: 40px;
}

.has-country-notice-bar .top-navigation.shrink {
  top: 0;
}

.visit-other {
  color: #eee;
  border: 1px solid #eee;
  padding: 0 .5rem;
  margin-left: .5rem;
}

.visit-other:hover {
  color: #fff;
  border-color: #fff;
}

.dismiss-country-notice {
  position: absolute;
  right: 1rem;
}

.has-children td {
  padding-bottom: 0;
}

.sub-row td {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

td.has-indent {
  padding-left: 1rem;
}

.find-store-button {
  margin-top: 15px;
}

/* Site Switcher */

.has-switcher .site-switcher-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.shrink .has-switcher .site-switcher-toggle {
  top: 9px;
}

.has-switcher .switcher-flag {
  display: inline-block;
  height: 15px;
}

#siteSwitcherDropdown .switcher-flag {
  margin-left: 5px;
}

.has-switcher #topbar-override span.topbar-search {
  right: 90px;
  z-index: 999;
}

.shrink .has-switcher #topbar-override span.topbar-search {
  right: 67px;
}

.switcher-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 33px;
}

.shrink .switcher-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.shrink .site-switcher-toggle img {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

#siteSwitcherDropdown {
  opacity: 0;
  visibility: hidden;
  width: 150px;
  transform: translateX(10px) translateY(5px);
  background: rgba(0,0,0,0.6);
  border: none;
  text-align: right;
  margin-top: 39px;
  transition: .2s linear;
}

#siteSwitcherDropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px) translateY(0);
}

#siteSwitcherDropdown a {
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #fff;
}

#siteSwitcherDropdown a img {
  margin-top: -3px;
}

#siteSwitcherDropdown a:hover {
  background-color: #000 !important;
}

#siteSwitcherDropdown:before,
#siteSwitcherDropdown:after {
  display: none;
}

#mobileSiteSwitcher {
  display: none;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 550;
  overflow-y: scroll;
  transition: .2s linear;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.flex {
  display: flex;
}

.flex-modal {
  margin: auto;
  max-width: 95%;
}

.modal-card {
  background-color: #fff;
  padding: 2rem;
}

.modal-logo {
  margin-top: -80px;
  margin-bottom: 1.5rem;
}

.text-lg {
  font-size: 1.3rem;
}

@media only screen and (min-width: 40.063em) {

  .story-img-0 {
    margin-top: -125px;
    margin-left: -50px;
  }

  .recipe-filter-bar .type-column {
    padding-left: 35px;
    padding-right: 30px;
  }

  .recipe-filter-bar .difficulty-column {
    padding-left: 32px;
    padding-right: 35px;
  }

  .recipe-filter-bar .submit-column {
    padding-left: 28px;
    padding-right: 37px;
  }

  body.f-topbar-fixed {
    padding-top: 0;
  }

  #topbar-override {
    line-height: 2.25rem;
    text-align: right;
    cursor: default;
  }

  .shrink #topbar-override {
    line-height: 43px;
  }

  #topbar-override span.topbar-phone {
    //display: block;
  }

  .page-heading {
    text-shadow: 0 0 10px rgba(0,0,0,0.4);
  }

  .home .packaging-image {
    margin-bottom: -110px;
  }

  .packaging-image img {
    margin-top: 50px;
  }

  .parallax-img {
    height: 400px;
  }

  .ribbon {
   font-size: 16px !important;
   /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
   position: relative;
   text-align: center;
  }

  .ribbon-content {
    padding: 0 30px;
  }

  .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   content: "";
   position: absolute;
   display: block;
   border-style: solid;
   top: 50%;
   margin-top: -4.5em;
  }
  .ribbon .ribbon-content:before {
    left: 0;
    border-width: 4.5em 3em 4.5em 2em;
    border-color: transparent transparent transparent white;
  }
  .ribbon .ribbon-content:after {
   right: 0;
   border-width: 4.5em 2em 4.5em 3em;
   border-color: transparent white transparent transparent;
  }

}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

  .grid-item {
    width: 49%;
  }

}

@media only screen and (min-width: 1024px) {
  .top-navigation.shrink .main-navigation .logo {
    max-height: 61px;
  }

  .top-navigation.shrink .main-menu li > a {
    height: 43px;
    line-height: 43px;
  }

  .top-navigation.shrink #topbar-override {
    padding-right: 100px;
  }

  .topbar-facebook {
    position: absolute;
    right: 50px;
    top: 35px;
    transition: .2s linear;
  }

  .top-navigation.shrink #topbar-override span.topbar-phone,
  .top-navigation.shrink .topbar-facebook {
    top: 11px;
    right: 40px;
    font-size: .9rem;
  }

  .top-navigation.shrink #topbar-override span.topbar-search {
    top: 2px;
    font-size: 1rem;
  }

  .main-navigation .toggle-topbar.menu-icon {
    transition: .2s linear;
  }

  .top-navigation.shrink .main-navigation .toggle-topbar.menu-icon {
    margin-top: -30px;
  }

  .top-navigation.shrink .main-navigation .toggle-search {
    top: 5px;
  }
}

@media only screen and (max-width: 1024px) {

  body {
    padding-top: 72px;
  }

  .page-banner {
    top: 72px;
    padding-top: 50px;
  }

  .searchToggle {
    display: none;
  }

  #topNavToggle {
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
    color: #fff;
    font-size: 1.5em;
    width: 26px;
    height: 18px;
    line-height: 40px;
    cursor: pointer;
  }

  #topNavToggle span, #topNavToggle::before, #topNavToggle::after {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

#topNavToggle.active span, #topNavToggle.active::before, #topNavToggle.active::after {
  background-color: #fff;
}

#topNavToggle.active span {
  opacity: 0;
  left: -100%;
}

#topNavToggle.active::before {
  top: 8px;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}

#topNavToggle.active::after {
  bottom: 8px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

#topNavToggle span {
  top: 8px;
}

#topNavToggle::before {
  top: 0;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: top, transform;
}

#topNavToggle::after {
  bottom: 0;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  transition-property: bottom, transform;
}

#topNavToggle::before, #topNavToggle::after {
  content: '';
}

  .main-navigation-links {
    overflow-y: scroll;
    background: #222;
    position: fixed;
    top: 72px;
    left: -250px;
    bottom: 0;
    width: 250px;
    z-index: 10;
    transition: left .25s ease-out;
  }

  .main-navigation-links.open {
    left: 0;
  }

  .main-navigation .home-link {
    float: none !important;
  }

  .noscroll .main-navigation .links {
    margin-left: 0;
  }

  .search-phone {
    float: none !important;
    margin: 0;
    padding: 20px;
  }

  .main-menu {
    float: none !important;
  }

  .main-menu li {
    display: block;
  }

  .main-menu li > a {
    display: block;
    height: initial;
    line-height: initial;
  }

  .main-navigation {
    overflow: visible;
    background-color: rgba(0, 0, 0, 1.0);
    text-align: center;
  }

  .main-navigation-links {
    text-align: left;
  }

  .main-navigation .toggle-search {
    display: block;
    position: absolute;
    top: 22px;
    right: .9735rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    transition: .2s linear;
  }

  #siteSwitcherDropdown {
    display: none;
  }

  #mobileSiteSwitcher {
    margin: 10px;
    padding: 20px 0;
    border-top: 1px solid #777;
  }

  #mobileSiteSwitcher a {
    display: block;
    color: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }

  #mobileSiteSwitcher a:hover {
    background-color: #111;
  }

  #mobileSiteSwitcher .switcher-flag {
    height: 25px;
    margin-right: 10px;
  }

  #mobileSiteSwitcher {
    display: block;
  }

  #mobileSiteSwitcher .switcher-flag {
    float: left;
    height: 15px;
    margin-top: 4px;
  }

  .switcher-dropdown {
    display: none;
  }

}

@media only screen and (min-device-width: 40em) and (max-device-width: 1024px) {
  .home .h-section:not(.contact-block) {
    background-attachment: scroll;
    background-size: 100vw;
    background-position: 50% calc(50% + 300px);
    background-repeat: no-repeat;
    padding-bottom: 330px;
  }
}

@media only screen and (max-width: 40em) {

  .h-section .banner {
    background: none;
  }

  .ribbon-content {
    padding-bottom: 20px;
  }

  .category-tagline, .category-name {
    color: #de5e49;
    line-height: initial;
  }

  .single-product .product-name {
    line-height: initial;
  }

  .h-section.alt .banner {
    background: none;
  }

  .alt .category-tagline, .alt .category-name {
    color: #6e99cc;
  }

  .category-tagline {
    font-size: 40px;
  }

  .category-name {
    font-size: 32px;
  }

  .home .h-section .content {
    text-align: center;
  }

  .home .h-section .button {
    display: block;
  }

  .main .category-tagline::before,
  .main .category-tagline::after {
    display: none;
  }

  .home .h-section .content {
    padding-top: 20px;
  }

  .prep-bar .columns:nth-child(3) {
    clear: both;
  }

  .home .h-section {
    background-attachment: inherit;
    background-size: 100%;
    background-position: 50% bottom;
    background-repeat: no-repeat;
  }

  #searchModal {
    min-height: 0;
  }

  .main {
    position: relative;
    z-index: 1;
  }

  .single-recipe .page-banner, .single-product .page-banner, .page-jessica-marcy .page-banner {
    min-height: initial;
    height: initial;
  }

  .single-recipe .main, .single-product .main, .page-jessica-marcy .main {
    margin-top: 35vh;
  }

  .page-banner.default {
    height: 35vh;
    padding: 0;
  }

  .no-slider {
    margin-top: 35vh;
  }

  .main-navigation.expanded {
    position: fixed;
    overflow: visible;
  }

  .main-navigation.expanded .title-area {
    background: rgba(0, 0, 0, 0.75);
  }

  .grid-item {
    width: 100%;
  }

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

  .product-name {
    font-size: 30px;
  }

  .search-filter-button {
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }

  body.admin-bar .top-navigation {
    top: 46px;
  }

  body.admin-bar .page-banner {
    top: initial;
  }

  body.admin-bar .main-navigation-links {
    top: 118px;
  }

  .prep-instructions .column-content table
  {
    overflow-x: scroll;
    display: block;
    width: 111%;
  }

  .prep-instructions .column-content tr
  {
    width: 100%;
  }

  .cookie-notice {
    width: 100%;
    padding: .5rem;
    color: #fff;
    font-size: .64rem;
    line-height: .7rem;
    text-align: center;
    transform: translateY(110%);
    transition: .3s linear;
    z-index: 100;
  }

  .cookie-notice p {
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1rem;
  }

  .cookie-notice p:first-child {
    margin-bottom: 10px;
  }

  .cookie-notice__close {
    top: -10px;
    left: 5px;
    line-height: 26px;
  }
}