/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  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] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

*, *::before, *::after {
  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 {
  box-sizing: border-box;
}

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

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

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

@media (min-width: 640px) {
  .flex-grid {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    /* 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;
  }
}
.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;
}

#gform_submit_button_1 {
  padding: 25px 30px !important;
  border-radius: 5px;
  margin-bottom: 20px;
}

#gform_submit_button_1:hover {
  border-radius: 5px;
  background: #004f6e;
}

#type--header-d .elementor-heading-title span {
  position: relative;
}
#type--header-d .elementor-heading-title span:after {
  content: "";
  background-image: url(../img/header-accent.svg);
  background-size: contain;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -90px;
  margin: auto;
  height: 1em;
  width: 2em;
  background-repeat: no-repeat;
}
#type--header-d .elementor-heading-title span:before {
  content: "";
  background-image: url(../img/header-accent.svg);
  background-size: contain;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: -90px;
  height: 1em;
  width: 2em;
  transform: scaleX(-1);
  filter: FlipH;
  left: auto;
  background-repeat: no-repeat;
}

#home__callout .elementor-button-text:after {
  content: "";
  background-image: url(../img/download.svg);
  content: "";
  width: 100%;
  display: block;
  height: 5px;
  margin-top: 1em;
  background-repeat: repeat-x;
  transform: translateY(0);
  transition: transform 0.5s;
}
#home__callout .elementor-button-text:hover:after {
  transform: translateY(0.5em);
}

#btn_hover .elementor-button-text {
  position: relative;
}
#btn_hover .elementor-button-text:after {
  content: "";
  background-image: url(../img/underline.svg);
  width: 121px;
  background-size: cover;
  height: 13px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 60.5px);
  background-position: center center;
  transition: all 0.35s ease;
}
#btn_hover .elementor-button-text:hover:after {
  background-image: url(../img/underline-dark.svg);
  width: 121px;
  background-size: cover;
  height: 13px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 60.5px);
  background-position: center center;
  transition: all 0.35s ease;
}

#main_header_wrapper .elementor-nav-menu .menu-item a {
  position: relative;
}
#main_header_wrapper .elementor-nav-menu .menu-item a:after {
  content: "";
  border-bottom: 2px solid #97d700;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 767px) {
  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background-color: #000;
    top: 51px !important;
  }

  #main_header_wrapper .elementor-menu-toggle {
    border: 0 !important;
  }

  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container .menu-item a {
    color: #fff;
    margin: 25px 0;
    font-weight: 600;
    font-size: 16px;
    margin: 0 auto !important;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container .menu-item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #main_header_wrapper .eicon-menu-bar::before {
    color: #fff;
    font-size: 30px;
  }

  .lbl-toggle {
    color: #000 !important;
  }

  .container_wrapper {
    padding: 1px 0 0 0;
  }
  .container_wrapper .custom-recipes__description.col {
    margin-bottom: 0;
    border-radius: 0px;
  }

  #main_header_wrapper .elementor-nav-menu {
    padding-top: 40px;
  }

  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 420px !important;
    right: -28px;
    left: auto !important;
  }

  /* Search section */
  .products-search-filter .wpgb-facet-title {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 300px !important;
    right: -28px;
    left: auto !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #main_header_wrapper .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 250px !important;
    right: -28px;
    left: auto !important;
  }
}
/**
 * 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;
  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;
  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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  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 {
  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;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  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;
  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;
  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: #868080 !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: flex;
}

.owl-item {
  display: flex;
  flex: 1;
}

.page-banner {
  padding: 100px 0;
  position: relative;
  background-color: #151515;
}
@media screen and (max-width: 640px) {
  .page-banner {
    padding: 35px 0;
  }
}
.page-banner__bg-image {
  background: url(../img/page-header-logo.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 74%;
  margin: 0 auto;
  background-size: 99%;
  height: 175px;
}
.page-banner__title {
  font-family: raleway !important;
  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: #4e8167 !important;
}

@media print {
  .noprint {
    display: none !important;
  }
}
/** Related Posts Shortcode **/
.related-posts {
  background-color: #f1efec;
  padding: 60px 0;
}
.related-posts__heading {
  font-family: "Tinos", serif;
  font-size: 44px;
  font-weight: bold;
  color: #333 !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;
  flex: 1;
}
.related-posts__card:hover .related-posts__card-title {
  color: #6f9e01;
}
.related-posts__card:hover .related-posts__img {
  position: relative;
}
.related-posts__card:hover .related-posts__img:after {
  background: rgba(255, 255, 255, 0);
  border: 5px solid #97d700;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.related-posts__card img {
  display: block;
  width: 100%;
}
.related-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.related-posts__card-content a {
  color: #000;
}
.related-posts__card-title {
  font-size: 1.3em;
  color: #151515;
  text-align: center;
  font-family: "raleway";
  font-weight: 700;
}

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

.view-all-btn {
  color: black !important;
  font-size: 0.875rem;
  padding: 0 0 0.25rem;
  letter-spacing: 0;
  border-radius: 0;
  border-bottom: 2px solid #97d700;
  font-weight: 700 !important;
  font-family: "nunito";
}

.btn:hover {
  background-color: transparent;
  border-bottom: 2px solid #E9A729;
}

/** 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__image img {
  padding: 10px;
  border: 2px solid #97d700;
}
.custom-recipes__title {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
  padding-bottom: 25px;
  color: #fff !important;
  font-family: "raleway" !important;
  font-weight: normal !important;
}
@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: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .custom-recipes__details--top li {
    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: #fff !important;
}
.custom-recipes__details--top li svg * {
  fill: #fff !important;
}
.custom-recipes__details--bottom {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom-recipes__details--bottom h4 {
  font-family: "nunito" !important;
  color: #d96c06 !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;
}

.flex-grid-wrapper {
  background: #151515;
  color: white;
}

@media (max-width: 640px) {
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
}
/** Recipe Search Page **/
.page-template-page-recipe-search .wpgb-facet .wpgb-search-facet input[type=search] {
  height: 50px !important;
}
.page-template-page-recipe-search .wpgb-facet select.wpgb-select:not([multiple]) {
  height: 50px !important;
}
.page-template-page-recipe-search .search-results .wpgb-card .wpgb-card-wrapper .wpgb-card-inner {
  border-bottom: 1px solid #cccbcb;
}
.page-template-page-recipe-search .search-results .wpgb-card .wpgb-card-wrapper .wpgb-card-body {
  background: transparent;
}
.page-template-page-recipe-search .search-results .wpgb-card .wpgb-card-wrapper h3 {
  font-size: 1.8em;
  color: #151515;
  text-align: center;
  font-family: "raleway";
  font-weight: 700;
}
.page-template-page-recipe-search .search-results .wpgb-card .wpgb-card-inner {
  z-index: 99;
}
.page-template-page-recipe-search .search-results .wpgb-card:hover .wpgb-card-media {
  position: relative;
}
.page-template-page-recipe-search .search-results .wpgb-card:hover .wpgb-card-media:after {
  background: rgba(255, 255, 255, 0);
  border: 5px solid #97d700;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-recipe-search .search-results .wpgb-card:hover h3 {
  color: #6f9e01 !important;
}

.search-only .select2wpupg-container {
  display: none;
}

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

.search-filters {
  background-color: #d96c06;
  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;
}

/** 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;
  flex: 1;
}
.related-recipes__recipe-card:hover .related-recipes__card-title {
  color: #a9241d;
}
.related-recipes__recipe-card img {
  display: block;
  width: 100%;
}
.related-recipes__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  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;
  transition: all 200ms linear;
}

/** Featured Posts Shortcode **/
.featured-posts {
  background-color: #f1efec;
  padding: 60px 0;
}
.featured-posts__heading {
  font-size: 2.75rem;
  text-align: center;
  font-family: "raleway" !important;
  padding: 0;
  margin: 0 0 35px 0;
  margin-bottom: 35px;
  font-weight: normal !important;
}
.featured-posts__card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  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__img {
  position: relative;
}
.featured-posts__card:hover .featured-posts__img:after {
  background: rgba(255, 255, 255, 0);
  border: 5px solid #97d700;
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-posts__card:hover .featured-posts__card-title {
  color: #6f9e01;
}
.featured-posts__img img {
  display: block;
  width: 100%;
}
.featured-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.featured-posts__card-content a {
  color: #000;
}
.featured-posts__card-title {
  font-size: 1.3em;
  color: #151515;
  text-align: center;
  font-family: "raleway";
  font-weight: 700;
}

.page-template-page-product-search .search-results .wpgb-card:hover h3 {
  color: #6f9e01 !important;
}
.page-template-page-product-search .search-results .wpgb-card-body h3 {
  color: #151515 !important;
  font-family: "nunito";
  font-weight: 700 !important;
}
.page-template-page-product-search .search-results .wpgb-card-body h3 :hover {
  color: #6f9e01 !important;
}

#product_detail_bottom {
  background: #f1efec;
}

.related.products li a h2 {
  font-weight: 700 !important;
  color: #0e4e30 !important;
  font-size: 1.25rem !important;
}

.related.products li:hover a h2 {
  color: #6f9e01 !important;
  font-size: 1.25rem !important;
}

.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: 32px !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[aria-pressed=true] :hover {
  color: #000 !important;
}

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

.wpgb-facet .wpgb-radio-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;
}

.wpgb-facet .wpgb-button-label {
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.1rem;
  padding: 0.8em 1em 0.5em !important;
  font-family: "nunito" !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: #e9a729;
  color: #fff !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: #e9a729;
}

.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);
  transition: transform 0.3s ease;
}

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

