/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lilita One", sans-serif;
  font-size: calc(1em * (2.5 * 1.25));
  font-weight: 400;
  line-height: 1.2em; }

h2 {
  font-size: calc(1em * (2 * 1.25)); }

h3 {
  font-size: calc(1em * (1.5 * 1.25)); }

h4 {
  font-size: calc(1em * (1 * 1.25)); }

h5 {
  font-size: calc(1em / (1 * 1.25)); }

h6 {
  font-size: calc(1em / (1 * 1.25)); }

p, a {
  font-size: 16px;
  line-height: calc(1.5em + 0.375em); }

body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.7;
  color: #333; }
  @media (max-width: 600px) {
    body {
      font-size: 14px !important; } }

b,
strong {
  font-family: "Lilita One", sans-serif;
  font-weight: 700;
  font-style: normal; }

img {
  max-width: 100%; }

a {
  color: #00AEEF;
  text-decoration: none;
  transition: all .2s;
  font-weight: 500; }

a:hover {
  text-decoration: none;
  color: #00AEEF; }

sup {
  top: -4px; }

.relation {
  position: relative; }

.relation__ratio {
  height: 0; }

.relation__ratio--16x9 {
  padding-top: 56.25%; }

.relation__ratio--1x1 {
  padding-top: 100%; }

.relation__ratio--2x1 {
  padding-top: 50%; }

.relation__content,
.relation iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.view-more-link {
  font-family: "Lilita One", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #FAD5E5;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 14px 34px;
  display: inline-block;
  border-radius: 0; }

a.view-more-link:hover {
  color: #fff;
  opacity: 1.0; }

@media (max-width: 768px) {
  body.page-template-where-to-buy #content {
    margin-bottom: 15%; } }

body #content {
  margin-bottom: 5%;
  min-height: 100vh;
  overflow-x: hidden; }

.centered {
  text-align: center; }

.bold {
  font-weight: 700; }

.underlined:after {
  content: '';
  position: absolute;
  width: 85px;
  height: 4px;
  background: #00AEEF;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.back-to-top {
  background-image: url(../img/top.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px;
  display: none;
  position: fixed;
  bottom: 22px;
  right: 22px;
  border-bottom: none;
  cursor: pointer;
  z-index: 200; }

.back-to-top:hover {
  background-image: url(../img/top-rollover.png); }

.back-to-top.active {
  display: block; }

.subhead-section {
  margin-bottom: 40px; }

.subhead-section .icon {
  width: 65px;
  margin: 0 auto 20px; }

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

.milk-mission-section {
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center; }

.milk-mission-section .container {
  position: relative;
  padding: 191px 15px 115px; }

.milk-mission-section img {
  position: absolute; }

.milk-mission-section .left-image {
  width: 281px;
  left: 0;
  top: 114px; }

.milk-mission-section .right-image {
  width: 378px;
  right: 0;
  bottom: 0; }

.media-release {
  text-align: center;
  padding-top: 54px;
  font-size: 20px;
  line-height: 1.6; }

.media-release a {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  display: none;
  margin-top: 8px; }

.media-release .logos-row {
  margin: 40px 0 65px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.media-release .logos-row .logo-item {
  width: 20%;
  padding: 0 20px; }

.video-section {
  margin-bottom: 85px; }

.hunger-section .title-block {
  background: #f5f6f1;
  text-align: center;
  padding: 75px 0 125px; }

.hunger-section .title-block h3 {
  max-width: 500px;
  margin: 0 auto; }

.hunger-section .evently-sided-block {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.hunger-section .evently-sided-block:nth-child(odd) .img-side {
  position: relative;
  padding-left: 35px;
  padding-right: 0;
  margin-top: -60px; }

.hunger-section .evently-sided-block:nth-child(odd) .text-side {
  padding-top: 107px;
  padding-right: 125px; }

.hunger-section .add-image {
  position: absolute;
  width: 300px;
  top: 130px;
  left: -107px; }

.bottom-copy-section {
  background: #f5f6f1;
  text-align: center;
  padding: 70px 0; }

.bottom-copy-section .title {
  color: #754609;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px; }

.bottom-copy-section .copy {
  padding: 0 15px; }

.bottom-title-section {
  background-image: url(../img/kemps-dark-wooder-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #f3ebcc;
  text-align: center;
  padding: 35px 0 30px; }

/* hide recaptcha banner */
.grecaptcha-badge {
  visibility: hidden; }

.color-white {
  color: #fff !important; }

.btn {
  color: #fff; }
  .btn__blob-red {
    background-image: url("../img/button-red.svg");
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: bold;
    font-size: calc(1em * (1 * 1.25));
    text-transform: uppercase;
    padding-top: 20px;
    width: 190px;
    height: 75px; }
    @media (max-width: 550px) {
      .btn__blob-red {
        font-size: calc(1em / (1.5 * 1.25));
        height: fit-content;
        padding: 13px;
        width: fit-content; } }
    .btn__blob-red:hover, .btn__blob-red:focus {
      background-image: url("../img/button-blue.svg") !important;
      box-shadow: none !important;
      color: #fff !important; }
  .btn__blob-blue {
    background-image: url("../img/button-blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    font-weight: bold;
    font-size: calc(1em * (1 * 1.25));
    text-transform: uppercase;
    padding-top: 19px;
    width: 192px;
    height: 90px; }

.grid {
  display: grid;
  width: 100%; }
  .grid__2col {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    @media (max-width: 768px) {
      .grid__2col {
        grid-template-columns: 1fr; } }

.sunrays {
  background-repeat: no-repeat;
  background-image: repeating-conic-gradient(#00b0f0 0deg 6deg, #57caf4 6deg 12deg); }

.sunrays__pink {
  background-image: repeating-conic-gradient(#fad6e6 0deg 6deg, #fce3ee 6deg 12deg); }

.gradient-mask {
  background: linear-gradient(90deg, #00aeef 39%, rgba(0, 174, 239, 0) 90%);
  width: 99%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  @media (min-width: 1441px) {
    .gradient-mask {
      height: 78vh; } }
  @media (max-width: 768px) {
    .gradient-mask {
      background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 20%); } }
  @media (max-width: 425px) {
    .gradient-mask {
      max-height: 274px; } }

.gradient-mask__pink {
  background: linear-gradient(90deg, #fad5e5 36%, rgba(0, 174, 239, 0) 90%);
  height: 515px;
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  z-index: 0; }
  @media (max-width: 768px) {
    .gradient-mask__pink {
      background: linear-gradient(90deg, #fad5e5 0%, rgba(0, 174, 239, 0) 20%); } }
  @media (max-width: 425px) {
    .gradient-mask__pink {
      background: linear-gradient(90deg, #fad5e5 0%, rgba(0, 174, 239, 0) 90%);
      max-height: 274px; } }

#header {
  background-color: #00BDF2;
  background-repeat: repeat;
  box-shadow: 1px 4px 14px 5px rgba(0, 0, 0, 0.2);
  height: 95px;
  position: relative;
  z-index: 15; }
  @media only screen and (max-width: 575px) {
    #header .container {
      max-width: 100%; } }

#header .container {
  max-width: 95%; }

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 95px; }

#logo a {
  position: absolute;
  display: inline-block;
  top: 17px;
  left: 0;
  z-index: 10; }
  @media (max-width: 768px) {
    #logo a {
      max-width: 170px; } }

#logo img {
  max-width: 60%; }
  @media (max-width: 768px) {
    #logo img {
      max-width: 100%; } }

@media only screen and (min-width: 992px) {
  .page-nav-section .page-nav {
    display: flex !important; } }

@media only screen and (max-width: 1199px) {
  /*header*/
  #mobile-menu-btn {
    display: block;
    width: 25px;
    cursor: pointer; }
  #top_nav {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column !important;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    min-height: 100vh;
    background: #fff;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all .4s; }
  #top_nav.is-active {
    opacity: 1;
    visibility: visible;
    background-color: #fff; }
  .close-menu-btn {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 76px;
    right: 30px;
    background-image: url(../img/icon-close-mobile.png);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9999; }
  .main-nav li {
    display: block;
    margin-bottom: 30px;
    font-size: 30px; }
  .main-nav li a {
    color: #002e6d; }
  .menu-item-has-children > a {
    position: relative; }
  .menu-item-has-children .drop-submenu {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 13px;
    margin-left: 15px;
    top: 15px;
    background-image: url(../img/drop-icon-mobile.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .menu-item-has-children .drop-submenu.is-active {
    background-image: url(../img/drop-icon-active.png); }
  .main-nav li.menu-item-has-children::before {
    display: none; }
  .sub-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background-image: none;
    padding-top: 20px;
    transition: none; }
  .sub-menu li {
    margin: 0 0 10px; }
  .sub-menu li a {
    font-size: 27px; }
  .sub-menu a::before {
    display: none !important; }
  #menu-item-3218 .sub-menu {
    position: static;
    display: none;
    padding-top: 20px;
    padding-bottom: 0; }
  .sub-menu {
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none; }
  #menu-item-3218 .sub-menu li {
    width: 100%;
    margin-bottom: 5px; }
  #menu-item-3218 .sub-menu a {
    padding-top: 0; }
  #site_search {
    position: static;
    padding: 0;
    margin-top: 25px;
    background: none;
    transform: none; }
  #top_nav.is-active #site_search.is-active {
    opacity: 1;
    visibility: visible; }
  .search-toggle {
    display: none; }
  /*main-page*/
  #mainpageSlider .slide-item {
    height: 440px; }
  #mainpageSlider .slick-dots {
    top: 380px; }
  .main-page-link-block .text-side {
    /*width: 45%;*/ }
  .main-page-link-block .image-side {
    /*width: 55%;*/ }
  /*product category page*/
  .subcategory-products-wrap .product-col {
    width: 25%; }
  /*crafted to care*/
  .evently-sided-block:nth-child(odd) .img-side {
    padding-right: 20px; }
  .evently-sided-block:nth-child(even) .img-side {
    padding-left: 20px; }
  .evently-sided-block:nth-child(odd) .text-side,
  .evently-sided-block:nth-child(even) .text-side {
    padding-left: 50px;
    padding-right: 50px; }
  .evently-sided-block .title {
    margin-bottom: 20px; }
  /*our story*/
  /*our story*/
  #ourStorySlider .slick-dots {
    top: 285px; }
  #ourStoryAdditionalSlider .slide-item {
    padding: 30px 0px 30px; }
  #ourStoryAdditionalSlider .title {
    font-size: 30px;
    padding: 10px 10px 20px 0;
    line-height: 1.5em; }
  #ourStoryAdditionalSlider .title::before,
  #ourstoryAdditionalSlider .title::after {
    top: 16px; }
  #ourStoryAdditionalSlider .text {
    width: 90%;
    font-size: 18px; }
  .ourStory-banner-section {
    padding: 110px 0 115px; }
  .ourStory-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: auto; }
  .ourStory-link-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .ourStory-link-block .text-side {
    width: 100%; }
  .ourStory-link-block .image-side {
    width: 100%;
    background: bottom;
    background-size: cover; }
  .our-story-difference .title-block {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .our-story-difference h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 125%; }
  .our-story-difference .subtitle {
    margin: 0 auto 39px;
    font-size: 19px;
    line-height: 1.5em;
    width: 82%; }
  .our-story-difference .micetype {
    font-size: 9.7px;
    line-height: 1.5em; }
  div.popout-image {
    display: none; }
  .dfa-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto; }
  .dfa-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .dfa-block .text-side {
    width: 100%; }
  .dfa-block .image-side {
    width: 100%;
    height: 650px; }
  /*our culture*/
  .culture-blocks-section .evently-sided-block:nth-child(odd) .img-side {
    padding-left: 20px; }
  .culture-blocks-section .evently-sided-block:nth-child(even) .img-side {
    padding-right: 20px; }
  .culture-blocks-section .evently-sided-block:nth-child(odd) .text-side,
  .culture-blocks-section .evently-sided-block:nth-child(even) .text-side {
    padding-left: 50px;
    padding-right: 50px; }
  .middle-title-image-section .title-image {
    padding: 80px 0 35px; }
  .middle-title-image-section .title-image .left-image {
    width: 308px;
    top: -34px; }
  .middle-title-image-section .title-image .right-image {
    width: 324px;
    top: -38px; }
  .middle-title-image-section h2 {
    font-size: 40px; }
  .milk-mission-section .container {
    padding: 150px 15px 94px; }
  .milk-mission-section .left-image {
    width: 214px;
    left: 0;
    top: 82px; }
  .milk-mission-section .right-image {
    width: 319px;
    right: 0;
    bottom: 0; }
  .hunger-section .evently-sided-block:nth-child(odd) .text-side {
    padding-top: 80px;
    padding-right: 71px; }
  .hunger-section .add-image {
    width: 250px;
    top: 130px;
    left: -87px; }
  .essential-ingredients-section .list-block ul {
    padding: 0; } }

