html, body, div, span, applet, object, iframe, h1, h2, h3, .footer-menu .dropdown a, .newsletter-signup__input, .legal-links__link, .store-locater__input, .newsletter__input, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto; }

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  border-radius: 0; }

@font-face {
  font-family: Moon;
  src: url("fonts/moon.woff2") format("woff2"), url("fonts/moon.woff") format("woff"), url("fonts/moon.ttf") format("truetype"); }

@font-face {
  font-family: Moon;
  src: url("fonts/moon-bold.woff2") format("woff2"), url("fonts/moon-bold.woff") format("woff"); }

@font-face {
  font-family: Moon;
  src: url("fonts/moon-light.woff2") format("woff2"), url("fonts/moon-light.woff") format("woff"), url("fonts/moon-light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: Aracne;
  src: url("fonts/aracne.eot") format("embedded-opentype"), url("fonts/aracne.woff2") format("woff2"), url("fonts/aracne.woff") format("woff"), url("fonts/aracne.ttf") format("truetype"); }

body {
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

/* Page Preloader */
.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1DAD9;
  z-index: 99; }

.page-spinner {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 35px);
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.page-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #f7f7f7;
  border-radius: 100%;
  display: inline-block;
  animation: an-bouncedelay 1.4s infinite ease-in-out both; }

.page-spinner .bounce1 {
  animation-delay: -0.32s; }

.page-spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes an-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.submit-spin {
  transform-origin: 50% 47%;
  animation: submit-anspin .6s infinite linear; }