.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;
  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 .featured-products__img {
  background: #fff;
  overflow: hidden;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  padding: 10px;
}
.featured-products__card:hover .featured-products__img img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}
.featured-products__card .featured-products__card-title {
  color: #151515;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 35px;
  font-family: "nunito";
}
.featured-products__card:hover .featured-products__card-title {
  color: #6f9e01;
}
@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;
}

.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: 2em !important;
  padding-bottom: 0.125em !important;
  text-align: center;
  border-bottom: 1px solid black;
  margin-bottom: 0.125em;
  color: black;
}

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

.kosher {
  background-image: url(http://tonesdev.wpengine.com/wp-content/uploads/kosher.png);
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: inline-block;
  overflow: hidden;
  background-position: center center;
  width: 3.75em;
  background-size: 100%;
}

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

.wpgb-facet-12 .wpgb-search-facet label > svg {
  color: black !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: #fff !important;
  text-transform: uppercase;
  color: #000 !important;
}
.wpgb-facet .wpgb-button[aria-pressed=true] :hover {
  color: #000 !important;
}

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

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

.wpgb-facet .wpgb-inline-list {
  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: #6f9e01;
  border-radius: 50px !important;
}

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

.wpgb-facet .wpgb-pagination li a:hover {
  color: #fff !important;
  background-color: #6f9e01;
  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;
  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;
  transform: rotate(90deg) translateX(-2px);
  transition: transform 0.2s ease-out;
}

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

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  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: 0px;
}

.ah-breadcrumb li:first-child {
  margin: 0;
}

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

.ah-breadcrumb a {
  color: #6f9e01 !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 {
    flex: 1 1 0;
  }

  .search-btn {
    display: block;
  }
}