@media (max-width: 991px) {
  #top_nav {
    flex-direction: column !important; }
  h2 {
    font-size: 40px; }
  h3 {
    font-size: 32px; }
  .view-more-link {
    font-size: 18px; }
  /*footer*/
  #footer-background {
    height: 223px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    padding: 45px 0 25px; }
  .foot-top-nav li {
    display: block;
    margin-bottom: 16px; }
  .foot-top-nav li:first-child {
    padding-left: 13px; }
  .foot-top-nav li::before {
    display: none; }
  .bottom-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
  .bottom-menu-block .bottom-menu {
    margin-bottom: 10px; }
  .foot-bottom-nav li {
    display: block;
    margin-bottom: 16px; }
  .foot-bottom-nav li::before {
    display: none; }
  .social-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 44px; }
  /*main-page*/
  #mainpageSlider .slide-item {
    height: 350px; }
  #mainpageSlider .slick-dots {
    top: 285px; }
  #mainpageAdditionalSlider .slide-item {
    padding: 30px 0px 30px; }
  #mainpageAdditionalSlider .title {
    font-size: 30px;
    padding: 10px 10px 20px 0;
    line-height: 1.5em; }
  #mainpageAdditionalSlider .title::before,
  #mainpageAdditionalSlider .title::after {
    top: 16px; }
  #mainpageAdditionalSlider .text {
    width: 90%;
    font-size: 18px; }
  .main-banner-section {
    padding: 110px 0 115px; }
  .main-page-products-block > div {
    background-size: auto;
    background-position: center; }
  .main-page-products-block .title {
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    margin: 0 auto; }
  .main-page-products-block .text {
    width: 76%; }
  .main-page-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: auto; }
  .main-page-link-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .main-page-link-block .text-side {
    width: 100%; }
  .main-page-link-block .image-side {
    width: 100%;
    height: 500px; }
  /*our story*/
  #ourStorySlider .slide-item {
    height: 350px; }
  #ourStorySlider .slick-dots {
    top: 285px; }
  #ourStoryAdditionalSlider .slide-item {
    padding: 30px 0px 30px; }
  #ourStoryAdditionalSlider .title {
    font-size: 30px;
    padding: 10px 10px 20px 0;
    line-height: 1.5em; }
  #ourStoryAdditionalSlider .title::before,
  #ourstoryAdditionalSlider .title::after {
    top: 16px; }
  #ourStoryAdditionalSlider .text {
    width: 90%;
    font-size: 18px; }
  .ourStory-banner-section {
    padding: 110px 0 115px; }
  .ourStory-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: auto; }
  .ourStory-link-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .ourStory-link-block .text-side {
    width: 100%; }
  .our-story-difference .title-block {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .our-story-difference h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 125%; }
  .our-story-difference .subtitle {
    margin: 0 auto 39px;
    font-size: 19px;
    line-height: 1.5em;
    width: 82%; }
  .our-story-difference .micetype {
    font-size: 9.7px;
    line-height: 1.5em; }
  div.popout-image {
    display: none; }
  /*our history*/
  #ourHistorySlider .slide-item {
    height: 350px; }
  #ourHistorySlider .slick-dots {
    top: 285px; }
  #ourHistoryAdditionalSlider .slide-item {
    padding: 30px 0px 30px; }
  #ourHistoryAdditionalSlider .text {
    width: 90%;
    font-size: 18px; }
  .ourHistory-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: auto; }
  .ourHistory-link-block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .ourHistory-link-block .text-side {
    width: 100%;
    padding: 69px 0 31px; }
  .ourHistory-link-block .image-side {
    width: 100%;
    height: 500px; }
  .ourHistory-link-block-below {
    width: 80%;
    padding: 10% 0;
    line-height: 1.5em;
    font-size: 18px; }
  /*product single*/
  .product-title-section .container {
    padding-top: 65px;
    padding-bottom: 65px; }
  .product-title-section .product-image {
    margin-bottom: 40px;
    min-height: auto; }
  .ingredients-block {
    margin-bottom: 40px; }
  .nutrition-section {
    padding-left: 15px; }
  .nutritions-column.nutritions-column--last li.nutr-facts-table-header {
    display: none; }
  .nutritions-column li:last-child {
    border-bottom: 1px solid #C3B9AC; }
  .nutritions-column.nutritions-column--last li:last-child {
    border-bottom: none; }
  /*products landing*/
  .category-link-block {
    width: 33.33%; }
  /*product category page*/
  .products-category-title-section h3 {
    font-size: 32px; }
  .subcategory-products-wrap .product-col {
    width: 33.33%; }
  /*recipe single*/
  .recipe-title-section .recipe-image {
    position: relative;
    width: 100%;
    height: 400px; }
  .recipe-title-block {
    padding: 65px 0; }
  .prep-info-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /*recipes*/
  .recipe-item__bg::before {
    opacity: 0.5;
    visibility: visible; }
  .recipe-item .title-block {
    opacity: 1;
    visibility: visible; }
  .recipe-item__title {
    font-size: 24px; }
  /*faq*/
  .page-nav-section .nav-toggler-mobile {
    display: block; }
  .nav-toggler-mobile.is-active + .page-nav {
    position: relative;
    z-index: 999; }
  .nav-toggler-mobile:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    margin-left: 15px;
    top: 33px;
    right: 41px;
    background-image: url(../img/drop-icon-dark.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .page-nav-section .nav-toggler-mobile.is-active:after {
    background-image: url(../img/drop-icon-active.png); }
  .nav-toggler-mobile span {
    font-family: "Mulish", sans-serif;
    font-size: calc(1em * (1 * 1.25));
    color: #000;
    font-family: "Lilita One", sans-serif; }
  .page-nav-section {
    background-size: cover; }
  .page-nav-section .page-nav {
    display: none;
    padding: 0px 0 5px; }
  .page-nav-section .page-nav li {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .page-nav-section .page-nav a {
    color: #000;
    font-size: 20px;
    font-weight: 500; }
  /*contact*/
  button.mfp-close {
    top: 30px;
    right: 30px; }
  button.mfp-close:active {
    top: 30px; }
  .popup-content {
    padding: 40px 70px 10px; }
  /*.mfp-iframe-holder .mfp-content {
			padding: 40px 70px;
		}

		.mfp-iframe-holder .mfp-close, 
		.mfp-iframe-holder .mfp-close:active {
			top: -15px;
    		right: -45px;
		}*/
  .availability-popup .mfp-iframe-scaler iframe {
    left: 0; }
  .feedback-popup .mfp-iframe-scaler iframe {
    left: 0; }
  /*farm-single*/
  .farm-family-content-section .quote-block {
    padding-left: 80px; }
  .farm-family-content-section .quote-block::before {
    left: 0; }
  /*farm archive*/
  .farm-family-block .state-info {
    height: 85px;
    font-size: 17px; }
  .farm-family-block .farm-family-name {
    font-size: 24px;
    padding: 40px; }
  /*crafted to care*/
  .crafted-top-section .title-block {
    padding: 40px 0 15px; }
  .evently-sided-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .evently-sided-block:nth-child(odd) .img-side,
  .evently-sided-block:nth-child(even) .img-side {
    padding: 0; }
  .evently-sided-block:nth-child(odd) .text-side,
  .evently-sided-block:nth-child(even) .text-side {
    padding: 0; }
  .evently-sided-block .title {
    font-size: 26px; }
  /*our culture*/
  .culture-blocks-section .evently-sided-block:nth-child(odd) .img-side,
  .culture-blocks-section .evently-sided-block:nth-child(even) .img-side {
    padding: 0; }
  .culture-blocks-section .evently-sided-block:nth-child(odd) .text-side,
  .culture-blocks-section .evently-sided-block:nth-child(even) .text-side {
    padding: 0; }
  .middle-title-image-section .title-image {
    padding: 235px 0 165px;
    background-size: 1000px 100%;
    background-position: center center; }
  .middle-title-image-section .title-image .left-image {
    width: 308px;
    top: -15px; }
  .middle-title-image-section .title-image .right-image {
    width: 324px;
    top: auto;
    bottom: -69px; }
  #content {
    overflow: hidden; }
  .milk-mission-section .container {
    padding: 110px 15px 57px; }
  .milk-mission-section .left-image {
    width: 136px;
    top: 97px; }
  .milk-mission-section .right-image {
    width: 260px;
    right: -60px; }
  .subhead-section {
    margin-bottom: 75px; }
  .media-release {
    padding-top: 77px; }
  .media-release .logos-row .logo-item {
    width: 33.33%;
    padding: 0 20px; }
  .hunger-section .title-block {
    padding: 56px 0 80px; }
  .hunger-section .evently-sided-block:nth-child(odd) .img-side {
    margin-top: -35px; }
  .hunger-section .add-image {
    width: 170px;
    top: 73px;
    left: -47px; }
  .hunger-section .evently-sided-block:nth-child(odd) .text-side {
    padding-top: 35px;
    padding-right: 50px; }
  .essential-ingredients-section {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 50px; }
  .essential-ingredients-section .image {
    padding: 0 30px;
    max-width: 400px;
    margin: 40px auto 0; }
  .essential-ingredients-section .list-block {
    max-width: 290px;
    margin: 0 auto;
    text-align: left; }
  .essential-ingredients-section .copy {
    max-width: 500px;
    margin: 0 auto; }
  .middle-title-image-section h2 br {
    display: none; }
  .middle-title-image-section h2 {
    max-width: 225px;
    margin: 0 auto; }
  .hunger-section .evently-sided-block {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 24px; }
  /*product*/
  .product-title-section .product-title .product-title-2 {
    font-size: 27px; }
  .product-title-section .product-title h2 span {
    font-size: 20px; }
  .category-link-block {
    width: 50%; }
  /*product category page*/
  .products-category-title-section {
    height: 200px; }
  .products-category-title-section h3 {
    font-size: 24px;
    margin-bottom: 0; }
  .products-wrap-section .subtitle {
    padding: 0 15px; }
  .subcategory-products-wrap .product-col {
    width: 50%; }
  .subcategory-products-wrap .product-item {
    padding: 0; }
  .subcategory-products-wrap .product-image {
    width: 95%; }
  /*faq*/
  .faq-block .section-title {
    font-size: calc(1em * (1.5 * 1.25)); }
  .faq-item .question {
    font-size: calc(1em * (1 * 1.25)); }
  .faq-item .question:after {
    top: 27px; }
  /*contact*/
  .map-section h2 {
    display: none; }
  .map-section .map-block {
    display: none; }
  .map-section .map-block--mobile {
    display: block; }
  .map-section .map-info-mobile {
    display: block; }
  .contact-item {
    padding: 40px 15px 43px; }
  .contact-item h3 {
    font-size: 24px; }
  .contact-item .form-link {
    font-size: 18px; }
  button.mfp-close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px; }
  button.mfp-close:active {
    top: 10px; }
  .input-block {
    margin-bottom: 25px; }
  .input-block__half {
    width: 100%; }
  .input-block__quart {
    width: 50%; }
  .b-label {
    margin-bottom: 10px; }
  .b-input {
    padding: 13px 15px; }
  .selectric .label {
    font-size: 16px;
    padding: 13px 15px; }
  .wpcf7-checkbox .wpcf7-list-item {
    width: 50%; }
  .submit-block .submitbtn {
    font-size: 18px; }
  /*farm single*/
  .family-top-info-section .title-copy {
    margin-bottom: 50px;
    padding-left: 50px;
    line-height: 1.6; }
  .family-top-info-section .title-copy::before {
    width: 25px;
    height: 24px; }
  .farm-family-content-section .double-image-item {
    padding-top: 56%; }
  .farm-family-content-section .copy-block {
    padding: 0;
    line-height: 1.6; }
  .farm-family-content-section .quote-block {
    margin: 20px 0;
    line-height: 1.6; }
  .family-top-info-section .state-img {
    max-width: 250px;
    margin: 0 auto; }
  .farm-family-content-section .quote-block {
    padding-left: 50px; }
  .farm-family-content-section .quote-block::before {
    width: 25px;
    height: 24px; }
  .post-nav-section .post-nav-link a {
    font-size: 16px; }
  .post-nav-section .post-nav-link a::before {
    top: 4px; }
  .post-nav-section .prev_post a {
    padding-left: 25px; }
  .post-nav-section .next_post a {
    padding-right: 25px; }
  /*crafted to care*/
  .evently-sided-blocks-section {
    padding-top: 50px; }
  .evently-sided-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  .evently-sided-block .img-side {
    margin-bottom: 25px; }
  .evently-sided-block .title {
    font-size: 22px;
    margin-bottom: 10px; }
  .evently-sided-block .copy a {
    font-size: 18px; }
  /*our culture*/
  .dark-wood-title {
    padding: 33px 0 30px; }
  .dark-wood-title .title {
    font-size: 24px; }
  .dark-wood-title .title::before,
  .dark-wood-title .title::after {
    top: 15px; }
  .dark-wood-title .subtitle {
    font-size: 18px; }
  /*history*/
  .history-top-section .title-block {
    padding: 50px 0 45px; }
  .evently-sided-block.history-block {
    padding-bottom: 40px; }
  .evently-sided-block.history-block::before {
    display: none; }
  .history-time {
    margin-bottom: 35px; }
  .history-time span {
    line-height: 1; }
  /*textpage*/
  .textpage-content-section h3 {
    font-size: 20px; }
  .textpage-content-section h4 {
    font-size: 18px; }
  .middle-title-image-section .title-image {
    padding: 276px 0 198px; }
  .middle-title-image-section h2 {
    font-size: 30px;
    max-width: 185px; }
  .milk-mission-section {
    background-position: center center; }
  .milk-mission-section .container {
    padding: 88px 15px 65px; }
  .milk-mission-section h3 {
    max-width: 110px;
    margin: 0 auto; }
  .milk-mission-section .left-image {
    width: 115px;
    top: 97px; }
  .milk-mission-section .right-image {
    width: 230px;
    right: -70px; }
  .middle-title-image-section .container {
    max-width: 100%;
    padding: 0; }
  .media-release {
    font-size: inherit;
    line-height: inherit; }
  .video-section {
    margin-bottom: 40px; }
  .hunger-section .evently-sided-block > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .hunger-section .evently-sided-block > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .hunger-section .title-block {
    padding: 56px 0 95px; }
  .hunger-section .title-block h3 {
    max-width: 90%; }
  .hunger-section .evently-sided-block:nth-child(odd) .img-side {
    margin-top: -50px;
    padding-left: 103px; }
  .hunger-section .add-image {
    width: 170px;
    top: 73px;
    left: 23px; }
  #ourStoryAdditionalSlider h2 {
    font-size: 40px; }
  .products-title-section h1 {
    font-size: 40px; }
  .wheretobuy-section h1 {
    font-size: 40px; } }

@media only screen and (max-width: 690px) {
  .feedback-popup .mfp-iframe-scaler {
    padding-top: 1195px; } }

