*, *::before, *::after {
  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;
  -webkit-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 */
    display: -webkit-flex; /* 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;
}

/**
 * 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;
  -khtml-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: 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 {
  -ms-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;
  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;
}

.page-header {
  background-color: #F7F6F1;
  padding: 0;
  overflow: visible;
  position: relative;
}

.page-header__background {
  position: relative;
  z-index: 0;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header__background:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 29, 25, 0.6);
  mix-blend-mode: multiply;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
}

.page-header__foreground {
  z-index: 1;
  padding: 0;
  position: absolute;
  top: 0;
  height: auto;
  padding-top: 7.5rem;
  width: 100%;
  color: #fff;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.page-header__background img {
  width: 100%;
  height: 100%;
}

.page-header__background img {
  display: block;
  min-width: 100%;
  width: 100%;
}

.page-header__title {
  font-family: "skolar-latin", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #FFFFFF !important;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 1600px) {
  .page-header__foreground {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 1300px) {
  .page-header__foreground {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 1000px) {
  .page-header__foreground {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    overflow: hidden;
  }
  .page-header__background {
    width: 1000px;
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }
  .page-header__foreground {
    padding-top: 5.5rem;
  }
}
@media screen and (max-width: 640px) {
  .page-header__background {
    width: 1000px;
    -webkit-transform: translateX(-225px);
    transform: translateX(-225px);
  }
}
.offset-content {
  position: relative;
  padding-top: 4em;
}

.offset-content__content {
  position: relative;
  z-index: 2;
}

.offset-content__title {
  font-family: "skolar-latin", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #FFFFFF !important;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.offset-content__bg-image {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.offset-content__intro {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #EDEDED;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

.offset-content__intro p {
  margin: 0;
}

.blog-search .offset-content__intro {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .offset-content__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .offset-content {
    padding-top: 0;
  }
}
/** 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: #490d00 !important;
}

@media print {
  .noprint {
    display: none !important;
  }
}
.custom-recipes .container {
  width: 100%;
  margin: 0 auto;
}

.custom-recipes--top {
  background-image: url("../img/wood-texture-bg.jpg");
  background-color: #F8F7F2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 50px 0 25px 0;
  margin: 0;
}
.custom-recipes--top hr {
  height: 3px;
  border-width: 0;
  background-color: #D8D3CC;
  margin-bottom: 30px;
}

.custom-recipes__image {
  margin-bottom: 60px;
  text-align: center;
}

.custom-recipes__title {
  font-family: "skolar-latin", sans-serif;
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  color: #490d00;
  margin: 0;
  padding-bottom: 15px;
}

.custom-recipes__description {
  text-align: center;
  margin-bottom: 32px;
}

.custom-recipes__details--top {
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-recipes__details--top li {
  margin: 0;
  padding: 0 25px 10px 0;
  display: inline-block;
}

.custom-recipes__details--top li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  margin-bottom: -5px;
  fill: #490d00 !important;
}

.custom-recipes__details--top li svg use, .custom-recipes__details--top li svg g {
  fill: #490d00 !important;
}

.custom-recipes__details--bottom {
  background-color: #F8F7F2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-recipes__details--bottom h4 {
  font-family: "skolar-latin", sans-serif;
  color: #490d00 !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 20px 0;
}

.custom-recipes__details--bottom .ingredients h3 {
  font-family: "brandon-grotesque", Sans-serif;
  font-size: 22px;
}

.custom-recipes__details--bottom ol {
  margin: 0;
}

.custom-recipes__details--bottom ol li {
  margin-bottom: 15px;
}

.custom-recipes__details--bottom .ingredients ul {
  list-style-type: none;
  padding-left: 5px;
  margin-bottom: 25px;
}

.custom-recipes__details--bottom .directions ol li ul {
  padding-left: 15px;
}

.custom-recipes__details--bottom .directions ol li ul li {
  list-style-type: none;
}

.custom-recipes__details--bottom .ingredients li {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.custom-recipes__details--bottom p {
  margin-bottom: 10px;
}

.custom-recipes__details--bottom .ingredients {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 35px;
}

.custom-recipes__details--bottom .directions {
  font-size: 18px;
}

.custom-recipes__details--bottom .ingredients h4, .custom-recipes__details--bottom .directions h4 {
  font-family: "brandon-grotesque", Sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #000 !important;
}

.custom-recipes__details--bottom .ingredients p, .custom-recipes__details--bottom .directions p, .custom-recipes__details--bottom .directions ol, .custom-recipes__details--bottom .tips p {
  font-family: "skolar-latin", sans-serif;
}

.custom-recipes__details--bottom .ingredients p a {
  color: #9c644d;
}
.custom-recipes__details--bottom .ingredients p a:hover {
  color: #490d00;
}

.recipe-details__ingredient-group, .custom-recipes__details--bottom .directions {
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .custom-recipes--top {
    background-size: 175%;
    background-position: center top;
  }
  .custom-recipes__details--top li {
    padding: 0 0 10px 0;
  }
  .custom-recipes__title {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-top: 50px;
  }
  .custom-recipes__image {
    margin-bottom: 15px;
  }
  .custom-recipes__details--top {
    margin-bottom: 35px;
  }
  .custom-recipes__details--top li {
    justify-content: center;
    padding: 0 0 10px 0;
    line-height: 20px;
    font-size: 14px;
  }
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
}
/** Related Recipes **/
.related-recipes {
  background-color: #fff;
  padding: 60px 0;
}

.related-recipes__heading {
  font-family: "skolar-latin", sans-serif;
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color: #490d00 !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: #9c644d;
}

.related-recipes__recipe-card img {
  display: block;
  width: 100%;
}

.related-recipes__card-content {
  background-color: #fff;
  padding: 4%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.related-recipes__card-content a {
  color: #000;
}

.related-recipes__card-title {
  font-family: "skolar-latin", sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  text-align: center;
  color: #490d00;
}

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

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

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

.related-recipes__recipe-card .related-recipes__img {
  background-color: #000;
}

.related-recipes__recipe-card .related-recipes__img img {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.related-recipes__recipe-card:hover .related-recipes__img img {
  opacity: 0.8;
}

.wp-grid-builder .wpgb-area-right {
  right: -50px !important;
}

.wp-grid-builder .wpgb-area-left {
  left: -50px !important;
}

@media screen and (max-width: 640px) {
  .related-recipes__heading {
    font-size: 24px;
    line-height: 28px;
  }
}
/** Featured Recipes **/
.featured-recipes {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-top: 35px;
  z-index: 5;
}

h2.featured-recipes__heading {
  font-family: "skolar-latin", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #490d00 !important;
  padding: 0;
  margin: 0 0 35px 0;
}

p.featured-recipes__blurb {
  text-align: center;
}

.featured-recipes__recipe-card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  background-color: #fff;
  flex: 1 1 auto;
  width: 100%;
}

.featured-recipes__recipe-card:hover .featured-recipes__card-title {
  color: #9c644d;
}

.featured-recipes__img img {
  display: block;
  width: 100%;
}

.featured-recipes__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.featured-recipes__card-content a {
  color: #000;
}

.featured-recipes__card-title {
  font-size: 1.3em;
  color: #490d00;
  text-align: center;
  font-family: "skolar-latin", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.featured-recipes .owl-carousel .owl-stage-outer {
  max-height: 600px;
}

@media (max-width: 1300px) {
  .featured-recipes .owl-carousel .owl-stage-outer {
    max-height: 500px;
  }
}
@media (max-width: 640px) {
  .featured-recipes .owl-carousel .owl-stage-outer {
    max-height: 450px;
  }
}
.featured-recipes__recipe-card .featured-recipes__img {
  background-color: #000;
}

.featured-recipes__recipe-card .featured-recipes__img img {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.featured-recipes__recipe-card:hover .featured-recipes__img img {
  opacity: 0.8;
}

.featured-posts-carousel .owl-stage-outer {
  max-height: 570px;
}

@media screen and (max-width: 1000px) {
  .featured-recipes__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .featured-recipes__recipe-card {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-recipes__heading {
    font-size: 1.4rem;
  }
  .featured-posts-carousel .owl-stage-outer {
    max-height: 400px;
  }
}
.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #9c644d !important;
}

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

/** Featured Products Shortcode **/
.featured-products {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 5;
}
.featured-products .owl-stage-outer {
  padding-top: 50px;
}

.featured-products__heading {
  font-family: "skolar-latin", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #490d00 !important;
  padding: 0;
  margin: 0 0 35px 0;
}

.featured-products__recipe-card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.featured-products__recipe-card:hover .featured-products__card-title {
  color: #9c644d;
}

.featured-products__recipe-card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}

.featured-products__img img {
  display: block;
  width: 100%;
}

.featured-products__card-description .product-card__title {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.featured-products__card-description p {
  font-family: "skolar-latin", sans-serif;
  color: #000;
  text-align: center;
}

.featured-products__card-content {
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.featured-products__card-content a {
  color: #000;
}

.featured-products__card-title {
  font-size: 1.3em;
  color: #490d00;
  text-align: center;
  font-family: "skolar-latin", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 38%;
  font-size: 64px;
  color: #000 !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;
}

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

@media screen and (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
  .featured-products__recipe-card {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-products__heading {
    font-size: 1.4rem;
  }
  .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;
  }
}
.products-isotope-filter {
  margin-bottom: 27px !important;
}

.products-isotope-filter .wpgb-button-label {
  font-weight: bold !important;
  font-family: "brandon-grotesque", Sans-serif !important;
}

.products.search-filters {
  max-width: 80%;
  margin: 0 auto;
}

.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: 35px !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: #fff !important;
}

.products .wpgb-facet .wpgb-button {
  background-color: #490d00 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-family: "brandon-grotesque", Sans-serif !important;
}
.products .wpgb-facet .wpgb-button:hover {
  color: #000 !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: 100%;
  margin-left: 15px;
  margin-bottom: 15px !important;
}

@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-filters {
    max-width: 100%;
  }
}
.products-search-filter {
  margin: 15px auto 10px auto !important;
}

.search-btn {
  display: none;
  background-color: #490d00;
  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: #490d00;
}

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

/* 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 h2 {
  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;
}

.kosher {
  background-image: url(http://spiceislanddev.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%;
}

@media only screen and (max-width: 1024px) {
  #page_title_header > .elementor-container {
    min-height: 240px !important;
  }
  #page_title_header .elementor-image {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #page_title_header .elementor-widget-heading {
    top: 30% !important;
  }
  #page_title_header .elementor-heading-title {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #page_title_header .elementor-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 550px;
  }
  #page_title_header .elementor-widget-heading {
    top: 35% !important;
  }
  #page_title_header > .elementor-container {
    min-height: 340px !important;
  }
  #page_title_header .elementor-heading-title {
    padding: 0 !important;
  }
}
.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #9c644d !important;
}

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

/** Featured Products Shortcode **/
.featured-products {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 5;
}
.featured-products .owl-stage-outer {
  padding-top: 50px;
}

.featured-products__heading {
  font-family: "skolar-latin", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #490d00 !important;
  padding: 0;
  margin: 0 0 35px 0;
}

.featured-products__recipe-card {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.featured-products__recipe-card:hover .featured-products__card-title {
  color: #9c644d;
}

.featured-products__recipe-card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}

.featured-products__img img {
  display: block;
  width: 100%;
}

.featured-products__card-description .product-card__title {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.featured-products__card-description p {
  font-family: "skolar-latin", sans-serif;
  color: #000;
  text-align: center;
}

.featured-products__card-content {
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.featured-products__card-content a {
  color: #000;
}

.featured-products__card-title {
  font-size: 1.3em;
  color: #490d00;
  text-align: center;
  font-family: "skolar-latin", sans-serif;
  font-weight: bold;
  font-size: 24px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: absolute;
  top: 38%;
  font-size: 64px;
  color: #000 !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;
}

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

@media screen and (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
  .featured-products__recipe-card {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-products__heading {
    font-size: 1.4rem;
  }
  .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;
  }
}
.wpgb-facet .wpgb-search-facet label > svg {
  color: #000 !important;
  z-index: 5;
}

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

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

.wpgb-facet .wpgb-search-facet input[type=search] {
  background-color: #fff !important;
  border-radius: 0 !important;
  border-color: #e8e6db !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding-left: 2.5em !important;
  text-transform: none !important;
  font-family: "skolar-latin", sans-serif !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: #e8e6db !important;
}

.wpgb-facet .wpgb-button, .wpgb-facet .wpgb-select, .wpgb-facet input.wpgb-date, .wpgb-facet .wpgb-radio-facet .wpgb-radio-control, .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control, .wpgb-facet .wpgb-sort-facet select, .wpgb-facet .wpgb-select-facet select, .wpgb-facet .wpgb-search-facet input[type=search], .wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  border-color: #e8e6db !important;
  font-family: "skolar-latin", sans-serif;
}

.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-family: "brandon-grotesque", Sans-serif;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
  color: #000;
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.wpgb-facet .wpgb-reset {
  background-color: transparent !important;
  padding: 0 !important;
  color: #9c644d !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-facet .wpgb-button {
  margin-top: 25px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  min-height: 55px !important;
  border: none !important;
}

.wpgb-facet .wpgb-button[aria-pressed=true] {
  background-color: #9c644d !important;
}

.wpgb-facet .wpgb-button[aria-pressed=false] {
  background-color: #490d00 !important;
}
.wpgb-facet .wpgb-button[aria-pressed=false]:hover {
  background-color: #9c644d !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-family: "brandon-grotesque", Sans-serif;
  font-size: 17px !important;
  font-weight: 900;
  line-height: 24px;
}

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

.wpgb-facet .wpgb-selection-facet {
  display: block !important;
  font-family: "brandon-grotesque", Sans-serif;
}

.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;
  font-family: "skolar-latin", sans-serif !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: #490d00;
  border-radius: 50px !important;
}

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

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
  padding: 0 8px !important;
}

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

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

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

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

.wpgb-facet .wpgb-search-facet input[type=search]::-moz-placeholder { /* Firefox 18- */
  color: #000 !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;
  }
  .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: 13px !important;
  }
}
/** Recipe Search Page **/
.page-template-page-recipe-search {
  background-color: #F7F6F1;
}

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

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