@keyframes submit-anspin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/**
 * Modified responsive grid system by Chris Bracco
 * http://cbracco.me/a-simple-responsive-css-grid-system/
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

html {
  font-size: 100%; }

.container {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }

.row {
  margin: 0 -10px; }

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

[class^="col-"],
[class*=" col-"] {
  position: relative;
  float: left;
  min-height: 1px; }

.col-1 {
  width: 8.333%; }

.col-2 {
  width: 16.666%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.333%; }

.col-5 {
  width: 41.666%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333%; }

.col-8 {
  width: 66.666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333%; }

.col-11 {
  width: 91.666%; }

.col-12 {
  width: 100%; }

.push-1 {
  margin-left: 8.333%; }

.push-2 {
  margin-left: 16.666%; }

.push-3 {
  margin-left: 25%; }

.push-4 {
  margin-left: 33.333%; }

.push-5 {
  margin-left: 41.666%; }

.push-6 {
  margin-left: 50%; }

.push-7 {
  margin-left: 58.333%; }

.push-8 {
  margin-left: 66.666%; }

.push-9 {
  margin-left: 75%; }

.push-10 {
  margin-left: 83.333%; }

.push-11 {
  margin-left: 91.666%; }

.push-12 {
  margin-left: 100%; }

.pull-1 {
  margin-left: -8.333%; }

.pull-2 {
  margin-left: -16.666%; }

.pull-3 {
  margin-left: -25%; }

.pull-4 {
  margin-left: -33.333%; }

.pull-5 {
  margin-left: -41.666%; }

.pull-6 {
  margin-left: -50%; }

.pull-7 {
  margin-left: -58.333%; }

.pull-8 {
  margin-left: -66.666%; }

.pull-9 {
  margin-left: -75%; }

.pull-10 {
  margin-left: -83.333%; }

.pull-11 {
  margin-left: -91.666%; }

.pull-12 {
  margin-left: -100%; }

@media only screen and (max-width: 1200px) {
  .smdesktop-col-1 {
    width: 8.333%; }
  .smdesktop-col-2 {
    width: 16.666%; }
  .smdesktop-col-3 {
    width: 25%; }
  .smdesktop-col-4 {
    width: 33.333%; }
  .smdesktop-col-5 {
    width: 41.666%; }
  .smdesktop-col-6 {
    width: 50%; }
  .smdesktop-col-7 {
    width: 58.333%; }
  .smdesktop-col-8 {
    width: 66.666%; }
  .smdesktop-col-9 {
    width: 75%; }
  .smdesktop-col-10 {
    width: 83.333%; }
  .smdesktop-col-11 {
    width: 91.666%; }
  .smdesktop-col-12 {
    width: 100%; }
  .smdesktop-push-0 {
    margin-left: 0%; }
  .smdesktop-push-1 {
    margin-left: 8.333%; }
  .smdesktop-push-2 {
    margin-left: 16.666%; }
  .smdesktop-push-3 {
    margin-left: 25%; }
  .smdesktop-push-4 {
    margin-left: 33.333%; }
  .smdesktop-push-5 {
    margin-left: 41.666%; }
  .smdesktop-push-6 {
    margin-left: 50%; }
  .smdesktop-push-7 {
    margin-left: 58.333%; }
  .smdesktop-push-8 {
    margin-left: 66.666%; }
  .smdesktop-push-9 {
    margin-left: 75%; }
  .smdesktop-push-10 {
    margin-left: 83.333%; }
  .smdesktop-push-11 {
    margin-left: 91.666%; }
  .smdesktop-push-12 {
    margin-left: 100%; }
  .smdesktop-pull-0 {
    margin-left: 0%; }
  .smdesktop-pull-1 {
    margin-left: -8.333%; }
  .smdesktop-pull-2 {
    margin-left: -16.666%; }
  .smdesktop-pull-3 {
    margin-left: -25%; }
  .smdesktop-pull-4 {
    margin-left: -33.333%; }
  .smdesktop-pull-5 {
    margin-left: -41.666%; }
  .smdesktop-pull-6 {
    margin-left: -50%; }
  .smdesktop-pull-7 {
    margin-left: -58.333%; }
  .smdesktop-pull-8 {
    margin-left: -66.666%; }
  .smdesktop-pull-9 {
    margin-left: -75%; }
  .smdesktop-pull-10 {
    margin-left: -83.333%; }
  .smdesktop-pull-11 {
    margin-left: -91.666%; }
  .smdesktop-pull-12 {
    margin-left: -100%; } }

@media only screen and (max-width: 1023px) {
  .tablet-col-1 {
    width: 8.333%; }
  .tablet-col-2 {
    width: 16.666%; }
  .tablet-col-3 {
    width: 25%; }
  .tablet-col-4 {
    width: 33.333%; }
  .tablet-col-5 {
    width: 41.666%; }
  .tablet-col-6 {
    width: 50%; }
  .tablet-col-7 {
    width: 58.333%; }
  .tablet-col-8 {
    width: 66.666%; }
  .tablet-col-9 {
    width: 75%; }
  .tablet-col-10 {
    width: 83.333%; }
  .tablet-col-11 {
    width: 91.666%; }
  .tablet-col-12 {
    width: 100%; }
  .tablet-push-0 {
    margin-left: 0%; }
  .tablet-push-1 {
    margin-left: 8.333%; }
  .tablet-push-2 {
    margin-left: 16.666%; }
  .tablet-push-3 {
    margin-left: 25%; }
  .tablet-push-4 {
    margin-left: 33.333%; }
  .tablet-push-5 {
    margin-left: 41.666%; }
  .tablet-push-6 {
    margin-left: 50%; }
  .tablet-push-7 {
    margin-left: 58.333%; }
  .tablet-push-8 {
    margin-left: 66.666%; }
  .tablet-push-9 {
    margin-left: 75%; }
  .tablet-push-10 {
    margin-left: 83.333%; }
  .tablet-push-11 {
    margin-left: 91.666%; }
  .tablet-push-12 {
    margin-left: 100%; }
  .tablet-pull-0 {
    margin-left: 0%; }
  .tablet-pull-1 {
    margin-left: -8.333%; }
  .tablet-pull-2 {
    margin-left: -16.666%; }
  .tablet-pull-3 {
    margin-left: -25%; }
  .tablet-pull-4 {
    margin-left: -33.333%; }
  .tablet-pull-5 {
    margin-left: -41.666%; }
  .tablet-pull-6 {
    margin-left: -50%; }
  .tablet-pull-7 {
    margin-left: -58.333%; }
  .tablet-pull-8 {
    margin-left: -66.666%; }
  .tablet-pull-9 {
    margin-left: -75%; }
  .tablet-pull-10 {
    margin-left: -83.333%; }
  .tablet-pull-11 {
    margin-left: -91.666%; }
  .tablet-pull-12 {
    margin-left: -100%; } }

@media only screen and (max-width: 600px) {
  .mobile-col-1 {
    width: 8.333%; }
  .mobile-col-2 {
    width: 16.666%; }
  .mobile-col-3 {
    width: 25%; }
  .mobile-col-4 {
    width: 33.333%; }
  .mobile-col-5 {
    width: 41.666%; }
  .mobile-col-6 {
    width: 50%; }
  .mobile-col-7 {
    width: 58.333%; }
  .mobile-col-8 {
    width: 66.666%; }
  .mobile-col-9 {
    width: 75%; }
  .mobile-col-10 {
    width: 83.333%; }
  .mobile-col-11 {
    width: 91.666%; }
  .mobile-col-12 {
    width: 100%; }
  .mobile-push-0 {
    margin-left: 0%; }
  .mobile-push-1 {
    margin-left: 8.333%; }
  .mobile-push-2 {
    margin-left: 16.666%; }
  .mobile-push-3 {
    margin-left: 25%; }
  .mobile-push-4 {
    margin-left: 33.333%; }
  .mobile-push-5 {
    margin-left: 41.666%; }
  .mobile-push-6 {
    margin-left: 50%; }
  .mobile-push-7 {
    margin-left: 58.333%; }
  .mobile-push-8 {
    margin-left: 66.666%; }
  .mobile-push-9 {
    margin-left: 75%; }
  .mobile-push-10 {
    margin-left: 83.333%; }
  .mobile-push-11 {
    margin-left: 91.666%; }
  .mobile-push-12 {
    margin-left: 100%; }
  .mobile-pull-0 {
    margin-left: 0%; }
  .mobile-pull-1 {
    margin-left: -8.333%; }
  .mobile-pull-2 {
    margin-left: -16.666%; }
  .mobile-pull-3 {
    margin-left: -25%; }
  .mobile-pull-4 {
    margin-left: -33.333%; }
  .mobile-pull-5 {
    margin-left: -41.666%; }
  .mobile-pull-6 {
    margin-left: -50%; }
  .mobile-pull-7 {
    margin-left: -58.333%; }
  .mobile-pull-8 {
    margin-left: -66.666%; }
  .mobile-pull-9 {
    margin-left: -75%; }
  .mobile-pull-10 {
    margin-left: -83.333%; }
  .mobile-pull-11 {
    margin-left: -91.666%; }
  .mobile-pull-12 {
    margin-left: -100%; } }

*,
body,
html {
  font-family: "proxima-nova", sans-serif; }

html {
  height: 100%; }

body {
  min-height: 100%; }

#content {
  min-height: 600px; }

a {
  color: inherit;
  text-decoration: none; }

.aracne {
  font-family: 'Aracne'; }

h1,
h2, h3, .footer-menu .dropdown a, .newsletter-signup__input, .legal-links__link, .store-locater__input, .newsletter__input {
  color: #42442e;
  text-transform: uppercase; }

h2, h3, .footer-menu .dropdown a, .newsletter-signup__input, .legal-links__link, .store-locater__input, .newsletter__input {
  font-family: Moon, sans-serif; }

h1 {
  font-size: 90px;
  font-family: Aracne, sans-serif;
  line-height: 1; }
  @media only screen and (max-width: 1023px) {
    h1 {
      font-size: 69px; } }

h2 {
  font-size: 30px;
  line-height: 1.17;
  letter-spacing: 2.4px; }
  @media only screen and (max-width: 1023px) {
    h2 {
      font-size: 23px; } }

h3, .footer-menu .dropdown a, .newsletter-signup__input, .legal-links__link, .store-locater__input, .newsletter__input {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-decoration: none; }

h4, small {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #43452f; }

p {
  font-size: 22px;
  color: #43452f;
  line-height: 1.14;
  margin-bottom: 25px; }

a {
  transition: 0.3s all; }

.stoke-1 {
  border-bottom: solid 2px #42442e;
  stroke-linecap: round; }

.button, .button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 3px;
  border-style: solid;
  line-height: 2.2em;
  font-family: Moon, sans-serif;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
  -webkit-appearance: none;
  transition: 0.3s all; }
  .button--rounded, .button-icon--rounded {
    border-radius: 40px; }
  .button--squared, .button-icon--squared {
    border-radius: 10px; }
  .button--red, .button-icon--red {
    background-color: #e84d30;
    border-color: #e84d30;
    color: #ffffff; }
    .button--red:hover, .button-icon--red:hover {
      background-color: transparent;
      color: #e84d30; }
  .button--blue, .button-icon--blue {
    background-color: #0087c0;
    border-color: #0087c0;
    color: #afd8d8; }
    .button--blue:hover, .button-icon--blue:hover {
      background-color: transparent;
      color: #0087c0; }
  .button--green, .button-icon--green {
    background-color: #d2e235;
    border-color: #d2e235;
    color: #77891b; }
  .button--black, .button-icon--black {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
    color: #fff4e3; }
  .button--with-icon, .button-icon--with-icon {
    display: inline-block;
    padding-left: 36px;
    padding-right: 19px; }
  .button--white-contour, .button-icon--white-contour {
    color: #ffffff;
    border-color: #ffffff; }
    .button--white-contour.button--red-contour-hover:hover, .button-icon--white-contour.button--red-contour-hover:hover {
      background-color: #ffffff;
      color: #e84d30; }
  .button--gray-contour.button, .button-icon--gray-contour.button {
    color: #43452f;
    border-color: #43452f; }
    .button--gray-contour.button--jar:after, .button-icon--gray-contour.button--jar:after {
      background-image: url("images/primary-jar-black.png"); }
    .button--gray-contour.button--jar:hover:after, .button-icon--gray-contour.button--jar:hover:after {
      background-image: url("images/primary-jar-white.png"); }
    .button--gray-contour.button.button--white-contour-hover:hover, .button-icon--gray-contour.button.button--white-contour-hover:hover {
      background-color: #43452f;
      color: #ffffff; }
  .button--darkblue-contour.button, .button-icon--darkblue-contour.button {
    color: #0087c0;
    border-color: #0087c0; }
    .button--darkblue-contour.button.button--white-contour-hover:hover, .button-icon--darkblue-contour.button.button--white-contour-hover:hover {
      background-color: #0087c0;
      color: #ffffff; }
  .button--jar:after, .button--spoon:after, .button--pin:after, .button--sprout:after, .button-icon--jar:after, .button-icon--spoon:after, .button-icon--pin:after, .button-icon--sprout:after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-right: 5; }
  .button--jar:after, .button-icon--jar:after {
    background-image: url("images/primary-jar-white.png");
    width: 20px;
    height: 20px; }
  .button--jar:hover:after, .button-icon--jar:hover:after {
    background-image: url("images/icon-jar-orange.svg"); }
  .button--pin:after, .button-icon--pin:after {
    background-image: url("images/icon-pin-black.svg");
    height: 23px;
    width: 19px;
    margin-left: 10px; }
  .button--pin:hover:after, .button-icon--pin:hover:after {
    background-image: url("images/icon-pin-white.svg"); }
  .button--sprout:after, .button-icon--sprout:after {
    background-image: url("images/icon-sprout-white.svg");
    width: 20px;
    height: 26px; }
  .button--sprout:hover:after, .button-icon--sprout:hover:after {
    background-image: url("images/icon-sprout-blue.svg"); }

.text-white p,
.text-white a {
  color: #ffffff; }

.text-red p,
.text-red a {
  color: #e84d30; }

.text-lightblue p,
.text-lightblue a {
  color: #65b6d1; }

.text-darkblue p,
.text-darkblue a {
  color: #0087c0; }

.text-teal p,
.text-teal a {
  color: #afd8d8; }

.text-lightgreen p,
.text-lightgreen a {
  color: #d2e235; }

.text-darkgreen p,
.text-darkgreen a {
  color: #77891b; }

.text-mediumlightblue p,
.text-mediumlightblue a {
  color: #a2d0d0; }

.text-lightestblue p,
.text-lightestblue a {
  color: #b0d8d8; }

.text-gray p,
.text-gray a {
  color: #43452f; }

.text-brown p,
.text-brown a {
  color: #42442e; }

.title-white h1,
.title-white h2,
.title-white h3,
.title-white .footer-menu .dropdown a,
.footer-menu .dropdown .title-white a,
.title-white .newsletter-signup__input,
.title-white .legal-links__link,
.title-white .store-locater__input,
.title-white .newsletter__input,
.title-white h4,
.title-white h5,
.title-white h6 {
  color: #ffffff; }

.title-red h1,
.title-red h2,
.title-red h3,
.title-red .footer-menu .dropdown a,
.footer-menu .dropdown .title-red a,
.title-red .newsletter-signup__input,
.title-red .legal-links__link,
.title-red .store-locater__input,
.title-red .newsletter__input,
.title-red h4,
.title-red h5,
.title-red h6 {
  color: #e84d30; }

.title-lightblue h1,
.title-lightblue h2,
.title-lightblue h3,
.title-lightblue .footer-menu .dropdown a,
.footer-menu .dropdown .title-lightblue a,
.title-lightblue .newsletter-signup__input,
.title-lightblue .legal-links__link,
.title-lightblue .store-locater__input,
.title-lightblue .newsletter__input,
.title-lightblue h4,
.title-lightblue h5,
.title-lightblue h6 {
  color: #65b6d1; }

.title-mediumlightblue h1,
.title-mediumlightblue h2,
.title-mediumlightblue h3,
.title-mediumlightblue .footer-menu .dropdown a,
.footer-menu .dropdown .title-mediumlightblue a,
.title-mediumlightblue .newsletter-signup__input,
.title-mediumlightblue .legal-links__link,
.title-mediumlightblue .store-locater__input,
.title-mediumlightblue .newsletter__input,
.title-mediumlightblue h4,
.title-mediumlightblue h5,
.title-mediumlightblue h6 {
  color: #a2d0d0; }

.title-lightestblue h1,
.title-lightestblue h2,
.title-lightestblue h3,
.title-lightestblue .footer-menu .dropdown a,
.footer-menu .dropdown .title-lightestblue a,
.title-lightestblue .newsletter-signup__input,
.title-lightestblue .legal-links__link,
.title-lightestblue .store-locater__input,
.title-lightestblue .newsletter__input,
.title-lightestblue h4,
.title-lightestblue h5,
.title-lightestblue h6 {
  color: #b0d8d8; }

.title-darkblue h1,
.title-darkblue h2,
.title-darkblue h3,
.title-darkblue .footer-menu .dropdown a,
.footer-menu .dropdown .title-darkblue a,
.title-darkblue .newsletter-signup__input,
.title-darkblue .legal-links__link,
.title-darkblue .store-locater__input,
.title-darkblue .newsletter__input,
.title-darkblue h4,
.title-darkblue h5,
.title-darkblue h6 {
  color: #0087c0; }

.title-teal h1,
.title-teal h2,
.title-teal h3,
.title-teal .footer-menu .dropdown a,
.footer-menu .dropdown .title-teal a,
.title-teal .newsletter-signup__input,
.title-teal .legal-links__link,
.title-teal .store-locater__input,
.title-teal .newsletter__input,
.title-teal h4,
.title-teal h5,
.title-teal h6 {
  color: #afd8d8; }

.title-lightgreen h1,
.title-lightgreen h2,
.title-lightgreen h3,
.title-lightgreen .footer-menu .dropdown a,
.footer-menu .dropdown .title-lightgreen a,
.title-lightgreen .newsletter-signup__input,
.title-lightgreen .legal-links__link,
.title-lightgreen .store-locater__input,
.title-lightgreen .newsletter__input,
.title-lightgreen h4,
.title-lightgreen h5,
.title-lightgreen h6 {
  color: #d2e235; }

.title-darkgreen h1,
.title-darkgreen h2,
.title-darkgreen h3,
.title-darkgreen .footer-menu .dropdown a,
.footer-menu .dropdown .title-darkgreen a,
.title-darkgreen .newsletter-signup__input,
.title-darkgreen .legal-links__link,
.title-darkgreen .store-locater__input,
.title-darkgreen .newsletter__input,
.title-darkgreen h4,
.title-darkgreen h5,
.title-darkgreen h6 {
  color: #77891b; }

.title-gray h1,
.title-gray h2,
.title-gray h3,
.title-gray .footer-menu .dropdown a,
.footer-menu .dropdown .title-gray a,
.title-gray .newsletter-signup__input,
.title-gray .legal-links__link,
.title-gray .store-locater__input,
.title-gray .newsletter__input,
.title-gray h4,
.title-gray h5,
.title-gray h6 {
  color: #43452f; }

.title-brown h1,
.title-brown h2,
.title-brown h3,
.title-brown .footer-menu .dropdown a,
.footer-menu .dropdown .title-brown a,
.title-brown .newsletter-signup__input,
.title-brown .legal-links__link,
.title-brown .store-locater__input,
.title-brown .newsletter__input,
.title-brown h4,
.title-brown h5,
.title-brown h6 {
  color: #42442e; }

section.vc_section {
  padding-left: 0;
  padding-right: 0;
  margin: 0; }

section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0; }

.section--red-texture {
  background-color: #e84d30; }

.section--lightestblue {
  background-color: #b0d8d8; }

.section--mediumlightblue {
  background-color: #a2d0d0; }

.section--paw {
  position: relative; }
  .section--paw:before {
    position: absolute;
    content: '';
    background-image: url("images/bear-paw-mixed.png");
    background-repeat: no-repeat;
    width: 242px;
    height: 214px;
    display: block;
    top: 54%;
    left: 0; }
    @media only screen and (max-width: 1200px) {
      .section--paw:before {
        top: 62%;
        left: -25px; } }
    @media only screen and (max-width: 1023px) {
      .section--paw:before {
        top: 135px;
        left: 0; } }
    @media only screen and (max-width: 600px) {
      .section--paw:before {
        top: 25%; } }

@media only screen and (max-width: 700px) {
  .section--paw.vertical-tabs:before {
    top: 400px; } }

.section--bush {
  position: relative; }
  .section--bush:before {
    position: absolute;
    content: '';
    background-image: url("images/bush.png");
    background-repeat: no-repeat;
    width: 244px;
    height: 289px;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: top right; }
    @media only screen and (max-width: 1300px) {
      .section--bush:before {
        width: 210px; } }
    @media only screen and (max-width: 1200px) {
      .section--bush:before {
        width: 129px;
        height: 250px;
        background-size: auto; } }
    @media only screen and (max-width: 1023px) {
      .section--bush:before {
        width: 180px;
        height: 120px; } }

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .wrapper:before, .wrapper:after {
    display: table;
    content: ""; }
  .wrapper:after {
    clear: both; }
  .wrapper.recipes-wrapper {
    display: flex;
    flex-wrap: wrap; }

.no-padding > [class^="col-"],
[class*=" col-"],
.no-padding > .main > [class^="col-"],
[class*=" col-"] {
  padding-left: 0;
  padding-right: 0; }

.mobile-only {
  display: none; }

@media only screen and (max-width: 1440px) {
  .wrapper {
    width: 100%; }
  .u-max-width-lgdesktop {
    width: 60%; } }

@media only screen and (max-width: 1200px) {
  .u-max-width-smdesktop {
    width: 60%; } }

@media only screen and (max-width: 1023px) {
  .u-max-width-tablet {
    width: 80%; } }

@media only screen and (max-width: 600px) {
  .mobile-only {
    display: block; }
  .u-max-width-mobile {
    width: 95%; } }

@media only screen and (max-width: 1023px) {
  .-flex {
    flex-direction: column; }
  [class^="col-"],
  [class*=" col-"] {
    width: 100%; } }

.side-by-side {
  display: flex;
  justify-content: center;
  align-items: center; }
  .side-by-side__header {
    display: flex;
    flex-direction: column !important; }
    .side-by-side__header h2 {
      font-size: 30px !important;
      padding-bottom: 15px;
      border-bottom: 3px solid #42442e; }
  .side-by-side__description {
    display: block;
    width: 44%; }
  .side-by-side p {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 1.47;
    text-align: center;
    color: #42442e; }
  .side-by-side div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-flow: wrap; }
    @media only screen and (max-width: 600px) {
      .side-by-side div > div {
        flex-direction: column; } }
  .side-by-side__item {
    display: flex;
    padding: 5%;
    align-content: center;
    width: 33%; }
    @media only screen and (max-width: 1023px) {
      .side-by-side__item {
        padding: 25px 10px; } }
    @media only screen and (max-width: 600px) {
      .side-by-side__item {
        padding: 15px;
        width: 100%; } }
    .side-by-side__item img {
      margin-bottom: 10px; }
    .side-by-side__item h2 {
      font-family: Aracne, sans-serif;
      font-size: 40px;
      letter-spacing: normal;
      text-align: center;
      color: #42442e;
      margin-bottom: 10px;
      width: 100%; }

.-o-equal-height, .-flex {
  display: flex; }

.-o-content-bottom {
  align-items: flex-end; }

.-o-content-top {
  align-items: flex-start; }

.-o-content-middle {
  align-items: center; }

.one-word-per-line, .recipe__content-list li p {
  word-spacing: 1000px; }

@media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
  .grid-cta-hero.-flex {
    flex-direction: column-reverse; } }

.hidden {
  display: none; }

.hidden-but-accessible, .social-icons span {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

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

.float-right,
[class^="col-"].float-right,
[class*=" col-"].float-right {
  float: right; }

.float-left,
[class^="col-"].float-left,
[class*=" col-"].float-left {
  float: left; }

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

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

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

@media only screen and (max-width: 1440px), only screen and (max-width: 1200px) {
  .desktop-only {
    display: block; }
  .mobile-only {
    display: none; } }

@media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
  .desktop-only {
    display: none; }
  .mobile-only {
    display: block; } }

.vc_section.u-bg-top, .vc_section.u-bg-bottom {
  background-repeat: no-repeat !important; }

.vc_section.u-bg-top {
  background-position: center top !important; }

.vc_section.u-bg-bottom {
  background-position: center bottom !important; }

@media only screen and (min-width: 1441px) {
  #giving-back-hero.vc_section.u-bg-bottom {
    background-position: center 35% !important; } }

@media only screen and (max-width: 600px) {
  #giving-back-hero.vc_section.u-bg-bottom {
    background-size: 103% !important;
    padding-bottom: 175px !important; } }

@media only screen and (max-width: 600px) {
  .page-our-services #our-services-header.vc_section.u-bg-bottom {
    background-position: 20% bottom !important;
    background-size: 150% !important;
    background-color: #b0d8d8; } }

@media only screen and (max-width: 600px) {
  .page-the-fruit #the-fruit-header.vc_section.u-bg-bottom {
    background-size: 120% !important;
    background-color: #b0d8d8; } }

@media only screen and (max-width: 600px) {
  .page-nutrition #nutrition-header.vc_section.u-bg-bottom {
    background-image: url("images/img-nutrition-hero@2x.png") !important;
    background-position: center bottom !important;
    background-size: 100% !important;
    background-color: #b0d8d8; } }

@media only screen and (min-width: 1440px) {
  .page-our-story #our-story-header.vc_section.u-bg-top {
    background-position: center 25% !important; } }

.page-faq .vc_section.u-bg-top {
  background-size: 75% !important;
  background-position: center bottom !important; }
  @media only screen and (max-width: 1200px) {
    .page-faq .vc_section.u-bg-top {
      background-size: 90% !important; } }
  @media only screen and (max-width: 1023px) {
    .page-faq .vc_section.u-bg-top {
      background-size: cover !important; } }

.page-contact-us .vc_section.u-bg-top {
  background-origin: content-box; }

.u-p-0p {
  padding-left: 0;
  padding-right: 0; }

.u-p-10p {
  padding: 10%; }

.u-bg-lightestblue {
  background-color: #b0d8d8; }

.u-bg-darkred {
  background-color: #d4452b; }

.u-bg-beige {
  background-color: #fef9f1; }

.u-bg-darkgreen {
  background-color: #77891b; }

.desktop-break-the-fruit {
  display: block; }
  @media only screen and (max-width: 1280px) {
    .desktop-break-the-fruit {
      display: inline; } }

@media only screen and (max-width: 1023px) {
  .tablet-hidden {
    display: none !important; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-initialized.sub-menu {
  padding: 0 100px;
  position: relative; }
  .slick-initialized.sub-menu .slick-list {
    padding: 0 !important; }
  .slick-initialized.sub-menu .slick-prev,
  .slick-initialized.sub-menu .slick-next {
    position: absolute;
    width: 100px;
    height: 100%;
    padding-bottom: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Aracne, sans-serif;
    color: white;
    font-size: 70px;
    background-color: transparent;
    border: 0;
    cursor: pointer; }
  .slick-initialized.sub-menu .slick-prev {
    left: 0; }
  .slick-initialized.sub-menu .slick-next {
    right: 0; }

.wpcf7-form {
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .wpcf7-form {
      padding: 15px; } }
  .wpcf7-form h2,
  .wpcf7-form h3,
  .wpcf7-form .footer-menu .dropdown a,
  .footer-menu .dropdown .wpcf7-form a,
  .wpcf7-form .newsletter-signup__input,
  .wpcf7-form .legal-links__link,
  .wpcf7-form .store-locater__input,
  .wpcf7-form .newsletter__input {
    font-family: Moon, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #42442e;
    margin-top: 45px;
    margin-bottom: 58px;
    word-spacing: -6px; }
    .wpcf7-form h2 span,
    .wpcf7-form h3 span,
    .wpcf7-form .footer-menu .dropdown a span,
    .footer-menu .dropdown .wpcf7-form a span,
    .wpcf7-form .newsletter-signup__input span,
    .wpcf7-form .legal-links__link span,
    .wpcf7-form .store-locater__input span,
    .wpcf7-form .newsletter__input span {
      padding-bottom: 15px;
      border-bottom: #42442e solid 2px; }
  .wpcf7-form div.wpcf7-validation-errors,
  .wpcf7-form div.wpcf7-acceptance-missing,
  .wpcf7-form span.wpcf7-not-valid-tip {
    display: inline-block;
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding: 15px;
    background-color: #e84d30;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #e84d30;
    text-transform: uppercase; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    display: block; }
    .wpcf7-form span.wpcf7-not-valid-tip:after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 20px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #e84d30 transparent transparent transparent; }
  .wpcf7-form ::placeholder {
    color: #0087c0; }
  .wpcf7-form input[type="submit"] {
    position: relative;
    background: #d4452b;
    border-color: #d4452b;
    color: #ffffff;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-family: Moon, sans-serif;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 20.5px;
    border-top-style: 3px;
    min-width: 215px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    overflow: hidden;
    text-align: center; }
    .wpcf7-form input[type="submit"]:hover {
      background: transparent;
      border-color: #d4452b;
      color: #ffffff; }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea,
  .wpcf7-form textarea {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    color: #0087c0;
    border-radius: 10px;
    background-color: #ffffff;
    width: 100%;
    padding: 8px 20px;
    border: none;
    margin-bottom: 20px; }
  .wpcf7-form textarea {
    margin-bottom: 50px; }
  .wpcf7-form .checkboxes {
    text-align: center;
    margin: 45px 0 45px; }
    .wpcf7-form .checkboxes h3, .wpcf7-form .checkboxes .footer-menu .dropdown a, .footer-menu .dropdown .wpcf7-form .checkboxes a, .wpcf7-form .checkboxes .newsletter-signup__input, .wpcf7-form .checkboxes .legal-links__link, .wpcf7-form .checkboxes .store-locater__input, .wpcf7-form .checkboxes .newsletter__input {
      font-size: 22px;
      margin-bottom: 15px;
      word-spacing: -6px; }
      .wpcf7-form .checkboxes h3 span, .wpcf7-form .checkboxes .footer-menu .dropdown a span, .footer-menu .dropdown .wpcf7-form .checkboxes a span, .wpcf7-form .checkboxes .newsletter-signup__input span, .wpcf7-form .checkboxes .legal-links__link span, .wpcf7-form .checkboxes .store-locater__input span, .wpcf7-form .checkboxes .newsletter__input span {
        padding-bottom: 15px;
        border-bottom: #42442e solid 2px; }
    .wpcf7-form .checkboxes .wpcf7-checkbox, .wpcf7-form .checkboxes .wpcf7-radio {
      display: flex;
      flex-wrap: wrap; }
      .wpcf7-form .checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .checkboxes .wpcf7-radio .wpcf7-list-item {
        width: 33%; }
        @media only screen and (max-width: 600px) {
          .wpcf7-form .checkboxes .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form .checkboxes .wpcf7-radio .wpcf7-list-item {
            width: 100%; } }
  .wpcf7-form .contact-by-phone {
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4; }
    .wpcf7-form .contact-by-phone .col-6 {
      width: 50%; }
      @media only screen and (max-width: 600px) {
        .wpcf7-form .contact-by-phone .col-6 {
          width: 100%; } }
    @media only screen and (max-width: 600px) {
      .wpcf7-form .contact-by-phone h3, .wpcf7-form .contact-by-phone .footer-menu .dropdown a, .footer-menu .dropdown .wpcf7-form .contact-by-phone a, .wpcf7-form .contact-by-phone .newsletter-signup__input, .wpcf7-form .contact-by-phone .legal-links__link, .wpcf7-form .contact-by-phone .store-locater__input, .wpcf7-form .contact-by-phone .newsletter__input {
        margin-bottom: 20px; }
        .wpcf7-form .contact-by-phone h3 span, .wpcf7-form .contact-by-phone .footer-menu .dropdown a span, .footer-menu .dropdown .wpcf7-form .contact-by-phone a span, .wpcf7-form .contact-by-phone .newsletter-signup__input span, .wpcf7-form .contact-by-phone .legal-links__link span, .wpcf7-form .contact-by-phone .store-locater__input span, .wpcf7-form .contact-by-phone .newsletter__input span {
          border: none; }
        .wpcf7-form .contact-by-phone h3:after, .wpcf7-form .contact-by-phone .footer-menu .dropdown a:after, .footer-menu .dropdown .wpcf7-form .contact-by-phone a:after, .wpcf7-form .contact-by-phone .newsletter-signup__input:after, .wpcf7-form .contact-by-phone .legal-links__link:after, .wpcf7-form .contact-by-phone .store-locater__input:after, .wpcf7-form .contact-by-phone .newsletter__input:after {
          content: '';
          display: block;
          width: calc(100% - 70px);
          height: 2px;
          padding-bottom: 15px;
          border-bottom: #42442e solid 2px;
          margin: auto; } }
    .wpcf7-form .contact-by-phone .left {
      padding: 0 50px 0 0; }
    .wpcf7-form .contact-by-phone .right {
      padding: 0 0 0 50px; }
    @media only screen and (max-width: 600px) {
      .wpcf7-form .contact-by-phone .right,
      .wpcf7-form .contact-by-phone .left {
        border-right: 0;
        text-align: center;
        padding: 0; }
        .wpcf7-form .contact-by-phone .right a,
        .wpcf7-form .contact-by-phone .left a {
          text-align: center;
          display: inherit; } }
    .wpcf7-form .contact-by-phone .right {
      text-align: left; }
    .wpcf7-form .contact-by-phone .left {
      text-align: right;
      border-right: 2px solid #42442e; }
      @media only screen and (max-width: 600px) {
        .wpcf7-form .contact-by-phone .left {
          border-right: 0;
          text-align: center;
          font-size: 25px; }
          .wpcf7-form .contact-by-phone .left:after {
            content: '';
            border-bottom: 2px solid;
            display: block;
            width: 125px;
            margin: 15px auto; } }
  .wpcf7-form .wpcf7-list-item {
    display: inline-block;
    width: 33.333%;
    margin: 0px; }
  .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item label input, .wpcf7-form .wpcf7-radio span.wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    top: -50%;
    left: -50%; }
  .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item label, .wpcf7-form .wpcf7-radio span.wpcf7-list-item label {
    display: block;
    margin: 5px; }
  .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label, .wpcf7-form .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label {
    position: relative;
    background: transparent;
    border-color: #0087c0;
    color: #0087c0;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    margin: 5px;
    padding: 8px 15px;
    border-radius: 20.5px;
    border: solid 3px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden; }
    .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label:hover, .wpcf7-form .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:hover {
      background: #0087c0;
      border-color: #0087c0;
      color: #ffffff; }
  .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item input:checked ~ span.wpcf7-list-item-label, .wpcf7-form .wpcf7-radio span.wpcf7-list-item input:checked ~ span.wpcf7-list-item-label {
    position: relative;
    background: #0087c0;
    border-color: #0087c0;
    color: #ffffff;
    white-space: nowrap; }
  .wpcf7-form div.wpcf7-response-output {
    padding: 30px;
    border-radius: 10px;
    font-size: 18px; }
    .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
      background: #fff; }

.form-container {
  max-width: 50%;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .form-container {
      max-width: 80%; } }
  @media only screen and (max-width: 600px) {
    .form-container {
      max-width: 100%; } }

.site-header {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 200;
  transition: 0.1s all 0.1s;
  width: 100%;
  height: 100px; }
  .site-header .wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 600px) {
      .site-header .wrapper {
        justify-content: flex-start; } }
  @media only screen and (max-width: 1023px) {
    .site-header {
      display: block;
      height: 80px; } }
  .site-header.blue {
    background-color: #b0d8d8; }
  .site-header.expanded {
    background-color: #ffffff;
    border-bottom: 2px solid #43452f;
    transition: 0.3s all; }
  .site-header__container {
    display: flex;
    align-items: center;
    width: 80%;
    height: 100px; }
    @media only screen and (max-width: 1200px) {
      .site-header__container {
        height: 80px; } }
    @media only screen and (max-width: 1023px) {
      .site-header__container {
        position: fixed;
        display: block;
        height: 0;
        background-color: #ffffff;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
        overflow-y: scroll;
        transition: 0.5s all; } }
    .site-header__container img.menu-item_top {
      max-height: 32px;
      display: block;
      margin: auto;
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%); }
    .site-header__container img.menu-item_bottom {
      max-height: 16px;
      display: block;
      margin: auto;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      @media (max-width: 1380px) and (min-width: 1023px) {
        .site-header__container img.menu-item_bottom {
          bottom: 10px; } }
  .site-header.expanded .site-header__container {
    padding-top: 25px;
    height: calc(100vh - 80px); }
  .site-header__logo {
    width: 200px;
    max-width: 13%;
    margin-right: 2%; }
    .site-header__logo img {
      padding: 15px 0; }
    @media only screen and (max-width: 1200px) {
      .site-header__logo {
        margin-right: 1%; } }
    @media only screen and (max-width: 1023px) {
      .site-header__logo {
        max-width: none;
        width: 140px;
        display: block;
        margin-left: 30px; }
        .site-header__logo img {
          padding: 19px 0; } }
    @media only screen and (max-width: 600px) {
      .site-header__logo {
        margin-left: 15px; } }
  .site-header__navigation {
    display: flex;
    width: 70%;
    height: 100%;
    justify-content: space-evenly;
    margin-right: 2%; }
    @media only screen and (max-width: 1023px) {
      .site-header__navigation {
        display: block;
        width: 100%;
        margin: 0;
        height: auto; } }
    .site-header__navigation > li {
      padding: 0 25px; }
      @media only screen and (max-width: 1200px) {
        .site-header__navigation > li {
          padding: 25px 2.5%; } }
      @media only screen and (max-width: 1023px) {
        .site-header__navigation > li {
          height: 90px;
          padding: 30px 0; } }
    .site-header__navigation > li:hover {
      background-color: #65b6d1;
      z-index: 1000; }
      .site-header__navigation > li:hover a {
        color: #ffffff; }
      @media only screen and (max-width: 1023px) {
        .site-header__navigation > li:hover {
          background-color: transparent; }
          .site-header__navigation > li:hover a {
            color: #43452f; } }
    .site-header__navigation > li > a {
      padding-bottom: 5px;
      border-bottom: 2px solid transparent; }
      @media only screen and (max-width: 1023px) {
        .site-header__navigation > li > a {
          border-bottom: none;
          padding-bottom: none; } }
    .site-header__navigation > li.active > a {
      padding-bottom: 5px;
      border-bottom-color: #43452f; }
      @media only screen and (max-width: 1023px) {
        .site-header__navigation > li.active > a {
          border-bottom: none;
          padding-bottom: none; } }
    .site-header__navigation > li.active:hover > a {
      border-bottom-color: #ffffff; }
      @media only screen and (max-width: 1023px) {
        .site-header__navigation > li.active:hover > a {
          border-bottom: none;
          padding-bottom: none; } }
  .site-header__localizations {
    margin-right: 2%;
    width: 9%;
    display: flex;
    justify-content: space-around;
    text-align: center; }
    .site-header__localizations li {
      font-family: Aracne, sans-serif;
      font-size: 20px;
      width: 50%; }
      .site-header__localizations li:first-child {
        border-right: 1px solid #000; }
    @media only screen and (max-width: 1023px) {
      .site-header__localizations {
        display: block;
        width: 100%;
        margin: 30px auto 50px; }
        .site-header__localizations li {
          display: inline-block;
          width: 50px; } }
  .site-header__buy {
    background-color: transparent;
    color: #43452f;
    min-width: 200px; }
    @media only screen and (max-width: 1200px) {
      .site-header__buy {
        font-size: 13px;
        min-width: 170px; }
        .site-header__buy:after {
          height: 16px;
          margin-left: 10px; } }
    @media only screen and (max-width: 1023px) {
      .site-header__buy {
        display: inline-block;
        margin: auto;
        font-size: 15px;
        min-width: 213px;
        margin-bottom: 50px; } }
    .site-header__buy:hover {
      background-color: #e84d30;
      color: #ffffff; }

.header-menu {
  text-align: center; }
  .header-menu li {
    display: flex;
    font-size: 35px;
    text-transform: uppercase;
    font-family: Aracne, sans-serif;
    width: auto;
    height: 100%;
    align-items: center;
    transition: 0.3s all;
    white-space: nowrap; }
    @media only screen and (max-width: 1440px) {
      .header-menu li {
        font-size: 32px; } }
    @media only screen and (max-width: 1200px) {
      .header-menu li {
        display: block;
        font-size: 28px; } }
    .header-menu li a {
      display: inline-block;
      color: #43452f;
      text-decoration: none;
      white-space: nowrap;
      width: auto; }
    .header-menu li.expanded.dropdown > .sub-menu {
      max-height: 650px;
      opacity: 1;
      padding: 35px 0 20px;
      overflow-y: scroll;
      margin-top: 20px; }
      .header-menu li.expanded.dropdown > .sub-menu:before {
        opacity: 1; }
      @media only screen and (max-width: 1023px) {
        .header-menu li.expanded.dropdown > .sub-menu {
          padding: 0; } }
      @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
        .header-menu li.expanded.dropdown > .sub-menu .desktop-only {
          display: none; }
        .header-menu li.expanded.dropdown > .sub-menu .mobile-only {
          display: block; } }
  .header-menu .dropdown > .sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
    height: 130px;
    top: 100px;
    background-color: #65b6d1; }
    .header-menu .dropdown > .sub-menu a.mobile-only,
    .header-menu .dropdown > .sub-menu li.mobile-only {
      display: none; }
    @media only screen and (max-width: 1200px) {
      .header-menu .dropdown > .sub-menu {
        top: 80px;
        height: 100px; } }
    @media only screen and (max-width: 1023px) {
      .header-menu .dropdown > .sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: 0;
        overflow: hidden;
        max-height: 0;
        display: block;
        position: relative;
        height: auto;
        top: auto;
        padding: 0;
        transition: 0.3s all; }
        .header-menu .dropdown > .sub-menu:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 13px solid transparent;
          border-right: 13px solid transparent;
          border-bottom: 13px solid #65b6d1;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -12px;
          opacity: 0; } }
    .header-menu .dropdown > .sub-menu li {
      padding: 0 24px;
      position: relative;
      display: flex;
      align-items: center;
      font-size: 45px;
      background: #65b6d1; }
      .header-menu .dropdown > .sub-menu li:hover {
        background: #0087c0; }
      @media only screen and (max-width: 1200px) {
        .header-menu .dropdown > .sub-menu li {
          font-size: 35px; } }
      @media only screen and (max-width: 1023px) {
        .header-menu .dropdown > .sub-menu li {
          margin: 0 auto;
          padding: 25px 0;
          display: block;
          text-align: center; } }
    .header-menu .dropdown > .sub-menu a {
      color: #ffffff;
      line-height: 130px;
      position: relative; }
      @media (max-width: 1380px) and (min-width: 1023px) {
        .header-menu .dropdown > .sub-menu a {
          line-height: 100px;
          padding: 0 !important; } }
      @media only screen and (max-width: 1023px) {
        .header-menu .dropdown > .sub-menu a {
          padding: 10px 0; } }
  .header-menu .dropdown:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }

.nav-support.dropdown > .sub-menu li {
  margin: 0 40px;
  font-size: 50px; }
  @media only screen and (max-width: 1200px) {
    .nav-support.dropdown > .sub-menu li {
      font-size: 35px; } }
  @media only screen and (max-width: 1023px) {
    .nav-support.dropdown > .sub-menu li {
      display: inline-block;
      margin: 0 20px; }
      .nav-support.dropdown > .sub-menu li a {
        padding: 20px 0; } }

.nav-recipes.dropdown > .sub-menu li {
  letter-spacing: 1px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-width: 1200px) {
    .nav-recipes.dropdown > .sub-menu li {
      padding: 0 15px; }
      .nav-recipes.dropdown > .sub-menu li a {
        font-size: 26px; }
        .nav-recipes.dropdown > .sub-menu li a img.menu-item_top {
          max-width: 62px; } }

.nav-toggle {
  width: 32px;
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 35px;
  height: 22px; }
  .nav-toggle__icon, .nav-toggle__icon:before, .nav-toggle__icon:after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #43452f;
    position: absolute;
    top: 50%;
    transition: 0.15s all ease-in, 0.15s top 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.6), 0s background 0.15s; }
  .nav-toggle__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .nav-toggle__icon:before {
    top: -10px; }
  .nav-toggle__icon:after {
    top: 10px; }

.site-header.expanded .nav-toggle__icon,
.site-header.expanded.stuck .nav-toggle__icon {
  background: transparent;
  transition: 0s background 0.15s; }
  .site-header.expanded .nav-toggle__icon:before, .site-header.expanded .nav-toggle__icon:after,
  .site-header.expanded.stuck .nav-toggle__icon:before,
  .site-header.expanded.stuck .nav-toggle__icon:after {
    background: #43452f;
    top: 0;
    height: 2px;
    transform: rotate(45deg);
    transition: 0.15s all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.6), 0.15s top ease-in; }
  .site-header.expanded .nav-toggle__icon:after,
  .site-header.expanded.stuck .nav-toggle__icon:after {
    transform: rotate(-45deg); }

.site-footer-image img {
  display: block; }

.site-footer {
  padding: 95px 5% 85px;
  background-color: #77891b; }
  @media only screen and (max-width: 1023px) {
    .site-footer {
      padding: 70px 8.8% 60px; } }
  @media only screen and (max-width: 600px) {
    .site-footer {
      padding: 48px 20px 60px; } }
  .site-footer__navigation, .site-footer__container {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .site-footer__navigation, .site-footer__container {
        flex-wrap: wrap;
        justify-content: flex-start; } }
  @media only screen and (max-width: 1023px) {
    .site-footer__container {
      flex-direction: column; } }
  .site-footer__newsletter {
    width: 44%;
    float: left; }
    @media only screen and (max-width: 1023px) {
      .site-footer__newsletter {
        width: 100%; } }
  .site-footer__social {
    float: left;
    margin-top: 40px; }
    @media only screen and (max-width: 1023px) {
      .site-footer__social {
        margin-top: 0;
        margin-bottom: 70px; } }
    @media only screen and (max-width: 600px) {
      .site-footer__social {
        text-align: center; } }
  .site-footer__legal {
    float: right;
    margin-top: 45px; }
    @media only screen and (max-width: 1023px) {
      .site-footer__legal {
        margin: 0; } }
    @media only screen and (max-width: 600px) {
      .site-footer__legal {
        text-align: center; } }

.footer-menu .dropdown {
  margin-bottom: 70px; }
  @media only screen and (max-width: 1023px) {
    .footer-menu .dropdown {
      width: 45%;
      margin-bottom: 100px; } }
  @media only screen and (max-width: 600px) {
    .footer-menu .dropdown {
      width: 100%;
      margin-bottom: 50px; } }

.footer-menu .dropdown a {
  color: #d2e235;
  display: block; }

.footer-menu .dropdown > a {
  font-family: Aracne, sans-serif;
  font-size: 35px;
  line-height: 0.86;
  color: #ffffff;
  margin-bottom: 19px;
  font-weight: 400; }

.footer-menu .sub-menu .active a {
  color: #43452f; }

.footer-menu a[href^="http:"]:hover {
  color: #43452f; }

.newsletter-signup__title {
  color: #ffffff;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .newsletter-signup__title {
      margin-bottom: 28px; } }

.newsletter-signup__form {
  border: 3px solid #d2e235;
  border-radius: 10px;
  *zoom: 1;
  transition: 0.3s #d2e235; }
  .newsletter-signup__form:before, .newsletter-signup__form:after {
    display: table;
    content: ""; }
  .newsletter-signup__form:after {
    clear: both; }
  .newsletter-signup__form:focus, .newsletter-signup__form:focus-within {
    border-color: #ffffff; }
  @media only screen and (max-width: 1023px) {
    .newsletter-signup__form {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 600px) {
    .newsletter-signup__form {
      margin-bottom: 60px; } }

.newsletter-signup input {
  display: inline-block; }

.newsletter-signup .button {
  transition: all .3s ease-in-out;
  font-size: 16px; }
  .newsletter-signup .button:hover {
    color: #ffffff; }

.newsletter-signup__submit {
  float: right;
  line-height: 25px;
  min-width: 35%; }

.newsletter-signup input[type=submit],
.newsletter-signup input[type=email] button {
  border-radius: 10px 0 0 10px; }

.newsletter-signup input:active, .newsletter-signup input.nice-select.open {
  border: 3px solid; }

.newsletter-signup__input {
  width: 60%;
  height: 34px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding-left: 20px;
  font-size: 15px; }
  .newsletter-signup__input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter-signup__input:-moz-placeholder {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter-signup__input::-moz-placeholder {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter-signup__input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase; }

.newsletter-signup__submit {
  line-height: 1.75; }

.social-icons__icon {
  background-repeat: no-repeat;
  margin: 0 20px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .social-icons__icona:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 1200px) {
    .social-icons__icon {
      margin: 0 10px; } }
  .social-icons__icon a {
    color: transparent;
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 5; }
  .social-icons__icon:before, .social-icons__icon:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all; }
  .social-icons__icon:after {
    opacity: 0; }
  .social-icons__icon:hover:after {
    opacity: 1; }

.social-icons__icon.facebook {
  width: 15px;
  height: 31px; }
  .social-icons__icon.facebook:before {
    background-image: url("images/icon-facebook.svg"); }
  .social-icons__icon.facebook:after {
    background-image: url("images/icon-facebook-white.svg"); }

.social-icons__icon.instagram {
  width: 29px;
  height: 31px; }
  .social-icons__icon.instagram:before {
    background-image: url("images/icon-instagram.svg"); }
  .social-icons__icon.instagram:after {
    background-image: url("images/icon-instagram-white.svg"); }

.social-icons__icon.twitter {
  width: 28px;
  height: 31px; }
  .social-icons__icon.twitter:before {
    background-image: url("images/icon-twitter.svg"); }
  .social-icons__icon.twitter:after {
    background-image: url("images/icon-twitter-white.svg"); }

.legal-links__link {
  display: inline-block;
  font-size: 15px;
  padding-left: 30px; }
  .legal-links__link:first-child {
    padding-left: 0; }

.legal-links a {
  color: #d2e235;
  text-decoration: none; }
  .legal-links a:hover {
    color: #ffffff; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 0px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: Moon, sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #42442e;
  text-transform: uppercase;
  padding-top: 8px; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #43452f; }
  .nice-select:after {
    content: '';
    border-bottom: 2px solid #43452f;
    border-right: 2px solid #43452f;
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
    width: 100%;
    max-height: 250px;
    overflow-y: scroll; }
  .nice-select.disabled {
    border-color: #ededed;
    color: #43452f;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #7e8258; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #b0d8d8; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #43452f;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.hero {
  width: 100%;
  height: 680px; }
  .hero .video_contain {
    position: absolute;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: white;
    overflow: hidden; }
    .hero .video_contain video {
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    @media only screen and (max-width: 600px) {
      .hero .video_contain {
        display: none; } }
  .hero.vc_section {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .hero > .main {
    height: 100%;
    background-size: cover;
    background-position: bottom center; }
  .hero img {
    margin-top: 130px; }
    @media only screen and (max-width: 600px) {
      .hero img {
        width: 86%; } }
  .hero p {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 1px;
    display: inline-block; }
    @media only screen and (max-width: 600px) {
      .hero p {
        margin-top: 25px; } }
  .hero h4 {
    margin-top: 15px; }
    .hero h4 a {
      text-decoration: underline; }
  .hero__button-wrapper p {
    margin-top: 19px; }
    @media only screen and (max-width: 600px) {
      .hero__button-wrapper p {
        margin-top: 27px; } }
  .hero .button--with-icon {
    padding-left: 48px;
    padding-right: 28px; }
    .hero .button--with-icon:after {
      margin-left: 25px; }
      @media only screen and (max-width: 600px) {
        .hero .button--with-icon:after {
          margin-left: 30px; } }
    @media only screen and (max-width: 600px) {
      .hero .button--with-icon {
        padding-left: 26px;
        padding-right: 32px;
        font-size: 14px;
        line-height: 2.6; } }
  .hero--center .hero__description p {
    width: 380px; }
    @media only screen and (max-width: 600px) {
      .hero--center .hero__description p {
        width: 70%; } }
  .hero__container {
    float: none;
    display: flex;
    flex-direction: row;
    padding: 0 76px;
    padding-top: 116px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    height: 680px;
    transition: all .3s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .hero__container {
        height: 810px;
        width: 100%;
        background-position: center center; } }
    @media only screen and (max-width: 600px) {
      .hero__container {
        height: 480px; } }
    .hero__container img {
      margin-top: 0; }
  .hero__content, .hero__content--left, .hero__content--right, .hero__content--center {
    position: absolute;
    right: 0;
    top: 60px;
    width: 500px;
    height: 500px;
    padding-right: 86px;
    float: left; }
    .hero__content > *, .hero__content--left > *, .hero__content--right > *, .hero__content--center > * {
      padding-bottom: 1.2em; }
    .hero__content img, .hero__content--left img, .hero__content--right img, .hero__content--center img {
      margin-top: 0;
      width: auto;
      max-width: 300px; }
    .hero__content--left {
      left: 0;
      top: 150px; }
    .hero__content--right {
      right: 0;
      top: 110px; }
    .hero__content--center {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding-right: 0;
      margin-top: 0; }
      .hero__content--center .hero__image img {
        margin-top: 45px; }
    @media only screen and (max-width: 1023px) {
      .hero__content, .hero__content--left, .hero__content--right, .hero__content--center {
        position: relative;
        width: 100%;
        height: auto;
        background: #fef9f1;
        padding: 60px 97px;
        top: 0; } }
    @media only screen and (max-width: 600px) {
      .hero__content, .hero__content--left, .hero__content--right, .hero__content--center {
        padding: 60px 30.8px; } }
  .hero__image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .hero__image div {
      height: 473px;
      width: 645px; }
      .hero__image div img {
        height: 100%;
        width: auto;
        margin-top: 0; }
  .hero__certifications {
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .hero__certifications {
        max-width: 392px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0; } }
    @media only screen and (max-width: 600px) {
      .hero__certifications img {
        width: 100%; } }
  .hero__description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }

.hero-homepage {
  width: 100%;
  height: 930px; }
  .hero-homepage__container {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-homepage__content {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 60px;
    padding-right: 0; }
    .hero-homepage__content .hero__image img {
      margin-top: 45px; }
    .hero-homepage__content > *:not(:first-child) {
      margin-top: 35px; }
  .hero-homepage__title {
    font-size: 26px;
    font-weight: normal;
    text-transform: none; }

#crumbs {
  background: #fff4e3;
  padding: 20px 0;
  padding-left: 30px; }
  #crumbs .current {
    color: #e84d30; }

.store-locater {
  width: 100%;
  height: 100%;
  display: flex; }
  .store-locater__title {
    color: #0087c0;
    margin-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .store-locater__title {
        margin-bottom: 28px; } }
  .store-locater__form {
    border: 3px solid #0087c0;
    border-radius: 10px;
    *zoom: 1;
    transition: 0.3s #0087c0; }
    .store-locater__form:before, .store-locater__form:after {
      display: table;
      content: ""; }
    .store-locater__form:after {
      clear: both; }
    .store-locater__form:focus, .store-locater__form:focus-within {
      border-color: #ffffff; }
    @media only screen and (max-width: 1023px) {
      .store-locater__form {
        margin-bottom: 100px; } }
    @media only screen and (max-width: 600px) {
      .store-locater__form {
        margin-bottom: 60px; } }
  .store-locater input {
    display: inline-block; }
  .store-locater .button {
    transition: all .3s ease-in-out;
    font-size: 16px; }
    .store-locater .button:hover {
      color: #ffffff; }
  .store-locater__submit {
    float: right;
    line-height: 25px;
    min-width: 35%; }
  .store-locater input[type=submit],
  .store-locater input[type=email] button {
    border-radius: 10px 0 0 10px; }
  .store-locater input:active, .store-locater input.nice-select.open {
    border: 3px solid; }
  .store-locater__input {
    width: 60%;
    height: 34px;
    background-color: transparent;
    border: none;
    color: #0087c0;
    padding-left: 20px;
    font-size: 15px; }
    .store-locater__input::-webkit-input-placeholder {
      color: #0087c0;
      font-size: 15px;
      text-transform: uppercase; }
    .store-locater__input:-moz-placeholder {
      color: #0087c0;
      font-size: 15px;
      text-transform: uppercase; }
    .store-locater__input::-moz-placeholder {
      color: #0087c0;
      font-size: 15px;
      text-transform: uppercase; }
    .store-locater__input:-ms-input-placeholder {
      color: #0087c0;
      font-size: 15px;
      text-transform: uppercase; }
  .store-locater__container {
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1023px) {
      .store-locater__container {
        flex-direction: column;
        padding: 0 10px;
        background-position: right center; } }
  .store-locater__image {
    display: flex;
    justify-content: center;
    flex: 1; }
    .store-locater__image img {
      width: auto;
      height: 237px; }
      @media only screen and (max-width: 1023px) {
        .store-locater__image img {
          width: auto;
          height: 277px; } }
    @media only screen and (max-width: 1023px) {
      .store-locater__image {
        flex: none;
        margin: 40px 0;
        height: 277px; } }
  .store-locater__content {
    flex-direction: column;
    flex: 2; }
    @media only screen and (max-width: 1023px) {
      .store-locater__content {
        display: flex;
        align-items: center;
        padding: 0 80px; } }
    @media only screen and (max-width: 600px) {
      .store-locater__content {
        display: flex;
        align-items: center;
        padding: 0 40px; } }
  .store-locater__description {
    line-height: 30px;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .store-locater__description {
        text-align: center; } }
  .store-locater__form {
    margin-bottom: 0; }
    .store-locater__form .button:hover {
      background: #0087c0;
      color: white; }

.fruit-picker {
  background: #fff4e3; }
  .fruit-picker__tooltip {
    position: absolute;
    border-radius: 10px;
    background-color: #BC3034;
    border: solid 3px #ffffff;
    background: #77891b;
    padding: 15px;
    font-family: Aracne, sans-serif;
    font-size: 26px;
    text-align: center;
    color: #f7f7f7;
    z-index: 1;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    top: calc(50% - 80px/2); }
    @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
      .fruit-picker__tooltip {
        padding: 10px;
        font-size: 22px; } }
    .fruit-picker__tooltip:after, .fruit-picker__tooltip:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .fruit-picker__tooltip:after {
      border-color: rgba(188, 48, 52, 0);
      border-top-color: #77891b;
      border-width: 10px;
      margin-left: -10px; }
    .fruit-picker__tooltip:before {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #f7f7f7;
      border-width: 16px;
      margin-left: -16px; }
  .fruit-picker__nav .slick-list .slick-slide {
    position: relative; }
  .fruit-picker__nav .slick-list .slick-current {
    position: relative; }
    .fruit-picker__nav .slick-list .slick-current .bg {
      opacity: 1; }
  .fruit-picker__nav .slick-slide .bg {
    opacity: .5; }
  .fruit-picker__nav button.slick-prev,
  .fruit-picker__nav button.slick-next {
    top: calc(50% - 20px); }
  .fruit-picker__slider-details {
    width: 70%; }
    @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
      .fruit-picker__slider-details {
        width: 100%; } }
  .fruit-picker__slider--thumb {
    margin: auto;
    height: auto;
    width: 110px; }
  .fruit-picker__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    padding: 27px 0;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__title {
        padding: 10% 5%; } }
  .fruit-picker__grid {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: -3px; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__grid {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: -20px; } }
    .fruit-picker__grid::-webkit-scrollbar {
      width: 0px;
      background: transparent; }
  .fruit-picker__icon {
    opacity: .4; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__icon {
        min-width: 16.66666%; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker__icon {
        min-width: 25%; } }
  .fruit-picker__info {
    display: flex !important;
    border-top: 5px solid;
    flex-wrap: wrap;
    height: 450px; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__info {
        height: 880px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .fruit-picker__info {
        height: 450px; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker__info {
        height: auto; } }
  .fruit-picker__container {
    position: relative; }
  .fruit-picker__image {
    position: relative;
    width: 30%;
    min-height: 450px;
    background-position: center;
    background-size: cover; }
    .fruit-picker__image span {
      top: 0px;
      left: 50%;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-width: 20px;
      margin-left: -20px; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__image {
        width: 100%;
        min-height: auto;
        height: 380px; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker__image {
        height: 250px; } }
  .fruit-picker__description {
    display: block;
    width: 100%;
    padding: 65px;
    height: 445px; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__description {
        padding: 65px;
        height: 445px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .fruit-picker__description {
        padding: 65px;
        height: 445px; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker__description {
        margin-top: 30px;
        flex-direction: column; } }
    .fruit-picker__description--left, .fruit-picker__description--right {
      display: inline-block;
      width: 50%; }
      @media only screen and (max-width: 600px) {
        .fruit-picker__description--left, .fruit-picker__description--right {
          width: 100%;
          padding: 0px; } }
    .fruit-picker__description--left {
      display: block;
      float: left; }
    .fruit-picker__description--right {
      line-height: 1.5;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 40px; }
      @media only screen and (max-width: 1023px) {
        .fruit-picker__description--right {
          padding-left: 20px;
          padding-right: 0px;
          padding-bottom: 20px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .fruit-picker__description--right {
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 40px; } }
      @media only screen and (max-width: 600px) {
        .fruit-picker__description--right {
          padding: 0; } }
  .fruit-picker__varietal, .fruit-picker__origin, .fruit-picker__notes {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 46px; }
    .fruit-picker__varietal h3, .fruit-picker__varietal .footer-menu .dropdown a, .footer-menu .dropdown .fruit-picker__varietal a, .fruit-picker__varietal .newsletter-signup__input, .fruit-picker__varietal .legal-links__link, .fruit-picker__varietal .store-locater__input, .fruit-picker__varietal .newsletter__input, .fruit-picker__origin h3, .fruit-picker__origin .footer-menu .dropdown a, .footer-menu .dropdown .fruit-picker__origin a, .fruit-picker__origin .newsletter-signup__input, .fruit-picker__origin .legal-links__link, .fruit-picker__origin .store-locater__input, .fruit-picker__origin .newsletter__input, .fruit-picker__notes h3, .fruit-picker__notes .footer-menu .dropdown a, .footer-menu .dropdown .fruit-picker__notes a, .fruit-picker__notes .newsletter-signup__input, .fruit-picker__notes .legal-links__link, .fruit-picker__notes .store-locater__input, .fruit-picker__notes .newsletter__input {
      font-size: 30px;
      line-height: 32px;
      font-weight: normal; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__varietal, .fruit-picker__origin, .fruit-picker__notes {
        padding: 0; } }
  .fruit-picker__smalltitle {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 2px;
    font-family: "proxima-nova", sans-serif; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker__smalltitle {
        font-size: 14px; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker__smalltitle {
        font-size: 18px; } }
  .fruit-picker .slick-prev,
  .fruit-picker .slick-next {
    background: #e84d30;
    display: block;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    color: white;
    z-index: 1;
    position: absolute;
    top: calc(50% - 20px);
    border: 1px solid #f7f7f7;
    color: transparent; }
    .fruit-picker .slick-prev:after,
    .fruit-picker .slick-next:after {
      content: " ";
      position: absolute;
      top: 13px;
      width: 15px;
      height: 15px;
      color: #e84d30;
      box-shadow: -2px 2px 0 #f7f7f7;
      transition: all .3s ease-in-out; }
    .fruit-picker .slick-prev:after,
    .fruit-picker .slick-next:after {
      right: 0; }
    @media only screen and (max-width: 1023px) {
      .fruit-picker .slick-prev,
      .fruit-picker .slick-next {
        top: 41%; } }
    @media only screen and (max-width: 600px) {
      .fruit-picker .slick-prev,
      .fruit-picker .slick-next {
        top: -20px; } }
  .fruit-picker .slick-prev {
    left: 10px; }
    .fruit-picker .slick-prev:before, .fruit-picker .slick-prev:after {
      left: 18px;
      transform: rotate(45deg); }
  .fruit-picker .slick-next {
    right: 10px; }
    .fruit-picker .slick-next:before, .fruit-picker .slick-next:after {
      right: 18px;
      transform: rotate(225deg); }

.hover-tab {
  position: relative; }
  .hover-tab__container {
    display: flex;
    min-height: 600px; }
    @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
      .hover-tab__container {
        flex-direction: column; } }
    .hover-tab__container--left {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
        .hover-tab__container--left {
          flex-direction: column; } }
    @media only screen and (max-width: 600px) {
      .hover-tab__container .hover-tab__contents .hover-tab__content {
        background-size: contain !important;
        background-position: top center !important; } }
    @media only screen and (max-width: 600px) {
      .hover-tab__container .hover-tab__contents .hover-tab__content .align-top {
        margin-top: 105%; }
        .hover-tab__container .hover-tab__contents .hover-tab__content .align-top h2, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top h3, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top .footer-menu .dropdown a, .footer-menu .dropdown .hover-tab__container .hover-tab__contents .hover-tab__content .align-top a, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top .newsletter-signup__input, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top .legal-links__link, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top .store-locater__input, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top .newsletter__input, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top p, .hover-tab__container .hover-tab__contents .hover-tab__content .align-top a {
          color: white; }
        .hover-tab__container .hover-tab__contents .hover-tab__content .align-top a {
          border-color: white; } }
  .hover-tab__tabs {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0px;
    right: 0px;
    width: 125px;
    height: 100%; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .hover-tab__tabs {
        position: relative;
        flex-direction: row;
        top: unset;
        right: unset;
        width: 100%;
        height: auto;
        justify-content: space-evenly; } }
    .hover-tab__tabs--item {
      position: relative;
      display: flex;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
      transition: 0.3s background-color;
      height: 33%; }
      @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
        .hover-tab__tabs--item {
          height: auto;
          width: 33%; } }
      .hover-tab__tabs--item img {
        align-self: center;
        width: 110px; }
        @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
          .hover-tab__tabs--item img {
            width: 125px;
            margin: 0 auto; } }
      .hover-tab__tabs--item.active {
        background-color: #d4452b; }
        .hover-tab__tabs--item.active:after {
          border-color: transparent transparent transparent #d4452b; }
          @media only screen and (max-width: 1023px) {
            .hover-tab__tabs--item.active:after {
              border-color: #d4452b transparent transparent transparent; } }
      .hover-tab__tabs--item:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 50%;
        right: -17px;
        margin-top: -9px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 0 9px 17px;
        border-color: transparent;
        transition: 0.3s border-color; }
        @media only screen and (max-width: 1023px) {
          .hover-tab__tabs--item:after {
            border-width: 16px 15px 0 15px;
            top: auto;
            right: auto;
            bottom: -16px;
            margin-top: 0;
            left: 50%;
            margin-left: -10px; } }
  .hover-tab__hero {
    display: flex;
    width: 100%;
    align-self: center; }
    @media only screen and (max-width: 1200px) {
      .hover-tab__hero {
        align-self: flex-start; } }
    @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
      .hover-tab__hero {
        width: 100%;
        height: 80%;
        align-self: center; } }
    .hover-tab__hero img {
      display: block;
      margin: 10% auto; }
      @media only screen and (max-width: 1200px) {
        .hover-tab__hero img {
          margin-top: 10%;
          margin-left: calc((100% - 125px - 209px)/2);
          width: 209px; } }
      @media only screen and (max-width: 1023px) {
        .hover-tab__hero img {
          margin: 35px auto 90px auto;
          width: 100%; } }
      @media only screen and (max-width: 700px) {
        .hover-tab__hero img {
          margin: 50px auto 350px auto; } }
  .hover-tab__contents {
    display: flex;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .hover-tab__contents {
        width: 100%;
        min-height: 500px; } }
    @media only screen and (max-width: 600px) {
      .hover-tab__contents {
        width: 100%;
        min-height: 500px; } }
  .hover-tab__content {
    display: none;
    position: absolute;
    padding: 5% 6%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 1200px) {
      .hover-tab__content {
        padding: 6% 5%; } }
    @media only screen and (max-width: 1023px) {
      .hover-tab__content {
        padding: 6%; } }
    @media only screen and (max-width: 600px) {
      .hover-tab__content {
        background-size: contain; } }
    .hover-tab__content h2, .hover-tab__content h3, .hover-tab__content .footer-menu .dropdown a, .footer-menu .dropdown .hover-tab__content a, .hover-tab__content .newsletter-signup__input, .hover-tab__content .legal-links__link, .hover-tab__content .store-locater__input, .hover-tab__content .newsletter__input {
      font-family: Aracne, sans-serif; }
    .hover-tab__content h2 {
      font-size: 60px;
      line-height: 1;
      float: left; }
      @media only screen and (max-width: 1200px) {
        .hover-tab__content h2 {
          font-size: 45px; } }
      @media only screen and (max-width: 1023px) {
        .hover-tab__content h2 {
          font-size: 60px; } }
    .hover-tab__content h3, .hover-tab__content .footer-menu .dropdown a, .footer-menu .dropdown .hover-tab__content a, .hover-tab__content .newsletter-signup__input, .hover-tab__content .legal-links__link, .hover-tab__content .store-locater__input, .hover-tab__content .newsletter__input {
      clear: both;
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 5px; }
    .hover-tab__content p {
      font-size: 16px; }
    .hover-tab__content h2 + p {
      float: right; }
    .hover-tab__content .button--with-icon {
      margin: 10px 0px;
      padding: 0 20px; }
      .hover-tab__content .button--with-icon.mobile-only {
        display: none; }
      @media only screen and (max-width: 1200px) {
        .hover-tab__content .button--with-icon {
          margin: 3px 0;
          padding: 0 10px 0 15px; } }
      @media only screen and (max-width: 1023px) {
        .hover-tab__content .button--with-icon {
          margin: 9px 0;
          padding: 0 20px 0 25px; } }
      @media only screen and (max-width: 600px) {
        .hover-tab__content .button--with-icon.mobile-only {
          display: inline-block; }
        .hover-tab__content .button--with-icon.mobile-hide {
          display: none; } }
    @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
      .hover-tab__content {
        position: relative;
        min-height: 500px; } }
    .hover-tab__content.active {
      display: flex; }
    .hover-tab__content .align-center {
      align-self: center; }
    .hover-tab__content .align-bottom {
      align-self: flex-end; }
    .hover-tab__content .style-01 h1,
    .hover-tab__content .style-01 h2,
    .hover-tab__content .style-01 h3,
    .hover-tab__content .style-01 .footer-menu .dropdown a,
    .footer-menu .dropdown .hover-tab__content .style-01 a,
    .hover-tab__content .style-01 .newsletter-signup__input,
    .hover-tab__content .style-01 .legal-links__link,
    .hover-tab__content .style-01 .store-locater__input,
    .hover-tab__content .style-01 .newsletter__input,
    .hover-tab__content .style-01 p {
      color: #f7f7f7; }
      @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
        .hover-tab__content .style-01 h1,
        .hover-tab__content .style-01 h2,
        .hover-tab__content .style-01 h3,
        .hover-tab__content .style-01 .footer-menu .dropdown a,
        .footer-menu .dropdown .hover-tab__content .style-01 a,
        .hover-tab__content .style-01 .newsletter-signup__input,
        .hover-tab__content .style-01 .legal-links__link,
        .hover-tab__content .style-01 .store-locater__input,
        .hover-tab__content .style-01 .newsletter__input,
        .hover-tab__content .style-01 p {
          text-align: center; } }
    .hover-tab__content .style-02 h1,
    .hover-tab__content .style-02 h2,
    .hover-tab__content .style-02 h3,
    .hover-tab__content .style-02 .footer-menu .dropdown a,
    .footer-menu .dropdown .hover-tab__content .style-02 a,
    .hover-tab__content .style-02 .newsletter-signup__input,
    .hover-tab__content .style-02 .legal-links__link,
    .hover-tab__content .style-02 .store-locater__input,
    .hover-tab__content .style-02 .newsletter__input,
    .hover-tab__content .style-02 p {
      color: #42442e; }
      @media only screen and (max-width: 1023px), only screen and (max-width: 600px) {
        .hover-tab__content .style-02 h1,
        .hover-tab__content .style-02 h2,
        .hover-tab__content .style-02 h3,
        .hover-tab__content .style-02 .footer-menu .dropdown a,
        .footer-menu .dropdown .hover-tab__content .style-02 a,
        .hover-tab__content .style-02 .newsletter-signup__input,
        .hover-tab__content .style-02 .legal-links__link,
        .hover-tab__content .style-02 .store-locater__input,
        .hover-tab__content .style-02 .newsletter__input,
        .hover-tab__content .style-02 p {
          text-align: center; } }
    .hover-tab__content .style-01 .button,
    .hover-tab__content .style-02 .button {
      white-space: nowrap; }
    .hover-tab__content .style-01 blockquote + p,
    .hover-tab__content .style-02 blockquote + p {
      float: left;
      width: auto;
      margin-top: 26px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 1200px) {
        .hover-tab__content .style-01 blockquote + p,
        .hover-tab__content .style-02 blockquote + p {
          margin-top: 4px;
          margin-bottom: 18px; } }
      @media only screen and (max-width: 1023px) {
        .hover-tab__content .style-01 blockquote + p,
        .hover-tab__content .style-02 blockquote + p {
          margin-top: 26px;
          margin-bottom: 7px; } }
      @media only screen and (max-width: 600px) {
        .hover-tab__content .style-01 blockquote + p,
        .hover-tab__content .style-02 blockquote + p {
          margin-top: 23px;
          margin-bottom: 21px;
          width: 100%; } }
    .hover-tab__content .style-01 h1,
    .hover-tab__content .style-02 h1 {
      font-size: 80px; }
    .hover-tab__content .style-01 h2,
    .hover-tab__content .style-02 h2 {
      margin-bottom: 12px; }
      @media only screen and (max-width: 1023px) {
        .hover-tab__content .style-01 h2,
        .hover-tab__content .style-02 h2 {
          margin-bottom: 0; } }
      @media only screen and (max-width: 600px) {
        .hover-tab__content .style-01 h2,
        .hover-tab__content .style-02 h2 {
          font-size: 25px;
          margin-top: 10px; } }
    .hover-tab__content .style-01 p,
    .hover-tab__content .style-02 p {
      font-size: 15px;
      width: 100%;
      float: left;
      line-height: 1.47; }
    .hover-tab__content .style-01 .button--with-icon,
    .hover-tab__content .style-02 .button--with-icon {
      padding-left: 31px;
      padding-right: 15px; }
      @media only screen and (max-width: 600px) {
        .hover-tab__content .style-01 .button--with-icon,
        .hover-tab__content .style-02 .button--with-icon {
          width: 100%; } }
      .hover-tab__content .style-01 .button--with-icon:after,
      .hover-tab__content .style-02 .button--with-icon:after {
        margin-left: 15px; }

@media only screen and (max-width: 1023px) {
  #home-picked-most .hover-tab__contents, #home-picked-most .hover-tab__content {
    min-height: 800px; } }

@media only screen and (max-width: 600px) {
  #home-picked-most .hover-tab__contents, #home-picked-most .hover-tab__content {
    min-height: 650px; } }

@media only screen and (max-width: 1200px) {
  .page-giving-back .hover-tab__hero {
    align-self: center; } }

@media only screen and (max-width: 1023px) {
  .page-giving-back .hover-tab__hero img {
    margin: 20% auto; } }

@media only screen and (max-width: 1023px) {
  .page-giving-back .hover-tab__tabs--item img {
    width: 110px;
    margin: 15px auto; } }

.divider__container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 280px;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .divider__container {
      height: 167.5vw;
      background-size: cover;
      max-height: 490px; } }

.divider__content {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%; }
  .divider__content > * {
    padding: 0;
    flex-basis: 50%;
    max-width: 50%; }
    @media only screen and (max-width: 600px) {
      .divider__content > * {
        flex-basis: 100%;
        max-width: 100%; } }
    @media (min-width: 1023px) {
      .divider__content > * {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .divider__content > * {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 1440px) {
      .divider__content > * {
        flex-basis: 33.33333%;
        max-width: 33.33333%; } }

.divider__description {
  display: flex;
  justify-content: center;
  align-items: center; }
  .divider__description p {
    width: 412px;
    color: #f7f7f7; }
  @media only screen and (max-width: 1023px) {
    .divider__description {
      text-align: center;
      padding: 0 40px; } }
  @media only screen and (max-width: 600px) {
    .divider__description {
      order: 2;
      align-items: flex-start;
      padding: 0 20px;
      margin-top: -85px; } }

.divider__image {
  display: flex;
  justify-content: center;
  align-items: center; }
  .divider__image:first-child {
    text-align: right; }
  @media only screen and (max-width: 600px) {
    .divider__image {
      order: 1;
      align-items: flex-start;
      padding-top: 30px;
      height: 320px; } }

@media only screen and (max-width: 1440px) {
  .divider__empty {
    display: none; } }

.page-recipes .hero-homepage {
  height: 550px; }
  .page-recipes .hero-homepage .hero__image {
    justify-content: flex-end;
    padding-right: 140px; }
    @media only screen and (max-width: 1023px) {
      .page-recipes .hero-homepage .hero__image {
        justify-content: center;
        padding-right: 0; } }
    .page-recipes .hero-homepage .hero__image img {
      margin-top: 65px; }
      @media only screen and (max-width: 600px) {
        .page-recipes .hero-homepage .hero__image img {
          margin-top: 0;
          padding: 0 40px; } }
  .page-recipes .hero-homepage__content {
    top: 25%; }

.page-recipes .recipes {
  background: #fff4e3; }
  .page-recipes .recipes__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    padding-bottom: 10px; }
    @media only screen and (max-width: 600px) {
      .page-recipes .recipes__top {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .page-recipes .recipes__top a {
      color: red;
      text-transform: uppercase; }
  .page-recipes .recipes__category {
    display: flex;
    flex-direction: row; }
  .page-recipes .recipes__icon {
    height: 30px;
    width: auto;
    padding-right: 20px; }
  @media only screen and (max-width: 1023px) {
    .page-recipes .recipes__link {
      display: none; } }
  .page-recipes .recipes__grid {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0; }
    .page-recipes .recipes__grid > * {
      padding: 0;
      flex-basis: 50%;
      max-width: 50%; }
      @media only screen and (max-width: 600px) {
        .page-recipes .recipes__grid > * {
          flex-basis: 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .page-recipes .recipes__grid > * {
          flex-basis: 50%;
          max-width: 50%; } }
      @media (min-width: 1024px) {
        .page-recipes .recipes__grid > * {
          flex-basis: 33.33333%;
          max-width: 33.33333%; } }
      @media (min-width: 1440px) {
        .page-recipes .recipes__grid > * {
          flex-basis: 33.33333%;
          max-width: 33.33333%; } }
  .page-recipes .recipes__griditem {
    overflow: hidden;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1023px) {
      .page-recipes .recipes__griditem:last-child {
        display: none; } }
  .page-recipes .recipes__img {
    height: 20em;
    overflow: hidden; }
    .page-recipes .recipes__img .absolute-bg {
      background-position: center;
      background-size: cover;
      transition: all .3s ease-in-out;
      height: 20em; }
    .page-recipes .recipes__img:hover .absolute-bg {
      transform: scale(1.1);
      opacity: .8; }
  .page-recipes .recipes__title {
    min-height: 50px;
    color: #e84d30;
    text-align: center;
    padding: 20px 60px;
    text-transform: uppercase; }
  .page-recipes .recipes__bear div {
    margin-bottom: -2px; }
  .page-recipes .recipes__bear img {
    width: 100%; }

@media only screen and (max-width: 1023px) {
  .page-recipes .recipe-post__hero--left img {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  .page-recipes .recipe-post__hero--right {
    padding-right: 160px; } }

@media only screen and (max-width: 600px) {
  .page-recipes .recipe-post__hero--right {
    padding: 0 20px; } }

.page-recipes .recipe-post__hero--right:before {
  display: none; }

.page-recipes .recipe-post__content {
  padding: 0 22px; }

.page-recipes .recipe-post__title {
  text-align: left; }
  @media only screen and (max-width: 600px) {
    .page-recipes .recipe-post__title {
      font-size: 58.5px; } }

@media only screen and (max-width: 600px) {
  .page-recipes .recipe-post__content-list {
    flex-direction: column;
    text-align: center; }
    .page-recipes .recipe-post__content-list > * {
      position: relative;
      padding: 20px 0; } }

.page-recipes .header__title-secondary--style h2 {
  padding-left: 35px; }

#recipes-newsletter-signup.vc_section.u-bg-bottom {
  background-image: none !important; }
  @media only screen and (max-width: 1023px) {
    #recipes-newsletter-signup.vc_section.u-bg-bottom {
      background-image: url("./images/img-recipe-detail-bush-2.png") !important;
      background-size: 13% !important;
      background-position: bottom left !important; } }
  @media only screen and (max-width: 600px) {
    #recipes-newsletter-signup.vc_section.u-bg-bottom {
      background-image: none !important; } }

#recipes-newsletter-signup .vc_row:before, #recipes-newsletter-signup .vc_row:after {
  position: absolute;
  height: 226px;
  background-repeat: no-repeat;
  width: 200px; }
  @media only screen and (max-width: 1023px) {
    #recipes-newsletter-signup .vc_row:before, #recipes-newsletter-signup .vc_row:after {
      display: none; } }

#recipes-newsletter-signup .vc_row:before {
  left: 0;
  background-size: 85%;
  background-image: url("./images/img-recipe-bush-1.png");
  background-position: left bottom; }

#recipes-newsletter-signup .vc_row:after {
  right: 0;
  background-size: 77%;
  background-image: url("./images/img-recipe-bush-2.png");
  background-position: right bottom; }

#recipes-newsletter-signup .col-6 {
  z-index: 2; }

@media only screen and (max-width: 1023px) {
  #recipes-newsletter-signup .newsletter__wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 60px; }
  #recipes-newsletter-signup .newsletter form {
    margin-bottom: 0px;
    width: 100%; } }

.product__category .col-12 {
  background: #fef9f1; }

.product__category .woocommerce {
  max-width: 1100px;
  margin: 0 auto; }
  .product__category .woocommerce ul.products {
    margin: 40px 10px; }
    .product__category .woocommerce ul.products .product {
      text-align: center;
      color: #e84d30;
      transition: transform .3s ease-in-out;
      display: flex;
      height: 400px;
      flex-direction: column;
      justify-content: flex-end;
      margin-bottom: 0; }
      @media only screen and (max-width: 600px) {
        .product__category .woocommerce ul.products .product {
          height: 250px; } }
      .product__category .woocommerce ul.products .product:hover {
        transform: scale(1.1); }
        @media only screen and (max-width: 600px) {
          .product__category .woocommerce ul.products .product:hover {
            transform: none; } }
        .product__category .woocommerce ul.products .product:hover .woocommerce-loop-product__title {
          color: #ed745e; }
      .product__category .woocommerce ul.products .product .size-woocommerce_thumbnail {
        width: 170px;
        margin: 0 auto; }
        @media only screen and (max-width: 600px) {
          .product__category .woocommerce ul.products .product .size-woocommerce_thumbnail {
            width: 100px; } }
      .product__category .woocommerce ul.products .product .product_type_external {
        display: none; }
    .product__category .woocommerce ul.products .big-jar .woocommerce-loop-product__link .size-woocommerce_thumbnail {
      width: 170px; }
      @media only screen and (max-width: 600px) {
        .product__category .woocommerce ul.products .big-jar .woocommerce-loop-product__link .size-woocommerce_thumbnail {
          width: 108px; } }

.product-ingredients {
  background: #fef9f1; }
  .product-ingredients__top {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
    min-height: 500px;
    margin-bottom: 40px;
    padding: 0 40px; }
    .product-ingredients__top > * {
      padding: 0;
      flex-basis: 50%;
      max-width: 50%; }
      @media only screen and (max-width: 600px) {
        .product-ingredients__top > * {
          flex-basis: 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .product-ingredients__top > * {
          flex-basis: 50%;
          max-width: 50%; } }
      @media (min-width: 1024px) {
        .product-ingredients__top > * {
          flex-basis: 50%;
          max-width: 50%; } }
      @media (min-width: 1440px) {
        .product-ingredients__top > * {
          flex-basis: 50%;
          max-width: 50%; } }
    .product-ingredients__top--left {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 600px) {
        .product-ingredients__top--left {
          padding-bottom: 30px; } }
    .product-ingredients__top--right {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      align-items: flex-start;
      flex-direction: column; }
      .product-ingredients__top--right > * {
        padding-bottom: 15px; }
      @media only screen and (max-width: 1023px) {
        .product-ingredients__top--right {
          padding: 0 10px; }
          .product-ingredients__top--right p {
            font-size: 22px;
            line-height: 1.4; } }
  @media only screen and (max-width: 1023px) {
    .product-ingredients__absolute {
      position: absolute;
      bottom: -20px;
      right: 20px;
      transform: translateX(-50%);
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .product-ingredients__absolute {
      position: relative;
      bottom: 0;
      right: 0;
      transform: translateX(0); } }
  .product-ingredients__more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 5px;
    width: 300px;
    background: #0087c0;
    color: #fef9f1;
    height: 40px;
    text-align: center;
    margin-bottom: 30px; }
  .product-ingredients__ingredients {
    text-align: center;
    padding-bottom: 30px; }
    .product-ingredients__ingredients > * {
      margin-bottom: 30px; }
    .product-ingredients__ingredients p {
      font-size: 16px; }
    .product-ingredients__ingredients span {
      font-size: 12px; }
    @media only screen and (max-width: 1023px) {
      .product-ingredients__ingredients {
        padding: 0 100px 40px; } }
    @media only screen and (max-width: 600px) {
      .product-ingredients__ingredients {
        padding: 0 30px 40px; } }

.fruit-in-jar__container {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: 0;
  margin-right: 0; }
  .fruit-in-jar__container > * {
    padding: 0;
    flex-basis: 100%;
    max-width: 100%; }
    @media only screen and (max-width: 600px) {
      .fruit-in-jar__container > * {
        flex-basis: 100%;
        max-width: 100%; } }
    @media (min-width: 768px) {
      .fruit-in-jar__container > * {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1024px) {
      .fruit-in-jar__container > * {
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 1440px) {
      .fruit-in-jar__container > * {
        flex-basis: 50%;
        max-width: 50%; } }

.fruit-in-jar--left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 80px;
  background: #B1DAD9; }
  @media only screen and (max-width: 600px) {
    .fruit-in-jar--left {
      min-height: 450px;
      padding: 0 40px; } }
  .fruit-in-jar--left h2 {
    font-size: 26px;
    color: #0087c0; }
  .fruit-in-jar--left p {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 40px; }
    @media only screen and (max-width: 600px) {
      .fruit-in-jar--left p {
        padding-right: 0; } }
  .fruit-in-jar--left .button {
    padding: 0 40px; }
  .fruit-in-jar--left > * {
    padding-bottom: 20px; }

.fruit-in-jar--right img {
  width: 100%; }

.fruit-in-jar--right:after {
  padding: 100%; }

.fruit-in-jar--right .slick-prev,
.fruit-in-jar--right .slick-next {
  background: #e84d30;
  display: block;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  color: white;
  z-index: 1;
  position: absolute;
  top: calc(50% - 20px);
  border: 1px solid #f7f7f7;
  color: transparent;
  top: 45%; }
  .fruit-in-jar--right .slick-prev:after,
  .fruit-in-jar--right .slick-next:after {
    content: " ";
    position: absolute;
    top: 13px;
    width: 15px;
    height: 15px;
    color: #e84d30;
    box-shadow: -2px 2px 0 #f7f7f7;
    transition: all .3s ease-in-out; }
  .fruit-in-jar--right .slick-prev:after,
  .fruit-in-jar--right .slick-next:after {
    right: 0; }

.fruit-in-jar--right .slick-prev {
  left: 25px; }
  .fruit-in-jar--right .slick-prev:after {
    left: 18px;
    transform: rotate(45deg); }

.fruit-in-jar--right .slick-next {
  right: 25px; }
  .fruit-in-jar--right .slick-next:after {
    right: 18px;
    transform: rotate(225deg); }

.newsletter__title {
  color: black;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .newsletter__title {
      margin-bottom: 28px; } }

.newsletter__form {
  border: 3px solid black;
  border-radius: 10px;
  *zoom: 1;
  transition: 0.3s black; }
  .newsletter__form:before, .newsletter__form:after {
    display: table;
    content: ""; }
  .newsletter__form:after {
    clear: both; }
  .newsletter__form:focus, .newsletter__form:focus-within {
    border-color: #ffffff; }
  @media only screen and (max-width: 1023px) {
    .newsletter__form {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 600px) {
    .newsletter__form {
      margin-bottom: 60px; } }

.newsletter input {
  display: inline-block; }

.newsletter .button {
  transition: all .3s ease-in-out;
  font-size: 16px; }
  .newsletter .button:hover {
    color: #ffffff; }

.newsletter__submit {
  float: right;
  line-height: 25px;
  min-width: 35%; }

.newsletter input[type=submit],
.newsletter input[type=email] button {
  border-radius: 10px 0 0 10px; }

.newsletter input:active, .newsletter input.nice-select.open {
  border: 3px solid black; }

.newsletter__input {
  width: 60%;
  height: 34px;
  background-color: transparent;
  border: none;
  color: black;
  padding-left: 20px;
  font-size: 15px; }
  .newsletter__input::-webkit-input-placeholder {
    color: black;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter__input:-moz-placeholder {
    color: black;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter__input::-moz-placeholder {
    color: black;
    font-size: 15px;
    text-transform: uppercase; }
  .newsletter__input:-ms-input-placeholder {
    color: black;
    font-size: 15px;
    text-transform: uppercase; }

@media only screen and (max-width: 1023px) {
  .newsletter {
    padding-left: 0;
    padding: 0 60px; } }

@media only screen and (max-width: 600px) {
  .newsletter {
    padding: 0 5px; } }

.newsletter__wrapper p {
  margin-bottom: 36px; }

#recipes-newsletter-signup .newsletter__wrapper p {
  max-width: 540px; }

#recipes-newsletter-signup .newsletter form {
  max-width: 540px; }

.page-our-story .our-story__slick .slick-slider .slick-slide img {
  min-width: 100%;
  padding: 5px;
  height: 100%;
  margin: 0 auto; }

.page-our-story .our-story__slick .slick-slider .slick-prev,
.page-our-story .our-story__slick .slick-slider .slick-next {
  background: #e84d30;
  display: block;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  color: white;
  z-index: 1;
  position: absolute;
  top: calc(50% - 20px);
  border: 1px solid #f7f7f7;
  color: transparent;
  top: 35%; }
  .page-our-story .our-story__slick .slick-slider .slick-prev:after,
  .page-our-story .our-story__slick .slick-slider .slick-next:after {
    content: " ";
    position: absolute;
    top: 13px;
    width: 15px;
    height: 15px;
    color: #e84d30;
    box-shadow: -2px 2px 0 #f7f7f7;
    transition: all .3s ease-in-out; }
  .page-our-story .our-story__slick .slick-slider .slick-prev:after,
  .page-our-story .our-story__slick .slick-slider .slick-next:after {
    right: 0; }
  @media only screen and (max-width: 600px) {
    .page-our-story .our-story__slick .slick-slider .slick-prev,
    .page-our-story .our-story__slick .slick-slider .slick-next {
      top: 41%; } }

.page-our-story .our-story__slick .slick-slider .slick-prev {
  left: -15px; }
  @media only screen and (max-width: 600px) {
    .page-our-story .our-story__slick .slick-slider .slick-prev {
      left: -45px; } }
  .page-our-story .our-story__slick .slick-slider .slick-prev:before, .page-our-story .our-story__slick .slick-slider .slick-prev:after {
    left: 18px;
    transform: rotate(45deg); }

.page-our-story .our-story__slick .slick-slider .slick-next {
  right: -15px; }
  @media only screen and (max-width: 600px) {
    .page-our-story .our-story__slick .slick-slider .slick-next {
      right: -45px; } }
  .page-our-story .our-story__slick .slick-slider .slick-next:before, .page-our-story .our-story__slick .slick-slider .slick-next:after {
    right: 18px;
    transform: rotate(225deg); }

.crofters-cta {
  display: flex;
  flex-direction: row; }
  .crofters-cta__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column; }

.crofters-cta-cta__link {
  max-width: 100%; }

.leaflet-map {
  width: 100%;
  height: 700px;
  background: #b0d8d8; }

.leaflet-container .leaflet-popup-pane a.leaflet-popup-close-button {
  top: 10px !important;
  right: 10px !important; }

.leaf-quick-nav {
  position: absolute;
  display: block;
  width: 320px;
  top: 15px;
  left: 15px;
  z-index: 90; }

.leaflet-marker-pane {
  z-index: 701; }

.leaflet-marker-icon-wrapper .plus {
  margin-left: -2px !important;
  margin-top: -20px !important;
  width: 2px !important;
  height: 13px !important;
  position: absolute;
  background-color: #ffffff;
  display: block;
  border-radius: 2px; }

.leaflet-popup.red .leaflet-popup-content-wrapper {
  background-color: #BC3034; }

.leaflet-popup.blue .leaflet-popup-content-wrapper {
  background-color: #0c71a8; }

.leaflet-popup.purple .leaflet-popup-content-wrapper {
  background-color: #798cc4; }

.leaflet-popup.orange .leaflet-popup-content-wrapper {
  background-color: #ef5032; }

.leaflet-popup.pink .leaflet-popup-content-wrapper {
  background-color: #d83589; }

.leaflet-popup.green .leaflet-popup-content-wrapper {
  background-color: #92b29a; }

.leaflet-popup.darkblue .leaflet-popup-content-wrapper {
  background-color: #1e2b5b; }

.leaflet-popup .leaflet-popup-content-wrapper {
  padding: 30px 15px 30px;
  border-radius: 10px;
  background-color: #BC3034;
  border: solid 3px #ffffff; }
  .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0;
    overflow: hidden; }
  .leaflet-popup .leaflet-popup-content-wrapper h3, .leaflet-popup .leaflet-popup-content-wrapper .footer-menu .dropdown a, .footer-menu .dropdown .leaflet-popup .leaflet-popup-content-wrapper a, .leaflet-popup .leaflet-popup-content-wrapper .newsletter-signup__input, .leaflet-popup .leaflet-popup-content-wrapper .legal-links__link, .leaflet-popup .leaflet-popup-content-wrapper .store-locater__input, .leaflet-popup .leaflet-popup-content-wrapper .newsletter__input,
  .leaflet-popup .leaflet-popup-content-wrapper p {
    text-transform: uppercase;
    text-align: center; }
  .leaflet-popup .leaflet-popup-content-wrapper h3, .leaflet-popup .leaflet-popup-content-wrapper .footer-menu .dropdown a, .footer-menu .dropdown .leaflet-popup .leaflet-popup-content-wrapper a, .leaflet-popup .leaflet-popup-content-wrapper .newsletter-signup__input, .leaflet-popup .leaflet-popup-content-wrapper .legal-links__link, .leaflet-popup .leaflet-popup-content-wrapper .store-locater__input, .leaflet-popup .leaflet-popup-content-wrapper .newsletter__input {
    font-family: Aracne, sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff; }
  .leaflet-popup .leaflet-popup-content-wrapper p {
    font-family: Moon;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff; }
  .leaflet-popup .leaflet-popup-content-wrapper .close {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    outline: none;
    background: url(../img/close.gif) no-repeat;
    cursor: pointer; }

.recipes-grid {
  min-height: 500px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
    .recipes-grid {
      height: auto;
      flex-direction: column;
      flex-wrap: unset; } }
  .recipes-grid__item {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    justify-content: center;
    background: #0f0523 50% 50% / cover;
    overflow: hidden;
    position: relative;
    color: white;
    font-family: Moon, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: normal;
    word-spacing: -8px; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .recipes-grid__item {
        height: 450px; } }
    .recipes-grid__item:hover .recipes-grid__content {
      opacity: 1;
      background: rgba(232, 77, 48, 0.7);
      transform: translateY(0); }
  .recipes-grid__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    color: white;
    opacity: 0;
    text-align: center;
    font-weight: 900;
    transition: all .3s ease-in-out;
    transform: translateY(100%); }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .recipes-grid__content {
        background-image: url("images/crofters-red-texture.jpg");
        background-repeat: repeat;
        transition: none;
        opacity: 1;
        height: auto;
        top: unset;
        bottom: 0;
        transform: unset; } }

.recipe-directions__title {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #42442e;
  margin-bottom: 24px; }

.recipe-directions__list, .recipe-directions__item {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #474b36; }

.recipe-directions__list {
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  margin-left: 15px;
  margin-bottom: 24px;
  list-style: none;
  counter-reset: counter; }

.recipe-directions__item {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  margin-bottom: 25px;
  margin-left: 15px;
  padding: 0 20px;
  counter-increment: a-counter; }
  .recipe-directions__item:before {
    content: counter(a-counter) ". ";
    position: absolute;
    left: 5px;
    color: #474b36; }

.recipe-ingredients__list {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px; }

.recipe-ingredients__item {
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #474b36;
  margin-bottom: 24px; }

.slider {
  overflow: hidden; }
  .slider img {
    display: block;
    opacity: 0; }
  .slider__image {
    display: block !important;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .slider .slick-prev,
  .slider .slick-next {
    background: #e84d30;
    display: block;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    color: white;
    z-index: 1;
    position: absolute;
    top: calc(50% - 20px);
    border: 1px solid #f7f7f7;
    color: transparent; }
    .slider .slick-prev:after,
    .slider .slick-next:after {
      content: " ";
      position: absolute;
      top: 13px;
      width: 15px;
      height: 15px;
      color: #e84d30;
      box-shadow: -2px 2px 0 #f7f7f7;
      transition: all .3s ease-in-out; }
    .slider .slick-prev:after,
    .slider .slick-next:after {
      right: 0; }
  .slider .slick-prev {
    left: 25px; }
    .slider .slick-prev:before, .slider .slick-prev:after {
      left: 18px;
      transform: rotate(45deg); }
  .slider .slick-next {
    right: 25px; }
    .slider .slick-next:before, .slider .slick-next:after {
      right: 18px;
      transform: rotate(225deg); }

.accordion {
  position: relative;
  width: 100%; }
  .accordion__wrapper {
    position: relative;
    padding: 18px 60px 18px 33px;
    border-radius: 10px;
    background-color: #ffffff70;
    margin-bottom: 10px; }
    .accordion__wrapper.active .accordion__sign:before {
      background-color: #015ea2;
      transform: rotate(90deg); }
    .accordion__wrapper.active .accordion__sign:after {
      background-color: #015ea2;
      transform: rotate(180deg); }
  .accordion__sign {
    position: absolute;
    display: block;
    top: 18px;
    right: 18px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    /* Vertical line */
    /* horizontal line */ }
    .accordion__sign:before, .accordion__sign:after {
      content: "";
      position: absolute;
      background-color: #d4452b;
      transition: transform 0.25s ease-out;
      border-radius: 2px; }
    .accordion__sign:before {
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      margin-left: -3px; }
    .accordion__sign:after {
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      margin-top: -3px; }
  .accordion__title {
    font-family: Moon, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #42442e;
    border-bottom: 3px solid #42442e;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .accordion__button {
    font-family: Moon, sans-serif;
    font-size: 20px !important;
    line-height: 1.25;
    color: #42442e;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
    word-spacing: -6px; }
  .accordion__content p {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: normal;
    color: #42442e; }
    .accordion__content p a {
      font-weight: 700;
      text-decoration: underline; }
    .accordion__content p a:hover {
      color: #909090; }

.recipe-card {
  display: flex;
  flex-direction: row;
  height: 100%; }
  .recipe-card__header {
    font-size: 90px;
    line-height: 0.89;
    letter-spacing: normal;
    color: #42442e;
    margin-bottom: 25px; }
    .recipe-card__header--left {
      text-align: left; }
    .recipe-card__header--right {
      text-align: right; }
    .recipe-card__header--center {
      text-align: center; }
    @media only screen and (max-width: 600px) {
      .recipe-card__header {
        font-size: 67px; } }
  .recipe-card__category {
    font-family: Moon, sans-serif;
    font-size: 22px;
    letter-spacing: normal;
    color: #42442e;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .recipe-card__bread {
    font-family: "proxima-nova", sans-serif;
    font-size: 11.4px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #909090;
    margin-bottom: 15px; }
    .recipe-card__bread a {
      color: #d4452b; }
  .recipe-card__alignment--left {
    text-align: left !important;
    align-items: flex-start !important; }
  .recipe-card__alignment--right {
    text-align: right !important;
    align-items: flex-end !important; }
  .recipe-card__alignment--center {
    text-align: center !important;
    align-items: center !important; }
  .recipe-card__tags {
    display: flex;
    justify-content: space-around;
    text-align: center; }
    .recipe-card__tags li a {
      font-size: 12.1px;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: center;
      color: #42442e;
      text-transform: uppercase;
      font-family: Moon, sans-serif;
      padding: 15px; }
  .recipe-card__details, .recipe-card__types {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%; }
    .recipe-card__details li.recipe-card_item, .recipe-card__types li.recipe-card_item {
      flex: 0 1 33%; }
      @media only screen and (max-width: 600px) {
        .recipe-card__details li.recipe-card_item, .recipe-card__types li.recipe-card_item {
          margin-bottom: 30px; } }
      .recipe-card__details li.recipe-card_item span.name, .recipe-card__types li.recipe-card_item span.name {
        text-transform: uppercase;
        font-family: Moon, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: center;
        color: #42442e;
        margin-bottom: 15px;
        display: block; }
      .recipe-card__details li.recipe-card_item span.time, .recipe-card__types li.recipe-card_item span.time {
        display: block;
        border-right: 1px solid #000;
        padding: 0 45px;
        font-family: Aracne, sans-serif;
        font-size: 40px;
        font-stretch: normal;
        line-height: 0.88;
        letter-spacing: normal;
        text-align: center;
        color: #42442e; }
        @media only screen and (max-width: 600px) {
          .recipe-card__details li.recipe-card_item span.time, .recipe-card__types li.recipe-card_item span.time {
            border-right: none;
            padding: 0 0 30px 0;
            border-bottom: 1px solid #42442e;
            width: 75px;
            margin: 0 auto; } }
      .recipe-card__details li.recipe-card_item:last-child span, .recipe-card__types li.recipe-card_item:last-child span {
        border-right: 0; }
        @media only screen and (max-width: 600px) {
          .recipe-card__details li.recipe-card_item:last-child span, .recipe-card__types li.recipe-card_item:last-child span {
            border-bottom: 0;
            padding-bottom: 0; } }
  .recipe-card__description {
    margin-bottom: 15px; }
  .recipe-card__details {
    margin-bottom: 35px; }
    @media only screen and (max-width: 600px) {
      .recipe-card__details {
        display: flex;
        flex-flow: column nowrap;
        margin-top: 35px; } }
  .recipe-card__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 10%;
    text-align: center; }
  .recipe-card__icon img {
    position: relative;
    top: 4px;
    width: 25px; }

.recipe-hero__card .recipe-category__item {
  margin-bottom: 0; }

.recipe-hero__image {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.video__container {
  position: relative;
  display: block;
  min-height: 580px; }

.video__poster, .video__add {
  cursor: pointer;
  background-color: transparent;
  border: 0; }

.video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__add:before {
  content: '';
  display: block;
  background-image: url("images/icon-play.svg");
  background-repeat: no-repeat;
  width: 136px;
  height: 136px;
  margin: 0 auto 35px; }

.video__add span {
  font-family: Moon, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }

.video__remove {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  background-color: black;
  color: white;
  display: block;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.video__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden; }
  .video__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%; }

.video__iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.scroll-to-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("images/nav-woodbar.jpg");
  background-size: cover;
  font-family: Moon, sans-serif;
  font-size: 16px;
  letter-spacing: 0.6px;
  transition: all 300ms ease-in-out; }
  @media only screen and (max-width: 1200px) {
    .scroll-to-nav {
      flex-direction: column; } }
  @media only screen and (max-width: 600px) {
    .scroll-to-nav {
      background-repeat: repeat-y;
      background-size: 1460px;
      background-position: center top; } }
  .scroll-to-nav__btn {
    display: none;
    margin: 10px 20px;
    padding: 5px 30px;
    text-align: left;
    font-size: 16px; }
    @media only screen and (max-width: 1200px) {
      .scroll-to-nav__btn {
        display: none; } }
    .scroll-to-nav__btn .arrow {
      float: right;
      font-size: 16px; }
  .scroll-to-nav__wrapper {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .scroll-to-nav__wrapper {
        flex-wrap: nowrap;
        overflow: auto;
        max-width: 100%; } }
    @media only screen and (max-width: 600px) {
      .scroll-to-nav__wrapper {
        flex-direction: column;
        width: 100%;
        align-items: center; } }
  .scroll-to-nav.sticky {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 100;
    border-top: 0;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: slideInDown; }
    @media only screen and (max-width: 1023px) {
      .scroll-to-nav.sticky {
        top: 80px;
        width: 100%;
        align-items: center; } }
  .scroll-to-nav__link, .scroll-to-nav__btn {
    min-width: 217px;
    background: #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    border-radius: 5px;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #42442e; }
    .scroll-to-nav__link:hover, .scroll-to-nav__btn:hover {
      background: #43452f;
      border-color: #43452f;
      color: #f7f7f7; }
    @media only screen and (max-width: 1023px) {
      .scroll-to-nav__link, .scroll-to-nav__btn {
        width: 217px;
        min-width: auto; } }
  .scroll-to-nav__link {
    padding: 12px;
    margin: 13px 7px; }
    @media only screen and (max-width: 600px) {
      .scroll-to-nav__link {
        width: 100%;
        max-width: 70%; } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@media only screen and (max-width: 1023px) {
  .page-our-services .scroll-to-nav__link:first-child {
    width: 232px; } }

@media only screen and (max-width: 600px) {
  .page-our-services .scroll-to-nav__link:first-child {
    width: 100%; } }

.crofters-image--bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px; }

.crofters-image--block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column; }

.crofters-image--block img {
  display: block;
  max-width: 100%;
  height: auto; }

.vc_section-has-fill .lockup-primary,
.vc_section-has-fill .lockup-secondary,
.vc_section-has-fill .lockup-tertiary {
  background: transparent; }

.crofters-lockup {
  display: flex;
  flex-direction: row; }
  .crofters-lockup__description p a {
    font-weight: bold; }
  .crofters-lockup__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column; }
    .crofters-lockup__image img {
      position: relative; }
    .leaf-hover-state .crofters-lockup__image:hover:before, .leaf-hover-state .crofters-lockup__image:active:before, .leaf-hover-state .crofters-lockup__image.nice-select.open:before {
      content: '';
      display: block;
      background-image: url(images/leaf.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 320px/2);
      left: -50px;
      width: 140px;
      height: 320px; }
    .leaf-hover-state .crofters-lockup__image:hover:after, .leaf-hover-state .crofters-lockup__image:active:after, .leaf-hover-state .crofters-lockup__image.nice-select.open:after {
      content: '';
      display: block;
      background-image: url(images/icon-bird.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 15px;
      left: 25%;
      width: 80px;
      height: 70px; }

#spread-intro .crofters-cta__cta p {
  font-size: 22px; }

@media only screen and (max-width: 1023px) {
  #spread-intro .cta-left {
    align-items: center; } }

@media only screen and (max-width: 1023px) {
  #spread-intro .cta-quinary__link--style a.button {
    margin-top: 35px; } }