@media only screen and (max-width: 575px) {
  /*contact*/
  .contact-forms-section .col {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .popup-content {
    padding: 40px 40px 10px; }
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
    margin-bottom: 10px; }
  /*.mfp-iframe-holder .mfp-content {
			padding: 40px 40px;
		}*/
  .mfp-iframe-holder .mfp-close,
  .mfp-iframe-holder .mfp-close:active {
    /*top: -30px;
    		right: -35px;*/
    top: 20px;
    right: 15px; }
  /*recipes*/
  .recipes-title-section {
    padding: 120px 0 105px; }
  .recipes-title-section .subtitle {
    font-size: 18px; } }

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 30px; }
  h4 {
    font-size: 20px; }
  .search-field {
    width: 250px; }
  /*home*/
  .main-page-link-block .text-side {
    padding: 50px 20px 50px; }
  #mainpageSlider .slide-item {
    height: 230px; }
  #mainpageSlider .slick-dots {
    top: 175px; }
  .main-page-link-block .image-side {
    height: 300px; }
  /*our story*/
  .ourStory-link-block .text-side {
    padding: 50px 20px 50px; }
  .ourStory-link-block .image-side {
    width: 100%;
    height: 300px;
    background: bottom;
    background-size: cover; }
  .dfa-block .text-side {
    padding: 50px 20px 50px; }
  .dfa-block .image-side {
    height: 300px; }
  /*products landing*/
  .category-link-block {
    width: 320px; }
  /*recipe*/
  .recipe-title-section .recipe-image {
    height: 250px; }
  .prep-info {
    margin: 0 11px; }
  .prep-info .prep-name {
    font-size: 16px; }
  .prep-info .prep-value {
    font-size: 26px; }
  .recipe-info-block ul {
    font-size: 16px; }
  .recipe-item__title {
    font-size: 21px; }
  /*contact*/
  .popup-content {
    padding: 40px 20px 10px; }
  /*.mfp-iframe-holder .mfp-content {
			padding: 40px 20px;
		}*/
  /*.mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close:active {
		    top: -30px;
		    right: -15px;
		}*/
  .feedback-popup .mfp-iframe-scaler {
    padding-top: 1750px; }
  .availability-popup .mfp-iframe-scaler {
    padding-top: 1000px; }
  .input-block__quart {
    width: 100%; }
  /*farm single*/
  .family-top-info-section {
    padding-bottom: 50px; }
  .family-top-info-section .title-copy {
    margin-top: 20px;
    margin-bottom: 30px; }
  .post-nav-section {
    padding: 25px 0; }
  .post-nav-section .post-nav-link a {
    font-size: 14px; }
  .post-nav-section .post-nav-link a::before {
    width: 11px;
    height: 8px; }
  .post-nav-section .prev_post a {
    padding-left: 18px; }
  .post-nav-section .next_post a {
    padding-right: 18px; }
  /*farm archive*/
  .farm-family-block {
    margin-bottom: 30px; }
  /*crafted to care*/
  .crafted-top-section .title-block {
    padding: 30px 0 5px; }
  .evently-sided-block .copy a {
    font-size: 16px; }
  .family-top-info-section {
    padding: 54px 0 20px; }
  .middle-title-image-section .title-image {
    padding: 255px 0 160px; }
  .middle-title-image-section .title-image .left-image {
    width: 250px;
    top: 20px; }
  .middle-title-image-section .title-image .right-image {
    width: 262px;
    top: auto;
    bottom: -52px; }
  .milk-mission-section .left-image {
    width: 92px;
    top: 125px; }
  .milk-mission-section .right-image {
    width: 221px;
    right: -97px; }
  .media-release .logos-row {
    margin: 40px 0 45px; }
  .media-release .logos-row .logo-item {
    width: 50%; }
  .hunger-section .evently-sided-block:nth-child(odd) .img-side {
    padding-left: 67px; }
  .hunger-section .add-image {
    width: 141px;
    top: 73px;
    left: 2px; }
  .hunger-section .evently-sided-block:nth-child(odd) .text-side {
    padding-top: 0;
    padding-right: 0; }
  .bottom-copy-section {
    padding: 50px 0; }
  .bottom-title-section h2 {
    font-size: 23px; } }

#top_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center; }

ul.main-nav {
  display: flex;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1199px) {
    ul.main-nav {
      flex-direction: column; } }

.main-nav li {
  position: relative;
  display: inline-block;
  margin: 0 10px; }
  .main-nav li a {
    color: #fff !important; }
    @media (max-width: 991px) {
      .main-nav li a {
        color: #003CA5 !important; } }
    .main-nav li a:hover {
      color: #44c8f5; }

li.order a {
  background: #e1251b;
  padding: 10px;
  color: #fff !important; }

li.order a:hover {
  opacity: 0.8; }

#mobile-menu-btn {
  display: none; }
  @media (max-width: 1199px) {
    #mobile-menu-btn {
      display: block; } }

.main-nav li.menu-item-has-children:before {
  content: '';
  position: absolute;
  width: 11px;
  height: 9px;
  left: -25px;
  top: 10px;
  background-image: url(../img/drop-icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.main-nav li a {
  color: #fff;
  font-family: "Lilita One", sans-serif;
  text-decoration: none;
  padding-bottom: 8px;
  font-size: calc(1em * (1 * 1.25));
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .main-nav li a {
      color: #003CA5 !important; } }

.main-nav li.current-menu-item a {
  color: #FAD5E5; }

.main-nav li a:hover {
  opacity: 1.0;
  color: #00AEEF; }

.sub-menu {
  position: absolute;
  background-color: #fff;
  background-image: url(../img/texture-dropdown.jpg);
  top: 55px;
  left: -25px;
  margin: 0;
  padding: 20px 25px;
  min-width: 283px;
  opacity: 0;
  box-shadow: 0px 2px 14px #444;
  visibility: hidden;
  transition: all .4s; }

.sub-menu.is-active {
  opacity: 1;
  visibility: visible; }

.sub-menu li {
  display: block;
  text-transform: none;
  margin: 0 0 15px; }

.sub-menu li:last-child {
  margin-bottom: 0; }

.sub-menu li a {
  color: #00AEEF; }

.sub-menu li a:hover {
  border: none;
  color: #00AEEF; }

#menu-item-3218 .sub-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px; }

#menu-item-3218 .sub-menu li {
  width: 22%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center; }

#menu-item-3218 .sub-menu a,
.product-category-link {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 220px;
  font-size: 21px; }

#menu-item-3218 .sub-menu a::before,
.product-category-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 211px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all .4s; }

#menu-item-3218 .sub-menu li:first-child a::before,
.product-category-link.milk-and-cream::before {
  background-image: url(../img/milk.png);
  background-position: 41% bottom; }

#menu-item-3218 .sub-menu li:nth-child(2) a::before,
.product-category-link.ice-cream::before {
  background-image: url(../img/flavored-milk.png);
  background-position: 41% bottom; }

#menu-item-3218 .sub-menu li:nth-child(3) a::before,
.product-category-link.frozen_yogurt::before {
  background-image: url(../img/half-and-half.png);
  background-position: 45% bottom; }

#menu-item-3218 .sub-menu li:nth-child(4) a::before,
.product-category-link.frozen-treats::before {
  background-image: url(../img/cream.png);
  background-position: 45% bottom; }

#menu-item-3218 .sub-menu li:nth-child(5) a::before,
.product-category-link.sour-cream-and-dips::before {
  background-image: url(../img/juice.png);
  background-position: 45% bottom; }

#menu-item-3218 .sub-menu li:nth-child(6) a::before,
.product-category-link.cottage_cheese::before {
  background-image: url(../img/egg-nog.png);
  background-position: 45% bottom; }

#menu-item-3218 .sub-menu li:nth-child(7) a::before,
.product-category-link.other-products::before {
  background-image: url(../img/other.png);
  background-position: 45% bottom; }

#menu-item-3218 .sub-menu a:hover::before,
.product-category-link:hover::before {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.close-menu-btn {
  display: none; }
  @media (max-width: 1199px) {
    .close-menu-btn {
      display: block; } }

.search-toggle {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 50px;
  margin-top: -15px;
  background-image: url(../img/search-icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }
  @media (max-width: 1199px) {
    .search-toggle {
      background-image: url(../img/search-icon-active.png);
      display: block;
      margin: 25px auto; } }

.search-toggle.is-active {
  background-image: url(../img/icon-close.png);
  background-size: 14px 14px; }

#site_search {
  padding: 14px 40px 61px;
  position: absolute;
  top: 166px;
  right: -51px;
  bottom: -122px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s; }

#site_search.is-active {
  opacity: 1;
  visibility: visible; }
  @media (max-width: 1199px) {
    #site_search.is-active {
      position: relative;
      margin-top: 0;
      top: 5%;
      right: 0; } }

#site_search form {
  position: relative; }

#site_search form .screen-reader-text {
  display: none; }

#site_search form label {
  margin-bottom: 0; }

.search-field {
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  line-height: 2.3;
  color: #333;
  border: none;
  border-bottom: 2px solid #000;
  width: 323px;
  padding: 3px 40px 3px 0;
  background: transparent;
  outline: none !important; }

.search-field::-webkit-input-placeholder {
  color: #999; }

.search-field::-moz-placeholder {
  color: #999; }

/* Firefox 19+ */
.search-field:-moz-placeholder {
  color: #999; }

/* Firefox 18- */
.search-field:-ms-input-placeholder {
  color: #999; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.search-submit {
  position: absolute;
  top: 3px;
  right: 6px;
  font-size: 0;
  border: none;
  box-shadow: none;
  width: 21px;
  height: 21px;
  padding: 0;
  background: url(../img/search-icon-active.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none !important; }

.search-title-section .bg-block {
  height: 65px;
  background-image: url(../img/kemps-dark-wooder-bg.jpg);
  background-position: center; }

.search-title-section .title-block {
  text-align: center;
  padding: 54px 0 40px; }

.search-results-section {
  padding-bottom: 30px; }

.search-results-section .result-block {
  border-bottom: 1px solid #E1DCD5;
  font-size: 16px;
  padding-bottom: 13px;
  margin-bottom: 16px; }

.search-results-section .result-block:last-child {
  border-bottom: none; }

.search-results-section .result-block h4 {
  font-size: 20px;
  margin-bottom: 5px; }

.search-results-section .result-block p {
  margin-bottom: 0; }

body.search #content {
  min-height: 100vh;
  margin-bottom: 12%; }
  body.search #content h2::after {
    bottom: 26%; }

.social-side,
.social-link-dark {
  justify-content: center;
  display: flex;
  align-items: center; }
  @media (min-width: 991px) {
    .social-side,
    .social-link-dark {
      width: 20%; } }

.social-side ul,
.social-link-dark ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.social-side li,
.social-link-dark li {
  display: inline-block; }
  .social-side li:nth-child(2),
  .social-link-dark li:nth-child(2) {
    margin: 0 5px; }

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50px; }

.social-link.facebook {
  background-image: url("../img/icon-fb.png"); }

.social-link.facebook:hover {
  background-image: url("../img/icon-fb-hover.png"); }

.social-link.instagram {
  background-image: url("../img/icon-insta.png"); }

.social-link.instagram:hover {
  background-image: url("../img/icon-insta-hover.png"); }

.social-link.twitter {
  background-image: url("../img/icon-x.png"); }

.social-link.twitter:hover {
  background-image: url("../img/icon-x-active.png"); }

#footer {
  color: #fff;
  background-color: #754f2b;
  font-size: calc(1em / (1 * 1.25));
  position: relative;
  margin: 0 auto;
  z-index: 3; }
  #footer::before {
    content: "";
    background-image: url("../img/wave-chocolate.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    padding-bottom: 12%;
    top: -145px;
    left: 0;
    width: 100%;
    z-index: -1; }
    @media (min-width: 1601px) {
      #footer::before {
        top: -180px; } }
    @media (min-width: 1441px) and (max-width: 1600px) {
      #footer::before {
        top: -156px; } }
    @media (max-width: 1220px) {
      #footer::before {
        top: -115px; } }
    @media (max-width: 709px) {
      #footer::before {
        top: -60px; } }
    @media (max-width: 960px) and (min-width: 710px) {
      #footer::before {
        top: -84px; } }
    @media (max-width: 500px) {
      #footer::before {
        top: -40px; } }
    @media (max-width: 340px) {
      #footer::before {
        top: -30px; } }
    @media (min-width: 2000px) {
      #footer::before {
        top: -264px; } }
  #footer a {
    font-size: calc(1em / (1 * 1.25)); }
    #footer a:not(.social-link) {
      color: #fff !important; }
      #footer a:not(.social-link):hover {
        color: #44c8f5; }
    #footer a a.social-link:hover {
      border-bottom: none;
      text-decoration: none; }

#footer .container {
  max-width: 90%;
  position: relative; }

#footer-background {
  height: 364px;
  background-size: cover;
  background-position: bottom center; }

.footer-wrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0; }

#footer .dfa-footer a {
  margin: 0 .6rem; }

#footer a {
  color: #283491; }
  #footer a:hover {
    text-decoration: underline; }
  #footer a.social-side a:hover {
    text-decoration: none; }

.bottom-menu-block {
  display: flex;
  font-size: calc(1em / (1 * 1.25));
  flex-wrap: wrap; }
  .bottom-menu-block .cookie-compliance {
    width: 100%; }

.foot-bottom-nav {
  padding: 0;
  margin: 0; }

.foot-bottom-nav li {
  display: inline-block;
  padding: 0 10px;
  position: relative; }

.foot-bottom-nav li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e1251b;
  left: -2px;
  top: 8px; }

.foot-bottom-nav li:first-child::before {
  display: none; }

.foot-bottom-nav li a {
  color: #fff; }

.foot-bottom-nav li a:hover,
.foot-bottom-nav li.current-menu-item a {
  color: #fff;
  text-decoration: underline; }

.copyright {
  margin-right: 10px; }

.foot-top-nav {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.foot-top-nav li {
  display: inline-block;
  padding: 0 13px;
  position: relative; }

.foot-top-nav li:first-child {
  padding-left: 0; }

.foot-top-nav li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  left: -3px;
  top: 15px; }

.foot-top-nav li:first-child::before {
  display: none; }

.foot-top-nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500; }

.foot-top-nav a:hover {
  color: #e1251b; }

body.home #content {
  margin-bottom: -14px; }