.search-filters {
  background-color: transparent;
  width: 100%;
  padding: 30px 0;
  z-index: 2;
  position: relative;
}
.search-filters.narrow {
  max-width: 700px;
}

.search-filters .flex-grid {
  width: 100%;
}

.cat-filter {
  padding-left: 0;
  padding-right: 0;
}

.product-filter {
  padding-right: 0;
}

.products input[type=checkbox] {
  display: none;
}

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

.lbl-toggle {
  display: block;
  padding: 0;
  font-family: "brandon-grotesque", Sans-serif;
  color: #490d00;
  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: #490d00;
  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;
  }
  .product-filter {
    padding-left: 0;
  }
  .recipe-filter-label {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .lbl-toggle {
    padding-bottom: 25px;
  }
}
.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: 14px !important;
  line-height: 19px !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;
  }
}
.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: #fff;
}

.search-results__grid {
  margin-left: 5%;
  margin-right: 5%;
}

.search-results hr {
  height: 3px;
  border-width: 0;
  background-color: #e8e6db;
}

/** Recipe Post Breadcrumb nav **/
.bread-crumb-nav {
  background-color: #291D19;
  width: 100%;
}
.bread-crumb-nav .container {
  display: flex;
  justify-content: center;
}

.ah-breadcrumb {
  list-style-type: none;
  padding: 10px;
}