@media only screen and (max-width: 600px) {
  #spread-intro .cta-quinary__link--style a.button {
    padding: 0 40px; } }

@media only screen and (max-width: 600px) {
  #spread-intro .cta-quinary__link--style a.button:after {
    background-image: none; } }

@media only screen and (max-width: 1023px) {
  #spread-intro .crofters-lockup__image {
    max-width: 200px;
    margin: 0 auto;
    padding: 30px 0; } }

@media only screen and (max-width: 1023px) {
  #spread-intro .crofters-lockup__image:hover:before, #spread-intro .crofters-lockup__image:active:before, #spread-intro .crofters-lockup__image.nice-select.open:before {
    width: 89px;
    height: 216px;
    left: calc(50% - 170px);
    top: 175px; } }

@media only screen and (max-width: 1023px) {
  #spread-intro .crofters-lockup__image:hover:after, #spread-intro .crofters-lockup__image:active:after, #spread-intro .crofters-lockup__image.nice-select.open:after {
    width: 50px;
    height: 38px;
    left: calc(50% - 90px);
    top: 45px; } }

@media only screen and (max-width: 1023px) {
  #spread-intro .crofters-lockup__description p {
    max-width: 450px;
    margin: 0 auto; } }

.header {
  display: flex;
  flex-direction: column; }
  .header__title-left {
    text-align: left;
    align-items: flex-start; }
  .header__title-right {
    text-align: right;
    align-items: flex-end; }
  .header__title-center {
    text-align: center;
    align-items: center; }
  .header__title-primary--style h1,
  .header__title-primary--style h2 {
    font-family: Aracne, sans-serif;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0; }
  .header__title-primary--style h3, .header__title-primary--style .footer-menu .dropdown a, .footer-menu .dropdown .header__title-primary--style a, .header__title-primary--style .newsletter-signup__input, .header__title-primary--style .legal-links__link, .header__title-primary--style .store-locater__input, .header__title-primary--style .newsletter__input {
    font-family: Moon, sans-serif;
    font-size: 32px;
    margin-bottom: 15px; }
  .header__title-primary--color h1,
  .header__title-primary--color h2,
  .header__title-primary--color h3,
  .header__title-primary--color .footer-menu .dropdown a,
  .footer-menu .dropdown .header__title-primary--color a,
  .header__title-primary--color .newsletter-signup__input,
  .header__title-primary--color .legal-links__link,
  .header__title-primary--color .store-locater__input,
  .header__title-primary--color .newsletter__input {
    color: #ffffff; }
  .header__title-secondary--style h1,
  .header__title-secondary--style h2 {
    font-family: Moon, sans-serif;
    font-size: 22px;
    margin-bottom: 15px; }
  .header__title-secondary--style h3, .header__title-secondary--style .footer-menu .dropdown a, .footer-menu .dropdown .header__title-secondary--style a, .header__title-secondary--style .newsletter-signup__input, .header__title-secondary--style .legal-links__link, .header__title-secondary--style .store-locater__input, .header__title-secondary--style .newsletter__input {
    font-family: Moon, sans-serif;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px; }
  .header__title-secondary--color h1,
  .header__title-secondary--color h2,
  .header__title-secondary--color h3,
  .header__title-secondary--color .footer-menu .dropdown a,
  .footer-menu .dropdown .header__title-secondary--color a,
  .header__title-secondary--color .newsletter-signup__input,
  .header__title-secondary--color .legal-links__link,
  .header__title-secondary--color .store-locater__input,
  .header__title-secondary--color .newsletter__input {
    color: #0087c0; }
  .header__title-tertiary--style h1,
  .header__title-tertiary--style h2 {
    font-family: Moon, sans-serif;
    font-size: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid; }
  .header__title-tertiary--style h3, .header__title-tertiary--style .footer-menu .dropdown a, .footer-menu .dropdown .header__title-tertiary--style a, .header__title-tertiary--style .newsletter-signup__input, .header__title-tertiary--style .legal-links__link, .header__title-tertiary--style .store-locater__input, .header__title-tertiary--style .newsletter__input {
    font-family: Moon, sans-serif;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px; }
  .header__title-tertiary--color h1,
  .header__title-tertiary--color h2,
  .header__title-tertiary--color h3,
  .header__title-tertiary--color .footer-menu .dropdown a,
  .footer-menu .dropdown .header__title-tertiary--color a,
  .header__title-tertiary--color .newsletter-signup__input,
  .header__title-tertiary--color .legal-links__link,
  .header__title-tertiary--color .store-locater__input,
  .header__title-tertiary--color .newsletter__input {
    color: #42442e; }

.vc_section-has-fill .cta-primary,
.vc_section-has-fill .cta-secondary,
.vc_section-has-fill .cta-tertiary {
  background: transparent; }

.hero-header h1,
.hero-header h2,
.hero-header h3,
.hero-header .footer-menu .dropdown a,
.footer-menu .dropdown .hero-header a,
.hero-header .newsletter-signup__input,
.hero-header .legal-links__link,
.hero-header .store-locater__input,
.hero-header .newsletter__input,
.hero-header h4,
.header h1,
.header h2,
.header h3,
.header .footer-menu .dropdown a,
.footer-menu .dropdown .header a,
.header .newsletter-signup__input,
.header .legal-links__link,
.header .store-locater__input,
.header .newsletter__input,
.header h4,
.cta h1,
.cta h2,
.cta h3,
.cta .footer-menu .dropdown a,
.footer-menu .dropdown .cta a,
.cta .newsletter-signup__input,
.cta .legal-links__link,
.cta .store-locater__input,
.cta .newsletter__input,
.cta h4,
.lockup h1,
.lockup h2,
.lockup h3,
.lockup .footer-menu .dropdown a,
.footer-menu .dropdown .lockup a,
.lockup .newsletter-signup__input,
.lockup .legal-links__link,
.lockup .store-locater__input,
.lockup .newsletter__input,
.lockup h4 {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-weight: normal; }

.hero-header-left,
.header-left,
.cta-left,
.lockup-left {
  text-align: left;
  align-items: flex-start; }

.hero-header-right,
.header-right,
.cta-right,
.lockup-right {
  text-align: right;
  align-items: flex-end; }

.hero-header-center,
.header-center,
.cta-center,
.lockup-center {
  text-align: center;
  align-items: center; }

.hero-header-primary__link--icons, .hero-header-secondary__link--icons, .hero-header-tertiary__link--icons, .hero-header-quaternary__link--icons, .hero-header-quinary__link--icons,
.header-primary__link--icons,
.header-secondary__link--icons,
.header-tertiary__link--icons,
.header-quaternary__link--icons,
.header-quinary__link--icons,
.cta-primary__link--icons,
.cta-secondary__link--icons,
.cta-tertiary__link--icons,
.cta-quaternary__link--icons,
.cta-quinary__link--icons,
.lockup-primary__link--icons,
.lockup-secondary__link--icons,
.lockup-tertiary__link--icons,
.lockup-quaternary__link--icons,
.lockup-quinary__link--icons {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%); }

.hero-header-primary__link--style a.button,
.hero-header-primary__link--style a.button-icon, .hero-header-secondary__link--style a.button,
.hero-header-secondary__link--style a.button-icon, .hero-header-tertiary__link--style a.button,
.hero-header-tertiary__link--style a.button-icon, .hero-header-quaternary__link--style a.button,
.hero-header-quaternary__link--style a.button-icon, .hero-header-quinary__link--style a.button,
.hero-header-quinary__link--style a.button-icon,
.header-primary__link--style a.button,
.header-primary__link--style a.button-icon,
.header-secondary__link--style a.button,
.header-secondary__link--style a.button-icon,
.header-tertiary__link--style a.button,
.header-tertiary__link--style a.button-icon,
.header-quaternary__link--style a.button,
.header-quaternary__link--style a.button-icon,
.header-quinary__link--style a.button,
.header-quinary__link--style a.button-icon,
.cta-primary__link--style a.button,
.cta-primary__link--style a.button-icon,
.cta-secondary__link--style a.button,
.cta-secondary__link--style a.button-icon,
.cta-tertiary__link--style a.button,
.cta-tertiary__link--style a.button-icon,
.cta-quaternary__link--style a.button,
.cta-quaternary__link--style a.button-icon,
.cta-quinary__link--style a.button,
.cta-quinary__link--style a.button-icon,
.lockup-primary__link--style a.button,
.lockup-primary__link--style a.button-icon,
.lockup-secondary__link--style a.button,
.lockup-secondary__link--style a.button-icon,
.lockup-tertiary__link--style a.button,
.lockup-tertiary__link--style a.button-icon,
.lockup-quaternary__link--style a.button,
.lockup-quaternary__link--style a.button-icon,
.lockup-quinary__link--style a.button,
.lockup-quinary__link--style a.button-icon {
  content: '';
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 50px;
  border-radius: 40px;
  font-weight: normal; }

.hero-header-primary__link--style a.button:after, .hero-header-secondary__link--style a.button:after, .hero-header-tertiary__link--style a.button:after, .hero-header-quaternary__link--style a.button:after, .hero-header-quinary__link--style a.button:after,
.header-primary__link--style a.button:after,
.header-secondary__link--style a.button:after,
.header-tertiary__link--style a.button:after,
.header-quaternary__link--style a.button:after,
.header-quinary__link--style a.button:after,
.cta-primary__link--style a.button:after,
.cta-secondary__link--style a.button:after,
.cta-tertiary__link--style a.button:after,
.cta-quaternary__link--style a.button:after,
.cta-quinary__link--style a.button:after,
.lockup-primary__link--style a.button:after,
.lockup-secondary__link--style a.button:after,
.lockup-tertiary__link--style a.button:after,
.lockup-quaternary__link--style a.button:after,
.lockup-quinary__link--style a.button:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%); }