#mainpageSlider {
  background-color: #00AEEF;
  background-size: 70%;
  background-position: 41vw center; }
  @media (min-width: 1440px) {
    #mainpageSlider {
      margin-bottom: 4%; } }
  @media (max-width: 991px) {
    #mainpageSlider {
      margin-bottom: 22%;
      max-height: 515px; } }
  @media (max-width: 768px) {
    #mainpageSlider {
      background-color: #00AEEF;
      background-image: url("../img/hero-bg-mobile.jpg");
      background-size: contain;
      background-position: right -20px; } }
  @media (max-width: 640px) {
    #mainpageSlider {
      background-position: right top; } }
  @media (max-width: 425px) {
    #mainpageSlider {
      max-height: 274px;
      background-size: 100%; } }
  @media only screen and (device-width: 428px) and (device-height: 926px) {
    #mainpageSlider {
      max-height: 30vh; } }
  #mainpageSlider .gradient-mask {
    height: calc(515px + 211px); }
    @media (max-width: 768px) {
      #mainpageSlider .gradient-mask {
        background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 20%);
        height: 415px; } }
    @media (max-width: 425px) {
      #mainpageSlider .gradient-mask {
        max-height: 274px; } }
    @media (min-width: 1550px) {
      #mainpageSlider .gradient-mask {
        min-height: 100vh; } }
  #mainpageSlider .container {
    position: relative;
    max-width: none;
    z-index: 10; }
    #mainpageSlider .container__splash::after {
      content: "";
      background-image: url("../img/wave-chocolate.svg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      z-index: 0;
      padding-bottom: 12%; }
      @media (max-width: 375px) {
        #mainpageSlider .container__splash::after {
          bottom: -31px; } }
    @media (max-width: 1680px) {
      #mainpageSlider .container:nth-child(2) {
        padding-top: 3%; } }
    @media (max-width: 768px) {
      #mainpageSlider .container:nth-child(2) {
        max-height: 100%;
        padding-top: 6%; } }
    @media only screen and (device-width: 428px) and (device-height: 926px) {
      #mainpageSlider .container:nth-child(2) {
        max-height: 100%; } }
    @media (max-width: 425px) {
      #mainpageSlider .container:nth-child(2) {
        min-height: 187px; } }
    @media (max-width: 375px) {
      #mainpageSlider .container:nth-child(2) {
        max-height: 190px;
        background-size: 100%; } }
    #mainpageSlider .container .row {
      align-items: stretch; }
      #mainpageSlider .container .row .col.bg-image {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-repeat: no-repeat;
        background-size: 100%; }
        @media (min-width: 769px) {
          #mainpageSlider .container .row .col.bg-image {
            min-height: 42vw; } }
        @media (min-width: 1440px) {
          #mainpageSlider .container .row .col.bg-image {
            max-height: 42vw; } }
        @media (max-width: 768px) {
          #mainpageSlider .container .row .col.bg-image {
            padding-bottom: 56.49%;
            background-image: none !important; } }
      #mainpageSlider .container .row .hero__left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1; }
        @media (min-width: 768px) {
          #mainpageSlider .container .row .hero__left {
            justify-content: center;
            margin-bottom: 10%; } }
      #mainpageSlider .container .row .hero__text {
        color: #fff;
        font-family: "Lilita One", sans-serif;
        font-size: calc(1em * (2 * 1.25));
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 768px) {
          #mainpageSlider .container .row .hero__text {
            margin-top: 10%; } }
        @media (max-width: 425px) {
          #mainpageSlider .container .row .hero__text {
            justify-content: flex-start;
            align-items: center; } }
        #mainpageSlider .container .row .hero__text img {
          max-width: 50%; }
          @media (max-width: 768px) {
            #mainpageSlider .container .row .hero__text img {
              max-width: 90%; } }
      #mainpageSlider .container .row .hero__cta {
        position: relative;
        left: 11vw; }
        @media (max-width: 425px) {
          #mainpageSlider .container .row .hero__cta {
            left: 0; } }
        #mainpageSlider .container .row .hero__cta .btn {
          font-family: "Lilita One", sans-serif;
          font-weight: 400; }
      #mainpageSlider .container .row .slide-item__main_image {
        width: 65%;
        z-index: 2; }
        @media (max-width: 991px) {
          #mainpageSlider .container .row .slide-item__main_image {
            width: 90%; } }
        @media (min-width: 1440px) {
          #mainpageSlider .container .row .slide-item__main_image {
            width: 85%; } }

.callout {
  position: absolute;
  z-index: 99;
  width: 100%;
  max-width: 100%; }
  .callout__chocolate {
    background-color: #754f2b; }
  @media (min-width: 1920px) {
    .callout {
      top: calc(45vh + 160px); } }
  @media (min-width: 1440px) {
    .callout {
      top: 0; } }
  @media (max-width: 883px) {
    .callout {
      top: 0; } }
  @media (max-width: 375px) {
    .callout {
      top: 17px; } }
  .callout::after {
    content: "";
    padding-bottom: 5%;
    background-image: url("../img/waves-chocolate-bottom.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
    @media (min-width: 991px) {
      .callout::after {
        bottom: -15%; } }
    @media (min-width: 1441px) {
      .callout::after {
        bottom: -18%; } }
  .callout .divider__splash__top {
    height: 0;
    position: relative;
    top: calc(0% - 42%);
    width: 98%;
    z-index: 9; }
    .callout .divider__splash__top > svg {
      filter: invert(32%) sepia(39%) saturate(623%) hue-rotate(348deg) brightness(92%) contrast(94%); }
    @media (max-width: 768px) {
      .callout .divider__splash__top {
        top: -36%; } }
    @media (min-width: 1440px) {
      .callout .divider__splash__top {
        top: calc(0px - 217px); } }
  .callout .divider__splash__bottom {
    position: relative;
    bottom: -96px;
    width: 100%;
    z-index: 9; }
    @media (max-width: 1024px) {
      .callout .divider__splash__bottom {
        bottom: -79px; } }
    @media (max-width: 768px) {
      .callout .divider__splash__bottom {
        bottom: -107px; } }
    .callout .divider__splash__bottom > svg {
      filter: invert(32%) sepia(39%) saturate(623%) hue-rotate(348deg) brightness(92%) contrast(94%); }

.content {
  align-items: center;
  background-color: #754f2b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2% 0 5%; }
  .content img {
    max-width: 57%;
    margin-bottom: 20px;
    position: relative;
    z-index: 10; }
    @media (max-width: 600px) {
      .content img {
        max-width: 70%; } }
  .content h4 {
    color: #fff;
    font-size: calc(1em * (1.5 * 1.25));
    font-weight: 400;
    text-align: center;
    width: 75%; }
    @media (max-width: 1024px) {
      .content h4 {
        width: 95%; } }
    @media (max-width: 425px) {
      .content h4 {
        font-size: calc(1em * (1 * 1.25));
        padding: 0;
        font-weight: 400; } }

#mainpageSlider .slide-item {
  height: 955px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none; }
  @media only screen and (max-width: 1440px) {
    #mainpageSlider .slide-item {
      height: 541px; } }

#mainpageSlider .slick-dots {
  position: absolute;
  left: 0;
  top: 461px;
  list-style-type: none;
  display: flex;
  padding: 0;
  justify-content: center;
  width: 100%;
  transition: all .3s; }

#mainpageSlider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  border: 1.5px solid transparent;
  border-radius: 50%;
  background: transparent;
  margin: 0 10px;
  cursor: pointer;
  outline: none !important; }

#mainpageSlider .slick-dots .slick-active button {
  background: transparent;
  cursor: default; }

#mainpageAdditionalSlider {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 440px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

#mainpageAdditionalSlider .slide-item {
  text-align: center;
  padding: 69px 0 66px;
  outline: none; }

#mainpageAdditionalSlider .title {
  position: relative;
  display: inline-block;
  font-family: "Lilita One", sans-serif;
  color: #2b358d;
  font-size: 60px;
  text-transform: none;
  padding: 0 70px 28px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 104%; }

#mainpageAdditionalSlider .title sup {
  font-size: 39%;
  top: -1.2em; }

#mainpageAdditionalSlider .title::before {
  left: 0; }

#mainpageAdditionalSlider .title::after {
  right: 0; }

#mainpageAdditionalSlider .text {
  width: 91%;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: 500;
  /* letter-spacing: 0.6px; */
  line-height: 1.4em;
  color: #000; }

