@font-face {
  font-family: "Archer";
  src: url("webfonts/Archer-Book.woff2") format("woff2"), url("webfonts/Archer-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archer";
  src: url("webfonts/ArcherPro-LightItalic.woff2") format("woff2"), url("webfonts/ArcherPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archer";
  src: url("webfonts/ArcherPro-Semibold.woff2") format("woff2"), url("webfonts/ArcherPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, hgroup, main, menu, nav, section {
  display: block;
  clear: both;
}

audio, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1.125vw;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/** Grid **/
.container {
  display: block;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.container.container-narrow {
  width: 60%;
}

.col {
  -webkit-box-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 640px) {
  .flex-grid {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 10px;
    width: 100%;
  }

  .container.container-narrow {
    width: 90%;
  }

  .flex-grid {
    width: 100%;
    padding: 0 10px;
  }
}
h1,
h2,
h3,
h4,
p,
a,
.elementor-text-editor {
  font-family: Archer, "Sans-serif" !important;
}

.no-mobile {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.hide {
  display: none !important;
}

@media (max-width: 640px) {
  .no-mobile {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
.elementor-shortcode .owl-carousel .owl-stage .owl-item:last-child {
  display: none !important;
}

button:focus {
  outline: 0 !important;
}

.container {
  width: 1025px !important;
  max-width: 100%;
  margin: 0 auto;
}

.container-wide {
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
}

.container-narrow {
  width: 60% !important;
  max-width: 40rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container-narrow {
    width: 90% !important;
    max-width: 66rem;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 42% !important;
  font-size: 64px !important;
  color: #000 !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav i {
  font-size: 32px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #ccc !important;
}

@media screen and (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    top: 38%;
  }

  .owl-nav .owl-prev {
    left: -5px;
  }

  .owl-nav .owl-next {
    right: -5px;
  }
}
.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-banner {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-banner {
    padding: 35px 0;
  }
}
.page-banner__bg-image {
  background-image: url(../img/search-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__title {
  font-family: "Archer", serif;
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 0 1rem 0;
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #EDEDED;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.page-banner__intro p {
  margin: 0;
}

.recipes.page-banner {
  padding: 80px 0 30px;
}
@media screen and (max-width: 640px) {
  .recipes.page-banner {
    padding: 35px 0 5px;
  }
}

/** Social Share Buttons**/
.share-buttons {
  padding-left: 0;
  margin: 20px 0 0 0;
}

.share-buttons li {
  display: inline-block !important;
  padding-right: 15px !important;
}

.share-buttons li:last-child {
  margin-left: 0;
  padding-left: 17px;
  border-left: 1px solid #3b3535;
}

.share-buttons use {
  fill: #cb333b !important;
}

@media print {
  .noprint {
    display: none !important;
  }
}
/** Related Posts Shortcode **/
.related-posts__heading {
  font-family: "Archer", serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.related-posts__card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related-posts__card:hover .related-posts__card-title {
  color: #cb333b;
}
.related-posts__img {
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-posts__img img {
  display: block;
  width: 100%;
}
.related-posts__card-content {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-posts__card-content a {
  color: #000;
}
.related-posts__card-title {
  font-size: 1.3em;
  color: #000;
}

.cta-wrapper {
  text-align: center;
  padding: 35px 0;
}

.view-all-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:hover {
  background-color: transparent;
}

/** Custom Recipe Template Styles **/
.custom-recipes .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.custom-recipes__image {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .custom-recipes__image {
    margin-bottom: 15px;
  }
}
.custom-recipes__title {
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  color: #cb333b !important;
  margin: 0;
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .custom-recipes__title {
    text-align: center;
    font-size: 2.4em;
  }
}
.custom-recipes__details--top {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .custom-recipes__details--top {
    margin-bottom: 35px;
  }
}
.custom-recipes__details--top li {
  margin: 0;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .custom-recipes__details--top li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }
}
.custom-recipes__details--top li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #4e8167 !important;
}
.custom-recipes__details--bottom {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-recipes__details--bottom h4 {
  font-family: "Archer", serif;
  color: #cb333b !important;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.custom-recipes__details--bottom ol {
  margin: 0;
  padding-left: 20px;
}
.custom-recipes__details--bottom li {
  margin-bottom: 15px;
  padding-left: 25px;
}
.custom-recipes__details--bottom p {
  margin-bottom: 10px;
}
.custom-recipes__details--bottom .ingredients {
  padding-left: 20px;
  margin-bottom: 35px;
}
.custom-recipes__details--bottom .ingredients ul {
  list-style-type: none;
}
.custom-recipes__details--bottom .ingredients h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #333;
}

@media (max-width: 640px) {
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
}
/** Recipe Search Page **/
.search-only .select2wpupg-container {
  display: none;
}

.filter-only .wpupg-filter-text-input {
  display: none;
}

.search-filters {
  background-color: #cb333b;
  width: 100%;
  padding: 30px 0;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 10px !important;
}

.wpupg-choices__placeholder {
  opacity: 1 !important;
}

.search-filters__heading {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .search-filters__heading {
    margin-top: 20px;
    font-size: 16px;
  }
}
#wpupg-grid-custom-recipes-grid-filter {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px auto;
  text-align: center;
}

.select2wpupg-container {
  width: 48% !important;
  padding-right: 15px;
}

.select2wpupg-container:last-child {
  padding-right: 0;
}

.search-results {
  padding: 60px 0;
  background-color: #F2F2F2;
}

.search-results__grid {
  margin-left: 10px;
  margin-right: 10px;
}

.recipe-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
.recipe-details__label {
  font-weight: bold;
  margin-right: 5px;
}

/** Related Recipes Shortcode **/
.related-recipes {
  background-color: #E9A729;
  padding: 60px 0;
}
.related-recipes__heading {
  font-family: "Archer", serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.related-recipes__recipe-card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related-recipes__recipe-card:hover .related-recipes__card-title {
  color: #cb333b;
}
.related-recipes__recipe-card img {
  display: block;
  width: 100%;
}
.related-recipes__card-content {
  background-color: #fff;
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-recipes__card-content a {
  color: #000;
}
.related-recipes__card-title {
  font-size: 1.3em;
  color: #000;
}

.recipes-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/** Featured Posts Shortcode **/
.featured-posts {
  background-color: #ffffff;
  padding: 60px 0;
}
.featured-posts__heading {
  font-family: "Archer", serif;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  padding: 0;
  margin: 0 0 35px 0;
}
.featured-posts__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 640px) {
  .featured-posts__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-posts__card:hover .featured-posts__card-title {
  color: #cb333b;
}
.featured-posts__img img {
  display: block;
  width: 100%;
}
.featured-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-posts__card-content a {
  color: #000;
}
.featured-posts__card-title {
  font-size: 1.3em;
  color: #000;
}

.products-isotope-filter {
  margin-bottom: 27px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search] {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  padding-left: 15px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
}

.products .wpgb-facet .wpgb-button[aria-pressed=true] {
  color: #000 !important;
}

.products .wpgb-facet .wpgb-button {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.products .wpgb-facet .wpgb-button:hover {
  color: #000 !important;
}

.wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
    font-size: 18px !important;
  }
}
.products-search-filter .wpgb-facet-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff !important;
  display: inline-block;
}

.products-search-filter .wpgb-facet > fieldset {
  display: inline-block;
  width: 80%;
  margin-left: 15px;
  margin-bottom: 15px !important;
}

.wpgb-facet .wpgb-facet-title {
  float: left;
  padding-top: 8px !important;
}
@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-facet-title {
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .products-search-filter .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    display: block;
    width: 100%;
  }

  .products-search-filter .wpgb-facet > fieldset {
    margin-left: 0;
  }
}
.products-search-filter {
  max-width: 800px !important;
  margin: 15px auto 10px auto !important;
}

.search-btn {
  display: none;
  background-color: #ffffff;
  color: #000 !important;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  width: 100px;
  margin: 0 auto;
}

.search-btn:hover {
  color: #000 !important;
  background-color: #000000;
}

.products-isotope-filter {
  padding-bottom: 10px;
}

/** Product Card Animation **/
.products .wpgb-card, .featured_products .wpgb-card {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.products .wpgb-card:hover .wpgb-card-media, .featured_products .wpgb-card:hover .wpgb-card-media {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.products .wpgb-card:hover h3, .featured_products .wpgb-card:hover h3 {
  color: #cb333b;
}

.products .flex-grid {
  max-width: 100%;
}

.wpgb-facet .wpgb-button:focus, .wpgb-facet .wpgb-rating:focus, .wpgb-facet .wpgb-hierarchy:focus, .wpgb-facet .wpgb-toggle-hidden:focus, .wpgb-facet .wpgb-range-clear:focus, .wpgb-facet .wpgb-range-thumb:focus, .wpgb-facet .wpgb-pagination li a:focus, .wpgb-facet .wpgb-radio:focus .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:focus .wpgb-checkbox-control {
  outline-style: none !important;
}

@media (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
}
.featured-products__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 640px) {
  .featured-products__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-products__card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-products__card .featured-products__card-title {
  color: #000;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 35px;
}
.featured-products__card:hover .featured-products__card-title {
  color: #cb333b;
}
@media (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .featured-products__heading {
    font-size: 1.4rem;
  }
}

.featured-products-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #4e8167 !important;
}

.featured_products .wpgb-prev-button:focus, .featured_products .wpgb-next-button:focus {
  outline: 0 !important;
}

.featured-products-carousel.owl-carousel .owl-item {
  padding-top: 35px !important;
}

/* nutrition label */
.nutrition-label table {
  margin: 0;
}

.nutrition-label table td,
.nutrition-label table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label table caption + thead tr:first-child td,
.nutrition-label table caption + thead tr:first-child th,
.nutrition-label table colgroup + thead tr:first-child td,
.nutrition-label table colgroup + thead tr:first-child th,
.nutrition-label table thead:first-child tr:first-child td,
.nutrition-label table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label table tbody > tr:nth-child(odd) > td,
.nutrition-label table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label table tbody tr:hover > td,
.nutrition-label table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label table tbody + tbody {
  border-top: none;
}

.nutrition-label h1, .nutrition-label h2, .nutrition-label h3, .nutrition-label h4, .nutrition-label h5, .nutrition-label h6 {
  line-height: 1;
  margin: 0 0 0 0;
}

.nutrition-label {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 20em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label h1 {
  font-size: 1.6em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
  color: #5d5751 !important;
}

.nutrition-label h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label th {
  text-align: left;
}

.nutrition-label th, .nutrition-label td {
  padding: 0px;
}

.nutrition-label th span {
  font-weight: normal;
}

.nutrition-label th + td {
  text-align: right;
}

.nutrition-label .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label .small-info p {
  line-height: 1.425;
}

.nutrition-label__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label__serving-size tr {
  vertical-align: top;
}

.nutrition-label__serving-size th + td {
  font-weight: 700;
}

.nutrition-label__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label__table--small td:last-child {
  text-align: left;
}

.nutrition-label__table--small th,
.nutrition-label__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label__table--small th {
  font-weight: 400;
}

.nutrition-label__table--small th + td {
  text-align: left;
}

.nutrition-label__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label__amount-per-serving th,
.nutrition-label__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label__stats thead th {
  text-align: right;
}

.nutrition-label__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label__stats tbody tr.row-indent th,
.nutrition-label__stats tbody tr.row-double-indent th,
.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label__stats th,
.nutrition-label__stats td {
  padding: 0.1666em 0;
}

.nutrition-label__vitamins th {
  font-weight: normal;
}

.nutrition-label--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label .vitamin-block th {
  font-weight: normal;
}

/* nutrition label */
.nutrition-label-v2 table {
  margin: 0;
}

.nutrition-label-v2 table td,
.nutrition-label-v2 table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label-v2 table caption + thead tr:first-child td,
.nutrition-label-v2 table caption + thead tr:first-child th,
.nutrition-label-v2 table colgroup + thead tr:first-child td,
.nutrition-label-v2 table colgroup + thead tr:first-child th,
.nutrition-label-v2 table thead:first-child tr:first-child td,
.nutrition-label-v2 table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label-v2 table tbody > tr:nth-child(odd) > td,
.nutrition-label-v2 table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody tr:hover > td,
.nutrition-label-v2 table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody + tbody {
  border-top: none;
}

.nutrition-label-v2 h1, .nutrition-label-v2 h2, .nutrition-label-v2 h3, .nutrition-label-v2 h4, .nutrition-label-v2 h5, .nutrition-label-v2 h6 {
  line-height: 1;
  margin: 0 0 0 0;
  color: black !important;
}

.nutrition-label-v2 {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 30em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label-v2 * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label-v2 h1 {
  font-size: 2em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
}

.nutrition-label-v2 h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label-v2 table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label-v2 th {
  text-align: left;
}

.nutrition-label-v2 th span {
  font-weight: normal;
}

.nutrition-label-v2 th + td {
  text-align: right;
}

.nutrition-label-v2 .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label-v2 .small-info p {
  line-height: 1.425;
}

.nutrition-label-v2__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label-v2__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label-v2__serving-size th + td {
  font-weight: 700;
}

.nutrition-label-v2__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label-v2__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label-v2__table--small td:last-child {
  text-align: left;
}

.nutrition-label-v2__table--small th,
.nutrition-label-v2__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label-v2__table--small th {
  font-weight: 400;
}

.nutrition-label-v2__table--small th + td {
  text-align: left;
}

.nutrition-label-v2__calories-per-serving {
  border-bottom: 6px solid black;
}

.nutrition-label-v2__calories-per-serving-label {
  font-size: 0.75em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-calories {
  font-size: 2em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-heading {
  font-size: 2em;
}

.nutrition-label-v2__calories-per-serving tr {
  vertical-align: bottom;
}

.nutrition-label-v2__calories-per-serving span {
  display: block;
  padding: 0.125em;
  font-weight: bold !important;
}

.nutrition-label-v2__daily-value {
  font-size: 0.75em;
  float: right;
}

.nutrition-label-v2__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label-v2__amount-per-serving th,
.nutrition-label-v2__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label-v2__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label-v2__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2__calories {
  font-weight: bold;
  font-size: 1.625em;
}

.nutrition-label-v2__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label-v2__stats thead th {
  text-align: left;
}

.nutrition-label-v2__stats thead th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td {
  padding: 0.125rem 0.2rem;
}

.nutrition-label-v2__stats tbody tr td span:first-child {
  float: left;
}

.nutrition-label-v2__stats tbody tr td span:not(:first-child) {
  float: right;
  font-weight: bold;
}

.nutrition-label-v2__stats tbody tr td span::before,
.nutrition-label-v2__stats tbody tr td span::after {
  content: "";
  display: table;
}

.nutrition-label-v2__stats tbody tr td span::after {
  clear: both;
}

.nutrition-label-v2__stats tbody tr td,
.nutrition-label-v2__stats tbody tr th {
  padding: 0.125rem 0.2rem;
  position: relative;
}

.nutrition-label-v2__stats tbody tr td:not(:first-child),
.nutrition-label-v2__stats tbody tr th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td:after,
.nutrition-label-v2__stats tbody tr th:after {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  right: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr td:before,
.nutrition-label-v2__stats tbody tr th:before {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  left: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label-v2__stats tbody tr.row-indent th,
.nutrition-label-v2__stats tbody tr.row-double-indent th,
.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label-v2__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label-v2__stats th,
.nutrition-label-v2__stats td {
  padding: 0.1666em 0;
}

.nutrition-label-v2__vitamins th {
  font-weight: normal;
}

.nutrition-label-v2--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2 .vitamin-block th {
  font-weight: normal;
}

.product-claims-container {
  padding: 7px;
  padding-top: 20px;
}
.product-claims-container .product-claim {
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: inline-block;
  overflow: hidden;
  background-position: center center;
  width: 6rem;
  margin: 7px;
  height: 6rem;
  background-size: 100%;
}
.product-claims-container .product-claim.claim-10caloriesorlessperserving {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-10caloriesorlessperserving.jpg);
}
.product-claims-container .product-claim.claim-fatglutenandsugarfree {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-fatglutenandsugarfree.jpg);
}
.product-claims-container .product-claim.claim-certifiedvegan {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-certifiedvegan.jpg);
}
.product-claims-container .product-claim.claim-organic {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-organic.jpg);
}
.product-claims-container .product-claim.claim-glutenfree {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-glutenfree.jpg);
}
.product-claims-container .product-claim.claim-kosher {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-kosher.jpg);
}

.wpgb-facet .wpgb-search-facet label > svg {
  color: #ffffff !important;
}

.wpgb-facet select.wpgb-select {
  background-color: #fff !important;
}

.wpgb-facet select.wpgb-select {
  border-radius: 0 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-clear-button {
  color: #ffffff !important;
}

.wpgb-facet input.wpgb-date:focus, .wpgb-facet .wpgb-select.wpgb-select-focused, .wpgb-facet .wpgb-sort-facet select:focus, .wpgb-facet .wpgb-select-facet select:focus, .wpgb-facet .wpgb-search-facet input[type=search]:focus, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:focus {
  border-color: #ccc !important;
}

.wpgb-facet .wpgb-button:hover, .wpgb-facet .wpgb-select:hover, .wpgb-facet input.wpgb-date:hover, .wpgb-facet .wpgb-radio:hover .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:hover .wpgb-checkbox-control, .wpgb-facet .wpgb-sort-facet select:hover, .wpgb-facet .wpgb-select-facet select:hover, .wpgb-facet .wpgb-search-facet input[type=search]:hover, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:hover {
  border-color: #ccc !important;
}

.wpgb-result-count {
  display: block;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}

.wpgb-facet .wpgb-reset {
  background-color: transparent !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: center !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
}

.recipe-search-title {
  font-family: "Archer", serif !important;
  font-weight: 300 !important;
  font-size: 56px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 0 0 1rem 0 !important;
  color: #FFF !important;
}

.wpgb-button {
  margin-top: 25px !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.wpgb-facet .wpgb-button:hover .wpgb-button-label {
  color: #000;
}

.wpgb-facet .wpgb-selection-facet {
  display: block !important;
}

.wpgb-facet .wpgb-inline-list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.cat-filter .wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.cat-filter .wpgb-facet .wpgb-button {
  border: none !important;
}

.cat-filter .wpgb-facet .wpgb-button:hover, .cat-filter .wpgb-facet .wpgb-button:focus {
  border: none !important;
}

.wpgb-facet .wpgb-pagination {
  display: block !important;
  text-align: center;
  padding-top: 35px !important;
}

.wpgb-facet .wpgb-pagination li a[aria-current], .wpgb-facet .wpgb-pagination li a[aria-current]:hover {
  color: #fff !important;
  background-color: #CB343B;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-pagination li a {
  color: #000;
}

.wpgb-facet .wpgb-pagination li a:hover {
  color: #fff !important;
  background-color: #CB343B;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet select.wpgb-select:not([multiple]) {
  text-transform: initial;
}

@media screen and (max-width: 600px) {
  .wpgb-facet {
    margin-bottom: 35px;
  }
}
.products input[type=checkbox] {
  display: none;
}

.search-filters input[type=checkbox] {
  display: none;
}

.lbl-toggle {
  display: block;
  padding: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.lbl-toggle::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9Imljb25zL1VJL2NoZXZyb24tQ29weSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNNCwxMC41IEwxMSwxMC41IEwxMSwxMi41IEw0LDEyLjUgTDIsMTIuNSBMMiwzLjUgTDQsMy41IEw0LDEwLjUgWiIgaWQ9Ik1hc2siIGZpbGw9IiMyMzEwMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC0xMzUuMDAwMDAwKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtOC4wMDAwMDApICI+PC9wYXRoPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg) translateX(-2px);
          transform: rotate(90deg) translateX(-2px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::after {
  -webkit-transform: rotate(270deg) translateX(0);
          transform: rotate(270deg) translateX(0);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 450px;
}

.collapsible-content .content-inner {
  padding: 0 1rem;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-inline-list li {
    width: 100% !important;
    text-align: center !important;
  }

  .search-filters {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .search-results {
    padding-top: 35px;
  }

  .recipe-filter-label {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .lbl-toggle {
    padding-bottom: 25px;
  }
}
/** Recipe Post Breadcrumb nav **/
.ah-breadcrumb {
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 60px;
  padding-left: 12px;
}

.ah-breadcrumb li {
  display: inline;
  margin: 0 0 0 15px;
  font-size: 14px;
}

.ah-breadcrumb a {
  color: #cb333b !important;
}

@media screen and (max-width: 640px) {
  .ah-breadcrumb {
    text-align: center;
    margin-bottom: 35px;
  }

  .ah-breadcrumb li {
    margin-left: 0;
  }

  .ah-breadcrumb .first, .ah-breadcrumb .second, .ah-breadcrumb .third, .ah-breadcrumb .seperator {
    display: none;
  }
}
/* Gravity Form Fields */
.elementor input, .elementor select {
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  line-height: normal !important;
}

.elementor select {
  margin: 2px 0 0 !important;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CCCCCC;
  border-radius: 0px 0px 0px 0px;
}

.elementor select {
  background-color: #ffffff;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.elementor select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

/** ie11 Specific Styles **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products-search-filter {
    max-width: 100% !important;
  }

  .wpgb-facet .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .featured-recipes__recipe-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .search-btn {
    display: block;
  }
}
@font-face {
  font-family: "Archer";
  src: url("webfonts/Archer-Book.woff2") format("woff2"), url("webfonts/Archer-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archer";
  src: url("webfonts/ArcherPro-LightItalic.woff2") format("woff2"), url("webfonts/ArcherPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archer";
  src: url("webfonts/ArcherPro-Semibold.woff2") format("woff2"), url("webfonts/ArcherPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, hgroup, main, menu, nav, section {
  display: block;
  clear: both;
}

audio, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1em;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 1.125vw;
  }
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/** Grid **/
.container {
  display: block;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.container.container-narrow {
  width: 60%;
}

.col {
  -webkit-box-flex: 1;
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 640px) {
  .flex-grid {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 10px;
    width: 100%;
  }

  .container.container-narrow {
    width: 90%;
  }

  .flex-grid {
    width: 100%;
    padding: 0 10px;
  }
}
h1,
h2,
h3,
h4,
p,
a,
.elementor-text-editor {
  font-family: Archer, "Sans-serif" !important;
}

.no-mobile {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

.hide {
  display: none !important;
}

@media (max-width: 640px) {
  .no-mobile {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
.elementor-shortcode .owl-carousel .owl-stage .owl-item:last-child {
  display: none !important;
}

button:focus {
  outline: 0 !important;
}

.container {
  width: 1025px !important;
  max-width: 100%;
  margin: 0 auto;
}

.container-wide {
  width: 1200px !important;
  max-width: 100%;
  margin: 0 auto;
}

.container-narrow {
  width: 60% !important;
  max-width: 40rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container-narrow {
    width: 90% !important;
    max-width: 66rem;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 42% !important;
  font-size: 64px !important;
  color: #000 !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav i {
  font-size: 32px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: #ccc !important;
}

@media screen and (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    top: 38%;
  }

  .owl-nav .owl-prev {
    left: -5px;
  }

  .owl-nav .owl-next {
    right: -5px;
  }
}
.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-banner {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page-banner {
    padding: 35px 0;
  }
}
.page-banner__bg-image {
  background-image: url(../img/search-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__title {
  font-family: "Tinos", serif;
  font-size: 3rem;
  font-weight: 600;
  color: #FFFFFF !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 0 1rem 0;
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #EDEDED;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.page-banner__intro p {
  margin: 0;
}

.recipes.page-banner {
  padding: 80px 0 30px;
}
@media screen and (max-width: 640px) {
  .recipes.page-banner {
    padding: 35px 0 5px;
  }
}

/** Social Share Buttons**/
.share-buttons {
  padding-left: 0;
  margin: 20px 0 0 0;
}

.share-buttons li {
  display: inline-block !important;
  padding-right: 15px !important;
}

.share-buttons li:last-child {
  margin-left: 0;
  padding-left: 17px;
  border-left: 1px solid #3b3535;
}

.share-buttons use {
  fill: #cb333b !important;
}

@media print {
  .noprint {
    display: none !important;
  }
}
/** Related Posts Shortcode **/
.related-posts__heading {
  font-family: "Tinos", serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.related-posts__card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related-posts__card:hover .related-posts__card-title {
  color: #cb333b;
}
.related-posts__img {
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related-posts__img img {
  display: block;
  width: 100%;
}
.related-posts__card-content {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-posts__card-content a {
  color: #000;
}
.related-posts__card-title {
  font-size: 1.3em;
  color: #000;
}

.cta-wrapper {
  text-align: center;
  padding: 35px 0;
}

.view-all-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.btn:hover {
  background-color: transparent;
}

/** Custom Recipe Template Styles **/
.custom-recipes .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.custom-recipes__image {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .custom-recipes__image {
    margin-bottom: 15px;
  }
}
.custom-recipes__title {
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  color: #cb333b !important;
  margin: 0;
  padding-bottom: 25px;
}
@media (max-width: 640px) {
  .custom-recipes__title {
    text-align: center;
    font-size: 2.4em;
  }
}
.custom-recipes__details--top {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 640px) {
  .custom-recipes__details--top {
    margin-bottom: 35px;
  }
}
.custom-recipes__details--top li {
  margin: 0;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .custom-recipes__details--top li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }
}
.custom-recipes__details--top li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #4e8167 !important;
}
.custom-recipes__details--bottom {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-recipes__details--bottom h4 {
  font-family: "Tinos", serif;
  color: #cb333b !important;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.custom-recipes__details--bottom ol {
  margin: 0;
  padding-left: 20px;
}
.custom-recipes__details--bottom li {
  margin-bottom: 15px;
  padding-left: 25px;
}
.custom-recipes__details--bottom p {
  margin-bottom: 10px;
}
.custom-recipes__details--bottom .ingredients {
  padding-left: 20px;
  margin-bottom: 35px;
}
.custom-recipes__details--bottom .ingredients ul {
  list-style-type: none;
}
.custom-recipes__details--bottom .ingredients h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #333;
}

@media (max-width: 640px) {
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
}
/** Recipe Search Page **/
.search-only .select2wpupg-container {
  display: none;
}

.filter-only .wpupg-filter-text-input {
  display: none;
}

.search-filters {
  background-color: #cb333b;
  width: 100%;
  padding: 30px 0;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 10px !important;
}

.wpupg-choices__placeholder {
  opacity: 1 !important;
}

.search-filters__heading {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .search-filters__heading {
    margin-top: 20px;
    font-size: 16px;
  }
}
#wpupg-grid-custom-recipes-grid-filter {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 15px auto;
  text-align: center;
}

.select2wpupg-container {
  width: 48% !important;
  padding-right: 15px;
}

.select2wpupg-container:last-child {
  padding-right: 0;
}

.search-results {
  padding: 60px 0;
  background-color: #F2F2F2;
}

.search-results__grid {
  margin-left: 10px;
  margin-right: 10px;
}

.recipe-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
.recipe-details__label {
  font-weight: bold;
  margin-right: 5px;
}

/** Related Recipes Shortcode **/
.related-recipes {
  background-color: #E9A729;
  padding: 60px 0;
}
.related-recipes__heading {
  font-family: "Tinos", serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}
.related-recipes__recipe-card {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.related-recipes__recipe-card:hover .related-recipes__card-title {
  color: #cb333b;
}
.related-recipes__recipe-card img {
  display: block;
  width: 100%;
}
.related-recipes__card-content {
  background-color: #fff;
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-recipes__card-content a {
  color: #000;
}
.related-recipes__card-title {
  font-size: 1.3em;
  color: #000;
}

.recipes-btn {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 15px 45px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/** Featured Posts Shortcode **/
.featured-posts {
  background-color: #ffffff;
  padding: 60px 0;
}
.featured-posts__heading {
  font-family: "Tinos", serif;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  padding: 0;
  margin: 0 0 35px 0;
}
.featured-posts__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (max-width: 640px) {
  .featured-posts__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-posts__card:hover .featured-posts__card-title {
  color: #cb333b;
}
.featured-posts__img img {
  display: block;
  width: 100%;
}
.featured-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featured-posts__card-content a {
  color: #000;
}
.featured-posts__card-title {
  font-size: 1.3em;
  color: #000;
}

.products-isotope-filter {
  margin-bottom: 27px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search] {
  background-color: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  padding-left: 15px !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
  opacity: 1 !important;
}

.products-search-filter .wpgb-facet .wpgb-search-facet input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
  opacity: 1 !important;
}

.products .wpgb-facet .wpgb-button[aria-pressed=true] {
  color: #000 !important;
}

.products .wpgb-facet .wpgb-button {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.products .wpgb-facet .wpgb-button:hover {
  color: #000 !important;
}

.wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
  font-size: 20px !important;
  line-height: 24px !important;
  padding: 10px 20px !important;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
    font-size: 18px !important;
  }
}
.products-search-filter .wpgb-facet-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff !important;
  display: inline-block;
}

.products-search-filter .wpgb-facet > fieldset {
  display: inline-block;
  width: 80%;
  margin-left: 15px;
  margin-bottom: 15px !important;
}

.wpgb-facet .wpgb-facet-title {
  float: left;
  padding-top: 8px !important;
}
@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-facet-title {
    float: none;
  }
}

@media screen and (max-width: 640px) {
  .products-search-filter .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    display: block;
    width: 100%;
  }

  .products-search-filter .wpgb-facet > fieldset {
    margin-left: 0;
  }
}
.products-search-filter {
  max-width: 800px !important;
  margin: 15px auto 10px auto !important;
}

.search-btn {
  display: none;
  background-color: #ffffff;
  color: #000 !important;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  width: 100px;
  margin: 0 auto;
}

.search-btn:hover {
  color: #000 !important;
  background-color: #000000;
}

.products-isotope-filter {
  padding-bottom: 10px;
}

/** Product Card Animation **/
.products .wpgb-card, .featured_products .wpgb-card {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.products .wpgb-card:hover .wpgb-card-media, .featured_products .wpgb-card:hover .wpgb-card-media {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.products .wpgb-card:hover h3, .featured_products .wpgb-card:hover h3 {
  color: #cb333b;
}

.products .flex-grid {
  max-width: 100%;
}

.wpgb-facet .wpgb-button:focus, .wpgb-facet .wpgb-rating:focus, .wpgb-facet .wpgb-hierarchy:focus, .wpgb-facet .wpgb-toggle-hidden:focus, .wpgb-facet .wpgb-range-clear:focus, .wpgb-facet .wpgb-range-thumb:focus, .wpgb-facet .wpgb-pagination li a:focus, .wpgb-facet .wpgb-radio:focus .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:focus .wpgb-checkbox-control {
  outline-style: none !important;
}

@media (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
}
.featured-products__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 640px) {
  .featured-products__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-products__card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.featured-products__card .featured-products__card-title {
  color: #000;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 35px;
}
.featured-products__card:hover .featured-products__card-title {
  color: #cb333b;
}
@media (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .featured-products__heading {
    font-size: 1.4rem;
  }
}

.featured-products-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #4e8167 !important;
}

.featured_products .wpgb-prev-button:focus, .featured_products .wpgb-next-button:focus {
  outline: 0 !important;
}

.featured-products-carousel.owl-carousel .owl-item {
  padding-top: 35px !important;
}

/* nutrition label */
.nutrition-label table {
  margin: 0;
}

.nutrition-label table td,
.nutrition-label table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label table caption + thead tr:first-child td,
.nutrition-label table caption + thead tr:first-child th,
.nutrition-label table colgroup + thead tr:first-child td,
.nutrition-label table colgroup + thead tr:first-child th,
.nutrition-label table thead:first-child tr:first-child td,
.nutrition-label table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label table tbody > tr:nth-child(odd) > td,
.nutrition-label table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label table tbody tr:hover > td,
.nutrition-label table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label table tbody + tbody {
  border-top: none;
}

.nutrition-label h1,
.nutrition-label h2,
.nutrition-label h3,
.nutrition-label h4,
.nutrition-label h5,
.nutrition-label h6 {
  line-height: 1;
  margin: 0 0 0 0;
}

.nutrition-label {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 20em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label h1 {
  font-size: 1.6em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
  color: #5d5751 !important;
}

.nutrition-label h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label th {
  text-align: left;
}

.nutrition-label th,
.nutrition-label td {
  padding: 0px;
}

.nutrition-label th span {
  font-weight: normal;
}

.nutrition-label th + td {
  text-align: right;
}

.nutrition-label .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label .small-info p {
  line-height: 1.425;
}

.nutrition-label__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label__serving-size tr {
  vertical-align: top;
}

.nutrition-label__serving-size th + td {
  font-weight: 700;
}

.nutrition-label__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label__table--small td:last-child {
  text-align: left;
}

.nutrition-label__table--small th,
.nutrition-label__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label__table--small th {
  font-weight: 400;
}

.nutrition-label__table--small th + td {
  text-align: left;
}

.nutrition-label__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label__amount-per-serving th,
.nutrition-label__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label__stats thead th {
  text-align: right;
}

.nutrition-label__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label__stats tbody tr.row-indent th,
.nutrition-label__stats tbody tr.row-double-indent th,
.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label__stats th,
.nutrition-label__stats td {
  padding: 0.1666em 0;
}

.nutrition-label__vitamins th {
  font-weight: normal;
}

.nutrition-label--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label--v1 .nutrition-label__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label .vitamin-block th {
  font-weight: normal;
}

/* nutrition label */
.nutrition-label-v2 table {
  margin: 0;
}

.nutrition-label-v2 table td,
.nutrition-label-v2 table th {
  border: none;
  line-height: 1;
  padding: 0;
}

.nutrition-label-v2 table caption + thead tr:first-child td,
.nutrition-label-v2 table caption + thead tr:first-child th,
.nutrition-label-v2 table colgroup + thead tr:first-child td,
.nutrition-label-v2 table colgroup + thead tr:first-child th,
.nutrition-label-v2 table thead:first-child tr:first-child td,
.nutrition-label-v2 table thead:first-child tr:first-child th {
  border-top: none;
}

.nutrition-label-v2 table tbody > tr:nth-child(odd) > td,
.nutrition-label-v2 table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody tr:hover > td,
.nutrition-label-v2 table tbody tr:hover > th {
  background-color: transparent;
}

.nutrition-label-v2 table tbody + tbody {
  border-top: none;
}

.nutrition-label-v2 h1,
.nutrition-label-v2 h2,
.nutrition-label-v2 h3,
.nutrition-label-v2 h4,
.nutrition-label-v2 h5,
.nutrition-label-v2 h6 {
  line-height: 1;
  margin: 0 0 0 0;
  color: black !important;
}

.nutrition-label-v2 {
  font: 16px/1 Arial, Helvetica, sans-serif;
  border: 2px solid black;
  padding: 0.25em;
  width: 100%;
  max-width: 30em;
  margin: 0 auto 1rem;
  background: white;
  color: #000 !important;
}

.nutrition-label-v2 * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.nutrition-label-v2 h1 {
  font-size: 2em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
}

.nutrition-label-v2 h6 {
  font-size: 0.625em;
  padding-top: 0.4em;
}

.nutrition-label-v2 table {
  width: 100%;
  border-collapse: collapse;
}

.nutrition-label-v2 th {
  text-align: left;
}

.nutrition-label-v2 th span {
  font-weight: normal;
}

.nutrition-label-v2 th + td {
  text-align: right;
}

.nutrition-label-v2 .small-info {
  font-size: 0.7em;
  padding: 0.5em 0;
}

.nutrition-label-v2 .small-info p {
  line-height: 1.425;
}

.nutrition-label-v2__serving-size {
  margin-bottom: 0.25em;
}

.nutrition-label-v2__serving-size td[colspan="2"] {
  padding-bottom: 0.125em;
}

.nutrition-label-v2__serving-size th + td {
  font-weight: 700;
}

.nutrition-label-v2__table--small {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
}

.nutrition-label-v2__table--small tbody tr.row-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__table--small thead tr {
  border-bottom: 1px solid black;
}

.nutrition-label-v2__table--small td:last-child {
  text-align: left;
}

.nutrition-label-v2__table--small th,
.nutrition-label-v2__table--small td {
  border: 0;
  padding: 0;
}

.nutrition-label-v2__table--small th {
  font-weight: 400;
}

.nutrition-label-v2__table--small th + td {
  text-align: left;
}

.nutrition-label-v2__calories-per-serving {
  border-bottom: 6px solid black;
}

.nutrition-label-v2__calories-per-serving-label {
  font-size: 0.75em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-calories {
  font-size: 2em;
  text-align: right;
}

.nutrition-label-v2__calories-per-serving-heading {
  font-size: 2em;
}

.nutrition-label-v2__calories-per-serving tr {
  vertical-align: bottom;
}

.nutrition-label-v2__calories-per-serving span {
  display: block;
  padding: 0.125em;
  font-weight: bold !important;
}

.nutrition-label-v2__daily-value {
  font-size: 0.75em;
  float: right;
}

.nutrition-label-v2__amount-per-serving {
  border-top: 8px solid black;
  border-bottom: 4px solid black;
}

.nutrition-label-v2__amount-per-serving th,
.nutrition-label-v2__amount-per-serving td {
  font-weight: 700;
}

.nutrition-label-v2__amount-per-serving th {
  font-size: 1.5em;
}

.nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding-top: 0.125em;
}

.nutrition-label-v2__amount-per-serving td + td {
  font-size: 2em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2__calories {
  font-weight: bold;
  font-size: 1.625em;
}

.nutrition-label-v2__stats {
  font-size: 0.75em;
  border-top: 5px solid black;
  border-bottom: 6px solid black;
}

.nutrition-label-v2__stats thead th {
  text-align: left;
}

.nutrition-label-v2__stats thead th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td {
  padding: 0.125rem 0.2rem;
}

.nutrition-label-v2__stats tbody tr td span:first-child {
  float: left;
}

.nutrition-label-v2__stats tbody tr td span:not(:first-child) {
  float: right;
  font-weight: bold;
}

.nutrition-label-v2__stats tbody tr td span::before,
.nutrition-label-v2__stats tbody tr td span::after {
  content: "";
  display: table;
}

.nutrition-label-v2__stats tbody tr td span::after {
  clear: both;
}

.nutrition-label-v2__stats tbody tr td,
.nutrition-label-v2__stats tbody tr th {
  padding: 0.125rem 0.2rem;
  position: relative;
}

.nutrition-label-v2__stats tbody tr td:not(:first-child),
.nutrition-label-v2__stats tbody tr th:not(:first-child) {
  border-left: 1px solid black;
}

.nutrition-label-v2__stats tbody tr td:after,
.nutrition-label-v2__stats tbody tr th:after {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  right: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr td:before,
.nutrition-label-v2__stats tbody tr th:before {
  content: "";
  position: absolute;
  border-left: 2px solid white;
  top: 0;
  left: 0;
  height: 140%;
}

.nutrition-label-v2__stats tbody tr {
  border-top: 1px solid black;
}

.nutrition-label-v2__stats tbody tr.row-indent th,
.nutrition-label-v2__stats tbody tr.row-double-indent th,
.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 1em;
  font-weight: normal;
}

.nutrition-label-v2__stats tbody tr.row-double-indent th {
  padding-left: 2em;
}

.nutrition-label-v2__stats tbody tr.row-triple-indent th {
  padding-left: 3em;
}

.nutrition-label-v2__stats tbody tr.row-giant-border {
  border-width: 6px;
}

.nutrition-label-v2__stats th,
.nutrition-label-v2__stats td {
  padding: 0.1666em 0;
}

.nutrition-label-v2__vitamins th {
  font-weight: normal;
}

.nutrition-label-v2--v1 h1 {
  text-align: left;
  border-bottom: none;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving thead {
  border-bottom: 1px solid black;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving tbody tr {
  padding: 0.5em 0;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td {
  font-size: 0.75em;
  padding: 0.25em 0;
  font-weight: 400;
}

.nutrition-label-v2--v1 .nutrition-label-v2__amount-per-serving td + td {
  font-size: 0.75em;
  text-align: right;
  padding: 0.125em 0;
}

.nutrition-label-v2 .vitamin-block th {
  font-weight: normal;
}

.product-claims-container {
  padding: 7px;
  padding-top: 20px;
}
.product-claims-container .product-claim {
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: inline-block;
  overflow: hidden;
  background-position: center center;
  width: 6rem;
  margin: 7px;
  height: 6rem;
  background-size: 100%;
}
.product-claims-container .product-claim.claim-5caloriesorlessperserving {
  background-image: url(/wp-content/uploads/5-cals-per-serving.png);
}
.product-claims-container .product-claim.claim-10caloriesorlessperserving {
  background-image: url(/wp-content/uploads/10-cals-per-serving.png);
}
.product-claims-container .product-claim.claim-15caloriesorlessperserving {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-15caloriesorlessperserving.jpg);
}
.product-claims-container .product-claim.claim-fatglutenandsugarfree {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-fatglutenandsugarfree.jpg);
}
.product-claims-container .product-claim.claim-certifiedvegan {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-certifiedvegan.jpg);
}
.product-claims-container .product-claim.claim-organic {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-organic.jpg);
}
.product-claims-container .product-claim.claim-glutenfree {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-glutenfree.jpg);
}
.product-claims-container .product-claim.claim-kosher {
  background-image: url(https://sgdressingsdev.wpengine.com/wp-content/uploads/claim-kosher.jpg);
}
.product-claims-container .product-claim.product-claim.claim-fatfree {
  background-image: url(/wp-content/uploads/claim-fatfree.jpg);
}
.product-claims-container .product-claim.product-claim.claim-sugarfree {
  background-image: url(/wp-content/uploads/claim-sugarfree.jpg);
}

.wpgb-facet .wpgb-search-facet label > svg {
  color: #ffffff !important;
}

.wpgb-facet select.wpgb-select {
  background-color: #fff !important;
}

.wpgb-facet select.wpgb-select {
  border-radius: 0 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 0 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
}

.wpgb-facet .wpgb-clear-button {
  color: #ffffff !important;
}

.wpgb-facet input.wpgb-date:focus, .wpgb-facet .wpgb-select.wpgb-select-focused, .wpgb-facet .wpgb-sort-facet select:focus, .wpgb-facet .wpgb-select-facet select:focus, .wpgb-facet .wpgb-search-facet input[type=search]:focus, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:focus {
  border-color: #ccc !important;
}

.wpgb-facet .wpgb-button:hover, .wpgb-facet .wpgb-select:hover, .wpgb-facet input.wpgb-date:hover, .wpgb-facet .wpgb-radio:hover .wpgb-radio-control, .wpgb-facet .wpgb-checkbox:hover .wpgb-checkbox-control, .wpgb-facet .wpgb-sort-facet select:hover, .wpgb-facet .wpgb-select-facet select:hover, .wpgb-facet .wpgb-search-facet input[type=search]:hover, .wpgb-facet .wpgb-autocomplete-facet input[type=search]:hover {
  border-color: #ccc !important;
}

.wpgb-result-count {
  display: block;
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 35px;
}

.wpgb-facet .wpgb-reset {
  background-color: transparent !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: center !important;
  display: block !important;
  margin: 20px auto 0 auto !important;
}

.recipe-search-title {
  font-family: "Tinos", serif !important;
  font-weight: 300 !important;
  font-size: 56px !important;
  font-weight: bold !important;
  text-align: center !important;
  margin: 0 0 1rem 0 !important;
  color: #FFF !important;
}

.wpgb-button {
  margin-top: 25px !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #ffffff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

.wpgb-facet .wpgb-button:hover .wpgb-button-label {
  color: #000;
}

.wpgb-facet .wpgb-selection-facet {
  display: block !important;
}

.wpgb-facet .wpgb-inline-list {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.cat-filter .wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.cat-filter .wpgb-facet .wpgb-button {
  border: none !important;
}

.cat-filter .wpgb-facet .wpgb-button:hover, .cat-filter .wpgb-facet .wpgb-button:focus {
  border: none !important;
}

.wpgb-facet .wpgb-pagination {
  display: block !important;
  text-align: center;
  padding-top: 35px !important;
}

.wpgb-facet .wpgb-pagination li a[aria-current], .wpgb-facet .wpgb-pagination li a[aria-current]:hover {
  color: #fff !important;
  background-color: #CB343B;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-pagination li a {
  color: #000;
}

.wpgb-facet .wpgb-pagination li a:hover {
  color: #fff !important;
  background-color: #CB343B;
  border-radius: 50px !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  opacity: 1 !important;
}

.wpgb-facet select.wpgb-select:not([multiple]) {
  text-transform: initial;
}

@media screen and (max-width: 600px) {
  .wpgb-facet {
    margin-bottom: 35px;
  }
}
.products input[type=checkbox] {
  display: none;
}

.search-filters input[type=checkbox] {
  display: none;
}

.lbl-toggle {
  display: block;
  padding: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.lbl-toggle::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9Imljb25zL1VJL2NoZXZyb24tQ29weSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8cGF0aCBkPSJNNCwxMC41IEwxMSwxMC41IEwxMSwxMi41IEw0LDEyLjUgTDIsMTIuNSBMMiwzLjUgTDQsMy41IEw0LDEwLjUgWiIgaWQ9Ik1hc2siIGZpbGw9IiMyMzEwMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuNTAwMDAwLCA4LjAwMDAwMCkgcm90YXRlKC0xMzUuMDAwMDAwKSB0cmFuc2xhdGUoLTYuNTAwMDAwLCAtOC4wMDAwMDApICI+PC9wYXRoPiAgICA8L2c+PC9zdmc+);
  background-size: cover;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  margin-left: 8px;
  -webkit-transform: rotate(90deg) translateX(-2px);
          transform: rotate(90deg) translateX(-2px);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.toggle:checked + .lbl-toggle::after {
  -webkit-transform: rotate(270deg) translateX(0);
          transform: rotate(270deg) translateX(0);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 450px;
}

.collapsible-content .content-inner {
  padding: 0 1rem;
}

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-inline-list li {
    width: 100% !important;
    text-align: center !important;
  }

  .search-filters {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .search-results {
    padding-top: 35px;
  }

  .recipe-filter-label {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .lbl-toggle {
    padding-bottom: 25px;
  }
}
/** Recipe Post Breadcrumb nav **/
.ah-breadcrumb {
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 60px;
  padding-left: 12px;
}

.ah-breadcrumb li {
  display: inline;
  margin: 0 0 0 15px;
  font-size: 14px;
}

.ah-breadcrumb a {
  color: #cb333b !important;
}

@media screen and (max-width: 640px) {
  .ah-breadcrumb {
    text-align: center;
    margin-bottom: 35px;
  }

  .ah-breadcrumb li {
    margin-left: 0;
  }

  .ah-breadcrumb .first, .ah-breadcrumb .second, .ah-breadcrumb .third, .ah-breadcrumb .seperator {
    display: none;
  }
}
/* Gravity Form Fields */
.elementor input, .elementor select {
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  line-height: normal !important;
}

.elementor select {
  margin: 2px 0 0 !important;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #CCCCCC;
  border-radius: 0px 0px 0px 0px;
}

.elementor select {
  background-color: #ffffff;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.elementor select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: gray;
  outline: 0;
}

/** ie11 Specific Styles **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products-search-filter {
    max-width: 100% !important;
  }

  .wpgb-facet .wpgb-facet-title {
    display: block;
    text-align: center;
  }

  .products-search-filter .wpgb-facet > fieldset {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .featured-recipes__recipe-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .search-btn {
    display: block;
  }
}