.ah-breadcrumb li {
  display: inline;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-family: "skolar-latin", sans-serif;
  color: #fff;
  font-weight: 400;
}
.ah-breadcrumb li .fas {
  font-size: 0.7rem !important;
}

.ah-breadcrumb a {
  color: #fff !important;
  font-weight: bold;
}
.ah-breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .ah-breadcrumb {
    text-align: center;
  }
  .ah-breadcrumb li {
    margin-left: 0;
  }
  .ah-breadcrumb .first, .ah-breadcrumb .second, .ah-breadcrumb .third, .ah-breadcrumb .fas {
    display: none;
  }
  .ah-breadcrumb .first + li, .ah-breadcrumb .second + li {
    display: none;
  }
}
.blog-single-post__page-header {
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.blog-single-post--top {
  background-image: url("../img/paper-texture-bg.jpg");
  background-color: #F8F7F2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 80px 0 0;
  margin: 0;
}
.blog-single-post--top hr {
  height: 3px;
  border-width: 0;
  background-color: #D8D3CC;
}
.blog-single-post--bottom {
  background-color: #F8F7F2;
  padding-bottom: 80px;
}
.blog-single-post__title {
  margin-top: 0;
  font-family: "skolar-latin", sans-serif;
  font-size: 55px;
  line-height: 58px;
  font-weight: 900;
  color: #490d00;
  text-align: center;
  text-transform: uppercase;
}
.blog-single-post__author {
  font-family: "skolar-latin", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.blog-single-post__share {
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
}
.blog-single-post__share li {
  margin: 0;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-single-post__share li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #490d00 !important;
}

@media screen and (max-width: 640px) {
  .blog-single-post__page-header {
    min-height: 300px;
  }
  .blog-single-post__title {
    font-size: 28px;
    line-height: 32px;
  }
}
/* CSS FROM ORIGINAL SITE */
.blog-single-post__description {
  line-height: 1.45;
}

.blog-single-post__description ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.blog-single-post__description li {
  list-style-type: disc;
}

.blog-single-post__description h3,
.blog-single-post__description h4 {
  font-weight: 900;
  color: #62200c;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  padding-top: 1.25rem;
  text-transform: uppercase;
}

.blog-single-post__description img {
  margin: 1.5rem 0;
  padding: 0;
}

@media screen and (max-width: 479px) {
  .blog-single-post__description img {
    margin: 1rem 0;
  }
}
.blog-single-post__description video,
.blog-single-post__description iframe {
  display: block;
  margin: 1.5rem auto;
  max-width: 100%;
}

.blog-single-post__description img,
.blog-single-post__description video {
  width: 100%;
  max-width: 100%;
}

.blog-single-post__description a {
  color: #9c644d;
}

[data-whatintent=mouse] .blog-single-post__description a:hover,
[data-whatintent=keyboard] .blog-single-post__description a:focus,
[data-whatintent=touch] .blog-single-post__description a:active {
  color: #490d00;
  text-decoration: none;
}

.blog-single-post__description .split-content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .blog-single-post__description .split-content > div {
    display: block;
  }
}
.blog-section--double-wide,
.blog-section--triple-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .blog-section--double-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-section--double-wide img {
  height: 14rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section--double-wide div {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 479px) {
  .blog-section--double-wide div {
    width: 100%;
  }
  .individual-blog .blog-section--double-wide div:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .blog-section--triple-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-section--triple-wide img {
  height: 10.5rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-section--triple-wide div {
  width: calc(33.33% - 0.5rem);
}

@media screen and (max-width: 479px) {
  .blog-section--triple-wide div {
    width: 100%;
  }
  .blog-section--triple-wide div:last-of-type {
    margin-bottom: 0;
  }
}
.page-template-page-blog-search {
  background-color: #fff !important;
}

.blog-search {
  padding-bottom: 150px;
}

.blog-search-results {
  padding-top: 0;
  background-color: transparent;
}
.blog-search-results .search-results__grid {
  margin-top: -110px;
}

@media screen and (max-width: 767px) {
  .blog-search.offset-content {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .blog-search.offset-content .search-filters {
    padding-top: 0;
  }
  .blog-search-results {
    padding-top: 0;
    background-color: transparent;
  }
  .blog-search-results .search-results__grid {
    margin-top: 0;
  }
}
.split-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1em;
}

.split-content--left > div:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.split-content > div {
  width: 48%;
}

.split-content img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 479px) {
  .split-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .split-content > div {
    width: 100%;
  }
}
.split-panel {
  position: relative;
  padding: 0;
  background: #eaeaea;
}

@media screen and (min-width: 640px) {
  .split-panel > div {
    min-height: 20rem;
  }
}
.split-panel__image {
  position: relative;
  overflow: hidden;
}

.split-panel__image picture {
  width: 100%;
  height: 100%;
}

.split-panel__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  max-width: 9999em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@supports (-o-object-fit: cover) or (object-fit: cover) {
  .split-panel__image img {
    position: static;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 640px) {
  .split-panel__image {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
  }
}
.split-panel__content {
  padding: 40px 0;
  text-align: center;
}

.split-panel__content [class*=btn--] {
  width: auto !important;
}

@media screen and (min-width: 640px) {
  .split-panel__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .split-panel__content div:not([class]) {
    width: 50%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 639px) {
  .split-panel__content {
    padding: 40px 20px;
  }
}
.split-panel__copy {
  padding-bottom: 0.5rem;
}

@media screen and (min-width: 640px) {
  .split-panel--ignore-container .container {
    width: 100%;
    max-width: 100%;
  }
  .split-panel--ignore-container .container div:not([class]) {
    padding: 0 40px;
  }
}
@media screen and (min-width: 640px) {
  .split-panel--image-on-left .split-panel__image {
    right: auto;
    left: 0;
  }
  .split-panel--image-on-left div:not([class]) {
    margin-left: 50%;
    padding-left: 40px;
    padding-right: 0;
  }
}
/* 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: 3px 3px 3px 3px;
  border-color: #E8E6DB;
  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;
}

.elementor input[type=submit] {
  padding: 15px 35px 15px 35px !important;
}

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