.main-page-products-section {
  width: 100%; }
  @media (min-width: 1024px) and (max-width: 1440px) {
    .main-page-products-section {
      margin-top: 150px; } }
  @media (max-width: 768px) {
    .main-page-products-section {
      margin-top: 230px; } }
  @media (max-width: 425px) {
    .main-page-products-section {
      margin-top: 45vw; } }
  .main-page-products-section .row__background {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
    position: relative;
    height: auto;
    margin-bottom: 5%; }
    @media (max-width: 768px) {
      .main-page-products-section .row__background {
        flex-direction: column; } }
    @media (max-width: 425px) {
      .main-page-products-section .row__background {
        width: 100%;
        display: block; } }
    .main-page-products-section .row__background:nth-child(even) {
      background-color: #bfedfc;
      margin: 0 auto 5%;
      width: 100%; }
      @media (max-width: 425px) {
        .main-page-products-section .row__background:nth-child(even) {
          margin: 30px auto; } }
    .main-page-products-section .row__background:nth-child(even)::before {
      content: "";
      padding-bottom: 5%;
      top: -110px;
      width: 100%;
      position: absolute;
      left: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-image: url("../img/bg-wave-top-blue.svg");
      z-index: -1; }
      @media (max-width: 929px) {
        .main-page-products-section .row__background:nth-child(even)::before {
          top: -4vw; } }
      @media (min-width: 930px) and (max-width: 1440px) {
        .main-page-products-section .row__background:nth-child(even)::before {
          top: -46px; } }
      @media (min-width: 1441px) {
        .main-page-products-section .row__background:nth-child(even)::before {
          top: -4vw; } }
    .main-page-products-section .row__background:nth-child(even)::after {
      content: "";
      width: 100%;
      padding-bottom: 5%;
      bottom: -110px;
      position: absolute;
      background-size: cover;
      background-repeat: repeat no-repeat;
      background-position: center center;
      background-image: url("../img/bg-wave-top-blue.svg");
      transform: rotate(180deg);
      z-index: -1; }
      @media (min-width: 930px) {
        .main-page-products-section .row__background:nth-child(even)::after {
          bottom: -46px; } }
      @media (max-width: 929px) {
        .main-page-products-section .row__background:nth-child(even)::after {
          bottom: -4vw; } }
      @media (min-width: 1441px) {
        .main-page-products-section .row__background:nth-child(even)::after {
          bottom: -4vw; } }
    .main-page-products-section .row__background a:hover {
      background-color: transparent; }
  .main-page-products-section .main-page-products-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (max-width: 768px) {
      .main-page-products-section .main-page-products-block {
        margin-bottom: 40px; } }
    @media (max-width: 425px) {
      .main-page-products-section .main-page-products-block {
        margin-bottom: 20px; } }
    .main-page-products-section .main-page-products-block img {
      max-width: 75%; }
    .main-page-products-section .main-page-products-block .sub-title {
      color: #003CA5;
      font-weight: 700;
      margin: 15px auto;
      text-align: center; }
    .main-page-products-section .main-page-products-block .title {
      font-size: 1em;
      margin-bottom: 15px;
      color: #003CA5;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .main-page-products-section .main-page-products-block .title {
          padding: 0;
          text-align: center; } }
      @media (max-width: 425px) {
        .main-page-products-section .main-page-products-block .title {
          padding: 0;
          font-size: calc(1em / (1.25 * 1.25));
          text-align: center; } }
      .main-page-products-section .main-page-products-block .title h2 {
        font-weight: 400; }
        @media (max-width: 768px) {
          .main-page-products-section .main-page-products-block .title h2 {
            text-align: center; } }
        @media (max-width: 425px) {
          .main-page-products-section .main-page-products-block .title h2 {
            font-size: calc(1em * (1.5 * 1.25));
            margin: 0; } }
    .main-page-products-section .main-page-products-block .text {
      margin: 0 auto;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.4em;
      color: #000;
      width: 45%;
      text-align: center; }
      @media (max-width: 1024px) {
        .main-page-products-section .main-page-products-block .text {
          text-align: center;
          width: 75%; } }
      @media (max-width: 768px) {
        .main-page-products-section .main-page-products-block .text {
          padding: 0; } }
      @media (max-width: 425px) {
        .main-page-products-section .main-page-products-block .text {
          font-size: calc(1em / (1.25 * 1.25));
          line-height: 1.6em;
          padding: 0 0 10px;
          margin: 0; } }
  .main-page-products-section .main-page-products-block h4 {
    color: #003CA5;
    margin: 10px auto; }
  .main-page-products-section .main-page-products-block .title:hover {
    color: #00AEEF; }
  .main-page-products-section .main-page-products-block a.view-more-link {
    color: #fff; }
  .main-page-products-section .main-page-products-block a.view-more-link:hover {
    background-color: #e1251b;
    color: #fff;
    opacity: 1.0; }

.main-banner-section {
  text-align: center;
  padding: 100px 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.main-banner-section .section-text {
  margin-bottom: 23px; }

.main-page-link-block {
  display: flex;
  justify-content: center; }

.main-page-link-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.main-page-link-block .text-side {
  width: 50%;
  text-align: center;
  padding: 11.55% 4%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.main-page-link-block .image-side {
  width: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.main-page-link-block .icon {
  width: 101px;
  margin: 0 auto 29px; }

.main-page-link-block .title {
  margin-bottom: 15px; }

.main-page-link-block .text {
  width: 65%;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.5em; }

.cta-primary {
  color: #FAD5E5;
  background-color: #fff; }

.cta-secondary {
  color: #fff;
  background-color: #FAD5E5; }

.main-page-trudy-callout {
  align-items: stretch;
  background-position: 24vw;
  display: flex;
  height: 780px;
  position: relative; }
  @media (max-width: 1024px) {
    .main-page-trudy-callout {
      background-position: 24vw center; } }
  @media (max-width: 768px) {
    .main-page-trudy-callout {
      background-color: #44c8f5;
      background-image: url("../img/trumoo_home-bubble.svg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 120%;
      display: block;
      height: 800px; } }
  @media (max-width: 600px) {
    .main-page-trudy-callout {
      height: 670px;
      background-size: 130%;
      padding-top: 3%; } }
  @media (max-width: 500px) {
    .main-page-trudy-callout {
      background-size: 140%; } }
  @media (min-width: 1441px) {
    .main-page-trudy-callout {
      height: 800px; } }
  .main-page-trudy-callout::before {
    content: "";
    width: 100%;
    padding-bottom: 6%;
    position: absolute;
    top: -2px;
    left: 0;
    background-size: cover;
    background-repeat: repeat no-repeat;
    background-position: 65% center;
    background-image: url("../img/waves-white-top.svg");
    transform: rotate(180deg);
    z-index: 5; }
    @media (min-width: 1441px) {
      .main-page-trudy-callout::before {
        top: -8px; } }
    @media (min-width: 1920px) {
      .main-page-trudy-callout::before {
        top: -50px; } }
  .main-page-trudy-callout::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-image: url("../img/wave-lite-blue.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 10.33%;
    z-index: 9; }
    @media (max-width: 768px) {
      .main-page-trudy-callout::after {
        bottom: -2px; } }
  .main-page-trudy-callout .gradient-mask {
    height: 780px; }
    @media (max-width: 768px) {
      .main-page-trudy-callout .gradient-mask {
        display: none; } }
  .main-page-trudy-callout .speechbubble {
    background-image: url("../img/trumoo_home-bubble.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 1441px) and (max-width: 1600px) {
      .main-page-trudy-callout .speechbubble {
        background-size: 90%; } }
    @media (min-width: 1441px) {
      .main-page-trudy-callout .speechbubble {
        background-size: 75%; } }
    @media (min-width: 1920px) {
      .main-page-trudy-callout .speechbubble {
        background-size: 64%; } }
    @media (max-width: 991px) {
      .main-page-trudy-callout .speechbubble {
        padding-top: 2%; } }
    @media (max-width: 768px) {
      .main-page-trudy-callout .speechbubble {
        background-image: none;
        padding-top: 15%; } }
    @media (max-width: 425px) {
      .main-page-trudy-callout .speechbubble {
        padding: 0; } }
    .main-page-trudy-callout .speechbubble img {
      max-width: 68%; }
      @media (max-width: 1199px) {
        .main-page-trudy-callout .speechbubble img {
          max-width: 74%; } }
      @media (max-width: 1024px) {
        .main-page-trudy-callout .speechbubble img {
          max-width: 65%; } }
      @media (max-width: 425px) {
        .main-page-trudy-callout .speechbubble img {
          padding-top: 15%; } }
      @media (min-width: 1441px) {
        .main-page-trudy-callout .speechbubble img {
          max-width: 43%; } }
    .main-page-trudy-callout .speechbubble .text {
      margin-left: 8%;
      width: 57%; }
      @media (max-width: 1199px) {
        .main-page-trudy-callout .speechbubble .text {
          width: 66%; } }
      @media (max-width: 768px) {
        .main-page-trudy-callout .speechbubble .text {
          margin-top: 0;
          width: 80%; } }
      @media (max-width: 425px) {
        .main-page-trudy-callout .speechbubble .text {
          margin: 5% auto;
          width: 90%; } }
      @media (min-width: 1441px) {
        .main-page-trudy-callout .speechbubble .text {
          margin-left: 3%;
          width: 46%; } }
      .main-page-trudy-callout .speechbubble .text h6 {
        color: #003CA5;
        font-size: calc(1em * (1 * 1.25));
        font-weight: 400;
        margin: 0 auto 15px;
        line-height: 1.3em; }
      .main-page-trudy-callout .speechbubble .text .cta {
        width: 100%; }
        .main-page-trudy-callout .speechbubble .text .cta .btn {
          font-family: "Lilita One", sans-serif;
          font-weight: 700;
          font-style: normal;
          padding-top: 30px;
          width: 80%;
          height: 90px;
          background-size: 100%;
          max-width: 287px; }
          @media (max-width: 768px) {
            .main-page-trudy-callout .speechbubble .text .cta .btn {
              width: 55%;
              height: 60px;
              padding: 16px 0; } }
          @media (max-width: 430px) {
            .main-page-trudy-callout .speechbubble .text .cta .btn {
              font-size: calc(1em / (1.25 * 1.25)); } }
          @media (max-width: 430px) and (-webkit-device-pixel-ratio: 3) {
            .main-page-trudy-callout .speechbubble .text .cta .btn {
              font-size: calc(1em * (1 * 1.25)) !important; } }
          @media (min-width: 320px) {
            .main-page-trudy-callout .speechbubble .text .cta .btn {
              width: 80%; } }
          .main-page-trudy-callout .speechbubble .text .cta .btn:hover {
            color: #fff; }
  .main-page-trudy-callout .col {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .main-page-trudy-callout .col {
        position: relative;
        margin: 0 auto; } }
    .main-page-trudy-callout .col__right {
      align-items: flex-end; }
      @media (max-width: 768px) {
        .main-page-trudy-callout .col__right {
          text-align: center; } }
      @media (min-width: 1024px) {
        .main-page-trudy-callout .col__right {
          bottom: 0;
          align-items: flex-end; } }
      @media (min-width: 1199px) {
        .main-page-trudy-callout .col__right {
          bottom: 0;
          align-items: flex-end; } }
      .main-page-trudy-callout .col__right img {
        max-width: 85%; }
        @media (min-width: 1601px) {
          .main-page-trudy-callout .col__right img {
            max-width: 64%; } }
        @media (min-width: 1920px) {
          .main-page-trudy-callout .col__right img {
            max-width: 48%; } }
        @media (min-width: 1441px) and (max-width: 1600px) {
          .main-page-trudy-callout .col__right img {
            max-width: 80%; } }
        @media (max-width: 1250px) {
          .main-page-trudy-callout .col__right img {
            max-width: 100%; } }
        @media (max-width: 768px) {
          .main-page-trudy-callout .col__right img {
            max-width: 90%; } }
        @media (max-width: 425px) {
          .main-page-trudy-callout .col__right img {
            max-width: 100%; } }

/* Home social plugin */
.home-social-spotlight {
  background-color: #bfedfc;
  padding: 0 0 200px; }
  @media (min-width: 320px) {
    .home-social-spotlight {
      padding: 20px 0 25%; } }
  @media (max-width: 768px) {
    .home-social-spotlight {
      position: relative;
      z-index: 1; } }
  @media (min-width: 992px) {
    .home-social-spotlight {
      padding: 20px 0 160px; } }
  @media (min-width: 1199px) {
    .home-social-spotlight {
      padding: 20px 0 250px; } }
  @media (min-width: 1441px) {
    .home-social-spotlight {
      padding-bottom: 340px; } }
  .home-social-spotlight h2 {
    background-image: url("../img/icon-instagram.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
    color: #003CA5;
    margin: 0 auto;
    text-align: center;
    max-width: 540px; }
    @media (min-width: 1024px) {
      .home-social-spotlight h2 img {
        max-width: 15%; } }
    @media (max-width: 768px) {
      .home-social-spotlight h2 img {
        max-width: 11%; } }
    @media (max-width: 768px) {
      .home-social-spotlight h2 {
        background-position: 0 center;
        font-size: 40px; } }
    @media (max-width: 475px) {
      .home-social-spotlight h2 {
        background-position: center top;
        background-size: 12%;
        line-height: 2;
        height: 90px;
        padding-top: 8%; } }
    @media (max-width: 400px) {
      .home-social-spotlight h2 {
        height: auto;
        line-height: 1;
        padding-top: 45px; } }
  .home-social-spotlight .social-spotlight-code {
    max-width: 75%;
    margin: 3% auto 0;
    position: relative; }
  .home-social-spotlight .FeedGridLayout__grid {
    gap: 40px !important; }
  .home-social-spotlight .social-spotlight-code .FeedLayout__wrapper {
    background-color: transparent !important; }
  @media screen and (max-width: 996px) {
    .home-social-spotlight .social-spotlight-code .icon__container {
      bottom: -44px; }
    .home-social-spotlight .social-spotlight-code .icon__container img,
    .home-social-spotlight .home-social-spotlight > .full-width-block > .row .icon__container img {
      max-width: 97px; }
    .home-social-spotlight .callout__facebook {
      max-width: 65%;
      margin-bottom: 30px; } }

@media screen and (min-width: 1680px) {
  .home-social-spotlight > .full-width-block > .row {
    margin: 0 auto;
    width: 1600px; } }

.page-template-simple-newspage .family-top-info-section,
.page-template-simple-newspage-snow .family-top-info-section {
  padding: 35px 0 0; }

.family-top-info-section .share-block {
  text-align: center;
  margin-bottom: 45px; }

.farm-family-content-section .video-block {
  margin-bottom: 30px; }

.page-template-simple-newspage .button-block {
  text-align: center;
  margin: 0 0 40px; }

.middle-title-image-section {
  margin-bottom: 70px; }

.middle-title-image-section {
  margin-bottom: 70px; }

.middle-title-image-section .container {
  max-width: 1300px; }

.middle-title-image-section .title-image {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 123px 0 59px; }

.middle-title-image-section .title-image .left-image {
  position: absolute;
  width: 457px;
  top: -43px;
  left: 0; }

.middle-title-image-section .title-image .right-image {
  position: absolute;
  width: 471px;
  right: 0;
  top: -43px; }

body.page-template-contact-us {
  background-color: #bfedfc; }

.contact-title-section {
  background-color: #00AEEF;
  background-image: url("../img/bg-products-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-bottom: 0;
  position: relative; }
  @media (max-width: 500px) {
    .contact-title-section {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 575px) {
    .contact-title-section {
      margin-bottom: 0;
      align-items: stretch; } }
  @media (min-width: 768px) {
    .contact-title-section {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .contact-title-section {
      margin-bottom: 0; } }
  .contact-title-section .row {
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .contact-title-section .row {
        align-items: stretch;
        justify-content: center; } }
    @media (max-width: 425px) {
      .contact-title-section .row {
        align-items: self-start; } }
    .contact-title-section .row .col-6 {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 425px) {
        .contact-title-section .row .col-6 {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media (min-width: 575px) {
        .contact-title-section .row .col-6 {
          margin-bottom: 0;
          justify-content: flex-end;
          align-items: flex-end; } }
      @media (min-width: 768px) {
        .contact-title-section .row .col-6 {
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .contact-title-section .row .col-6 {
          margin-bottom: 0; } }
      .contact-title-section .row .col-6:nth-child(1) {
        justify-content: center;
        align-items: center;
        align-self: center; }
      @media (max-width: 425px) {
        .contact-title-section .row .col-6:nth-child(2) {
          padding-top: 10px; } }
      .contact-title-section .row .col-6 h3 {
        color: #fff;
        font-size: calc(1em * (3 * 1.25));
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 500px) {
          .contact-title-section .row .col-6 h3 {
            font-size: calc(1em * (2.5 * 1.25));
            padding-top: 5%; } }
      @media (min-width: 1199px) {
        .contact-title-section .row .col-6 img {
          max-width: 82%; } }

.contact-title-section-copy {
  text-align: center;
  padding: 93px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .contact-title-section-copy h3 {
    color: #00AEEF;
    font-family: "Lilita One", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(1em * (2.5 * 1.25)); }

.contact-title-section h3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.contact-title-section .subtitle {
  font-size: 20px;
  max-width: 530px;
  margin: 0 auto; }

.map-section {
  position: relative; }

.map-section h2 {
  position: absolute;
  top: 53px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%); }

.map-section .map-block {
  display: block;
  width: 100%;
  height: 510px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat; }

.map-section .map-block--mobile {
  display: none;
  width: 100%;
  height: 280px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.map-section .map-info-mobile {
  display: none;
  text-align: center;
  padding: 45px 0; }

.map-section .map-info-mobile p {
  margin-bottom: 0; }

.map-section .map-info-mobile strong {
  font-weight: 400; }

.map-section .map-info-mobile a {
  font-weight: 500;
  display: inline-block;
  margin-top: 10px; }

.contact-forms-section {
  background: #f5f6f1;
  background-size: cover;
  padding: 75px 0 150px;
  position: relative; }
  @media (max-width: 426px) {
    .contact-forms-section {
      padding-top: 35px; } }
  .contact-forms-section::before {
    content: "";
    background-image: url("../img/wave-lite-blue.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding-top: 10.33%;
    position: absolute;
    top: -126px;
    left: 0;
    width: 100%;
    z-index: 0; }
    @media (min-width: 320px) {
      .contact-forms-section::before {
        top: -9vw; } }
    @media (min-width: 991px) {
      .contact-forms-section::before {
        top: -98px; } }
    @media (min-width: 1199px) {
      .contact-forms-section::before {
        top: -123px; } }
    @media (min-width: 1412px) {
      .contact-forms-section::before {
        top: -9vw; } }
  .contact-forms-section .row {
    justify-content: center; }
  .contact-forms-section .col {
    margin-bottom: 30px; }
  .contact-forms-section .contact-item {
    background-position: center -150px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    padding: 340px 15px 30px;
    position: relative;
    text-align: center; }
    @media (max-width: 425px) {
      .contact-forms-section .contact-item {
        padding-top: 275px; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .contact-forms-section .contact-item {
        padding-top: 250px; } }
    .contact-forms-section .contact-item img {
      position: absolute;
      top: -70px;
      left: 0;
      z-index: 1; }
      @media (max-width: 1199px) {
        .contact-forms-section .contact-item img {
          max-width: 80%;
          left: 50%;
          transform: translateX(-50%); } }
      @media (max-width: 767px) {
        .contact-forms-section .contact-item img {
          max-width: 65%;
          left: 50%;
          top: -32px;
          transform: translateX(-50%); } }
    .contact-forms-section .contact-item h3 {
      font-size: 29px;
      margin-bottom: 28px;
      font-weight: 400; }
    .contact-forms-section .contact-item__copy {
      margin-bottom: 23px;
      padding: 0 20px; }
      .contact-forms-section .contact-item__copy > p {
        line-height: 1.7rem;
        margin-bottom: 0; }

.contact-item__copy .social-link-dark {
  padding: 32px 0 0; }

.contact-item .form-link {
  font-size: 20px;
  font-weight: 500; }

.mfp-content {
  max-width: 920px; }

.mfp-iframe-holder .mfp-content {
  max-width: 920px;
  /*padding: 60px 120px;*/
  padding: 0;
  background: #fff; }

.mfp-iframe-scaler {
  /*overflow: visible;*/
  position: relative; }

.feedback-popup .mfp-iframe-scaler {
  padding-top: 1150px; }

.availability-popup .mfp-iframe-scaler {
  padding-top: 750px; }

.feedback-popup .mfp-iframe-scaler iframe {
  left: 60px; }

.availability-popup .mfp-iframe-scaler iframe {
  left: 85px; }

.availability-popup .mfp-iframe-scaler iframe .wrapper {
  max-width: 100% !important; }

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff; }

.popup-content {
  background: #fff; }

button.mfp-close {
  font-size: 0;
  background-image: url(../img/close-popup-icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  top: 60px;
  right: 60px; }

.mfp-iframe-holder .mfp-close,
.mfp-iframe-holder .mfp-close:active {
  top: 28px;
  right: 30px;
  width: 26px; }

button.mfp-close:active {
  top: 60px; }

.popup-content {
  padding: 60px 120px 30px; }

.retailer-form-popup h3 {
  text-align: center; }

.retailer-form-popup h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center; }

.retailer-form-popup .form-subtitle {
  text-align: center;
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto 30px; }

.retailer-form-popup .form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px; }

/*farm single*/
/*.family-title-img {
		padding-top: 50%;
	    background-size: cover;
	    background-position: center center;
	}*/
.family-title-img img {
  width: 100%; }

.family-top-info-section {
  padding: 54px 0 70px; }

.family-top-info-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px; }

.family-top-info-section .title-copy {
  position: relative;
  font-weight: 500;
  line-height: 2;
  padding-left: 80px;
  margin-top: 30px;
  color: #00538b;
  font-family: 'Bree Serif', serif; }

.family-top-info-section .title-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 31px;
  background-image: url(../img/quote-icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.farm-family-content-section {
  padding-bottom: 60px; }

.farm-family-content-section .single-image-block {
  margin-bottom: 30px; }

.farm-family-content-section .single-image-block img {
  width: 100%; }

.farm-family-content-section .double-image-item {
  padding-top: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px; }

.farm-family-content-section .copy-block {
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 30px 0 20px;
  font-size: 20px; }

.farm-family-content-section .quote-block {
  position: relative;
  font-weight: 500;
  line-height: 2;
  margin: 30px 0;
  color: #00538b;
  font-family: 'Bree Serif', serif; }

.farm-family-content-section .quote-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80px;
  width: 39px;
  height: 31px;
  background-image: url(../img/quote-icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.postid-4566 .farm-family-content-section .quote-block::before {
  display: none; }

.post-nav-section {
  background: #dbe0e8;
  padding: 30px 0;
  background-size: cover; }

.post-nav-section .post-nav-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.post-nav-section .post-nav-link a {
  position: relative;
  font-size: 20px;
  font-weight: 500; }

.post-nav-section .prev_post a {
  padding-left: 35px;
  color: #002e6d;
  font-family: 'Bree Serif', serif;
  font-size: 21px;
  text-transform: uppercase; }

.post-nav-section .next_post a {
  padding-right: 35px;
  color: #002e6d;
  font-family: 'Bree Serif', serif;
  font-size: 21px;
  text-transform: uppercase; }

.post-nav-section .post-nav-link a::before {
  content: '';
  position: absolute;
  top: 11px;
  background-image: url(../img/drop-icon-left-right-active.png);
  width: 15px;
  height: 9px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.post-nav-section .prev_post a::before {
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.post-nav-section .next_post a::before {
  right: 0;
  top: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.post-nav-section .next_post a:hover,
.post-nav-section .prev_post a:hover {
  opacity: .75; }

.farm-famalies-wrap {
  background: #dde1e8;
  padding: 50px 0;
  background-size: cover; }

.farm-family-block {
  display: block;
  margin-bottom: 50px; }

.farm-family-block .farm-family-image {
  padding-top: 86%;
  position: relative;
  overflow: hidden;
  max-width: 100%; }

.farm-family-block .farm-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.farm-family-block:hover .farm-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.farm-family-block .state-info {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 26, 114, 0.7);
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.farm-family-block .state-info::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url(../img/icon-state-pin.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.farm-family-block .farm-family-name {
  background: #fff;
  font-size: 30px;
  text-align: center;
  padding: 45px;
  font-weight: 500;
  font-family: 'Bree Serif', serif; }

/*a.farm-family-block {
		color: #008245;
	}

	a.farm-family-block:hover {
		color: #0075c9;
	}*/
/*crafted to care*/
.crafted-top-section {
  background: #f5f6f1; }

.crafted-top-section .bg-block {
  padding-top: 36%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.crafted-top-section .title-block {
  padding: 60px 0 40px; }

.culture-top-section {
  background: #f5f6f1; }

.culture-top-section .bg-block {
  padding-top: 36%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.culture-top-section .title-block {
  padding: 60px 0 40px; }

.culture-top-section .subtitle {
  text-align: center;
  max-width: 745px;
  margin: 0 auto; }

.dark-wood-title {
  background-image: url(../img/kemps-dark-wooder-bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #f3ebcc;
  text-align: center;
  padding: 54px 0 45px; }

.dark-wood-title .title {
  position: relative;
  display: inline-block;
  font-family: 'Courgette', cursive;
  color: #f3ebcc;
  font-size: 30px;
  padding: 0 70px;
  margin-bottom: 15px; }

.dark-wood-title .subtitle {
  width: 70%;
  margin: 0 auto;
  color: #f5f6f1;
  font-size: 20px;
  font-weight: 300; }

.dark-wood-title .title::before,
.dark-wood-title .title::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  top: 18px;
  background: #f3ebcc; }

.dark-wood-title .title::before {
  left: 0; }

.dark-wood-title .title::after {
  right: 0; }

.culture-blocks-section .evently-sided-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.culture-blocks-section .evently-sided-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.culture-blocks-section .evently-sided-block:nth-child(odd) .img-side {
  padding-right: 0;
  padding-left: 35px; }

.culture-blocks-section .evently-sided-block:nth-child(even) .img-side {
  padding-left: 0;
  padding-right: 35px; }

.culture-blocks-section .evently-sided-block:nth-child(odd) .text-side {
  padding-left: 100px;
  padding-right: 85px; }

.culture-blocks-section .evently-sided-block:nth-child(even) .text-side {
  padding-left: 85px;
  padding-right: 100px; }

#ourHistorySlider .slide-item {
  height: 510px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: none;
  -webkit-box-shadow: inset 0px -40px 70px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -40px 70px -2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -40px 70px -2px rgba(0, 0, 0, 0.5); }

#ourHistorySlider .slick-dots {
  position: absolute;
  left: 0;
  top: 461px;
  list-style-type: none;
  display: flex;
  padding: 0;
  justify-content: center;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#ourHistorySlider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  border: 1.5px solid transparent;
  border-radius: 50%;
  background: transparent;
  margin: 0 10px;
  cursor: pointer;
  outline: none !important; }

#ourHistorySlider .slick-dots .slick-active button {
  background: transparent;
  cursor: default; }

#ourHistoryAdditionalSlider h2 {
  position: relative;
  display: inline-block;
  font-family: 'Bree Serif', serif;
  color: #2b358d;
  font-size: 60px;
  text-transform: none;
  padding: 0 0 28px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-bottom: 23px; }

#ourHistoryAdditionalSlider .slide-item {
  text-align: center;
  padding: 57px 0 66px;
  outline: none; }

#ourHistoryAdditionalSlider .text {
  width: 74%;
  margin: 0 auto;
  color: #111;
  font-size: 20px;
  letter-spacing: -.5px;
  line-height: 1.4em; }

.ourHistory-link-block {
  display: flex;
  justify-content: center;
  min-height: 560px; }

.ourHistory-link-block .text-side {
  width: 50%;
  text-align: center;
  padding: 12% 6%;
  background-size: cover; }

.ourHistory-link-block .image-side {
  width: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.ourHistory-link-block .title {
  margin-bottom: 15px; }

.ourHistory-link-block .title h2 {
  font-size: 45px;
  font-weight: 900;
  line-height: 125%; }

.ourHistory-link-block .text {
  width: 81%;
  margin: 0 auto 49px;
  font-size: 20px;
  line-height: 1.5em; }

.ourHistory-link-block-below {
  width: 58%;
  margin: 0 auto;
  text-align: center;
  padding: 89px 128px;
  line-height: 130%; }

.ourHistory-link-block-below span {
  display: block;
  padding-top: 20px;
  font-size: 14px; }

/*change the order of the subsequent image/text blocks*/
/*do not do this for sites without the "row below" text*/
.ourHistory-link-block ~ .ourHistory-link-block .image-side {
  order: 1; }

.history-top-section {
  background: #f9f9f9;
  text-align: center; }

.history-top-section p {
  text-align: left; }

.history-top-section .bg-block {
  height: 100px;
  background-image: url(../img/light-grain-bg.jpg);
  background-position: 0px -70px;
  background-size: cover;
  background-repeat: no-repeat; }

.history-top-section .title-block {
  padding: 60px 0 60px; }

.history-blocks-section {
  padding-top: 40px;
  padding-bottom: 30px; }

.history-careers-section {
  padding: 40px 0;
  background-color: #f5f6f1; }

.history-careers-section .subtitle {
  text-align: center; }

.history-time {
  font-family: 'Courgette', cursive;
  text-align: center;
  font-size: 27px;
  color: #e1251b;
  margin-bottom: 0px; }

.history-time span {
  position: relative;
  background: #fff;
  line-height: 3;
  display: inline-block; }

.evently-sided-block.history-block {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 55px; }

.evently-sided-block.history-block::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #e1251b; }

.evently-sided-block.history-block:last-child::before {
  display: none; }

#ourStorySlider {
  position: relative; }
  @media (max-width: 600px) {
    #ourStorySlider.sunrays {
      height: 300px;
      margin-bottom: 0;
      padding-top: 5vw; } }
  @media (min-width: 768px) {
    #ourStorySlider.sunrays {
      background-size: 100%;
      height: 443px;
      margin-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 1024px) {
    #ourStorySlider.sunrays {
      background-position: 105px center;
      height: 515px;
      position: relative;
      z-index: 0; } }
  @media (min-width: 1441px) {
    #ourStorySlider.sunrays {
      height: 545px; } }
  #ourStorySlider.sunrays .gradient-mask {
    height: 515px;
    width: 74%; }
    @media (max-width: 768px) {
      #ourStorySlider.sunrays .gradient-mask {
        background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 100%);
        max-height: none; } }
    @media (min-width: 1441px) {
      #ourStorySlider.sunrays .gradient-mask {
        height: 545px; } }
  #ourStorySlider::after {
    content: "";
    background-image: url("../img/wave-lite-blue.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 0;
    padding-bottom: 10.2%; }
    @media (max-width: 375px) {
      #ourStorySlider::after {
        bottom: -2px; } }
    @media (min-width: 1441px) {
      #ourStorySlider::after {
        bottom: -23px; } }
  #ourStorySlider .slide-item {
    background-size: 55%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 515px;
    position: relative;
    z-index: 0; }
    @media (min-width: 425px) {
      #ourStorySlider .slide-item {
        height: 275px; } }
    @media (min-width: 768px) {
      #ourStorySlider .slide-item {
        background-position: center center; } }
    @media (min-width: 651px) {
      #ourStorySlider .slide-item {
        height: 515px; } }
    @media (max-width: 650px) {
      #ourStorySlider .slide-item {
        height: 300px; } }
    @media (min-width: 1441px) {
      #ourStorySlider .slide-item {
        height: 550px; } }

#ourStorySlider .slick-dots {
  position: absolute;
  left: 0;
  top: 461px;
  list-style-type: none;
  display: flex;
  padding: 0;
  justify-content: center;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

#ourStorySlider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  font-size: 0;
  border: 1.5px solid transparent;
  border-radius: 50%;
  background: transparent;
  margin: 0 10px;
  cursor: pointer;
  outline: none !important; }

#ourStorySlider .slick-dots .slick-active button {
  background: transparent;
  cursor: default; }

#ourStoryAdditionalSlider {
  background-color: #bfedfc;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    #ourStoryAdditionalSlider {
      padding-top: 0; } }
  @media (min-width: 320px) {
    #ourStoryAdditionalSlider {
      padding: 20px 0 125px; } }
  #ourStoryAdditionalSlider::after {
    content: "";
    background-image: url(../img/waves-white-top.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 6%;
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1; }
    @media (min-width: 1441px) {
      #ourStoryAdditionalSlider::after {
        bottom: -23px; } }

#ourStoryAdditionalSlider .slide-item {
  margin: 0 auto;
  max-width: 86%;
  padding: 3% 0 3%;
  position: relative;
  text-align: center; }
  @media (max-width: 768px) {
    #ourStoryAdditionalSlider .slide-item {
      max-width: 90%;
      padding: 0; } }
  @media (min-width: 1441px) {
    #ourStoryAdditionalSlider .slide-item {
      margin-bottom: 20px; } }

#ourStoryAdditionalSlider .title {
  position: relative;
  display: inline-block;
  font-size: 51px;
  text-transform: none;
  padding: 0 70px;
  margin-bottom: 0px;
  font-weight: bold; }

#ourStoryAdditionalSlider h2 {
  position: relative;
  display: inline-block;
  font-family: 'Bree Serif', serif;
  color: #2b358d;
  font-size: 60px;
  text-transform: none;
  padding: 0 0 28px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-bottom: 23px; }