.hero-header-primary__link--style a.button-icon img.hover,
.hero-header-primary__link--style a.button-icon img.default, .hero-header-secondary__link--style a.button-icon img.hover,
.hero-header-secondary__link--style a.button-icon img.default, .hero-header-tertiary__link--style a.button-icon img.hover,
.hero-header-tertiary__link--style a.button-icon img.default, .hero-header-quaternary__link--style a.button-icon img.hover,
.hero-header-quaternary__link--style a.button-icon img.default, .hero-header-quinary__link--style a.button-icon img.hover,
.hero-header-quinary__link--style a.button-icon img.default,
.header-primary__link--style a.button-icon img.hover,
.header-primary__link--style a.button-icon img.default,
.header-secondary__link--style a.button-icon img.hover,
.header-secondary__link--style a.button-icon img.default,
.header-tertiary__link--style a.button-icon img.hover,
.header-tertiary__link--style a.button-icon img.default,
.header-quaternary__link--style a.button-icon img.hover,
.header-quaternary__link--style a.button-icon img.default,
.header-quinary__link--style a.button-icon img.hover,
.header-quinary__link--style a.button-icon img.default,
.cta-primary__link--style a.button-icon img.hover,
.cta-primary__link--style a.button-icon img.default,
.cta-secondary__link--style a.button-icon img.hover,
.cta-secondary__link--style a.button-icon img.default,
.cta-tertiary__link--style a.button-icon img.hover,
.cta-tertiary__link--style a.button-icon img.default,
.cta-quaternary__link--style a.button-icon img.hover,
.cta-quaternary__link--style a.button-icon img.default,
.cta-quinary__link--style a.button-icon img.hover,
.cta-quinary__link--style a.button-icon img.default,
.lockup-primary__link--style a.button-icon img.hover,
.lockup-primary__link--style a.button-icon img.default,
.lockup-secondary__link--style a.button-icon img.hover,
.lockup-secondary__link--style a.button-icon img.default,
.lockup-tertiary__link--style a.button-icon img.hover,
.lockup-tertiary__link--style a.button-icon img.default,
.lockup-quaternary__link--style a.button-icon img.hover,
.lockup-quaternary__link--style a.button-icon img.default,
.lockup-quinary__link--style a.button-icon img.hover,
.lockup-quinary__link--style a.button-icon img.default {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px; }

.hero-header-primary__link--style a.button-icon img.default, .hero-header-secondary__link--style a.button-icon img.default, .hero-header-tertiary__link--style a.button-icon img.default, .hero-header-quaternary__link--style a.button-icon img.default, .hero-header-quinary__link--style a.button-icon img.default,
.header-primary__link--style a.button-icon img.default,
.header-secondary__link--style a.button-icon img.default,
.header-tertiary__link--style a.button-icon img.default,
.header-quaternary__link--style a.button-icon img.default,
.header-quinary__link--style a.button-icon img.default,
.cta-primary__link--style a.button-icon img.default,
.cta-secondary__link--style a.button-icon img.default,
.cta-tertiary__link--style a.button-icon img.default,
.cta-quaternary__link--style a.button-icon img.default,
.cta-quinary__link--style a.button-icon img.default,
.lockup-primary__link--style a.button-icon img.default,
.lockup-secondary__link--style a.button-icon img.default,
.lockup-tertiary__link--style a.button-icon img.default,
.lockup-quaternary__link--style a.button-icon img.default,
.lockup-quinary__link--style a.button-icon img.default {
  display: block;
  z-index: 1; }

.hero-header-primary__link--style a.button-icon img.hover, .hero-header-secondary__link--style a.button-icon img.hover, .hero-header-tertiary__link--style a.button-icon img.hover, .hero-header-quaternary__link--style a.button-icon img.hover, .hero-header-quinary__link--style a.button-icon img.hover,
.header-primary__link--style a.button-icon img.hover,
.header-secondary__link--style a.button-icon img.hover,
.header-tertiary__link--style a.button-icon img.hover,
.header-quaternary__link--style a.button-icon img.hover,
.header-quinary__link--style a.button-icon img.hover,
.cta-primary__link--style a.button-icon img.hover,
.cta-secondary__link--style a.button-icon img.hover,
.cta-tertiary__link--style a.button-icon img.hover,
.cta-quaternary__link--style a.button-icon img.hover,
.cta-quinary__link--style a.button-icon img.hover,
.lockup-primary__link--style a.button-icon img.hover,
.lockup-secondary__link--style a.button-icon img.hover,
.lockup-tertiary__link--style a.button-icon img.hover,
.lockup-quaternary__link--style a.button-icon img.hover,
.lockup-quinary__link--style a.button-icon img.hover {
  display: none;
  z-index: 3; }

.hero-header-primary__link--style a.button-icon:hover img.hover, .hero-header-secondary__link--style a.button-icon:hover img.hover, .hero-header-tertiary__link--style a.button-icon:hover img.hover, .hero-header-quaternary__link--style a.button-icon:hover img.hover, .hero-header-quinary__link--style a.button-icon:hover img.hover,
.header-primary__link--style a.button-icon:hover img.hover,
.header-secondary__link--style a.button-icon:hover img.hover,
.header-tertiary__link--style a.button-icon:hover img.hover,
.header-quaternary__link--style a.button-icon:hover img.hover,
.header-quinary__link--style a.button-icon:hover img.hover,
.cta-primary__link--style a.button-icon:hover img.hover,
.cta-secondary__link--style a.button-icon:hover img.hover,
.cta-tertiary__link--style a.button-icon:hover img.hover,
.cta-quaternary__link--style a.button-icon:hover img.hover,
.cta-quinary__link--style a.button-icon:hover img.hover,
.lockup-primary__link--style a.button-icon:hover img.hover,
.lockup-secondary__link--style a.button-icon:hover img.hover,
.lockup-tertiary__link--style a.button-icon:hover img.hover,
.lockup-quaternary__link--style a.button-icon:hover img.hover,
.lockup-quinary__link--style a.button-icon:hover img.hover {
  display: block; }