#ourStoryAdditionalSlider .title sup {
  font-size: 39%;
  top: -1.2em; }

#ourStoryAdditionalSlider .title::before {
  left: 0; }

#ourStoryAdditionalSlider .title::after {
  right: 0; }

#ourStoryAdditionalSlider .text {
  width: 78%;
  margin: 0 auto;
  color: #111;
  font-size: 20px;
  letter-spacing: -.5px;
  line-height: 1.4em;
  position: relative;
  text-align: center;
  z-index: 9; }
  @media (max-width: 768px) {
    #ourStoryAdditionalSlider .text {
      width: 100%; } }
  #ourStoryAdditionalSlider .text img {
    width: 120px;
    height: 120px;
    position: absolute;
    margin-top: 20px;
    right: 0; }
    @media (max-width: 1024px) {
      #ourStoryAdditionalSlider .text img {
        max-width: 18%;
        height: auto;
        width: auto; } }

.ourStory-link-block {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  position: relative; }
  .ourStory-link-block:nth-child(2) {
    background-color: #FAD5E5; }
    .ourStory-link-block:nth-child(2)::before {
      content: "";
      padding-bottom: 5%;
      top: -110px;
      width: 100%;
      position: absolute;
      left: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-image: url("../img/wave-pink-top.svg");
      z-index: -1; }
      @media (min-width: 930px) {
        .ourStory-link-block:nth-child(2)::before {
          top: -46px; } }
      @media (max-width: 929px) {
        .ourStory-link-block:nth-child(2)::before {
          top: -4vw; } }
      @media (min-width: 1441px) {
        .ourStory-link-block:nth-child(2)::before {
          top: -4vw; } }
  .ourStory-link-block:nth-child(2)::after {
    content: "";
    background-image: url(../img/wave-pink-bottom.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 5%;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 0; }
    @media (max-width: 1199px) {
      .ourStory-link-block:nth-child(2)::after {
        bottom: -4vw; } }
    @media (min-width: 1441px) {
      .ourStory-link-block:nth-child(2)::after {
        bottom: -4vw; } }
  .ourStory-link-block:nth-child(4) {
    background-color: #bfedfc; }
    .ourStory-link-block:nth-child(4)::before {
      content: "";
      padding-bottom: 5%;
      top: -110px;
      width: 100%;
      position: absolute;
      left: 0;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-image: url("../img/bg-wave-top-blue.svg");
      z-index: -1; }
      @media (min-width: 930px) {
        .ourStory-link-block:nth-child(4)::before {
          top: -46px; } }
      @media (max-width: 929px) {
        .ourStory-link-block:nth-child(4)::before {
          top: -4vw; } }
      @media (min-width: 1441px) {
        .ourStory-link-block:nth-child(4)::before {
          top: -4vw; } }
  .ourStory-link-block:nth-child(4)::after {
    content: "";
    width: 100%;
    padding-bottom: 5%;
    bottom: -110px;
    position: absolute;
    background-size: cover;
    background-repeat: repeat no-repeat;
    background-position: center center;
    background-image: url("../img/bg-wave-top-blue.svg");
    transform: rotate(180deg);
    z-index: -1; }
    @media (min-width: 930px) {
      .ourStory-link-block:nth-child(4)::after {
        bottom: -46px; } }
    @media (max-width: 929px) {
      .ourStory-link-block:nth-child(4)::after {
        bottom: -4vw; } }
    @media (min-width: 1441px) {
      .ourStory-link-block:nth-child(4)::after {
        bottom: -4vw; } }
  .ourStory-link-block .text-side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12% 6%;
    text-align: center;
    width: 50%; }
    @media (max-width: 768px) {
      .ourStory-link-block .text-side {
        text-align: left;
        width: 100%; } }
    .ourStory-link-block .text-side .text {
      font-size: 20px;
      margin: 0;
      line-height: 1.5em;
      text-align: left;
      width: 80%; }
  .ourStory-link-block .image-side {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative; }
    @media (min-width: 1441px) {
      .ourStory-link-block .image-side {
        z-index: 99; } }
    @media (max-width: 768px) {
      .ourStory-link-block .image-side {
        padding-bottom: 40px;
        width: 100%; } }
    .ourStory-link-block .image-side img {
      max-width: 60%; }

.ourStory-link-block:nth-child(even) {
  flex-direction: row; }
  @media (max-width: 768px) {
    .ourStory-link-block:nth-child(even) {
      flex-direction: column; } }

.ourStory-link-block:nth-child(odd) {
  flex-direction: row-reverse; }
  @media (max-width: 768px) {
    .ourStory-link-block:nth-child(odd) {
      flex-direction: column-reverse; } }

.ourStory-link-block
.ourStory-link-block .title {
  margin-bottom: 15px; }

.ourStory-link-block .title h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 125%; }

.our-story-difference {
  position: relative;
  background-size: cover;
  padding: 88px 0; }

.our-story-difference .title-block {
  width: 81%;
  text-align: center;
  margin: 0 auto; }

.our-story-difference h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 125%; }