.hero-header-primary,
.header-primary,
.cta-primary,
.lockup-primary {
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("images/crofters-red-texture.jpg");
  background-repeat: repeat; }
  .hero-header-primary__title--style h1,
  .hero-header-primary__title--style h2,
  .hero-header-primary__title--style h3,
  .hero-header-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .hero-header-primary__title--style a,
  .hero-header-primary__title--style .newsletter-signup__input,
  .hero-header-primary__title--style .legal-links__link,
  .hero-header-primary__title--style .store-locater__input,
  .hero-header-primary__title--style .newsletter__input,
  .header-primary__title--style h1,
  .header-primary__title--style h2,
  .header-primary__title--style h3,
  .header-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .header-primary__title--style a,
  .header-primary__title--style .newsletter-signup__input,
  .header-primary__title--style .legal-links__link,
  .header-primary__title--style .store-locater__input,
  .header-primary__title--style .newsletter__input,
  .cta-primary__title--style h1,
  .cta-primary__title--style h2,
  .cta-primary__title--style h3,
  .cta-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .cta-primary__title--style a,
  .cta-primary__title--style .newsletter-signup__input,
  .cta-primary__title--style .legal-links__link,
  .cta-primary__title--style .store-locater__input,
  .cta-primary__title--style .newsletter__input,
  .lockup-primary__title--style h1,
  .lockup-primary__title--style h2,
  .lockup-primary__title--style h3,
  .lockup-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .lockup-primary__title--style a,
  .lockup-primary__title--style .newsletter-signup__input,
  .lockup-primary__title--style .legal-links__link,
  .lockup-primary__title--style .store-locater__input,
  .lockup-primary__title--style .newsletter__input {
    font-family: Aracne, sans-serif; }
  
  .hero-header-primary__title--style h3,
  .hero-header-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .hero-header-primary__title--style a,
  .hero-header-primary__title--style .newsletter-signup__input,
  .hero-header-primary__title--style .legal-links__link,
  .hero-header-primary__title--style .store-locater__input,
  .hero-header-primary__title--style .newsletter__input,
  .header-primary__title--style h3,
  .header-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .header-primary__title--style a,
  .header-primary__title--style .newsletter-signup__input,
  .header-primary__title--style .legal-links__link,
  .header-primary__title--style .store-locater__input,
  .header-primary__title--style .newsletter__input,
  .cta-primary__title--style h3,
  .cta-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .cta-primary__title--style a,
  .cta-primary__title--style .newsletter-signup__input,
  .cta-primary__title--style .legal-links__link,
  .cta-primary__title--style .store-locater__input,
  .cta-primary__title--style .newsletter__input,
  .lockup-primary__title--style h3,
  .lockup-primary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .lockup-primary__title--style a,
  .lockup-primary__title--style .newsletter-signup__input,
  .lockup-primary__title--style .legal-links__link,
  .lockup-primary__title--style .store-locater__input,
  .lockup-primary__title--style .newsletter__input {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0; }
  .hero-header-primary__title--style h4,
  .header-primary__title--style h4,
  .cta-primary__title--style h4,
  .lockup-primary__title--style h4 {
    font-family: Moon, sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .hero-header-primary__title--color h3, .hero-header-primary__title--color .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-primary__title--color a, .hero-header-primary__title--color .newsletter-signup__input, .hero-header-primary__title--color .legal-links__link, .hero-header-primary__title--color .store-locater__input, .hero-header-primary__title--color .newsletter__input,
  .hero-header-primary__title--color h4,
  .header-primary__title--color h3,
  .header-primary__title--color .footer-menu .dropdown a,
  .footer-menu .dropdown .header-primary__title--color a,
  .header-primary__title--color .newsletter-signup__input,
  .header-primary__title--color .legal-links__link,
  .header-primary__title--color .store-locater__input,
  .header-primary__title--color .newsletter__input,
  .header-primary__title--color h4,
  .cta-primary__title--color h3,
  .cta-primary__title--color .footer-menu .dropdown a,
  .footer-menu .dropdown .cta-primary__title--color a,
  .cta-primary__title--color .newsletter-signup__input,
  .cta-primary__title--color .legal-links__link,
  .cta-primary__title--color .store-locater__input,
  .cta-primary__title--color .newsletter__input,
  .cta-primary__title--color h4,
  .lockup-primary__title--color h3,
  .lockup-primary__title--color .footer-menu .dropdown a,
  .footer-menu .dropdown .lockup-primary__title--color a,
  .lockup-primary__title--color .newsletter-signup__input,
  .lockup-primary__title--color .legal-links__link,
  .lockup-primary__title--color .store-locater__input,
  .lockup-primary__title--color .newsletter__input,
  .lockup-primary__title--color h4 {
    color: #ffffff; }
  .hero-header-primary__image,
  .header-primary__image,
  .cta-primary__image,
  .lockup-primary__image {
    display: block;
    padding: 30px; }
  .hero-header-primary__description--style p,
  .header-primary__description--style p,
  .cta-primary__description--style p,
  .lockup-primary__description--style p {
    font-size: 18px; }
  .hero-header-primary__description--color p,
  .header-primary__description--color p,
  .cta-primary__description--color p,
  .lockup-primary__description--color p {
    color: #ffffff; }
  .hero-header-primary__link span,
  .header-primary__link span,
  .cta-primary__link span,
  .lockup-primary__link span {
    margin-bottom: 20px; }
  .hero-header-primary__link--style a.button,
  .hero-header-primary__link--style .button-icon,
  .header-primary__link--style a.button,
  .header-primary__link--style .button-icon,
  .cta-primary__link--style a.button,
  .cta-primary__link--style .button-icon,
  .lockup-primary__link--style a.button,
  .lockup-primary__link--style .button-icon {
    position: relative;
    background: #e84d30;
    border-color: #e84d30;
    color: white;
    white-space: nowrap;
    transition: all .3s ease-in-out; }
    .hero-header-primary__link--style a.button:hover,
    .hero-header-primary__link--style .button-icon:hover,
    .header-primary__link--style a.button:hover,
    .header-primary__link--style .button-icon:hover,
    .cta-primary__link--style a.button:hover,
    .cta-primary__link--style .button-icon:hover,
    .lockup-primary__link--style a.button:hover,
    .lockup-primary__link--style .button-icon:hover {
      background: #f7f7f7;
      border-color: #e84d30;
      color: #e84d30; }
  .hero-header-primary__link--style a.button:after,
  .header-primary__link--style a.button:after,
  .cta-primary__link--style a.button:after,
  .lockup-primary__link--style a.button:after {
    content: '';
    background-image: url(images/primary-jar-white.png); }
  .hero-header-primary__link--style a.button:hover:after,
  .header-primary__link--style a.button:hover:after,
  .cta-primary__link--style a.button:hover:after,
  .lockup-primary__link--style a.button:hover:after {
    content: '';
    background-image: url(images/primary-jar-red.png); }

.hero-header-secondary,
.header-secondary,
.cta-secondary,
.lockup-secondary {
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #b0d8d8; }
  .hero-header-secondary__title h1,
  .hero-header-secondary__title h2,
  .hero-header-secondary__title h3,
  .hero-header-secondary__title .footer-menu .dropdown a,
  .footer-menu .dropdown .hero-header-secondary__title a,
  .hero-header-secondary__title .newsletter-signup__input,
  .hero-header-secondary__title .legal-links__link,
  .hero-header-secondary__title .store-locater__input,
  .hero-header-secondary__title .newsletter__input,
  .header-secondary__title h1,
  .header-secondary__title h2,
  .header-secondary__title h3,
  .header-secondary__title .footer-menu .dropdown a,
  .footer-menu .dropdown .header-secondary__title a,
  .header-secondary__title .newsletter-signup__input,
  .header-secondary__title .legal-links__link,
  .header-secondary__title .store-locater__input,
  .header-secondary__title .newsletter__input,
  .cta-secondary__title h1,
  .cta-secondary__title h2,
  .cta-secondary__title h3,
  .cta-secondary__title .footer-menu .dropdown a,
  .footer-menu .dropdown .cta-secondary__title a,
  .cta-secondary__title .newsletter-signup__input,
  .cta-secondary__title .legal-links__link,
  .cta-secondary__title .store-locater__input,
  .cta-secondary__title .newsletter__input,
  .lockup-secondary__title h1,
  .lockup-secondary__title h2,
  .lockup-secondary__title h3,
  .lockup-secondary__title .footer-menu .dropdown a,
  .footer-menu .dropdown .lockup-secondary__title a,
  .lockup-secondary__title .newsletter-signup__input,
  .lockup-secondary__title .legal-links__link,
  .lockup-secondary__title .store-locater__input,
  .lockup-secondary__title .newsletter__input {
    font-family: Moon, sans-serif; }
  .hero-header-secondary__title--style h3, .hero-header-secondary__title--style .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-secondary__title--style a, .hero-header-secondary__title--style .newsletter-signup__input, .hero-header-secondary__title--style .legal-links__link, .hero-header-secondary__title--style .store-locater__input, .hero-header-secondary__title--style .newsletter__input,
  .header-secondary__title--style h3,
  .header-secondary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .header-secondary__title--style a,
  .header-secondary__title--style .newsletter-signup__input,
  .header-secondary__title--style .legal-links__link,
  .header-secondary__title--style .store-locater__input,
  .header-secondary__title--style .newsletter__input,
  .cta-secondary__title--style h3,
  .cta-secondary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .cta-secondary__title--style a,
  .cta-secondary__title--style .newsletter-signup__input,
  .cta-secondary__title--style .legal-links__link,
  .cta-secondary__title--style .store-locater__input,
  .cta-secondary__title--style .newsletter__input,
  .lockup-secondary__title--style h3,
  .lockup-secondary__title--style .footer-menu .dropdown a,
  .footer-menu .dropdown .lockup-secondary__title--style a,
  .lockup-secondary__title--style .newsletter-signup__input,
  .lockup-secondary__title--style .legal-links__link,
  .lockup-secondary__title--style .store-locater__input,
  .lockup-secondary__title--style .newsletter__input {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.2; }
  .hero-header-secondary__title--style h4,
  .header-secondary__title--style h4,
  .cta-secondary__title--style h4,
  .lockup-secondary__title--style h4 {
    font-family: Moon, sans-serif;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px; }
  .hero-header-secondary__title--color,
  .header-secondary__title--color,
  .cta-secondary__title--color,
  .lockup-secondary__title--color {
    color: #0087c0; }
    .hero-header-secondary__title--color h1,
    .hero-header-secondary__title--color h2,
    .hero-header-secondary__title--color h3,
    .hero-header-secondary__title--color .footer-menu .dropdown a,
    .footer-menu .dropdown .hero-header-secondary__title--color a,
    .hero-header-secondary__title--color .newsletter-signup__input,
    .hero-header-secondary__title--color .legal-links__link,
    .hero-header-secondary__title--color .store-locater__input,
    .hero-header-secondary__title--color .newsletter__input,
    .header-secondary__title--color h1,
    .header-secondary__title--color h2,
    .header-secondary__title--color h3,
    .header-secondary__title--color .footer-menu .dropdown a,
    .footer-menu .dropdown .header-secondary__title--color a,
    .header-secondary__title--color .newsletter-signup__input,
    .header-secondary__title--color .legal-links__link,
    .header-secondary__title--color .store-locater__input,
    .header-secondary__title--color .newsletter__input,
    .cta-secondary__title--color h1,
    .cta-secondary__title--color h2,
    .cta-secondary__title--color h3,
    .cta-secondary__title--color .footer-menu .dropdown a,
    .footer-menu .dropdown .cta-secondary__title--color a,
    .cta-secondary__title--color .newsletter-signup__input,
    .cta-secondary__title--color .legal-links__link,
    .cta-secondary__title--color .store-locater__input,
    .cta-secondary__title--color .newsletter__input,
    .lockup-secondary__title--color h1,
    .lockup-secondary__title--color h2,
    .lockup-secondary__title--color h3,
    .lockup-secondary__title--color .footer-menu .dropdown a,
    .footer-menu .dropdown .lockup-secondary__title--color a,
    .lockup-secondary__title--color .newsletter-signup__input,
    .lockup-secondary__title--color .legal-links__link,
    .lockup-secondary__title--color .store-locater__input,
    .lockup-secondary__title--color .newsletter__input {
      color: #0087c0; }
  .hero-header-secondary__image,
  .header-secondary__image,
  .cta-secondary__image,
  .lockup-secondary__image {
    display: block;
    padding: 30px; }
  .hero-header-secondary__description--style p,
  .header-secondary__description--style p,
  .cta-secondary__description--style p,
  .lockup-secondary__description--style p {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px; }
  .hero-header-secondary__description--color p,
  .header-secondary__description--color p,
  .cta-secondary__description--color p,
  .lockup-secondary__description--color p {
    color: #42442e; }
  .hero-header-secondary__link span,
  .header-secondary__link span,
  .cta-secondary__link span,
  .lockup-secondary__link span {
    margin-bottom: 20px; }
  .hero-header-secondary__link--style a.button,
  .hero-header-secondary__link--style .button-icon,
  .header-secondary__link--style a.button,
  .header-secondary__link--style .button-icon,
  .cta-secondary__link--style a.button,
  .cta-secondary__link--style .button-icon,
  .lockup-secondary__link--style a.button,
  .lockup-secondary__link--style .button-icon {
    transition: all .3s ease-in-out;
    position: relative;
    background: #0087c0;
    border-color: #0087c0;
    color: #C8E5E6;
    white-space: nowrap; }
    .hero-header-secondary__link--style a.button:hover,
    .hero-header-secondary__link--style .button-icon:hover,
    .header-secondary__link--style a.button:hover,
    .header-secondary__link--style .button-icon:hover,
    .cta-secondary__link--style a.button:hover,
    .cta-secondary__link--style .button-icon:hover,
    .lockup-secondary__link--style a.button:hover,
    .lockup-secondary__link--style .button-icon:hover {
      background: #f7f7f7;
      border-color: #0087c0;
      color: #0087c0; }
  .hero-header-secondary__link--style a.button:after,
  .header-secondary__link--style a.button:after,
  .cta-secondary__link--style a.button:after,
  .lockup-secondary__link--style a.button:after {
    content: '';
    background-image: url(images/secondary-sprout-lightblue.svg); }
  .hero-header-secondary__link--style a.button:hover:after,
  .header-secondary__link--style a.button:hover:after,
  .cta-secondary__link--style a.button:hover:after,
  .lockup-secondary__link--style a.button:hover:after {
    content: '';
    background-image: url(images/secondary-sprout-blue.svg); }

.hero-header-tertiary__title--style h3, .hero-header-tertiary__title--style .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-tertiary__title--style a, .hero-header-tertiary__title--style .newsletter-signup__input, .hero-header-tertiary__title--style .legal-links__link, .hero-header-tertiary__title--style .store-locater__input, .hero-header-tertiary__title--style .newsletter__input,
.hero-header-tertiary__title--style h4,
.header-tertiary__title--style h3,
.header-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .header-tertiary__title--style a,
.header-tertiary__title--style .newsletter-signup__input,
.header-tertiary__title--style .legal-links__link,
.header-tertiary__title--style .store-locater__input,
.header-tertiary__title--style .newsletter__input,
.header-tertiary__title--style h4,
.cta-tertiary__title--style h3,
.cta-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .cta-tertiary__title--style a,
.cta-tertiary__title--style .newsletter-signup__input,
.cta-tertiary__title--style .legal-links__link,
.cta-tertiary__title--style .store-locater__input,
.cta-tertiary__title--style .newsletter__input,
.cta-tertiary__title--style h4,
.lockup-tertiary__title--style h3,
.lockup-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-tertiary__title--style a,
.lockup-tertiary__title--style .newsletter-signup__input,
.lockup-tertiary__title--style .legal-links__link,
.lockup-tertiary__title--style .store-locater__input,
.lockup-tertiary__title--style .newsletter__input,
.lockup-tertiary__title--style h4 {
  line-height: 32px;
  word-spacing: -8px;
  font-family: Moon, sans-serif; }

.hero-header-tertiary__title--style h3, .hero-header-tertiary__title--style .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-tertiary__title--style a, .hero-header-tertiary__title--style .newsletter-signup__input, .hero-header-tertiary__title--style .legal-links__link, .hero-header-tertiary__title--style .store-locater__input, .hero-header-tertiary__title--style .newsletter__input,
.header-tertiary__title--style h3,
.header-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .header-tertiary__title--style a,
.header-tertiary__title--style .newsletter-signup__input,
.header-tertiary__title--style .legal-links__link,
.header-tertiary__title--style .store-locater__input,
.header-tertiary__title--style .newsletter__input,
.cta-tertiary__title--style h3,
.cta-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .cta-tertiary__title--style a,
.cta-tertiary__title--style .newsletter-signup__input,
.cta-tertiary__title--style .legal-links__link,
.cta-tertiary__title--style .store-locater__input,
.cta-tertiary__title--style .newsletter__input,
.lockup-tertiary__title--style h3,
.lockup-tertiary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-tertiary__title--style a,
.lockup-tertiary__title--style .newsletter-signup__input,
.lockup-tertiary__title--style .legal-links__link,
.lockup-tertiary__title--style .store-locater__input,
.lockup-tertiary__title--style .newsletter__input {
  font-size: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid; }

.hero-header-tertiary__title--style h4,
.header-tertiary__title--style h4,
.cta-tertiary__title--style h4,
.lockup-tertiary__title--style h4 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 15px; }

.hero-header-tertiary__title--color h3, .hero-header-tertiary__title--color .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-tertiary__title--color a, .hero-header-tertiary__title--color .newsletter-signup__input, .hero-header-tertiary__title--color .legal-links__link, .hero-header-tertiary__title--color .store-locater__input, .hero-header-tertiary__title--color .newsletter__input,
.hero-header-tertiary__title--color h4,
.header-tertiary__title--color h3,
.header-tertiary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .header-tertiary__title--color a,
.header-tertiary__title--color .newsletter-signup__input,
.header-tertiary__title--color .legal-links__link,
.header-tertiary__title--color .store-locater__input,
.header-tertiary__title--color .newsletter__input,
.header-tertiary__title--color h4,
.cta-tertiary__title--color h3,
.cta-tertiary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .cta-tertiary__title--color a,
.cta-tertiary__title--color .newsletter-signup__input,
.cta-tertiary__title--color .legal-links__link,
.cta-tertiary__title--color .store-locater__input,
.cta-tertiary__title--color .newsletter__input,
.cta-tertiary__title--color h4,
.lockup-tertiary__title--color h3,
.lockup-tertiary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-tertiary__title--color a,
.lockup-tertiary__title--color .newsletter-signup__input,
.lockup-tertiary__title--color .legal-links__link,
.lockup-tertiary__title--color .store-locater__input,
.lockup-tertiary__title--color .newsletter__input,
.lockup-tertiary__title--color h4 {
  color: #42442e; }

.hero-header-tertiary__image,
.header-tertiary__image,
.cta-tertiary__image,
.lockup-tertiary__image {
  display: block;
  padding: 30px; }

.hero-header-tertiary__description--style p,
.header-tertiary__description--style p,
.cta-tertiary__description--style p,
.lockup-tertiary__description--style p {
  font-size: 25px;
  line-height: 1.59;
  letter-spacing: normal; }

.hero-header-tertiary__description--color p,
.header-tertiary__description--color p,
.cta-tertiary__description--color p,
.lockup-tertiary__description--color p {
  color: #42442e; }

.hero-header-tertiary__link span,
.header-tertiary__link span,
.cta-tertiary__link span,
.lockup-tertiary__link span {
  margin-bottom: 20px; }

.hero-header-tertiary__link--style a.button,
.hero-header-tertiary__link--style .button-icon,
.header-tertiary__link--style a.button,
.header-tertiary__link--style .button-icon,
.cta-tertiary__link--style a.button,
.cta-tertiary__link--style .button-icon,
.lockup-tertiary__link--style a.button,
.lockup-tertiary__link--style .button-icon {
  position: relative;
  background: transparent;
  border-color: #0087c0;
  color: #0087c0;
  white-space: nowrap;
  transition: all .3s ease-in-out; }
  .hero-header-tertiary__link--style a.button:hover,
  .hero-header-tertiary__link--style .button-icon:hover,
  .header-tertiary__link--style a.button:hover,
  .header-tertiary__link--style .button-icon:hover,
  .cta-tertiary__link--style a.button:hover,
  .cta-tertiary__link--style .button-icon:hover,
  .lockup-tertiary__link--style a.button:hover,
  .lockup-tertiary__link--style .button-icon:hover {
    background: #f7f7f7;
    border-color: white;
    color: #0087c0; }

.hero-header-quaternary__title--style h1,
.hero-header-quaternary__title--style h2,
.hero-header-quaternary__title--style h3,
.hero-header-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .hero-header-quaternary__title--style a,
.hero-header-quaternary__title--style .newsletter-signup__input,
.hero-header-quaternary__title--style .legal-links__link,
.hero-header-quaternary__title--style .store-locater__input,
.hero-header-quaternary__title--style .newsletter__input,
.header-quaternary__title--style h1,
.header-quaternary__title--style h2,
.header-quaternary__title--style h3,
.header-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .header-quaternary__title--style a,
.header-quaternary__title--style .newsletter-signup__input,
.header-quaternary__title--style .legal-links__link,
.header-quaternary__title--style .store-locater__input,
.header-quaternary__title--style .newsletter__input,
.cta-quaternary__title--style h1,
.cta-quaternary__title--style h2,
.cta-quaternary__title--style h3,
.cta-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .cta-quaternary__title--style a,
.cta-quaternary__title--style .newsletter-signup__input,
.cta-quaternary__title--style .legal-links__link,
.cta-quaternary__title--style .store-locater__input,
.cta-quaternary__title--style .newsletter__input,
.lockup-quaternary__title--style h1,
.lockup-quaternary__title--style h2,
.lockup-quaternary__title--style h3,
.lockup-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-quaternary__title--style a,
.lockup-quaternary__title--style .newsletter-signup__input,
.lockup-quaternary__title--style .legal-links__link,
.lockup-quaternary__title--style .store-locater__input,
.lockup-quaternary__title--style .newsletter__input {
  font-family: Aracne, sans-serif; }

.hero-header-quaternary__title--style h1,
.header-quaternary__title--style h1,
.cta-quaternary__title--style h1,
.lockup-quaternary__title--style h1 {
  border-top: solid #42442e;
  margin-bottom: 45px; }


.hero-header-quaternary__title--style h3,
.hero-header-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .hero-header-quaternary__title--style a,
.hero-header-quaternary__title--style .newsletter-signup__input,
.hero-header-quaternary__title--style .legal-links__link,
.hero-header-quaternary__title--style .store-locater__input,
.hero-header-quaternary__title--style .newsletter__input,
.hero-header-quaternary__title--style h4,
.header-quaternary__title--style h3,
.header-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .header-quaternary__title--style a,
.header-quaternary__title--style .newsletter-signup__input,
.header-quaternary__title--style .legal-links__link,
.header-quaternary__title--style .store-locater__input,
.header-quaternary__title--style .newsletter__input,
.header-quaternary__title--style h4,
.cta-quaternary__title--style h3,
.cta-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .cta-quaternary__title--style a,
.cta-quaternary__title--style .newsletter-signup__input,
.cta-quaternary__title--style .legal-links__link,
.cta-quaternary__title--style .store-locater__input,
.cta-quaternary__title--style .newsletter__input,
.cta-quaternary__title--style h4,
.lockup-quaternary__title--style h3,
.lockup-quaternary__title--style .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-quaternary__title--style a,
.lockup-quaternary__title--style .newsletter-signup__input,
.lockup-quaternary__title--style .legal-links__link,
.lockup-quaternary__title--style .store-locater__input,
.lockup-quaternary__title--style .newsletter__input,
.lockup-quaternary__title--style h4 {
  font-size: 30px;
  line-height: 46px;
  word-spacing: -8px;
  font-family: Moon, sans-serif; }

.hero-header-quaternary__title--color h3, .hero-header-quaternary__title--color .footer-menu .dropdown a, .footer-menu .dropdown .hero-header-quaternary__title--color a, .hero-header-quaternary__title--color .newsletter-signup__input, .hero-header-quaternary__title--color .legal-links__link, .hero-header-quaternary__title--color .store-locater__input, .hero-header-quaternary__title--color .newsletter__input,
.hero-header-quaternary__title--color h4,
.header-quaternary__title--color h3,
.header-quaternary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .header-quaternary__title--color a,
.header-quaternary__title--color .newsletter-signup__input,
.header-quaternary__title--color .legal-links__link,
.header-quaternary__title--color .store-locater__input,
.header-quaternary__title--color .newsletter__input,
.header-quaternary__title--color h4,
.cta-quaternary__title--color h3,
.cta-quaternary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .cta-quaternary__title--color a,
.cta-quaternary__title--color .newsletter-signup__input,
.cta-quaternary__title--color .legal-links__link,
.cta-quaternary__title--color .store-locater__input,
.cta-quaternary__title--color .newsletter__input,
.cta-quaternary__title--color h4,
.lockup-quaternary__title--color h3,
.lockup-quaternary__title--color .footer-menu .dropdown a,
.footer-menu .dropdown .lockup-quaternary__title--color a,
.lockup-quaternary__title--color .newsletter-signup__input,
.lockup-quaternary__title--color .legal-links__link,
.lockup-quaternary__title--color .store-locater__input,
.lockup-quaternary__title--color .newsletter__input,
.lockup-quaternary__title--color h4 {
  color: #42442e; }

.hero-header-quaternary__description--style p,
.header-quaternary__description--style p,
.cta-quaternary__description--style p,
.lockup-quaternary__description--style p {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px; }

.hero-header-quaternary__description--color p,
.header-quaternary__description--color p,
.cta-quaternary__description--color p,
.lockup-quaternary__description--color p {
  color: #42442e; }

.hero-header-quaternary__link span,
.header-quaternary__link span,
.cta-quaternary__link span,
.lockup-quaternary__link span {
  margin-bottom: 20px; }

.hero-header-quaternary__link--style a.button,
.hero-header-quaternary__link--style .button-icon,
.header-quaternary__link--style a.button,
.header-quaternary__link--style .button-icon,
.cta-quaternary__link--style a.button,
.cta-quaternary__link--style .button-icon,
.lockup-quaternary__link--style a.button,
.lockup-quaternary__link--style .button-icon {
  position: relative;
  background: transparent;
  border-color: #42442e;
  color: #42442e;
  white-space: nowrap;
  transition: all .3s ease-in-out; }
  .hero-header-quaternary__link--style a.button:hover,
  .hero-header-quaternary__link--style .button-icon:hover,
  .header-quaternary__link--style a.button:hover,
  .header-quaternary__link--style .button-icon:hover,
  .cta-quaternary__link--style a.button:hover,
  .cta-quaternary__link--style .button-icon:hover,
  .lockup-quaternary__link--style a.button:hover,
  .lockup-quaternary__link--style .button-icon:hover {
    background: #42442e;
    border-color: #42442e;
    color: #afd8d8; }

.hero-header-quaternary__link--style a.button:after,
.header-quaternary__link--style a.button:after,
.cta-quaternary__link--style a.button:after,
.lockup-quaternary__link--style a.button:after {
  content: '';
  background-image: url(images/quaternary-jar-black.png); }

.hero-header-quaternary__link--style a.button:hover:after,
.header-quaternary__link--style a.button:hover:after,
.cta-quaternary__link--style a.button:hover:after,
.lockup-quaternary__link--style a.button:hover:after {
  content: '';
  background-image: url(images/quaternary-jar-lightblue.png); }

.hero-header-quinary__link span,
.header-quinary__link span,
.cta-quinary__link span,
.lockup-quinary__link span {
  margin-bottom: 20px; }

.hero-header-quinary__link--style a.button,
.hero-header-quinary__link--style .button-icon,
.header-quinary__link--style a.button,
.header-quinary__link--style .button-icon,
.cta-quinary__link--style a.button,
.cta-quinary__link--style .button-icon,
.lockup-quinary__link--style a.button,
.lockup-quinary__link--style .button-icon {
  position: relative;
  background: transparent;
  border-color: white;
  color: white;
  white-space: nowrap;
  transition: all .3s ease-in-out; }
  .hero-header-quinary__link--style a.button:hover,
  .hero-header-quinary__link--style .button-icon:hover,
  .header-quinary__link--style a.button:hover,
  .header-quinary__link--style .button-icon:hover,
  .cta-quinary__link--style a.button:hover,
  .cta-quinary__link--style .button-icon:hover,
  .lockup-quinary__link--style a.button:hover,
  .lockup-quinary__link--style .button-icon:hover {
    background: #f7f7f7;
    border-color: white;
    color: #e84d30; }

.hero-header-quinary__link--style a.button:after,
.header-quinary__link--style a.button:after,
.cta-quinary__link--style a.button:after,
.lockup-quinary__link--style a.button:after {
  content: '';
  background-image: url(images/quinary-sprout-white.svg); }

.hero-header-quinary__link--style a.button:hover:after,
.header-quinary__link--style a.button:hover:after,
.cta-quinary__link--style a.button:hover:after,
.lockup-quinary__link--style a.button:hover:after {
  content: '';
  background-image: url(images/quinary-sprout-red.svg); }

#berry-best .cta-tertiary__link--style a.button {
  padding: 0 45px; }

.crofters-hero-header {
  display: flex;
  flex-direction: row;
  max-width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column; }
  @media only screen and (max-width: 1023px) {
    .crofters-hero-header {
      max-width: 80%; } }
  @media only screen and (max-width: 600px) {
    .crofters-hero-header {
      max-width: 100%;
      padding: 0 35px; }
      .crofters-hero-header p {
        font-size: 18px; } }
  .crofters-hero-header__title img {
    margin-bottom: 30px; }
  .crofters-hero-header__hidden {
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    font-size: 10px;
    opacity: 0; }
  .crofters-hero-header .primary h1 {
    line-height: 35px; }
    .crofters-hero-header .primary h1 small {
      font-size: 22px; }
  .crofters-hero-header .secondary h1 {
    border-top: solid;
    line-height: 35px;
    margin-bottom: 75px; }
  .crofters-hero-header .tertiary h1 {
    border-top: solid;
    line-height: 35px;
    margin-bottom: 75px; }
  .crofters-hero-header-left {
    text-align: left;
    align-items: flex-start; }
  .crofters-hero-header-right {
    text-align: right;
    align-items: flex-end; }
  .crofters-hero-header-center {
    text-align: center;
    align-items: center; }

.crofters-collapse .collapse {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .crofters-collapse .collapse__button {
    position: relative;
    background: #0087c0;
    border-color: #0087c0;
    color: #C8E5E6;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    padding: 10px;
    display: block;
    font-family: Moon, sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 30px;
    font-size: 16px; }
    .crofters-collapse .collapse__button:hover {
      background: transparent;
      border-color: #0087c0;
      color: #0087c0; }

.woocommerce-loop-product__title {
  font-family: Moon, sans-serif;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.8px;
  text-align: center;
  color: #e84d30;
  height: 60px;
  display: block;
  margin-top: 13px; }

a.product_type_simple,
a.ajax_add_to_cart,
a.product_type_external {
  display: none !important; }

.woocommerce ul.products li.product img.wp-post-image,
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  position: relative;
  display: block; }

.woocommerce ul.products li.product:hover:before, .woocommerce ul.products li.product:active:before, .woocommerce ul.products li.product.nice-select.open:before {
  content: '';
  display: block;
  background-image: url(images/leaf.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 220px/2);
  left: -220px;
  right: 0;
  margin: auto;
  width: 90px;
  height: 220px; }
  @media only screen and (max-width: 600px) {
    .woocommerce ul.products li.product:hover:before, .woocommerce ul.products li.product:active:before, .woocommerce ul.products li.product.nice-select.open:before {
      width: 40px;
      height: 140px;
      left: -130px;
      top: calc(50% - 200px/2); } }

.woocommerce ul.products li.product:hover .woocommerce-loop-product__link:after, .woocommerce ul.products li.product:active .woocommerce-loop-product__link:after, .woocommerce ul.products li.product.nice-select.open .woocommerce-loop-product__link:after {
  content: '';
  display: block;
  background-image: url(images/icon-bird.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 25%;
  width: 50px;
  height: 32px; }
  @media only screen and (max-width: 600px) {
    .woocommerce ul.products li.product:hover .woocommerce-loop-product__link:after, .woocommerce ul.products li.product:active .woocommerce-loop-product__link:after, .woocommerce ul.products li.product.nice-select.open .woocommerce-loop-product__link:after {
      display: none; } }

.crofters-search {
  background: #fff4e3; }
  .crofters-search__search {
    *zoom: 1;
    display: block;
    padding: 25px;
    margin-bottom: 85px;
    background-image: url("images/nav-woodbar.jpg"); }
    .crofters-search__search:before, .crofters-search__search:after {
      display: table;
      content: ""; }
    .crofters-search__search:after {
      clear: both; }
    .crofters-search__search .col {
      *zoom: 1;
      margin: 10px 5px; }
      .crofters-search__search .col:before, .crofters-search__search .col:after {
        display: table;
        content: ""; }
      .crofters-search__search .col:after {
        clear: both; }
      @media only screen and (max-width: 1023px) {
        .crofters-search__search .col {
          margin: 0;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 600px) {
        .crofters-search__search .col {
          margin: 0;
          margin-bottom: 10px; } }
  .crofters-search__form {
    max-width: 60%;
    margin: auto; }
    @media only screen and (max-width: 1023px) {
      .crofters-search__form {
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .crofters-search__form {
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 1023px) {
      .crofters-search__form .col-4 {
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .crofters-search__form .col-4 {
        width: 100%; } }
  .crofters-search__input {
    padding: 4px 15px !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    border-radius: 10px !important;
    border: #ffffff solid 3px !important;
    font-family: Moon, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #42442e;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .crofters-search__input {
        margin: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 600px) {
      .crofters-search__input {
        margin: 0;
        margin-bottom: 10px; } }
  .crofters-search__submit {
    position: relative;
    background: #0087c0;
    border-color: #0087c0;
    color: #f7f7f7;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 10px !important;
    font-family: Moon, sans-serif;
    font-size: 15px !important;
    text-transform: uppercase !important;
    padding: 5px 15px !important;
    line-height: 2;
    letter-spacing: 0.5px;
    min-width: 215px; }
    .crofters-search__submit:hover {
      background: #f7f7f7;
      border-color: #0087c0;
      color: #0087c0; }
    @media only screen and (max-width: 1023px) {
      .crofters-search__submit {
        position: relative;
        top: unset;
        bottom: unset;
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .crofters-search__submit {
        position: relative;
        top: unset;
        bottom: unset;
        width: 100%; } }

.social-nav {
  position: fixed;
  top: 40%;
  height: 200px;
  width: 60px;
  z-index: 2;
  background: #65b6d1;
  transition: transform .3s ease-in;
  transform: translateX(-100%); }
  .social-nav.show {
    transform: translateX(0); }
  .social-nav__icons {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .social-nav__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all .2s ease-in-out;
    position: relative;
    height: 66.66px; }
    .social-nav__icon:hover:before, .social-nav__icon:hover:after {
      background-size: 30px 30px; }
    .social-nav__icon:before, .social-nav__icon:after {
      content: '';
      height: 100%;
      width: 100%;
      display: block;
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.3s all; }
    .social-nav__icon a {
      color: transparent;
      height: 100%;
      width: 100%;
      z-index: 400; }
  .social-nav__icon.facebook:before {
    background-image: url("images/icon-facebook.svg"); }
  .social-nav__icon.facebook:after {
    background-image: url("images/icon-facebook-white.svg"); }
  .social-nav__icon.instagram:before {
    background-image: url("images/icon-instagram.svg"); }
  .social-nav__icon.instagram:after {
    background-image: url("images/icon-instagram-white.svg"); }
  .social-nav__icon.twitter:before {
    background-image: url("images/icon-twitter.svg"); }
  .social-nav__icon.twitter:after {
    background-image: url("images/icon-twitter-white.svg"); }

.pagination-wrapper {
  background-color: #fff4e3;
  padding: 0 20px 40px 20px;
  text-align: center; }
  .pagination-wrapper a, .pagination-wrapper span {
    margin: 0 3px;
    display: inline-block;
    font-family: Aracne, sans-serif;
    font-size: 32px;
    color: #e84d30;
    color: #43452f; }
  .pagination-wrapper span {
    font-weight: bold;
    font-size: 35px; }
    .pagination-wrapper span.current {
      color: #e84d30; }
  .pagination-wrapper a:hover {
    font-weight: bold;
    font-size: 35px; }

@media only screen and (max-width: 600px) {
  .page-faq .col-12 > img {
    display: none !important; } }

.hero .button {
  max-width: 100%; }

.home-hero {
  height: 100vh;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .home-hero .wrapper {
      padding-top: 90px !important; } }
  @media only screen and (max-width: 600px) {
    .home-hero .crofters-hero-header {
      padding: 0 65px !important; } }

.home-hero-video {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0; }
  .home-hero-video > .col-12,
  .home-hero-video .wpb_content_element,
  .home-hero-video .wpb_wrapper,
  .home-hero-video .wpb_wrapper div {
    height: 100%;
    width: 100%;
    margin: 0 auto; }

#family-owned {
  background-size: cover; }
  #family-owned h4 {
    color: #0087c0;
    font-size: 30px;
    letter-spacing: 3px; }
  #family-owned .cta-secondary__description--style p {
    font-size: 22px;
    text-align: left;
    max-width: 450px; }
  @media only screen and (max-width: 1023px) {
    #family-owned .button {
      margin-top: 40px; } }
  #family-owned .crofters-image--block {
    padding: 25px;
    margin-bottom: 50px; }

.family-owned {
  width: 100%;
  float: left;
  background-size: cover;
  height: 500px;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .family-owned {
      height: auto; } }
  .family-owned .main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .family-owned .main {
        transform: none; } }
  @media only screen and (max-width: 1023px) {
    .family-owned h1 {
      margin-top: 50px; } }
  @media only screen and (max-width: 600px) {
    .family-owned h1 {
      margin-top: 44px; } }
  .family-owned h2 {
    margin-bottom: 16px; }
    @media only screen and (max-width: 1023px) {
      .family-owned h2 {
        margin-top: 3px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 600px) {
      .family-owned h2 {
        margin-bottom: 40px; } }
  .family-owned p {
    text-align: left;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 600px) {
      .family-owned p {
        width: 90%;
        margin-left: 5%; } }
    .family-owned p:last-child {
      text-align: center; }
  .family-owned .button {
    margin-top: 20px; }
    @media only screen and (max-width: 600px) {
      .family-owned .button {
        margin-top: 40px; } }
  .family-owned img {
    transform: scale(0.85); }
    @media only screen and (max-width: 1023px) {
      .family-owned img {
        margin-top: 8px;
        margin-bottom: 26px; } }
    @media only screen and (max-width: 600px) {
      .family-owned img {
        margin-top: 17px; } }

.home-spread-intro {
  background-image: url("images/crofters-red-texture.jpg");
  background-repeat: repeat;
  float: left;
  width: 100%; }
  .home-spread-intro h1 {
    font-size: 80px; }
  .home-spread-intro h2 {
    margin-bottom: 9px; }
    @media only screen and (max-width: 600px) {
      .home-spread-intro h2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        float: left;
        display: block; }
        .home-spread-intro h2:after {
          display: block;
          content: '';
          width: 20px;
          height: 26px;
          position: absolute;
          bottom: -10px;
          right: -23px;
          background-image: url("images/icon-sprout-white.svg"); } }
  .home-spread-intro .main {
    margin-top: 45px; }
    @media only screen and (max-width: 600px) {
      .home-spread-intro .main:first-child p {
        display: block;
        clear: both; } }
    @media only screen and (max-width: 1023px) {
      .home-spread-intro .main {
        margin-top: 90px; } }
  .home-spread-intro__description.main {
    margin-top: 57px; }
    @media only screen and (max-width: 1023px) {
      .home-spread-intro__description.main {
        margin-top: 50px; } }
    @media only screen and (max-width: 600px) {
      .home-spread-intro__description.main {
        margin-top: 30px; } }
    .home-spread-intro__description.main .button {
      margin-top: 20px; }
      @media only screen and (max-width: 1023px) {
        .home-spread-intro__description.main .button {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          position: relative;
          margin-top: 50px; } }
      @media only screen and (max-width: 600px) {
        .home-spread-intro__description.main .button {
          font-size: 14px;
          padding-left: 14px;
          padding-right: 14px;
          margin-top: 29px; }
          .home-spread-intro__description.main .button:after {
            display: none; } }

.home-spread-items {
  background-image: url("images/crofters-red-texture.jpg");
  background-repeat: repeat;
  float: left;
  width: 100%; }
  .home-spread-items .main {
    margin-top: 40px;
    margin-bottom: 55px; }
    @media only screen and (max-width: 1200px) {
      .home-spread-items .main {
        margin-top: 88px;
        margin-bottom: 43px; } }
    @media only screen and (max-width: 1023px) {
      .home-spread-items .main {
        margin-top: 75px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 600px) {
      .home-spread-items .main {
        margin-top: 100px; } }
    @media only screen and (max-width: 1023px) {
      .home-spread-items .main:last-child {
        margin-bottom: 94px; } }
  .home-spread-items img {
    height: 316px;
    width: auto; }
    @media only screen and (max-width: 600px) {
      .home-spread-items img {
        height: auto;
        max-width: none;
        width: 61%; } }
  .home-spread-items h3, .home-spread-items .footer-menu .dropdown a, .footer-menu .dropdown .home-spread-items a, .home-spread-items .newsletter-signup__input, .home-spread-items .legal-links__link, .home-spread-items .store-locater__input, .home-spread-items .newsletter__input {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1023px) {
      .home-spread-items h3, .home-spread-items .footer-menu .dropdown a, .footer-menu .dropdown .home-spread-items a, .home-spread-items .newsletter-signup__input, .home-spread-items .legal-links__link, .home-spread-items .store-locater__input, .home-spread-items .newsletter__input {
        margin-top: 10px; } }
    .home-spread-items h3 a, .home-spread-items .footer-menu .dropdown a a, .footer-menu .dropdown .home-spread-items a a, .home-spread-items .newsletter-signup__input a, .home-spread-items .legal-links__link a, .home-spread-items .store-locater__input a, .home-spread-items .newsletter__input a {
      text-decoration: none; }
      .home-spread-items h3 a:hover, .home-spread-items .footer-menu .dropdown a a:hover, .footer-menu .dropdown .home-spread-items a a:hover, .home-spread-items .newsletter-signup__input a:hover, .home-spread-items .legal-links__link a:hover, .home-spread-items .store-locater__input a:hover, .home-spread-items .newsletter__input a:hover {
        text-decoration: underline; }
  .home-spread-items p {
    font-size: 18px;
    max-width: 230px;
    margin: auto; }
    @media only screen and (max-width: 1023px) {
      .home-spread-items p {
        max-width: 55%; } }
    @media only screen and (max-width: 600px) {
      .home-spread-items p {
        max-width: 90%; } }
    .home-spread-items p:first-child a {
      display: inline-block;
      position: relative; }
      .home-spread-items p:first-child a:hover:before, .home-spread-items p:first-child a:hover:after {
        display: block;
        content: '';
        position: absolute; }
      .home-spread-items p:first-child a:hover:before {
        background-image: url("images/icon-bird.svg");
        width: 50px;
        height: 40px;
        left: 20px;
        top: -32px;
        z-index: 1;
        background-size: contain; }
        @media only screen and (max-width: 1200px) {
          .home-spread-items p:first-child a:hover:before {
            width: 40px;
            height: 32px;
            top: -26px; } }
        @media only screen and (max-width: 1023px) {
          .home-spread-items p:first-child a:hover:before {
            width: 50px;
            height: 40px;
            top: -33px; } }
        @media only screen and (max-width: 600px) {
          .home-spread-items p:first-child a:hover:before {
            left: 50%;
            margin-left: -28%; } }
      .home-spread-items p:first-child a:hover:after {
        background-image: url("images/leaf.png");
        width: 120px;
        height: 291px;
        background-size: cover;
        left: -111px;
        top: 33px;
        z-index: 1; }
        @media only screen and (max-width: 1200px) {
          .home-spread-items p:first-child a:hover:after {
            display: none; } }
        @media only screen and (max-width: 1023px) {
          .home-spread-items p:first-child a:hover:after {
            display: block;
            width: 89px;
            height: 216px;
            left: -73px;
            top: 85px; } }
        @media only screen and (max-width: 600px) {
          .home-spread-items p:first-child a:hover:after {
            top: 30px;
            left: 50%;
            margin-left: -59%;
            width: 33%;
            height: 69vw; } }
      .home-spread-items p:first-child a img {
        position: relative; }

.home-berry-best {
  float: left;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .home-berry-best-info {
      background-color: transparent; } }
  .home-berry-best-info:nth-child(2) {
    padding-bottom: 58px; }
    @media only screen and (max-width: 1023px) {
      .home-berry-best-info:nth-child(2) {
        padding-bottom: 0; } }
  @media only screen and (max-width: 1023px) {
    .home-berry-best-info:last-child {
      padding-bottom: 67px; } }
  .home-berry-best h1 {
    font-size: 100px;
    margin-top: 28px; }
    @media only screen and (max-width: 1200px) {
      .home-berry-best h1 {
        font-size: 85px;
        margin-top: 36px; } }
    @media only screen and (max-width: 600px) {
      .home-berry-best h1 {
        margin-top: 84px; } }
  .home-berry-best h2 {
    margin-bottom: 16px; }
    @media only screen and (max-width: 1200px) {
      .home-berry-best h2 {
        font-size: 25px;
        margin-bottom: 71px; } }
    @media only screen and (max-width: 1023px) {
      .home-berry-best h2 {
        margin-bottom: 0; } }
  .home-berry-best h3, .home-berry-best .footer-menu .dropdown a, .footer-menu .dropdown .home-berry-best a, .home-berry-best .newsletter-signup__input, .home-berry-best .legal-links__link, .home-berry-best .store-locater__input, .home-berry-best .newsletter__input {
    font-size: 22px;
    margin-bottom: 7px; }
    @media only screen and (max-width: 1200px) {
      .home-berry-best h3, .home-berry-best .footer-menu .dropdown a, .footer-menu .dropdown .home-berry-best a, .home-berry-best .newsletter-signup__input, .home-berry-best .legal-links__link, .home-berry-best .store-locater__input, .home-berry-best .newsletter__input {
        width: 200px;
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 1023px) {
      .home-berry-best h3, .home-berry-best .footer-menu .dropdown a, .footer-menu .dropdown .home-berry-best a, .home-berry-best .newsletter-signup__input, .home-berry-best .legal-links__link, .home-berry-best .store-locater__input, .home-berry-best .newsletter__input {
        width: 90%;
        margin-top: 8px; } }
    @media only screen and (max-width: 600px) {
      .home-berry-best h3, .home-berry-best .footer-menu .dropdown a, .footer-menu .dropdown .home-berry-best a, .home-berry-best .newsletter-signup__input, .home-berry-best .legal-links__link, .home-berry-best .store-locater__input, .home-berry-best .newsletter__input {
        line-height: 1.4;
        margin-top: 1px;
        width: 65%; } }
    .home-berry-best h3 + p, .home-berry-best .footer-menu .dropdown a + p, .footer-menu .dropdown .home-berry-best a + p, .home-berry-best .newsletter-signup__input + p, .home-berry-best .legal-links__link + p, .home-berry-best .store-locater__input + p, .home-berry-best .newsletter__input + p {
      line-height: 1.5;
      height: 106px; }
      @media only screen and (max-width: 1200px) {
        .home-berry-best h3 + p, .home-berry-best .footer-menu .dropdown a + p, .footer-menu .dropdown .home-berry-best a + p, .home-berry-best .newsletter-signup__input + p, .home-berry-best .legal-links__link + p, .home-berry-best .store-locater__input + p, .home-berry-best .newsletter__input + p {
          height: 124px; } }
      @media only screen and (max-width: 1023px) {
        .home-berry-best h3 + p, .home-berry-best .footer-menu .dropdown a + p, .footer-menu .dropdown .home-berry-best a + p, .home-berry-best .newsletter-signup__input + p, .home-berry-best .legal-links__link + p, .home-berry-best .store-locater__input + p, .home-berry-best .newsletter__input + p {
          width: 64%;
          height: auto; } }
  .home-berry-best p {
    font-size: 15px;
    width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 1200px) {
      .home-berry-best p {
        width: 243px; } }
    .home-berry-best p:first-child {
      margin-top: 180px; }
      @media only screen and (max-width: 1200px) {
        .home-berry-best p:first-child {
          margin-top: 222px; } }
      @media only screen and (max-width: 600px) {
        .home-berry-best p:first-child {
          margin-top: 17px; } }
  .home-berry-best p:first-child, .home-berry-best h2 + p {
    height: 182px; }
    @media only screen and (max-width: 1023px) {
      .home-berry-best p:first-child, .home-berry-best h2 + p {
        margin-top: 40px; } }
    @media only screen and (max-width: 600px) {
      .home-berry-best p:first-child, .home-berry-best h2 + p {
        margin-top: 45px; } }
  .home-berry-best .button {
    display: inline-block;
    width: 226px; }
    @media only screen and (max-width: 1200px) {
      .home-berry-best .button {
        width: 256px; } }
    @media only screen and (max-width: 1023px) {
      .home-berry-best .button {
        margin-top: 20px; } }

.home-vertical-tabs {
  background-image: url("images/crofters-red-texture.jpg");
  background-repeat: repeat;
  float: left;
  width: 100%;
  overflow: hidden; }
  .home-vertical-tabs .hover-tab img {
    max-width: 85px; }

.home-quotes {
  float: left;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 105px; }
  @media only screen and (max-width: 600px) {
    .home-quotes {
      padding: 70px 0 160px 0; } }
  .home-quotes .slick-slider {
    width: 100%;
    height: auto;
    padding: 0 7% !important; }
    @media only screen and (max-width: 600px) {
      .home-quotes .slick-slider {
        padding: 0 10px !important; } }
    .home-quotes .slick-slider .slick-btn-container {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .home-quotes .slick-slider .slick-btn-container {
          padding-top: 30px; } }
      @media only screen and (max-width: 1023px) {
        .home-quotes .slick-slider .slick-btn-container {
          padding-top: 20px; } }
    .home-quotes .slick-slider .slick-slide > div {
      position: relative;
      background-color: #ffffff;
      border-radius: 20px;
      height: 80%;
      position: relative;
      padding: 50px;
      box-shadow: 4px 4px 36px -7px rgba(0, 0, 0, 0.31);
      background-image: url("images/crofters-quote-texture.jpg");
      margin: 65px; }
      @media only screen and (max-width: 600px) {
        .home-quotes .slick-slider .slick-slide > div {
          margin: 25px;
          margin-bottom: 68px;
          padding: 30px; } }
      .home-quotes .slick-slider .slick-slide > div div:before {
        content: '';
        background-image: url("images/icon-bird.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 40px;
        height: 40px;
        display: block;
        right: 25%;
        top: -37px;
        position: absolute; }
      @media only screen and (max-width: 1023px) {
        .home-quotes .slick-slider .slick-slide > div div {
          background-image: none; } }
      .home-quotes .slick-slider .slick-slide > div > div:after {
        content: '';
        position: absolute;
        left: 20%;
        bottom: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #f5f5f5 transparent transparent transparent; }
      .home-quotes .slick-slider .slick-slide > div:before, .home-quotes .slick-slider .slick-slide > div:after {
        content: '';
        position: absolute;
        width: 114px;
        height: 95px;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1; }
        @media only screen and (max-width: 1200px) {
          .home-quotes .slick-slider .slick-slide > div:before, .home-quotes .slick-slider .slick-slide > div:after {
            width: 98px;
            height: 79px; } }
        @media only screen and (max-width: 1023px) {
          .home-quotes .slick-slider .slick-slide > div:before, .home-quotes .slick-slider .slick-slide > div:after {
            width: 49px;
            height: 40px; } }
      .home-quotes .slick-slider .slick-slide > div:before {
        background-image: url("images/quote-left.png");
        top: -32px;
        left: -67px; }
        @media only screen and (max-width: 1023px) {
          .home-quotes .slick-slider .slick-slide > div:before {
            top: -19px;
            left: -18px; } }
        @media only screen and (max-width: 600px) {
          .home-quotes .slick-slider .slick-slide > div:before {
            top: -23px;
            left: -6px; } }
      .home-quotes .slick-slider .slick-slide > div:after {
        background-image: url("images/quote-right.png");
        right: -42px;
        bottom: -38px; }
        @media only screen and (max-width: 1200px) {
          .home-quotes .slick-slider .slick-slide > div:after {
            right: -62px;
            bottom: -54px; } }
        @media only screen and (max-width: 1023px) {
          .home-quotes .slick-slider .slick-slide > div:after {
            bottom: -20px;
            right: 0; } }
        @media only screen and (max-width: 450px) {
          .home-quotes .slick-slider .slick-slide > div:after {
            bottom: -20px;
            right: 0; } }
      .home-quotes .slick-slider .slick-slide > div p {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 0; }
        @media only screen and (max-width: 1200px) {
          .home-quotes .slick-slider .slick-slide > div p {
            font-size: 28px; } }
        @media only screen and (max-width: 1100px) {
          .home-quotes .slick-slider .slick-slide > div p {
            font-size: 20px; } }
  .home-quotes h1 {
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    text-transform: none;
    position: absolute;
    bottom: 0;
    left: 7%;
    bottom: -50px; }
    @media only screen and (max-width: 800px) {
      .home-quotes h1 {
        left: 0;
        text-align: center;
        width: 100%;
        bottom: -60px; } }
  .home-quotes .slick-list, .home-quotes .slick-track {
    height: 100%; }
  .home-quotes .slick-arrow {
    position: relative;
    background-image: url("images/carousel-orange.png");
    width: 46px;
    height: 53px;
    background-size: 100%;
    color: transparent;
    background-color: transparent;
    border: 0;
    padding: 0;
    border-radius: 100%; }
  .home-quotes .slick-prev {
    transform: scaleX(-1);
    margin-left: -100px; }
  .home-quotes .slick-next {
    margin-left: 13px; }

.store-locater {
  padding-left: 100px; }
  @media only screen and (max-width: 1023px) {
    .store-locater {
      padding-left: 0px; } }
  .store-locater__input {
    height: 35px;
    line-height: 35px; }
    .store-locater__input::placeholder {
      height: 35px;
      line-height: 35px; }
  .store-locater__submit {
    padding: 0;
    margin: 0;
    line-height: 35px;
    border-radius: 0;
    border: none; }
  @media only screen and (max-width: 1023px) {
    .store-locater__container {
      width: 100%;
      margin-top: 52px; } }
  @media only screen and (max-width: 1023px) {
    .store-locater__content {
      width: 100%;
      align-self: center;
      justify-content: center;
      justify-self: center;
      flex: 1; } }
  @media only screen and (max-width: 1023px) {
    .store-locater__description {
      margin-top: 52px;
      width: 100%;
      max-width: 260px;
      margin: 0 auto; } }

#home-locator {
  height: 1160px;
  background-size: cover; }
  @media only screen and (max-width: 1440px) {
    #home-locator {
      height: 1012px;
      background-size: auto 1024px !important; } }
  @media only screen and (max-width: 1023px) {
    #home-locator {
      background-size: auto 1148px !important;
      background-position: right bottom !important; } }
  @media only screen and (max-width: 600px) {
    #home-locator {
      height: 1180px;
      background-position: right -355px bottom !important; } }

#home-locator-content {
  width: 100%;
  max-width: 1000px;
  padding-top: 98px; }
  @media only screen and (max-width: 1440px) {
    #home-locator-content {
      max-width: 844px; } }
  @media only screen and (max-width: 1023px) {
    #home-locator-content {
      padding-top: 52px; } }
  @media only screen and (max-width: 1023px) {
    #home-locator-content .crofters-image--block img {
      width: 100%;
      max-width: 220px; } }

.page-our-story {
  background: #fff4e3; }
  .page-our-story .content .main .col-12 .hero-homepage {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .page-our-story #our-story-header {
      padding-bottom: 600px !important; } }
  .page-our-story .crofters-hero-header__description p {
    font-size: 30px;
    margin-bottom: 0; }
    .page-our-story .crofters-hero-header__description p strong {
      font-size: 22px;
      color: #0087c0; }
  .page-our-story .our-story__container.background-top p {
    font-size: 22px;
    max-width: 700px; }
  .page-our-story p {
    font-size: 15px;
    line-height: 1.59; }
  .page-our-story .background-top {
    margin-top: 40px;
    position: relative; }
    .page-our-story .background-top p {
      font-size: 18px; }
    .page-our-story .background-top:before, .page-our-story .background-top:after {
      content: '';
      position: absolute;
      height: 320vmax;
      width: 150px;
      top: 500%;
      background-repeat: no-repeat;
      transition: .2s ease-in; }
      @media only screen and (max-width: 1200px) {
        .page-our-story .background-top:before, .page-our-story .background-top:after {
          width: 130px; } }
      @media only screen and (max-width: 1023px) {
        .page-our-story .background-top:before, .page-our-story .background-top:after {
          top: 700%;
          width: 119px; } }
      @media only screen and (max-width: 600px) {
        .page-our-story .background-top:before, .page-our-story .background-top:after {
          display: none; } }
    .page-our-story .background-top:after {
      top: 100%; }
    .page-our-story .background-top:before {
      background-image: url("images/img-ourstory-left-bg-1440.png");
      background-size: contain;
      left: 0; }
      @media only screen and (max-width: 1200px) {
        .page-our-story .background-top:before {
          background-image: url("images/img-ourstory-left-bg-1024.png"); } }
      @media only screen and (max-width: 1023px) {
        .page-our-story .background-top:before {
          background-image: url("images/img-ourstory-left-bg-768.png"); } }
    .page-our-story .background-top:after {
      background-image: url("images/img-ourstory-right-bg-1440.png");
      background-size: cover;
      right: 0; }
      @media only screen and (max-width: 1200px) {
        .page-our-story .background-top:after {
          background-image: url("images/img-ourstory-right-bg-1024.png"); } }
      @media only screen and (max-width: 1023px) {
        .page-our-story .background-top:after {
          background-image: url("images/img-ourstory-right-bg-768.png"); } }
    .page-our-story .background-top .our-story--text-center {
      width: 80%;
      margin: 0 auto; }
      @media only screen and (max-width: 1023px) {
        .page-our-story .background-top .our-story--text-center {
          width: 95%; } }
  .page-our-story #our-story__slick {
    padding: 0 80px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story #our-story__slick {
        padding: 0 60px;
        margin-bottom: 75px; } }
    @media only screen and (max-width: 600px) {
      .page-our-story #our-story__slick {
        padding: 0 50px; } }
    .page-our-story #our-story__slick .col-6 {
      width: 50%; }
      @media only screen and (max-width: 600px) {
        .page-our-story #our-story__slick .col-6 {
          width: 100%; } }
    .page-our-story #our-story__slick p {
      text-align: center;
      margin: 15px 0 25px 0; }
  .page-our-story h2.our-story__year {
    font-size: 40px;
    margin: 50px 0; }
    @media only screen and (max-width: 1023px) {
      .page-our-story h2.our-story__year {
        margin-top: 0; } }
  .page-our-story .our-story p {
    font-size: 16px; }
  @media only screen and (max-width: 1023px) {
    .page-our-story .our-story__flex {
      display: flex;
      flex-direction: column;
      padding: 0 10px; } }
  .page-our-story .our-story__container {
    width: 100%;
    padding: 0 200px;
    margin-bottom: 100px;
    float: left;
    position: relative; }
    @media smdesktop-query {
      .page-our-story .our-story__container {
        padding: 0 10%; } }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story__container {
        display: flex;
        flex-direction: column;
        padding: 0 100px; } }
    @media only screen and (max-width: 600px) {
      .page-our-story .our-story__container {
        padding: 0 20px; } }
    .page-our-story .our-story__container img {
      min-width: 400px;
      height: auto; }
      @media only screen and (max-width: 600px) {
        .page-our-story .our-story__container img {
          min-width: 100%; } }
      @media only screen and (max-width: 1023px) {
        .page-our-story .our-story__container img {
          min-width: 80%; } }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story__container .col-6 {
        width: 100%; } }
    .page-our-story .our-story__container.wrapper {
      max-width: none; }
  .page-our-story .our-story__year {
    font-size: 1.5em;
    color: #0087c0; }
    @media only screen and (max-width: 600px) {
      .page-our-story .our-story__year {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story__year:before {
        content: '';
        display: block;
        position: relative;
        background-image: url("images/img-ourstory-leaf.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 45px;
        width: 25px;
        top: -25px;
        margin: 0 auto; } }
  .page-our-story .our-story--image {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story--image {
        order: 2; } }
  .page-our-story .our-story--text {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story--text {
        order: 1; } }
    @media only screen and (max-width: 600px) {
      .page-our-story .our-story--text {
        margin-bottom: 20px; } }
  .page-our-story .our-story--wide img {
    width: 100%; }
  .page-our-story .our-story--text-right {
    text-align: right;
    padding-right: 50px;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story--text-right {
        align-items: center; } }
    .page-our-story .our-story--text-right p {
      max-width: 350px; }
  .page-our-story .our-story--text-left {
    text-align: left;
    padding-left: 90px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .our-story--text-left {
        display: flex;
        flex-flow: column nowrap;
        align-items: center; } }
    .page-our-story .our-story--text-left p {
      max-width: 350px; }
  .page-our-story .our-story--text-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-our-story .our-story--text-center p {
      max-width: 450px; }
  @media only screen and (max-width: 1023px) {
    .page-our-story .our-story--text-right, .page-our-story .our-story--text-left {
      padding: 0;
      text-align: center; } }
  .page-our-story .vine-1,
  .page-our-story .vine-2,
  .page-our-story .vine-3,
  .page-our-story .vine-4,
  .page-our-story .vine-5,
  .page-our-story .vine-6,
  .page-our-story .vine-7 {
    position: relative; }
    .page-our-story .vine-1:before,
    .page-our-story .vine-2:before,
    .page-our-story .vine-3:before,
    .page-our-story .vine-4:before,
    .page-our-story .vine-5:before,
    .page-our-story .vine-6:before,
    .page-our-story .vine-7:before {
      content: '';
      position: absolute;
      right: 50%;
      bottom: 0;
      width: 90px;
      height: 500px;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: -1; }
      @media only screen and (max-width: 1023px) {
        .page-our-story .vine-1:before,
        .page-our-story .vine-2:before,
        .page-our-story .vine-3:before,
        .page-our-story .vine-4:before,
        .page-our-story .vine-5:before,
        .page-our-story .vine-6:before,
        .page-our-story .vine-7:before {
          display: none; } }
  .page-our-story .vine-1:before {
    bottom: -178px;
    width: 74px;
    height: 500px;
    background-image: url("images/img-ourstory-vine-1.png"); }
  .page-our-story .vine-2:before {
    right: 46%;
    bottom: -455px;
    width: 80px;
    height: 940px;
    background-image: url("images/img-ourstory-vine-2.png"); }
  .page-our-story .vine-3:before {
    right: 48%;
    bottom: -123px;
    width: 80px;
    height: 460px;
    background-image: url("images/img-ourstory-vine-3.png"); }
  .page-our-story .vine-4:before {
    right: 45%;
    bottom: -164px;
    width: 70px;
    background-image: url("images/img-ourstory-vine-4.png"); }
  .page-our-story .vine-5 {
    margin-bottom: 300px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .vine-5 {
        margin-bottom: 100px; } }
    .page-our-story .vine-5:before {
      bottom: -270px;
      height: 250px;
      right: 46%;
      background-image: url("images/img-ourstory-vine-5.png"); }
  .page-our-story .vine-6 {
    margin-bottom: 200px; }
    @media only screen and (max-width: 1023px) {
      .page-our-story .vine-6 {
        margin-bottom: 100px; } }
    .page-our-story .vine-6:before {
      height: 170px;
      bottom: -188px;
      right: 45%;
      background-image: url("images/img-ourstory-vine-6.png"); }
  .page-our-story .vine-7:before {
    right: 44%;
    bottom: -15px;
    height: 370px;
    background-image: url("images/img-ourstory-vine-7.png"); }

.page-the-fruit .hero-homepage__content {
  width: 50%;
  top: 25%; }
  @media only screen and (max-width: 1023px) {
    .page-the-fruit .hero-homepage__content {
      top: 10%;
      width: 75%; } }
  .page-the-fruit .hero-homepage__content .hero__description p {
    font-size: 22px;
    line-height: 1.59;
    font-weight: normal; }
    @media only screen and (max-width: 600px) {
      .page-the-fruit .hero-homepage__content .hero__description p {
        font-size: 16px; } }

.spreads-hero,
.premium-spread-hero,
.just-fruit-spread-hero,
.biodynamic-spread-hero {
  max-width: 1920px; }
  @media only screen and (max-width: 1200px) {
    .spreads-hero .hero,
    .premium-spread-hero .hero,
    .just-fruit-spread-hero .hero,
    .biodynamic-spread-hero .hero {
      height: 600px; } }
  @media only screen and (max-width: 1023px) {
    .spreads-hero .hero,
    .premium-spread-hero .hero,
    .just-fruit-spread-hero .hero,
    .biodynamic-spread-hero .hero {
      height: 680px; } }
  @media only screen and (max-width: 1440px) {
    .spreads-hero .hero__container,
    .premium-spread-hero .hero__container,
    .just-fruit-spread-hero .hero__container,
    .biodynamic-spread-hero .hero__container {
      background-position: left -100px center; } }
  @media only screen and (max-width: 1200px) {
    .spreads-hero .hero__container,
    .premium-spread-hero .hero__container,
    .just-fruit-spread-hero .hero__container,
    .biodynamic-spread-hero .hero__container {
      background-size: auto 600px;
      background-position: left -100px bottom 80px; } }
  @media only screen and (max-width: 1023px) {
    .spreads-hero .hero__container,
    .premium-spread-hero .hero__container,
    .just-fruit-spread-hero .hero__container,
    .biodynamic-spread-hero .hero__container {
      height: 810px;
      width: 100%;
      background-position: center center;
      background-size: cover; } }
  @media only screen and (max-width: 600px) {
    .spreads-hero .hero__container,
    .premium-spread-hero .hero__container,
    .just-fruit-spread-hero .hero__container,
    .biodynamic-spread-hero .hero__container {
      height: 480px; } }
  .spreads-hero .hero__content--right,
  .premium-spread-hero .hero__content--right,
  .just-fruit-spread-hero .hero__content--right,
  .biodynamic-spread-hero .hero__content--right {
    float: none;
    margin: 0 auto;
    left: 0;
    right: -480px; }
    @media only screen and (max-width: 1440px) {
      .spreads-hero .hero__content--right,
      .premium-spread-hero .hero__content--right,
      .just-fruit-spread-hero .hero__content--right,
      .biodynamic-spread-hero .hero__content--right {
        left: unset;
        right: 0px; } }
    @media only screen and (max-width: 1200px) {
      .spreads-hero .hero__content--right,
      .premium-spread-hero .hero__content--right,
      .just-fruit-spread-hero .hero__content--right,
      .biodynamic-spread-hero .hero__content--right {
        left: unset;
        right: -60px; } }
    @media only screen and (max-width: 1023px) {
      .spreads-hero .hero__content--right,
      .premium-spread-hero .hero__content--right,
      .just-fruit-spread-hero .hero__content--right,
      .biodynamic-spread-hero .hero__content--right {
        float: left;
        left: unset;
        right: unset; } }

.just-fruit-spread-hero .hero__content--right, .premium-spread-hero .hero__content--right, .biodynamic-spread-hero .hero__content--right {
  right: -800px; }
  @media only screen and (max-width: 1440px) {
    .just-fruit-spread-hero .hero__content--right, .premium-spread-hero .hero__content--right, .biodynamic-spread-hero .hero__content--right {
      left: unset;
      right: 0px; } }
  @media only screen and (max-width: 1200px) {
    .just-fruit-spread-hero .hero__content--right, .premium-spread-hero .hero__content--right, .biodynamic-spread-hero .hero__content--right {
      right: 0;
      padding-left: 42px;
      padding-right: 42px; } }
  @media only screen and (max-width: 1023px) {
    .just-fruit-spread-hero .hero__content--right, .premium-spread-hero .hero__content--right, .biodynamic-spread-hero .hero__content--right {
      padding-left: 5%;
      padding-right: 5%; } }
  @media only screen and (max-width: 1200px) {
    .just-fruit-spread-hero .hero__content--right img, .premium-spread-hero .hero__content--right img, .biodynamic-spread-hero .hero__content--right img {
      max-width: 250px; } }
  @media only screen and (max-width: 1023px) {
    .just-fruit-spread-hero .hero__content--right img, .premium-spread-hero .hero__content--right img, .biodynamic-spread-hero .hero__content--right img {
      max-width: 300px; } }
  @media only screen and (max-width: 1200px) {
    .just-fruit-spread-hero .hero__content--right .hero__description p, .premium-spread-hero .hero__content--right .hero__description p, .biodynamic-spread-hero .hero__content--right .hero__description p {
      font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    .just-fruit-spread-hero .hero__content--right .hero__description p, .premium-spread-hero .hero__content--right .hero__description p, .biodynamic-spread-hero .hero__content--right .hero__description p {
      font-size: 18px; } }

@media only screen and (max-width: 1200px) {
  .premium-spread-hero .hero__content--right {
    padding-left: 40px; } }

@media only screen and (max-width: 1023px) {
  .premium-spread-hero .hero__content--right {
    padding-left: 5%;
    padding-right: 5%; } }

@media only screen and (max-width: 1200px) {
  .premium-spread-hero .hero__content--right .hero__image img {
    max-width: 180px; } }

@media only screen and (max-width: 1023px) {
  .premium-spread-hero .hero__content--right .hero__image img {
    max-width: 250px; } }

#premium .divider__content, #justfruit .divider__content, #biodynamic .divider__content {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px; }
  @media only screen and (max-width: 1440px) {
    #premium .divider__content, #justfruit .divider__content, #biodynamic .divider__content {
      max-width: 1230px; } }
  @media only screen and (max-width: 1200px) {
    #premium .divider__content, #justfruit .divider__content, #biodynamic .divider__content {
      max-width: 840px; } }
  @media only screen and (max-width: 1023px) {
    #premium .divider__content, #justfruit .divider__content, #biodynamic .divider__content {
      max-width: 660px;
      padding: 0 10px; } }

@media only screen and (max-width: 1440px) {
  #premium .divider__empty, #justfruit .divider__empty, #biodynamic .divider__empty {
    display: flex; } }

@media only screen and (max-width: 1200px) {
  #premium .divider__empty, #justfruit .divider__empty, #biodynamic .divider__empty {
    display: none; } }

#premium .divider__description, #justfruit .divider__description, #biodynamic .divider__description {
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    #premium .divider__description, #justfruit .divider__description, #biodynamic .divider__description {
      padding: 0; } }
  @media only screen and (max-width: 600px) {
    #premium .divider__description, #justfruit .divider__description, #biodynamic .divider__description {
      padding: 0 10px; } }
  #premium .divider__description p, #justfruit .divider__description p, #biodynamic .divider__description p {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 1px;
    margin-bottom: 0; }

@media only screen and (max-width: 1023px) {
  #premium .divider__image, #justfruit .divider__image, #biodynamic .divider__image {
    justify-content: left; } }

@media only screen and (max-width: 600px) {
  #premium .divider__image, #justfruit .divider__image, #biodynamic .divider__image {
    justify-content: center;
    height: 310px; } }

@media only screen and (max-width: 1023px) {
  #premium .divider__image img, #justfruit .divider__image img, #biodynamic .divider__image img {
    width: 100%;
    max-width: 170px;
    margin-left: 40px; } }

@media only screen and (max-width: 600px) {
  #premium .divider__image img, #justfruit .divider__image img, #biodynamic .divider__image img {
    max-width: 236px;
    margin-left: auto;
    margin-right: auto; } }

#premium.divider__container, #justfruit.divider__container, #biodynamic.divider__container {
  background-position: center center;
  background-size: auto 280px;
  height: 280px; }
  @media only screen and (max-width: 1440px) {
    #premium.divider__container, #justfruit.divider__container, #biodynamic.divider__container {
      background-position: center center;
      background-size: auto 280px; } }
  @media only screen and (max-width: 1200px) {
    #premium.divider__container, #justfruit.divider__container, #biodynamic.divider__container {
      background-position: left 30% center; } }
  @media only screen and (max-width: 1023px) {
    #premium.divider__container, #justfruit.divider__container, #biodynamic.divider__container {
      background-position: center center;
      background-size: cover; } }
  @media only screen and (max-width: 600px) {
    #premium.divider__container, #justfruit.divider__container, #biodynamic.divider__container {
      height: 540px; } }

@media only screen and (max-width: 1023px) {
  #justfruit .divider__description p, #biodynamic .divider__description p {
    width: 100%;
    max-width: 290px; } }

@media only screen and (max-width: 1023px) {
  #justfruit .divider__image, #biodynamic .divider__image {
    justify-content: left; } }

@media only screen and (max-width: 600px) {
  #justfruit .divider__image, #biodynamic .divider__image {
    justify-content: center;
    height: 310px; } }

@media only screen and (max-width: 1440px) {
  #justfruit .divider__image img, #biodynamic .divider__image img {
    width: 100%;
    max-width: 330px; } }

@media only screen and (max-width: 1023px) {
  #justfruit .divider__image img, #biodynamic .divider__image img {
    width: 100%;
    max-width: 280px;
    margin-left: 40px; } }

@media only screen and (max-width: 600px) {
  #justfruit .divider__image img, #biodynamic .divider__image img {
    max-width: 236px;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1200px) {
  #justfruit.divider__container, #biodynamic.divider__container {
    background-position: right 25% center; } }

@media only screen and (max-width: 1023px) {
  #justfruit.divider__container, #biodynamic.divider__container {
    background-position: center center;
    background-size: cover; } }

@media only screen and (max-width: 600px) {
  #justfruit.divider__container, #biodynamic.divider__container {
    height: 540px; } }

@media only screen and (max-width: 1023px) {
  #biodynamic .divider__image img {
    margin-right: 40px;
    margin-left: 0px; } }

@media only screen and (max-width: 600px) {
  #biodynamic .divider__image img {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1200px) {
  #biodynamic.divider__container {
    background-position: left 25% center; } }

@media only screen and (max-width: 1023px) {
  #biodynamic.divider__container {
    background-position: center center;
    background-size: cover; } }

@media only screen and (max-width: 600px) {
  #biodynamic.divider__container {
    height: 540px; } }

@media only screen and (max-width: 1023px) {
  #our-spreads-subnav .scroll-to-nav {
    background-size: auto 100%;
    background-repeat: no-repeat; } }

@media only screen and (max-width: 1023px) {
  #our-spreads-subnav .scroll-to-nav__wrapper {
    width: 100%;
    justify-content: center; } }

@media only screen and (max-width: 1023px) {
  #our-spreads-subnav .scroll-to-nav__link {
    width: 100%;
    max-width: 190px;
    padding: 5px 0;
    margin: 10px 8px; } }

@media only screen and (max-width: 1023px) {
  #our-spreads-subnav .scroll-to-nav__dropdown.dropdown {
    width: 100%;
    margin: 0 auto;
    justify-content: center; } }