.our-story-difference .subtitle {
  margin: 0 auto 39px;
  font-size: 19px;
  line-height: 1.5em;
  width: 82%; }

.our-story-difference .micetype {
  font-size: .6em;
  line-height: 1.5em; }

div.popout-image {
  position: absolute;
  bottom: 0;
  right: 0;
  /* height: 362px; */
  width: 384px; }

.dfa-block {
  display: flex;
  justify-content: center;
  min-height: 560px; }

.dfa-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.dfa-block .text-side {
  width: 50%;
  text-align: center;
  padding: 12% 6%;
  background-size: cover; }

.dfa-block .image-side {
  width: 50%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.dfa-block .title {
  margin-bottom: 15px; }

.dfa-block .title h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 125%; }

.dfa-block .text {
  width: 81%;
  margin: 0 auto 42px;
  font-size: 20px;
  line-height: 1.5em; }

.ourStory-social {
  text-align: center;
  margin: 80px auto 100px;
  padding: 80px 0; }
  .ourStory-social h3 {
    color: #003CA5;
    font-size: calc(1em * (2.5 * 1.25));
    margin-bottom: 15px; }
  .ourStory-social h5 {
    font-family: "Mulish", sans-serif;
    font-size: calc(1em * (2 * 1.25));
    font-weight: 400; }
  @media (max-width: 500px) {
    .ourStory-social .social-icons {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .ourStory-social .social-icons a img {
    margin: 55px 15px;
    max-width: 9%; }
    @media (max-width: 768px) {
      .ourStory-social .social-icons a img {
        max-width: 20%; } }
    @media (max-width: 767px) {
      .ourStory-social .social-icons a img {
        margin: 25px auto;
        max-width: 50%; } }

.products-title-bg {
  background-color: #00AEEF;
  background-image: url("../img/bg-products-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin-bottom: 0;
  position: relative; }
  @media (max-width: 500px) {
    .products-title-bg {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 575px) {
    .products-title-bg {
      margin-bottom: 0;
      align-items: stretch; } }
  @media (min-width: 768px) {
    .products-title-bg {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .products-title-bg {
      margin-bottom: 0; } }
  .products-title-bg .row {
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 768px) {
      .products-title-bg .row {
        align-items: stretch;
        justify-content: center; } }
    @media (max-width: 425px) {
      .products-title-bg .row {
        align-items: self-start; } }
    .products-title-bg .row .col-6 {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 425px) {
        .products-title-bg .row .col-6 {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media (min-width: 575px) {
        .products-title-bg .row .col-6 {
          margin-bottom: 0;
          justify-content: flex-end;
          align-items: flex-end; } }
      @media (min-width: 768px) {
        .products-title-bg .row .col-6 {
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .products-title-bg .row .col-6 {
          min-height: 600px;
          margin-bottom: 0; } }
      @media (min-width: 1441px) {
        .products-title-bg .row .col-6 {
          margin-bottom: 0;
          align-items: center; } }
      .products-title-bg .row .col-6:nth-child(1) {
        justify-content: center;
        align-items: center;
        align-self: center; }
      @media (max-width: 425px) {
        .products-title-bg .row .col-6:nth-child(2) {
          padding-top: 10px; } }
      .products-title-bg .row .col-6 h3 {
        color: #fff;
        font-size: calc(1em * (3 * 1.25));
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 500px) {
          .products-title-bg .row .col-6 h3 {
            font-size: calc(1em * (2.5 * 1.25));
            padding-top: 5%; } }
      @media (min-width: 1199px) {
        .products-title-bg .row .col-6 img {
          max-width: 82%; } }

.products-title-section {
  text-align: center;
  padding: 60px 0 93px;
  background-color: #fff; }

.page-nav-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f6f1;
  background-size: cover;
  box-shadow: 0px 0px 6px 0px rgba(3, 1, 4, 0.33);
  margin-bottom: 60px;
  padding: 55px 0;
  position: relative; }
  @media (max-width: 768px) {
    .page-nav-section {
      padding: 5px 0 15px; } }
  .page-nav-section::before {
    content: "";
    background-image: url(../img/wave-pink.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 20%;
    position: absolute;
    top: -126px;
    left: 0;
    width: 100%;
    z-index: 0; }
    @media (min-width: 320px) {
      .page-nav-section::before {
        top: -14vw; } }
    @media (min-width: 991px) {
      .page-nav-section::before {
        top: -110px; } }
    @media (min-width: 1199px) {
      .page-nav-section::before {
        top: -148px; } }
    @media (min-width: 1505px) {
      .page-nav-section::before {
        top: -13vw; } }
  .page-nav-section::after {
    content: "";
    background-image: url(../img/wave-pink-bottom.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 5%;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 0; }
    @media (max-width: 1199px) {
      .page-nav-section::after {
        bottom: -4vw; } }
    @media (min-width: 1441px) {
      .page-nav-section::after {
        bottom: -4vw; } }
  .page-nav-section .container {
    position: relative;
    z-index: 9; }
    @media (max-width: 768px) {
      .page-nav-section .container {
        background-color: transparent !important; } }
    .page-nav-section .container .subtitle {
      font-size: calc(1em * (1 * 1.25));
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 768px) {
        .page-nav-section .container .subtitle {
          max-width: 100%; } }
  .page-nav-section .nav-toggler-mobile {
    display: none;
    text-align: center;
    padding: 20px 0;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .page-nav-section .nav-toggler-mobile {
        display: block; } }
  .page-nav-section .page-nav {
    margin: 0;
    padding: 12px 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      .page-nav-section .page-nav {
        display: none; } }
  .page-nav-section .page-nav li {
    padding: 0px 33px; }
    .page-nav-section .page-nav li a {
      font-family: "Lilita One", sans-serif;
      font-size: calc(1em * (1 * 1.25)); }
      .page-nav-section .page-nav li a:hover {
        color: #003CA5; }

.product-categories-links-section {
  background-image: url(../img/texture-dropdown.jpg);
  padding: 100px 0; }

.product-categories-links-section .row {
  justify-content: center; }

.category-link-block {
  width: 25%;
  margin-bottom: 20px; }

.product-category-link {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #AD8700; }

.product-category-link:hover {
  color: #AD8700; }

#farmers-pledge span {
  display: block;
  font-weight: 500;
  font-size: 14px; }

#farmers-pledge {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 150px; }
  @media (min-width: 768px) {
    #farmers-pledge {
      margin: 0 0 150px; } }

.product-title-section {
  position: relative;
  padding-top: 5%;
  margin-bottom: 5%; }
  .product-title-section .bg-block {
    background-color: #bfedfc;
    height: 42%;
    position: absolute;
    top: 0;
    width: 100%;
    left: auto;
    right: auto;
    z-index: 0; }
    @media (min-width: 1441px) {
      .product-title-section .bg-block {
        height: 47%; } }
    .product-title-section .bg-block::after {
      content: "";
      background-image: url(../img/waves-white-top.svg);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: 100%;
      padding-top: 6%;
      position: absolute;
      bottom: -1px;
      width: 100%;
      z-index: 1; }
  .product-title-section .container {
    padding-top: 80px;
    padding-bottom: 110px; }
  .product-title-section .product-image {
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50%; }
    @media (max-width: 991px) {
      .product-title-section .product-image {
        margin-top: 5%; } }
    @media (min-width: 1441px) {
      .product-title-section .product-image {
        margin-top: 20%; } }
  .product-title-section .product-image img {
    /*max-width: 350px;
            max-height: 350px;*/ }
  .product-title-section .product-title h2 {
    text-align: center;
    margin-bottom: 47px; }
  .product-title-section .product-title h2 span {
    display: block;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 34px;
    font-style: normal;
    color: #00BDF2; }
  .product-title-section .product-title .product-title-2 {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.6;
    font-style: normal;
    color: #000; }
  .product-title-section .product-subtitle {
    text-align: center;
    margin-top: -20px; }
  .product-title-section .product-info-section {
    border-top: 1px solid #E1DCD5;
    padding-top: 52px;
    padding-bottom: 100px; }

.products-category-title-section {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.products-category-title-section h3 {
  font-size: 40px; }

.products-wrap-section {
  padding: 30px 0; }
  @media (max-width: 768px) {
    .products-wrap-section {
      padding-top: 0; } }

.products-wrap-section .subtitle {
  text-align: center;
  margin-bottom: 70px; }

.products-title-section h1 {
  color: #00AEEF;
  font-size: calc(1em * (2.5 * 1.25));
  font-family: "Lilita One", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 31px; }

.products-title-section h3 {
  color: #00AEEF;
  font-family: "Lilita One", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(1em * (2.5 * 1.25)); }

.product-title-section a.view-more-link {
  text-align: center;
  display: table;
  margin: 20px auto;
  width: 200px; }

.subcategory-products-wrap h3 {
  color: #00AEEF;
  font-family: "Lilita One", sans-serif;
  font-size: calc(1em * (2 * 1.25));
  text-transform: uppercase;
  margin-bottom: 0; }

.subcategory-products-wrap .products-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 57px;
  padding: 32px 0; }

.subcategory-products-wrap .product-col {
  width: 20%;
  padding: 0; }
  @media (max-width: 991px) {
    .subcategory-products-wrap .product-col {
      width: 33%;
      flex-wrap: wrap; } }
  @media (min-width: 767px) {
    .subcategory-products-wrap .product-col {
      width: 33%;
      flex-wrap: wrap; } }

.subcategory-products-wrap .product-item {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 15px; }

a.product-item {
  color: #002e6d;
  font-size: 16px; }

a.product-item:hover {
  color: #2b358d; }

.subcategory-products-wrap .product-title {
  color: #003CA5;
  font-weight: 600;
  line-height: 1.3; }

.subcategory-products-wrap .product-title span {
  display: block; }

.subcategory-products-wrap .product-image {
  height: 200px;
  width: 100%;
  max-width: 200px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.subcategory-products-wrap .product-item:hover .product-image {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }

.ingredients-block {
  font-size: 17px;
  padding-top: 20px;
  text-transform: uppercase; }

.ingredients-block .ingredients {
  font-size: 16px; }

.ingredients-block .ingredients strong {
  font-weight: 500; }

.nutrition-section {
  padding-left: 45px; }

.top-nutr-facts-wrap {
  font-size: 16px;
  margin-bottom: 10px; }

.top-nutr-facts-wrap .calories,
.top-nutr-facts-wrap .calories-from-fat {
  font-size: 20px; }

#nutritionfacts {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px;
  margin: 0px 20px; }

.nutrition-title {
  border-bottom: 1px solid #000; }

#nutritionfacts h4 {
  font-size: 48px;
  font-weight: 900;
  line-height: 79%; }

.top-nutr-fact {
  font-size: 20px !important;
  line-height: 137%; }

.nutritionbold {
  font-weight: 900; }

.nutritionborder5 {
  border-bottom: 6px solid #000; }

.nutritionborder15 {
  border-bottom: 15px solid #000 !important; }

.amount-per-serving {
  font-size: 16px; }

.calories {
  line-height: 43px; }

.calories > .left-side {
  font-size: 35px;
  font-weight: 900; }

.calories > .right-side {
  font-size: 35px;
  font-weight: 900; }

.nutritions-column ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.nutritions-column li {
  border-bottom: 1px solid #C3B9AC;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  /*padding: 7px 7px 7px 0;*/ }

.nutritions-column li.nutr-facts-table-header {
  border-top: 4px solid #000;
  border-bottom: 1px solid #000; }

.nutritions-column li.sub {
  padding-left: 20px; }

.nutritions-column li.subsub {
  padding-left: 40px; }

.nutritions-column li:last-child {
  border-bottom: none; }

.nutritions-column li.nutr-table {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.nutritions-column li.nutr-table .side {
  width: 50%;
  margin-bottom: 5px; }

.nutritions-column li.nutr-table .side:nth-child(even) {
  text-align: right;
  width: 35% !important; }

.nutritions-column li.nutr-table .side:nth-child(odd) {
  width: 65% !important; }

.essential-ingredients-section {
  background: #f5f6f1;
  padding-top: 50px; }

.essential-ingredients-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.essential-ingredients-section .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #754609; }

.essential-ingredients-section .image {
  padding: 0 30px; }

.essential-ingredients-section .list-block li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  list-style: none;
  color: #754609;
  font-weight: 500; }

.essential-ingredients-section .list-block li::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  background-image: url(../../../../../wp-content/uploads/2019/07/V-icon.png);
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.recipe-title-section {
  position: relative; }

.recipe-title-section .recipe-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.recipe-title-section .container {
  max-width: 90%; }

.recipe-title-block {
  padding: 60px 50px;
  text-align: center; }

.recipe-title-block .title {
  margin-bottom: 36px; }

.prep-info-block {
  display: flex;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 48px; }

.prep-info {
  font-family: 'Mulish', sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin: 0 30px; }

.prep-info span {
  display: block; }

.prep-info .prep-name {
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px; }

.prep-info .prep-value {
  font-size: 25px;
  line-height: .8; }

.recipe-info-section {
  padding: 66px 0 20px; }

.recipe-info-section .container {
  max-width: 90%; }

.recipe-info-section h4 {
  margin-bottom: 20px; }

.recipe-info-block ol {
  list-style: none; }

.recipe-info-block ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px; }

.recipe-info-block ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative; }

.recipe-info-block ol li::before {
  content: counter(my-awesome-counter);
  color: #00a9e0;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 8px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 2px;
  border-radius: 50%; }

.recipe-info-section h4.color-brown {
  font-weight: 900; }

.share-block .share-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase; }

div.print-only {
  display: none; }

div#print a {
  background: #000;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 10px 0 0;
  text-transform: uppercase; }

.jssocials-share-link {
  font-size: 14px;
  padding: 15px;
  border-radius: 50%; }

.recipe-info-block {
  margin-bottom: 50px; }

.recipe-info-block ul {
  line-height: 1.7;
  padding-left: 0.8em; }

.relation-recipes-section {
  background: #f5f6f1;
  padding: 60px 0;
  text-align: center;
  background-size: cover; }

.relation-recipes-section .row {
  -webkit-box-pack: center;
  justify-content: center; }

.relation-recipes-section .section-title {
  margin-bottom: 58px; }

.relation-recipes-section .section-title img {
  width: 65px;
  display: inline-block;
  margin-bottom: 25px; }

.recipe-item {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden; }

.recipe-item__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  /*-webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px; }

.recipe-item__bg .bg-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.recipe-item__bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00AEEF;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 1; }

.recipe-item:hover .recipe-item__bg::before {
  opacity: 0.7;
  visibility: visible; }

.recipe-item:hover .recipe-item__bg .bg-block {
  transform: scale(1.1); }

.recipe-item .title-block {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  z-index: 2; }

.recipe-item:hover .title-block {
  opacity: 1;
  visibility: visible; }

.recipe-item__icon {
  width: 85px;
  margin-bottom: 6px; }

.recipe-item__title {
  font-size: 26px;
  color: #fff;
  line-height: 130%;
  padding-top: 15px;
  font-weight: 600; }

.recipes-title-section {
  text-align: center;
  padding: 185px 0 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.recipes-title-section h3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.recipes-title-section .subtitle {
  font-size: 20px;
  max-width: 530px;
  margin: 0 auto; }

.recipes-filter-section {
  position: relative;
  text-align: center;
  background: #dde1e8; }

.recipes-wrap-section {
  padding: 35px 0 20px;
  background: #dde1e8;
  background-size: auto;
  background-repeat: repeat; }

.recipes-wrap-section .recipe-item-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 52px;
  text-align: center;
  display: block; }

.recipes-filter-section {
  position: relative;
  padding: 45px 0; }

.recipes-filter-section .fiter-title {
  font-family: 'Courgette', cursive;
  font-size: 30px;
  color: #e1251b;
  margin-bottom: 22px;
  position: relative;
  z-index: 4; }

.recipes-filter-section .filter-dropdown-btn {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #e1251b;
  text-transform: uppercase;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: none; }

.recipes-filter-section .filter-dropdown-btn:hover {
  color: #e1251b; }

.recipes-filter-section .filter-dropdown-btn::after {
  content: '';
  color: #e1251b;
  position: absolute;
  width: 16px;
  height: 10px;
  right: -30px;
  top: 12px;
  background-image: url(../img/drop-icon.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none; }

.recipes-filter-section .filter-dropdown-btn.is-active::after {
  background-image: url(../img/drop-icon-active.png);
  display: none; }

.recipes-filter-section .filter-dropdown-btn.is-active {
  color: #754609; }

.recipes-filter-section .filter-dropdown {
  /*display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
		justify-content: center;
	    position: absolute;
	    width: 365px;
	    background: #fff;
	    z-index: 3;
	    -webkit-box-shadow: 0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		-moz-box-shadow:    0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		box-shadow:         0px 15px 30px 0px rgba(40, 41, 38, 0.2);
		left: 50%;
	    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	    top: 0;
	    width: 365px;
	    padding: 135px 30px 30px;
	    -webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	    opacity: 0;
	    visibility: hidden;*/ }

.recipes-filter-section .filter-dropdown.is-active {
  opacity: 1;
  visibility: visible; }

.recipes-filter-section .filter-btn {
  color: #e1251b;
  font-size: 21px;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  padding: 10px;
  font-weight: 500; }

.recipes-filter-section .filter-btn:hover {
  color: #754609; }

img.recipe-item__icon {
  width: 90px; }

/*.recipe-item-col {
		display: none;
	}

	.recipe-item-col.not-active {
		left: 0 !important;
	}

	.recipe-item-col.display {
		display: block;
	}*/
.wheretobuy-section {
  display: flex;
  height: 515px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1; }
  @media (max-width: 500px) {
    .wheretobuy-section {
      height: 71vw; } }
  @media (min-width: 501px) {
    .wheretobuy-section {
      height: 380px; } }
  @media (min-width: 768px) {
    .wheretobuy-section {
      height: 480px; } }
  @media (min-width: 1441px) {
    .wheretobuy-section {
      height: 550px; } }
  @media (min-width: 1024px) {
    .wheretobuy-section.sunrays {
      background-position: 105px center;
      height: 515px;
      margin-bottom: 40px;
      position: relative;
      z-index: 0; } }
  @media (max-width: 1024px) {
    .wheretobuy-section.sunrays {
      height: 375px;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .wheretobuy-section.sunrays {
      height: 300px;
      margin-bottom: 0; } }
  .wheretobuy-section.sunrays .gradient-mask {
    height: 515px;
    width: 74%; }
    @media (max-width: 1024px) {
      .wheretobuy-section.sunrays .gradient-mask {
        height: 375px;
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      .wheretobuy-section.sunrays .gradient-mask {
        background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 20%); } }
  .wheretobuy-section .container {
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 515px;
    position: relative;
    z-index: 1; }
    @media (max-width: 500px) {
      .wheretobuy-section .container {
        height: 71vw; } }
    @media (min-width: 501px) {
      .wheretobuy-section .container {
        height: 380px; } }
    @media (min-width: 768px) {
      .wheretobuy-section .container {
        height: 480px; } }
  .wheretobuy-section .title-block {
    margin-top: 10%; }
    .wheretobuy-section .title-block::before {
      content: "";
      background-image: url("../img/wave-lite-blue.svg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 164px;
      position: absolute;
      top: -164px;
      left: 0;
      width: 100%;
      z-index: 1;
      transform: scaleX(-1); }
      @media (max-width: 1024px) {
        .wheretobuy-section .title-block::before {
          height: 180px;
          top: -143px;
          z-index: 2; } }
      @media (max-width: 768px) {
        .wheretobuy-section .title-block::before {
          top: -126px; } }
      @media (max-width: 768px) {
        .wheretobuy-section .title-block::before {
          top: -68px; } }
    .wheretobuy-section .title-block::after {
      content: "";
      background-image: url("../img/waves-white-top.svg");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 164px;
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      z-index: 1; }
    .wheretobuy-section .title-block h1 {
      font-size: 3em;
      font-weight: 500;
      padding-bottom: 41px;
      margin-bottom: 31px; }
    .wheretobuy-section .title-block h3 {
      font-size: 1.5em; }

#locatorCallout {
  background-color: #00BDF2;
  background-size: cover;
  padding: 0 0 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1024px) {
    #locatorCallout {
      padding-bottom: 30px; } }
  @media (max-width: 430px) {
    #locatorCallout {
      padding-bottom: 50px; } }
  @media (min-width: 1441px) {
    #locatorCallout {
      padding: 0 0 125px; }
      #locatorCallout .container {
        padding: 2% 0; } }
  #locatorCallout::before {
    content: "";
    background-image: url("../img/wave-dark-blue-top.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 164px;
    position: absolute;
    top: -164px;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media (max-width: 1024px) {
      #locatorCallout::before {
        height: 100px;
        top: -96px;
        z-index: 0; } }
    @media (max-width: 768px) {
      #locatorCallout::before {
        top: -68px;
        height: 71px; } }
    @media (max-width: 430px) {
      #locatorCallout::before {
        top: -50px;
        height: 50px; } }
    @media (min-width: 1441px) {
      #locatorCallout::before {
        height: auto;
        padding-top: 16%;
        top: -236px;
        z-index: 0; } }
  #locatorCallout::after {
    content: "";
    background-image: url("../img/waves-white-top.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 164px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    z-index: 1; }
    @media (max-width: 1024px) {
      #locatorCallout::after {
        height: 60px;
        bottom: -15px;
        z-index: 1; } }
    @media (max-width: 768px) {
      #locatorCallout::after {
        bottom: -1px;
        height: 60px; } }
    @media (max-width: 430px) {
      #locatorCallout::after {
        bottom: -2px;
        height: 50px; } }
    @media (min-width: 1441px) {
      #locatorCallout::after {
        height: auto;
        padding-top: 5%;
        bottom: -5px;
        z-index: 0; } }
  #locatorCallout .text {
    color: #fff;
    font-size: calc(1em / (1 * 1.25));
    font-weight: 400;
    margin: 0 auto;
    max-width: 86%;
    padding: 0 0 4%;
    position: relative;
    text-align: center; }
    @media (max-width: 768px) {
      #locatorCallout .text {
        max-width: 90%;
        padding: 0; } }
    #locatorCallout .text h3 {
      font-family: "Mulish", sans-serif; }

.destini_locator {
  background-color: #fff; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*
 * Fade-zoom animation for popup
 *Need more context behind what this is @Brandon
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog,
.my-mfp-zoom-in .mfp-iframe-holder .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-content {
  opacity: 1;
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-content {
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.selectric {
  border: none;
  background: #f5f6f1; }

.selectric .label {
  line-height: inherit;
  height: auto;
  font-size: 18px;
  padding: 19px 20px;
  padding-right: 0;
  margin-left: 0; }

.selectric .button {
  height: 100%;
  width: 50px;
  background: transparent; }

.selectric .button:after {
  background-image: url(../img/drop-icon-active.png);
  border: none;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nf-form-content h2 {
  color: #00AEEF;
  font-family: "Lilita One", sans-serif;
  font-weight: 700;
  font-style: normal; }

.interest_opt {
  display: block;
  margin-top: 26px; }

.wpcf7-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.wpcf7-checkbox .wpcf7-list-item {
  width: 33.33%;
  margin: 0 0 13px; }

.wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
  font-size: 16px; }

.wpcf7-checkbox .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #E5E1DB;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.wpcf7-checkbox .wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  background-image: url(../img/icon-check-white.png);
  top: 4px;
  left: 6px;
  width: 12px;
  height: 9px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  background: #AD8700; }

.wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible; }

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

.submit-block .submitbtn {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border: none;
  background: #607b56;
  outline: none;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 5px 20px; }

.submit-block .submitbtn:hover {
  opacity: 0.85; }

span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-weight: 300; }

.evently-sided-blocks-section {
  padding-top: 75px; }

.evently-sided-block {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.evently-sided-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.evently-sided-block:nth-child(odd) .img-side {
  padding-right: 35px; }

.evently-sided-block:nth-child(even) .img-side {
  padding-left: 35px; }

.evently-sided-block .image {
  padding-top: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.history-blocks-section .evently-sided-block .image {
  -webkit-background-size: contain;
  background-size: contain; }

.evently-sided-block:nth-child(odd) .text-side {
  padding-left: 85px;
  padding-right: 100px; }

.evently-sided-block:nth-child(even) .text-side {
  padding-left: 100px;
  padding-right: 85px; }

.evently-sided-block .title {
  font-family: 'Courgette', cursive;
  color: #e1251b;
  font-size: 30px;
  margin-bottom: 30px; }

.crafted-block .title img {
  max-width: 284px; }

.evently-sided-block .copy {
  font-size: 16px;
  line-height: 1.5; }

.evently-sided-block .copy a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px; }