.filter-wrapper {
  background-color: #fef9f1; }
  .filter-wrapper .wpb_content_element {
    margin-bottom: 0; }
  .filter-wrapper .spreads-filter {
    text-align: center;
    padding: 30px 20px; }
    .filter-wrapper .spreads-filter p {
      margin-bottom: 0; }
    .filter-wrapper .spreads-filter a {
      display: inline-block;
      text-transform: uppercase;
      font-family: Aracne, sans-serif;
      color: #ed745e;
      padding-bottom: 4px;
      font-size: 30px;
      font-weight: bold;
      margin: 0 5px; }
      .filter-wrapper .spreads-filter a:hover {
        color: #e84d30; }
      .filter-wrapper .spreads-filter a.active {
        border-bottom: 2px solid #e84d30;
        color: #e84d30; }

.recipe {
  background: #fff4e3;
  padding-top: 100px; }
  .recipe h2 {
    font-family: Moon, sans-serif;
    font-size: 40px;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    color: #474b36; }
  .recipe li {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #474b36; }
  .recipe__hero--left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .recipe__hero--left img {
      opacity: 0; }
  .recipe__hero--right {
    background-position: left -220px bottom -220px;
    background-repeat: no-repeat;
    background-size: 418px auto;
    background-image: url("images/recipe-bush.svg"); }
    @media only screen and (max-width: 1440px) {
      .recipe__hero--right {
        background-position: left -220px bottom -305px; } }
    @media only screen and (max-width: 1023px) {
      .recipe__hero--right {
        background-position: left -290px bottom -120px; } }
    @media only screen and (max-width: 600px) {
      .recipe__hero--right {
        background-position: left -330px bottom -260px; } }
    .recipe__hero--right img {
      opacity: 0; }
  .recipe__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100%;
    padding: 0 60px; }
    @media only screen and (max-width: 600px) {
      .recipe__content {
        padding-bottom: 60px; } }
    .recipe__content-list {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-bottom: 40px;
      z-index: 1; }
      .recipe__content-list li {
        flex-basis: 33%; }
        .recipe__content-list li h2 {
          font-size: 20px;
          word-spacing: -9px; }
        .recipe__content-list li p {
          font-size: 40px; }
          .recipe__content-list li p:not(:last-child) {
            border-right: 1px solid black; }
  .recipe__description {
    padding-bottom: 30px; }
  .recipe__detail-categories {
    z-index: 1; }
  .recipe__related {
    background-image: url("images/crofters-red-texture.jpg");
    background-repeat: repeat; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .recipe__related .wrapper {
        flex-direction: column-reverse !important; } }
    .recipe__related--right {
      padding: 10%; }
  .recipe__ingredients2 {
    padding: 40px 92px;
    position: relative;
    background: #f5e9d5;
    min-height: 500px; }
    .recipe__ingredients2 h2 {
      position: relative;
      margin-bottom: 30px; }
      .recipe__ingredients2 h2 span {
        display: inline-block; }
      .recipe__ingredients2 h2 span::after {
        content: "";
        display: inline-block;
        background-color: #42442e;
        border-radius: 2px;
        height: 3px;
        width: 100%; }
    @media only screen and (max-width: 1023px) {
      .recipe__ingredients2 {
        padding: 40px 30px; } }
    @media only screen and (max-width: 600px) {
      .recipe__ingredients2 {
        padding-bottom: 100px; } }
    .recipe__ingredients2 h2 {
      text-transform: uppercase;
      text-align: center; }
    .recipe__ingredients2:before, .recipe__ingredients2:after {
      content: '';
      position: absolute;
      width: 200px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: contain; }
    .recipe__ingredients2:before {
      bottom: 0;
      left: 0; }
    .recipe__ingredients2:after {
      bottom: 0;
      right: 0;
      width: 180px; }
  .recipe__ingredients {
    padding: 40px 92px;
    position: relative;
    background: #f5e9d5;
    min-height: 500px; }
    .recipe__ingredients h2 {
      position: relative;
      margin-bottom: 30px; }
      .recipe__ingredients h2 span {
        display: inline-block; }
      .recipe__ingredients h2 span::after {
        content: "";
        display: inline-block;
        background-color: #42442e;
        border-radius: 2px;
        height: 3px;
        width: 100%; }
    @media only screen and (max-width: 1023px) {
      .recipe__ingredients {
        padding: 40px 30px; } }
    @media only screen and (max-width: 600px) {
      .recipe__ingredients {
        padding-bottom: 100px; } }
    .recipe__ingredients h2 {
      text-transform: uppercase;
      text-align: center; }
    .recipe__ingredients:before, .recipe__ingredients:after {
      content: '';
      position: absolute;
      width: 200px;
      height: 100px;
      background-repeat: no-repeat;
      background-size: contain; }
    .recipe__ingredients:before {
      background-image: url("images/img-recipe-detail-bush-2.png");
      bottom: 0;
      left: 0; }
    .recipe__ingredients:after {
      background-image: url("images/img-recipe-detail-bush-3.png");
      bottom: 0;
      right: 0;
      width: 180px; }
  .recipe__ingredients-lists {
    margin-top: 30px; }
    .recipe__ingredients-lists h3, .recipe__ingredients-lists .footer-menu .dropdown a, .footer-menu .dropdown .recipe__ingredients-lists a, .recipe__ingredients-lists .newsletter-signup__input, .recipe__ingredients-lists .legal-links__link, .recipe__ingredients-lists .store-locater__input, .recipe__ingredients-lists .newsletter__input {
      margin-bottom: 20px; }
  .recipe__ingredients-item {
    padding: 10px; }
    @media only screen and (max-width: 600px) {
      .recipe__ingredients-item {
        padding: 10px 0; } }
    .recipe__ingredients-item p {
      margin-bottom: 0; }
    .recipe__ingredients-item a {
      color: #d4452b; }
  .recipe__ingredients-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex; }
    @media only screen and (max-width: 600px) {
      .recipe__ingredients-container {
        flex-flow: row wrap; } }
  .recipe__video {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto; }
  .recipe__directions {
    position: relative;
    background: inherit;
    min-height: 500px;
    padding: 40px 80px; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .recipe__directions {
        max-width: 100%;
        padding: 40px 15px 15px 15px; } }
    .recipe__directions h2 {
      position: relative;
      margin-bottom: 30px; }
      .recipe__directions h2 span {
        display: inline-block; }
      .recipe__directions h2 span::after {
        content: "";
        display: inline-block;
        background-color: #42442e;
        border-radius: 2px;
        height: 3px;
        width: 100%; }
    .recipe__directions p {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      line-height: 1.39;
      letter-spacing: 0.4px;
      text-align: center;
      color: #42442e; }
    .recipe__directions strong {
      display: block;
      font-family: "proxima-nova", sans-serif;
      font-size: 30px;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      letter-spacing: normal;
      color: #42442e;
      margin-bottom: 15px; }
    .recipe__directions ol {
      font-family: "proxima-nova", sans-serif;
      font-size: 11px;
      line-height: 1.36;
      letter-spacing: normal;
      color: #474b36;
      margin-left: 15px; }
      .recipe__directions ol li {
        margin-bottom: 15px;
        margin-left: 15px; }
    .recipe__directions-description {
      font-family: "proxima-nova", sans-serif;
      font-size: 9px;
      text-align: center;
      color: #42442e;
      max-width: 90%;
      margin: 30px auto; }
    .recipe__directions-list {
      padding: 0 20px; }
      .recipe__directions-list.center {
        max-width: 60%;
        margin: auto; }
        @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
          .recipe__directions-list.center {
            max-width: 100%;
            padding: 15px 15px;
            margin-bottom: 250px; } }
    .recipe__directions:before, .recipe__directions:after {
      content: '';
      position: absolute;
      width: 160px;
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover; }
    .recipe__directions:before {
      background-image: url("images/img-recipe-trees-left.png");
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 1200px) {
        .recipe__directions:before {
          width: 150px;
          height: 250px; } }
      @media only screen and (max-width: 1023px) {
        .recipe__directions:before {
          height: 270px; } }
    .recipe__directions:after {
      background-image: url("images/img-recipe-trees-right.png");
      bottom: 0;
      right: 0; }
      @media only screen and (max-width: 1200px) {
        .recipe__directions:after {
          display: none; } }
  .recipe__directions-list {
    padding: 0 20px; }
  .recipe .recipes-grid {
    width: 100%; }

.big-jar .product .product__hero__slider--content {
  bottom: 0; }

.big-jar .product .product__hero__slider--nav .slick-list {
  padding-top: 0 !important; }

.product {
  grid-gap: 0;
  grid-template-areas: "hero" "dollop" "collapse" "content" "related"; }
  .product__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: hero;
    flex-direction: column;
    text-align: center;
    background-image: url("images/product-detail-header-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 100px; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .product__hero .wrapper {
        flex-direction: column-reverse; } }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .product__hero .wrapper .product__hero--left {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #fef9f1;
        flex-direction: column-reverse; } }
    .product__hero--left {
      padding-left: 5%;
      padding-right: 5%; }
    .product__hero--right {
      position: relative;
      height: 610px; }
      @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
        .product__hero--right {
          background-image: url("images/product-detail-header-bg.png");
          background-position: right bottom;
          background-repeat: no-repeat;
          background-size: cover; } }
    .product__hero--wrapper {
      display: block;
      position: relative;
      left: 0px;
      width: 240px;
      height: 100%;
      margin: 0 auto;
      bottom: 0; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .product__hero--wrapper {
          bottom: -140px; } }
      .product__hero--wrapper:before {
        content: '';
        position: absolute;
        left: -247px;
        bottom: 0;
        width: 700px;
        height: 240px;
        background-image: url("images/product-detail-header-stump.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
    .product__hero__slider--nav {
      width: 85px;
      position: absolute;
      right: -110px; }
      @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
        .product__hero__slider--nav {
          width: 100%;
          left: 0px;
          bottom: 30px; } }
      .product__hero__slider--nav .slick-slide {
        border: solid 2px #0087c0;
        background-color: rgba(6, 6, 6, 0.1);
        margin-bottom: 5px;
        height: 65px;
        overflow: hidden;
        cursor: pointer; }
        @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
          .product__hero__slider--nav .slick-slide {
            margin-left: 5px;
            margin-right: 5px;
            width: 65px; } }
        .product__hero__slider--nav .slick-slide img {
          height: auto;
          display: block;
          width: 65px !important;
          padding: 5px;
          margin-bottom: 5px; }
          @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
            .product__hero__slider--nav .slick-slide img {
              padding: 0;
              width: 65px !important;
              padding: 8px; } }
    .product__hero__slider--content {
      display: block;
      bottom: -42px; }
    .product__hero__title {
      font-family: Aracne, sans-serif;
      font-size: 100px;
      color: #42442e;
      line-height: 80px;
      margin-bottom: 45px; }
    .product__hero__bread {
      display: block;
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      letter-spacing: 0.6px;
      text-align: center;
      color: #909090;
      margin-top: 15px;
      margin-bottom: 15px; }
      .product__hero__bread a {
        color: #d4452b; }
    .product__hero__description {
      font-family: "proxima-nova", sans-serif;
      font-size: 22px;
      color: #42442e;
      margin-bottom: 30px;
      margin-bottom: 25px; }
    .product__hero__additional-details {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      text-align: center;
      color: #42442e;
      margin-bottom: 25px; }
    .product__hero small {
      margin-top: 10px;
      display: block; }
      .product__hero small a {
        text-decoration: underline; }
    .product__hero__category {
      font-family: Moon, sans-serif;
      font-size: 30px;
      color: #42442e;
      margin: 0;
      line-height: 1; }
    .product__hero__badge {
      *zoom: 1;
      display: block;
      margin-bottom: 30px; }
      .product__hero__badge:before, .product__hero__badge:after {
        display: table;
        content: ""; }
      .product__hero__badge:after {
        clear: both; }
      .product__hero__badge--item {
        display: inline-block;
        padding: 5px; }
        .product__hero__badge--item img {
          height: 46px;
          width: auto; }
      @media only screen and (max-width: 500px) {
        .product__hero__badge.badge-container-4 {
          max-width: 300px;
          margin: 0 auto 30px auto; } }
      @media only screen and (max-width: 500px) {
        .product__hero__badge.badge-container-5 {
          max-width: 350px;
          margin: 0 auto 30px auto; } }
    .product__hero__button {
      position: relative;
      background: #e84d30;
      border-color: #e84d30;
      color: white;
      white-space: nowrap;
      transition: all .3s ease-in-out;
      border-radius: 30px;
      text-transform: uppercase;
      display: inline-block;
      min-width: 180px; }
      .product__hero__button:hover {
        background: #f7f7f7;
        border-color: #e84d30;
        color: #e84d30; }
  .product__dollop {
    grid-area: dollop;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fef9f1;
    *zoom: 1; }
    .product__dollop:before, .product__dollop:after {
      display: table;
      content: ""; }
    .product__dollop:after {
      clear: both; }
    .product__dollop--title {
      font-family: Moon, sans-serif;
      font-size: 30px;
      line-height: 1;
      color: #42442e;
      margin-bottom: 15px; }
    .product__dollop--description {
      font-size: 22px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: #42442e;
      margin-bottom: 45px; }
    .product__dollop--left, .product__dollop--right {
      padding: 0 30px;
      margin-bottom: 30px; }
  .product__collapse {
    grid-area: collapse;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fef9f1;
    width: 100%; }
  .product__content {
    grid-area: content;
    background-color: #fef9f1; }
    .product__content--ingredients, .product__content--fineprint {
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      color: #42442e;
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; }
    .product__content--ingredients {
      font-size: 18px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .product__content--fineprint {
      font-size: 15px;
      padding-bottom: 57px;
      margin-bottom: 0; }
    .product__content .bear-ledge {
      position: relative; }
      .product__content .bear-ledge:before {
        content: '';
        display: block;
        background-image: url(images/img-recipes-bear.png);
        width: 220px;
        height: 190px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -168px;
        left: 15px;
        position: absolute; }
        @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
          .product__content .bear-ledge:before {
            display: none; } }
    .product__content .the-bee {
      position: relative; }
      .product__content .the-bee:before {
        content: '';
        display: block;
        background-image: url(images/bee.png);
        width: 50px;
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 15%;
        right: 15%;
        position: absolute; }
        @media only screen and (max-width: 1023px) {
          .product__content .the-bee:before {
            top: 15%;
            right: 15%; } }
        @media only screen and (max-width: 600px) {
          .product__content .the-bee:before {
            transform: scaleX(-1);
            bottom: 15%;
            right: 15%;
            top: unset; } }
    .product__content .recipe__related--right {
      overflow: hidden; }
      .product__content .recipe__related--right:after {
        content: '';
        background-image: url(images/img-recipe-grid-bush.png);
        width: 300px;
        height: 300px;
        display: inline-block;
        padding-right: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        left: -100px;
        bottom: 0; }
  .product__pro_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5e9d5;
    width: 100%;
    flex-direction: row;
    min-height: 100%; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .product__pro_badge {
        flex-direction: column; } }
    .product__pro_badge--item {
      padding: 15px;
      font-family: Moon, sans-serif;
      font-size: 15px;
      color: #42442e;
      word-spacing: -4px; }
      .product__pro_badge--item:before {
        content: '';
        background-image: url("images/icon-check.svg");
        width: 20px;
        height: 20px;
        display: inline-block;
        padding-right: 5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        vertical-align: middle; }
  .product__related {
    grid-area: related;
    background-color: #fef9f1;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 600px), only screen and (max-width: 1023px) {
      .product__related .wrapper {
        flex-direction: column-reverse; } }
    .product__related .woocommerce-loop-product__title {
      font-family: Moon, sans-serif;
      font-size: 22px !important;
      line-height: 1.25;
      letter-spacing: 0.9px;
      text-align: center;
      color: #e84d30; }
    .product__related .woocommerce ul.products li.product a img.wp-post-image {
      padding-left: 10%;
      padding-right: 10%;
      margin: 0 auto; }
    .product__related .woocommerce ul.products li.product,
    .product__related .woocommerce-page ul.products li.product {
      margin-bottom: 0px; }
    .product__related h3, .product__related .footer-menu .dropdown a, .footer-menu .dropdown .product__related a, .product__related .newsletter-signup__input, .product__related .legal-links__link, .product__related .store-locater__input, .product__related .newsletter__input {
      font-family: Aracne, sans-serif;
      font-size: 90px;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #42442e;
      display: inline-block;
      margin-bottom: 30px; }
      .product__related h3 small, .product__related .footer-menu .dropdown a small, .footer-menu .dropdown .product__related a small, .product__related .newsletter-signup__input small, .product__related .legal-links__link small, .product__related .store-locater__input small, .product__related .newsletter__input small {
        display: block;
        font-family: Moon;
        font-size: 30px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: center;
        color: #42442e; }
  .product__ingredients {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    .product__ingredients__title {
      font-family: Moon, sans-serif;
      font-size: 22px;
      color: #42442e;
      margin-bottom: 20px; }
    .product__ingredients--item {
      *zoom: 1;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 50%;
      min-height: 62px;
      height: auto;
      float: left;
      font-family: "proxima-nova", sans-serif;
      font-size: 22px;
      letter-spacing: normal;
      color: #42442e;
      text-transform: capitalize;
      vertical-align: top;
      margin-bottom: 25px; }
      .product__ingredients--item:before, .product__ingredients--item:after {
        display: table;
        content: ""; }
      .product__ingredients--item:after {
        clear: both; }
    .product__ingredients--icon {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 62px;
      height: 62px; }
    .product__ingredients--text {
      display: inline-block;
      margin-left: 72px; }
  .product__size-badge {
    position: absolute;
    top: -20px;
    right: 7%;
    width: 35%;
    max-width: 85px; }

body.product-premium-berry-harvest .product__hero--right {
  height: 640px; }

@media only screen and (max-width: 1200px) {
  body.product-premium-grape .product__hero--left {
    padding-right: 0; } }

@media only screen and (max-width: 1023px) {
  body.product-premium-grape .product__hero--left {
    padding-right: 5%; } }

.recipe-category {
  background: #fff4e3;
  padding-top: 100px; }
  .recipe-category__hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .recipe-category__hero h1 {
      position: relative;
      font-family: Aracne, sans-serif;
      font-size: 100px;
      font-style: normal;
      font-stretch: normal;
      color: white;
      margin-bottom: 10px;
      text-shadow: 1px 1px 9px #969696;
      text-align: center; }
      .recipe-category__hero h1:before {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 3px;
        background-color: #ffffff;
        margin-bottom: 15px;
        padding: 0;
        box-shadow: 1px 1px 9px #969696; }
    .recipe-category__hero--dietary, .recipe-category__hero--fruit {
      height: auto; }
      .recipe-category__hero--dietary h1, .recipe-category__hero--fruit h1 {
        box-shadow: none;
        color: #42442e; }
        .recipe-category__hero--dietary h1:before, .recipe-category__hero--fruit h1:before {
          content: '';
          background-color: #42442e;
          box-shadow: none; }
    .recipe-category__hero svg {
      filter: drop-shadow(1px 1px 9px #969696); }
  .recipe-category__content {
    *zoom: 1; }
    .recipe-category__content:before, .recipe-category__content:after {
      display: table;
      content: ""; }
    .recipe-category__content:after {
      clear: both; }
    .recipe-category__content .breadcrumbs {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.8px;
      color: #909090;
      padding: 15px 0;
      margin-bottom: 15px; }
      .recipe-category__content .breadcrumbs a {
        color: #e84d30; }
  .recipe-category__search {
    *zoom: 1;
    display: block;
    padding: 25px;
    margin-bottom: 15px;
    background-image: url("images/nav-woodbar.jpg"); }
    .recipe-category__search:before, .recipe-category__search:after {
      display: table;
      content: ""; }
    .recipe-category__search:after {
      clear: both; }
    .recipe-category__search .left,
    .recipe-category__search .right,
    .recipe-category__search .full {
      margin: 10px 5px; }
  .recipe-category__form {
    max-width: 60%;
    margin: auto; }
    @media only screen and (max-width: 600px) {
      .recipe-category__form {
        max-width: 100%; } }
  .recipe-category__item {
    margin-bottom: 50px; }
    .recipe-category__item h3, .recipe-category__item .footer-menu .dropdown a, .footer-menu .dropdown .recipe-category__item a, .recipe-category__item .newsletter-signup__input, .recipe-category__item .legal-links__link, .recipe-category__item .store-locater__input, .recipe-category__item .newsletter__input {
      font-family: Moon, sans-serif;
      font-size: 22px;
      text-align: center;
      color: #ed3424;
      line-height: 1;
      word-spacing: -6px;
      max-width: 80%;
      margin: 15px auto; }
  .recipe-category__bread {
    z-index: 1; }

.crofters-recipe-archive {
  background: #fff4e3; }
  .crofters-recipe-archive__search {
    padding-top: 100px !important; }
  .crofters-recipe-archive__wrapper {
    display: flex;
    flex-wrap: wrap; }

@media only screen and (max-width: 600px) {
  .store-locator-hero.vc_section {
    padding-top: 147px !important;
    background-position: bottom left !important;
    background-size: 500px !important; } }

.store-locator {
  background-color: #fff4e3; }
  .store-locator__map.wpb_content_element {
    margin: 50px auto 0;
    height: auto;
    width: 905px;
    max-width: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .store-locator__map.wpb_content_element {
        height: 861px;
        width: 849px;
        margin-bottom: 75px; } }
    @media only screen and (max-width: 1023px) {
      .store-locator__map.wpb_content_element {
        height: 660px;
        width: 651px;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 600px) {
      .store-locator__map.wpb_content_element {
        margin-top: 50px; } }

.retailers {
  text-align: center; }
  .retailers.vc_section {
    padding-bottom: 90px; }
  .retailers h2 {
    margin: 100px auto 60px;
    padding-bottom: 22px;
    border-bottom: 3px solid #42442e;
    display: inline-block; }
    @media only screen and (max-width: 1200px) {
      .retailers h2 {
        margin: 50px auto; } }
    @media only screen and (max-width: 1023px) {
      .retailers h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 600px) {
      .retailers h2 {
        font-size: 25px;
        padding-bottom: 15px;
        margin-bottom: 50px; } }
  .retailers__logo-row {
    display: flex;
    justify-content: center;
    max-width: 100%; }
    @media only screen and (max-width: 1200px) {
      .retailers__logo-row {
        flex-wrap: wrap;
        width: 580px; } }
  .retailers__logo-container {
    margin: 0 11px 17px;
    width: 242px; }
    @media only screen and (max-width: 600px) {
      .retailers__logo-container {
        width: 120px; } }
    .retailers__logo-container:hover img {
      filter: none; }
    .retailers__logo-container:hover a {
      color: #0087c0; }
  .retailers__logo,
  .retailers__logo a {
    height: 242px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px; }
    @media only screen and (max-width: 600px) {
      .retailers__logo,
      .retailers__logo a {
        height: 120px; } }
    .retailers__logo img,
    .retailers__logo a img {
      filter: sepia(1) opacity(0.7);
      transition: 0.3s all;
      max-width: 80%;
      max-height: 80%;
      width: auto; }
      @media only screen and (max-width: 600px) {
        .retailers__logo img,
        .retailers__logo a img {
          max-height: 70px; } }
  .retailers__link {
    margin-top: 15px;
    margin-bottom: 30px; }
    .retailers__link p {
      font-size: 20px;
      font-family: Moon, sans-serif;
      font-weight: 500; }
    .retailers__link a {
      text-decoration: underline; }

.page-recipes .hero__container {
  background-position: center; }
  @media only screen and (max-width: 1023px) {
    .page-recipes .hero__container {
      background-position: left bottom;
      height: 680px; } }
  @media only screen and (max-width: 600px) {
    .page-recipes .hero__container {
      background-size: 100%; } }

@media only screen and (max-width: 1023px) {
  .page-recipes .hero__content--right {
    position: absolute;
    background: none;
    width: 378px;
    top: 240px;
    padding: 0 60px 0 0; }
    .page-recipes .hero__content--right .hero__image {
      justify-content: flex-end; } }

@media only screen and (max-width: 600px) {
  .page-recipes .hero__content--right {
    width: 100%;
    padding: 0;
    top: 140px; }
    .page-recipes .hero__content--right .hero__image {
      justify-content: center; } }

.page-recipes .hero__content--right img {
  margin-top: 150px;
  max-width: none; }
  @media only screen and (max-width: 1023px) {
    .page-recipes .hero__content--right img {
      margin-top: 0;
      max-width: 378px; } }
  @media only screen and (max-width: 600px) {
    .page-recipes .hero__content--right img {
      max-width: 275px; } }

.recipes-grid__content a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center; }

.page-nutrition,
.page-ecological-impact {
  border-image-width: 0 !important; }
  .page-nutrition section .wrapper,
  .page-ecological-impact section .wrapper {
    max-width: none; }
  .page-nutrition .col-6,
  .page-ecological-impact .col-6 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
    .page-nutrition .col-6.side-by-side__item,
    .page-ecological-impact .col-6.side-by-side__item {
      margin: 0 25px; }
    .page-nutrition .col-6 div,
    .page-ecological-impact .col-6 div {
      max-width: 450px; }
      @media only screen and (max-width: 1023px) {
        .page-nutrition .col-6 div,
        .page-ecological-impact .col-6 div {
          max-width: none;
          text-align: center;
          display: flex;
          flex-flow: column nowrap;
          align-items: center; } }
    .page-nutrition .col-6 div.crofters-image--bg,
    .page-ecological-impact .col-6 div.crofters-image--bg {
      max-width: none; }
  .page-nutrition #allergen-free .vc_row > .col-6,
  .page-ecological-impact #allergen-free .vc_row > .col-6 {
    background-position: left bottom !important; }
    @media only screen and (max-width: 600px) {
      .page-nutrition #allergen-free .vc_row > .col-6,
      .page-ecological-impact #allergen-free .vc_row > .col-6 {
        background-image: none !important; } }
  .page-nutrition #our-organic-roots .vc_row > .col-6:first-child,
  .page-ecological-impact #our-organic-roots .vc_row > .col-6:first-child {
    background-position: right bottom !important; }
    @media only screen and (max-width: 600px) {
      .page-nutrition #our-organic-roots .vc_row > .col-6:first-child,
      .page-ecological-impact #our-organic-roots .vc_row > .col-6:first-child {
        background-image: none !important; } }
  .page-nutrition #green-cane-project .vc_row > .col-6:first-child,
  .page-ecological-impact #green-cane-project .vc_row > .col-6:first-child {
    background-position: left bottom !important; }
    @media only screen and (max-width: 600px) {
      .page-nutrition #green-cane-project .vc_row > .col-6:first-child,
      .page-ecological-impact #green-cane-project .vc_row > .col-6:first-child {
        background-image: none !important; } }
  @media only screen and (max-width: 1023px) {
    .page-nutrition #side-by-side-by-side,
    .page-ecological-impact #side-by-side-by-side {
      padding-left: 0% !important;
      padding-right: 0% !important; } }

.page-nutrition .nutrition-hero-section {
  background-image: url("images/nutrition-header-desktop.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  padding-bottom: 447px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .page-nutrition .nutrition-hero-section {
      background-image: url("images/nutrition-header-tablet-portrait.jpg") !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom center !important;
      padding-bottom: 770px !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-nutrition .nutrition-hero-section {
      background-image: url("images/nutrition-header-desktop.jpg") !important;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: bottom center !important; } }
  @media only screen and (max-width: 1023px) {
    .page-nutrition .nutrition-hero-section {
      background-image: url("images/nutrition-header-tablet.jpg") !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: bottom center !important; } }
  @media only screen and (max-width: 600px) {
    .page-nutrition .nutrition-hero-section {
      padding-bottom: 277px !important; } }

.page-ecological-impact .ecological-impact-hero-section {
  background-size: contain !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-width: 600px), only screen and (max-width: 1023px) {
    .page-ecological-impact .ecological-impact-hero-section {
      background-image: url("images/ecological-impact-header-mobile.jpg") !important;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: bottom center !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-ecological-impact .ecological-impact-hero-section {
      padding-bottom: 590px !important; } }
  @media only screen and (max-width: 1023px) {
    .page-ecological-impact .ecological-impact-hero-section {
      padding-bottom: 390px !important; } }
  @media only screen and (max-width: 600px) {
    .page-ecological-impact .ecological-impact-hero-section {
      padding-bottom: 220px !important; } }

.page-ecological-impact .ecological-impact-hero .crofters-image--block {
  display: block; }
  .page-ecological-impact .ecological-impact-hero .crofters-image--block img {
    margin: 0 auto; }
    @media only screen and (max-width: 600px) {
      .page-ecological-impact .ecological-impact-hero .crofters-image--block img {
        padding-left: 25px;
        padding-right: 25px; } }

@media only screen and (max-width: 600px) {
  .page-our-services #food-service .crofters-image--bg {
    background-position: 70% center; } }

.page-giving-back .giving-back-hero-section {
  background-image: url("images/giving-back-header-desktop.jpg") !important;
  padding-bottom: 375px !important; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .page-giving-back .giving-back-hero-section {
      background-image: url("images/giving-back-header-tablet.jpg") !important;
      background-size: contain !important;
      background-position: center bottom !important;
      padding-bottom: 350px !important; } }
  @media only screen and (max-width: 1023px) {
    .page-giving-back .giving-back-hero-section {
      background-image: url("images/giving-back-header-tablet.jpg") !important;
      background-size: contain !important;
      background-position: center bottom !important;
      padding-bottom: 320px !important; } }
  @media only screen and (max-width: 600px) {
    .page-giving-back .giving-back-hero-section {
      background-image: url("images/giving-back-header-mobile.jpg") !important;
      padding-bottom: 315px !important;
      background-size: contain !important; } }

.vc_row {
  margin-left: auto !important;
  margin-right: auto !important; }

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