/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  background-color: transparent;
}

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

img {
  border: 0;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

input {
  line-height: normal;
}

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

textarea {
  overflow: auto;
}

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

td, th {
  padding: 0;
}

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

html {
  font-size: 1em;
}

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

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

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

/** 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: #741302 !important;
}

@media print {
  .noprint {
    display: none !important;
  }
}
.page-banner {
  padding: 90px 0;
  position: relative;
}
.page-banner__bg-image {
  background-image: url(//mrsdashcadev.wpengine.com/wp-content/uploads/recipes_header_desktop-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-banner__content {
  position: relative;
  z-index: 2;
}
.page-banner__title {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 4.6rem;
  font-weight: 600;
  color: #FFFFFF !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 0 35px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .page-banner__title {
    font-size: 3.6rem;
  }
}
.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;
}

/** Custom Recipe Template Styles **/
.custom-recipes .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

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

.custom-recipes__title {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: bold;
  color: #741302 !important;
  margin: 0;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.custom-recipes__description {
  background-color: #fff;
  padding: 2em 0;
}

.custom-recipes__details--top {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.custom-recipes__details--top li {
  margin: 0;
  padding: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-recipes__details--top li.share {
  position: relative;
  margin-bottom: 20px;
}

.custom-recipes__details--top li.share:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 25%;
  width: 50%;
  height: 5px;
  background: #ffd500;
}

.custom-recipes__details--top li svg {
  width: 1.375em;
  height: 1.375em;
  margin-right: 0.25rem;
  fill: #741302 !important;
}

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

.custom-recipes__details--bottom h4 {
  font-family: "canada-type-gibson", sans-serif;
  color: #741302 !important;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.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: "PT Serif", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #333;
}

.related-posts-wrapper {
  background-color: #F4F4F4;
}

@media screen and (max-width: 768px) {
  .custom-recipes__details--top .container {
    padding: 0;
  }
  .custom-recipes__title {
    text-align: center;
    font-size: 2.4em;
    line-height: 40px;
  }
  .custom-recipes__image {
    margin-bottom: 0;
    padding: 0;
  }
  .custom-recipes__details--top {
    margin-bottom: 35px;
  }
  .custom-recipes__details--top li {
    justify-content: center;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
  }
  .custom-recipes__details--top li.recipe-description {
    font-size: 16px;
    text-align: center;
  }
  .custom-recipes__details--top li.share {
    margin-bottom: 60px;
  }
  .custom-recipes__details--top li.share:after {
    bottom: -25px;
    left: 10%;
    width: 80%;
  }
  .custom-recipes__details--bottom {
    padding-top: 0;
  }
}
/** Recipe Search Page **/
.search-only .select2wpupg-container {
  display: none;
}

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

.page-banner {
  padding: 100px 0;
  position: relative;
}

.recipes.page-banner {
  padding: 100px 0 50px;
}

.recipes.page-banner .wpgb-facet .wpgb-search-facet input[type=search] {
  border-color: #ffffff !important;
}

.search-filters {
  background-color: #FFFFFF;
  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: 1rem;
  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: 0 0 60px 0;
  background-color: #FFFFFF;
}

.search-results__grid {
  margin: 50px 10px 0 10px;
}

.recipes .wpgb-card {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .recipe:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 26em;
    width: 100%;
    background: -webkit-radial-gradient(50% 100%, circle, #ffc376, #ff9041);
    background: radial-gradient(circle at 50% 100%, #ffc376, #ff9041);
    z-index: -2;
  }
  .recipe:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTQuODMgMTU0Ljg2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjEwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9Ijc3LjQxIDAgNzguMjIgMzguNzIgODAuNjUgMC4wNyA3OS44NCAzOC43OSA4My44OSAwLjI3IDgxLjQ2IDM4LjkzIDg3LjExIDAuNjEgODMuMDcgMzkuMTMgOTAuMzMgMS4wOCA4NC42NyAzOS40IDkzLjUxIDEuNjkgODYuMjUgMzkuNzQgOTYuNjcgMi40MyA4Ny44MiA0MC4xNCA5OS43OSAzLjMxIDg5LjM4IDQwLjYxIDEwMi44OCA0LjMxIDkwLjkxIDQxLjE0IDEwNS45MiA1LjQ0IDkyLjQyIDQxLjc0IDEwOC45MSA2LjY5IDkzLjkgNDIuNCAxMTEuODQgOC4wNyA5NS4zNSA0My4xMiAxMTQuNzEgOS41OCA5Ni43NyA0My45IDExNy41MiAxMS4yIDk4LjE2IDQ0Ljc0IDEyMC4yNiAxMi45NCA5OS41MSA0NS42NCAxMjIuOTIgMTQuNzkgMTAwLjgyIDQ2LjU5IDEyNS41MSAxNi43NSAxMDIuMDkgNDcuNiAxMjguMDEgMTguODIgMTAzLjMyIDQ4LjY2IDEzMC40MSAyMC45OCAxMDQuNSA0OS43NyAxMzIuNzMgMjMuMjUgMTA1LjYzIDUwLjkzIDEzNC45NSAyNS42MiAxMDYuNzIgNTIuMTMgMTM3LjA3IDI4LjA3IDEwNy43NSA1My4zOCAxMzkuMDkgMzAuNjEgMTA4LjczIDU0LjY3IDE0MC45OSAzMy4yNCAxMDkuNjYgNTYgMTQyLjc4IDM1Ljk0IDExMC41MyA1Ny4zNyAxNDQuNDcgMzguNzEgMTExLjM0IDU4Ljc4IDE0Ni4wMyA0MS41NiAxMTIuMDkgNjAuMjIgMTQ3LjQ3IDQ0LjQ2IDExMi43OCA2MS42OCAxNDguNzkgNDcuNDIgMTEzLjQxIDYzLjE4IDE0OS45OSA1MC40NCAxMTMuOTcgNjQuNyAxNTEuMDUgNTMuNSAxMTQuNDggNjYuMjQgMTUxLjk5IDU2LjYxIDExNC45MSA2Ny44IDE1Mi44IDU5Ljc1IDExNS4yOCA2OS4zOCAxNTMuNDcgNjIuOTIgMTE1LjU4IDcwLjk3IDE1NC4wMSA2Ni4xMiAxMTUuODIgNzIuNTggMTU0LjQxIDY5LjMzIDExNS45OSA3NC4xOSAxNTQuNjkgNzIuNTYgMTE2LjA5IDc1LjgxIDE1NC44MyA3NS44MSAxMTYuMTMgNzcuNDMgMTU0LjgzIDc5LjA1IDExNi4wOSA3OS4wNSAxNTQuNjkgODIuMjkgMTE1Ljk5IDgwLjY3IDE1NC40MSA4NS41MiAxMTUuODIgODIuMjggMTU0LjAxIDg4Ljc0IDExNS41OCA4My44OSAxNTMuNDcgOTEuOTQgMTE1LjI4IDg1LjQ4IDE1Mi44IDk1LjExIDExNC45MSA4Ny4wNiAxNTEuOTkgOTguMjUgMTE0LjQ4IDg4LjYyIDE1MS4wNSAxMDEuMzYgMTEzLjk3IDkwLjE2IDE0OS45OSAxMDQuNDIgMTEzLjQxIDkxLjY4IDE0OC43OSAxMDcuNDMgMTEyLjc4IDkzLjE4IDE0Ny40NyAxMTAuNCAxMTIuMDkgOTQuNjQgMTQ2LjAzIDExMy4zIDExMS4zNCA5Ni4wOCAxNDQuNDcgMTE2LjE0IDExMC41MyA5Ny40OSAxNDIuNzggMTE4LjkyIDEwOS42NiA5OC44NSAxNDAuOTkgMTIxLjYyIDEwOC43MyAxMDAuMTggMTM5LjA5IDEyNC4yNCAxMDcuNzUgMTAxLjQ4IDEzNy4wNyAxMjYuNzggMTA2LjcyIDEwMi43MyAxMzQuOTUgMTI5LjI0IDEwNS42MyAxMDMuOTMgMTMyLjczIDEzMS42IDEwNC41IDEwNS4wOSAxMzAuNDEgMTMzLjg3IDEwMy4zMiAxMDYuMiAxMjguMDEgMTM2LjA0IDEwMi4wOSAxMDcuMjYgMTI1LjUxIDEzOC4xMSAxMDAuODIgMTA4LjI3IDEyMi45MiAxNDAuMDcgOTkuNTEgMTA5LjIyIDEyMC4yNiAxNDEuOTIgOTguMTYgMTEwLjEyIDExNy41MiAxNDMuNjYgOTYuNzcgMTEwLjk2IDExNC43MSAxNDUuMjggOTUuMzUgMTExLjc0IDExMS44NCAxNDYuNzggOTMuOSAxMTIuNDYgMTA4LjkxIDE0OC4xNiA5Mi40MiAxMTMuMTIgMTA1LjkyIDE0OS40MiA5MC45MSAxMTMuNzIgMTAyLjg4IDE1MC41NSA4OS4zOCAxMTQuMjUgOTkuNzkgMTUxLjU1IDg3LjgyIDExNC43MiA5Ni42NyAxNTIuNDMgODYuMjUgMTE1LjEyIDkzLjUxIDE1My4xNiA4NC42NyAxMTUuNDYgOTAuMzMgMTUzLjc4IDgzLjA3IDExNS43MyA4Ny4xMSAxNTQuMjUgODEuNDYgMTE1LjkzIDgzLjg5IDE1NC41OSA3OS44NCAxMTYuMDcgODAuNjUgMTU0Ljc5IDc4LjIyIDExNi4xNCA3Ny40MSAxNTQuODYgNzYuNiAxMTYuMTQgNzQuMTcgMTU0Ljc5IDc0Ljk4IDExNi4wNyA3MC45MyAxNTQuNTkgNzMuMzcgMTE1LjkzIDY3LjcgMTU0LjI1IDcxLjc2IDExNS43MyA2NC41IDE1My43OCA3MC4xNiAxMTUuNDYgNjEuMzEgMTUzLjE2IDY4LjU3IDExNS4xMiA1OC4xNiAxNTIuNDMgNjcgMTE0LjcyIDU1LjAzIDE1MS41NSA2NS40NSAxMTQuMjUgNTEuOTUgMTUwLjU1IDYzLjkyIDExMy43MiA0OC45MSAxNDkuNDIgNjIuNDEgMTEzLjEyIDQ1LjkyIDE0OC4xNiA2MC45MyAxMTIuNDYgNDIuOTggMTQ2Ljc4IDU5LjQ4IDExMS43NCA0MC4xMSAxNDUuMjggNTguMDUgMTEwLjk2IDM3LjMgMTQzLjY2IDU2LjY3IDExMC4xMiAzNC41NiAxNDEuOTIgNTUuMzIgMTA5LjIyIDMxLjkgMTQwLjA3IDU0IDEwOC4yNyAyOS4zMiAxMzguMTEgNTIuNzMgMTA3LjI2IDI2LjgyIDEzNi4wNCA1MS41MSAxMDYuMiAyNC40MSAxMzMuODcgNTAuMzMgMTA1LjA5IDIyLjA5IDEzMS42IDQ5LjE5IDEwMy45MyAxOS44NyAxMjkuMjQgNDguMSAxMDIuNzMgMTcuNzUgMTI2Ljc4IDQ3LjA3IDEwMS40OCAxNS43NCAxMjQuMjQgNDYuMDkgMTAwLjE4IDEzLjgzIDEyMS42MiA0NS4xNiA5OC44NSAxMi4wNCAxMTguOTIgNDQuMyA5Ny40OSAxMC4zNiAxMTYuMTQgNDMuNDkgOTYuMDggOC43OSAxMTMuMyA0Mi43MyA5NC42NCA3LjM1IDExMC40IDQyLjA1IDkzLjE4IDYuMDMgMTA3LjQzIDQxLjQxIDkxLjY4IDQuODQgMTA0LjQyIDQwLjg1IDkwLjE2IDMuNzcgMTAxLjM2IDQwLjM1IDg4LjYyIDIuODQgOTguMjUgMzkuOTEgODcuMDYgMi4wMyA5NS4xMSAzOS41NCA4NS40OCAxLjM1IDkxLjk0IDM5LjI0IDgzLjg5IDAuODEgODguNzQgMzkgODIuMjggMC40MSA4NS41MiAzOC44MyA4MC42NyAwLjEzIDgyLjI5IDM4LjczIDc5LjA1IDAgNzkuMDUgMzguNyA3Ny40MyAwIDc1LjgxIDM4LjczIDc1LjgxIDAuMTMgNzIuNTYgMzguODMgNzQuMTkgMC40MSA2OS4zMyAzOSA3Mi41OCAwLjgxIDY2LjEyIDM5LjI0IDcwLjk3IDEuMzUgNjIuOTIgMzkuNTQgNjkuMzggMi4wMyA1OS43NSAzOS45MSA2Ny44IDIuODQgNTYuNjEgNDAuMzUgNjYuMjQgMy43NyA1My41IDQwLjg1IDY0LjcgNC44NCA1MC40NCA0MS40MSA2My4xOCA2LjAzIDQ3LjQyIDQyLjA1IDYxLjY4IDcuMzUgNDQuNDYgNDIuNzMgNjAuMjIgOC43OSA0MS41NiA0My40OSA1OC43OCAxMC4zNiAzOC43MSA0NC4zIDU3LjM3IDEyLjA0IDM1Ljk0IDQ1LjE2IDU2IDEzLjgzIDMzLjI0IDQ2LjA5IDU0LjY3IDE1Ljc0IDMwLjYxIDQ3LjA3IDUzLjM4IDE3Ljc1IDI4LjA3IDQ4LjEgNTIuMTMgMTkuODcgMjUuNjIgNDkuMTkgNTAuOTMgMjIuMDkgMjMuMjUgNTAuMzMgNDkuNzcgMjQuNDEgMjAuOTggNTEuNTEgNDguNjYgMjYuODIgMTguODIgNTIuNzMgNDcuNiAyOS4zMiAxNi43NSA1NCA0Ni41OSAzMS45IDE0Ljc5IDU1LjMyIDQ1LjY0IDM0LjU2IDEyLjk0IDU2LjY3IDQ0Ljc0IDM3LjMgMTEuMiA1OC4wNSA0My45IDQwLjExIDkuNTggNTkuNDggNDMuMTIgNDIuOTggOC4wNyA2MC45MyA0Mi40IDQ1LjkyIDYuNjkgNjIuNDEgNDEuNzQgNDguOTEgNS40NCA2My45MiA0MS4xNCA1MS45NSA0LjMxIDY1LjQ1IDQwLjYxIDU1LjAzIDMuMzEgNjcgNDAuMTQgNTguMTYgMi40MyA2OC41NyAzOS43NCA2MS4zMSAxLjY5IDcwLjE2IDM5LjQgNjQuNSAxLjA4IDcxLjc2IDM5LjEzIDY3LjcgMC42MSA3My4zNyAzOC45MyA3MC45MyAwLjI3IDc0Ljk4IDM4Ljc5IDc0LjE3IDAuMDcgNzYuNiAzOC43MiA3Ny40MSAwIi8+PC9nPjwvZz48L3N2Zz4=);
    background-size: cover;
    height: 55em;
    width: 55em;
    display: block;
    z-index: -1;
    position: absolute;
    top: -12em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.2;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 38em, 0 38em);
    clip-path: polygon(0 0, 100% 0, 100% 38em, 0 38em);
    background-blend-mode: screen;
  }
}
@media only screen and (max-width: 768px) {
  .recipe .ah-breadcrumb {
    position: relative;
    margin: 0;
    padding: 24px 0 30px;
  }
  .recipe .ah-breadcrumb:before {
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-radial-gradient(50% 100%, circle, #ffc376, #ff9041);
    background: radial-gradient(circle at 50% 100%, #ffc376, #ff9041);
    z-index: -1;
  }
}
.recipe .ah-breadcrumb a {
  color: #000000 !important;
  font-weight: bold;
}

.recipe .ah-breadcrumb li.seperator {
  color: #ffffff !important;
}

.featured-recipes__img {
  position: relative;
  overflow: hidden;
}

.recipes .wpgb-card-media-thumbnail:before, .featured-recipes__img:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTQuODMgMTU0Ljg2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjEwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFzc2V0IDE8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9Ijc3LjQxIDAgNzguMjIgMzguNzIgODAuNjUgMC4wNyA3OS44NCAzOC43OSA4My44OSAwLjI3IDgxLjQ2IDM4LjkzIDg3LjExIDAuNjEgODMuMDcgMzkuMTMgOTAuMzMgMS4wOCA4NC42NyAzOS40IDkzLjUxIDEuNjkgODYuMjUgMzkuNzQgOTYuNjcgMi40MyA4Ny44MiA0MC4xNCA5OS43OSAzLjMxIDg5LjM4IDQwLjYxIDEwMi44OCA0LjMxIDkwLjkxIDQxLjE0IDEwNS45MiA1LjQ0IDkyLjQyIDQxLjc0IDEwOC45MSA2LjY5IDkzLjkgNDIuNCAxMTEuODQgOC4wNyA5NS4zNSA0My4xMiAxMTQuNzEgOS41OCA5Ni43NyA0My45IDExNy41MiAxMS4yIDk4LjE2IDQ0Ljc0IDEyMC4yNiAxMi45NCA5OS41MSA0NS42NCAxMjIuOTIgMTQuNzkgMTAwLjgyIDQ2LjU5IDEyNS41MSAxNi43NSAxMDIuMDkgNDcuNiAxMjguMDEgMTguODIgMTAzLjMyIDQ4LjY2IDEzMC40MSAyMC45OCAxMDQuNSA0OS43NyAxMzIuNzMgMjMuMjUgMTA1LjYzIDUwLjkzIDEzNC45NSAyNS42MiAxMDYuNzIgNTIuMTMgMTM3LjA3IDI4LjA3IDEwNy43NSA1My4zOCAxMzkuMDkgMzAuNjEgMTA4LjczIDU0LjY3IDE0MC45OSAzMy4yNCAxMDkuNjYgNTYgMTQyLjc4IDM1Ljk0IDExMC41MyA1Ny4zNyAxNDQuNDcgMzguNzEgMTExLjM0IDU4Ljc4IDE0Ni4wMyA0MS41NiAxMTIuMDkgNjAuMjIgMTQ3LjQ3IDQ0LjQ2IDExMi43OCA2MS42OCAxNDguNzkgNDcuNDIgMTEzLjQxIDYzLjE4IDE0OS45OSA1MC40NCAxMTMuOTcgNjQuNyAxNTEuMDUgNTMuNSAxMTQuNDggNjYuMjQgMTUxLjk5IDU2LjYxIDExNC45MSA2Ny44IDE1Mi44IDU5Ljc1IDExNS4yOCA2OS4zOCAxNTMuNDcgNjIuOTIgMTE1LjU4IDcwLjk3IDE1NC4wMSA2Ni4xMiAxMTUuODIgNzIuNTggMTU0LjQxIDY5LjMzIDExNS45OSA3NC4xOSAxNTQuNjkgNzIuNTYgMTE2LjA5IDc1LjgxIDE1NC44MyA3NS44MSAxMTYuMTMgNzcuNDMgMTU0LjgzIDc5LjA1IDExNi4wOSA3OS4wNSAxNTQuNjkgODIuMjkgMTE1Ljk5IDgwLjY3IDE1NC40MSA4NS41MiAxMTUuODIgODIuMjggMTU0LjAxIDg4Ljc0IDExNS41OCA4My44OSAxNTMuNDcgOTEuOTQgMTE1LjI4IDg1LjQ4IDE1Mi44IDk1LjExIDExNC45MSA4Ny4wNiAxNTEuOTkgOTguMjUgMTE0LjQ4IDg4LjYyIDE1MS4wNSAxMDEuMzYgMTEzLjk3IDkwLjE2IDE0OS45OSAxMDQuNDIgMTEzLjQxIDkxLjY4IDE0OC43OSAxMDcuNDMgMTEyLjc4IDkzLjE4IDE0Ny40NyAxMTAuNCAxMTIuMDkgOTQuNjQgMTQ2LjAzIDExMy4zIDExMS4zNCA5Ni4wOCAxNDQuNDcgMTE2LjE0IDExMC41MyA5Ny40OSAxNDIuNzggMTE4LjkyIDEwOS42NiA5OC44NSAxNDAuOTkgMTIxLjYyIDEwOC43MyAxMDAuMTggMTM5LjA5IDEyNC4yNCAxMDcuNzUgMTAxLjQ4IDEzNy4wNyAxMjYuNzggMTA2LjcyIDEwMi43MyAxMzQuOTUgMTI5LjI0IDEwNS42MyAxMDMuOTMgMTMyLjczIDEzMS42IDEwNC41IDEwNS4wOSAxMzAuNDEgMTMzLjg3IDEwMy4zMiAxMDYuMiAxMjguMDEgMTM2LjA0IDEwMi4wOSAxMDcuMjYgMTI1LjUxIDEzOC4xMSAxMDAuODIgMTA4LjI3IDEyMi45MiAxNDAuMDcgOTkuNTEgMTA5LjIyIDEyMC4yNiAxNDEuOTIgOTguMTYgMTEwLjEyIDExNy41MiAxNDMuNjYgOTYuNzcgMTEwLjk2IDExNC43MSAxNDUuMjggOTUuMzUgMTExLjc0IDExMS44NCAxNDYuNzggOTMuOSAxMTIuNDYgMTA4LjkxIDE0OC4xNiA5Mi40MiAxMTMuMTIgMTA1LjkyIDE0OS40MiA5MC45MSAxMTMuNzIgMTAyLjg4IDE1MC41NSA4OS4zOCAxMTQuMjUgOTkuNzkgMTUxLjU1IDg3LjgyIDExNC43MiA5Ni42NyAxNTIuNDMgODYuMjUgMTE1LjEyIDkzLjUxIDE1My4xNiA4NC42NyAxMTUuNDYgOTAuMzMgMTUzLjc4IDgzLjA3IDExNS43MyA4Ny4xMSAxNTQuMjUgODEuNDYgMTE1LjkzIDgzLjg5IDE1NC41OSA3OS44NCAxMTYuMDcgODAuNjUgMTU0Ljc5IDc4LjIyIDExNi4xNCA3Ny40MSAxNTQuODYgNzYuNiAxMTYuMTQgNzQuMTcgMTU0Ljc5IDc0Ljk4IDExNi4wNyA3MC45MyAxNTQuNTkgNzMuMzcgMTE1LjkzIDY3LjcgMTU0LjI1IDcxLjc2IDExNS43MyA2NC41IDE1My43OCA3MC4xNiAxMTUuNDYgNjEuMzEgMTUzLjE2IDY4LjU3IDExNS4xMiA1OC4xNiAxNTIuNDMgNjcgMTE0LjcyIDU1LjAzIDE1MS41NSA2NS40NSAxMTQuMjUgNTEuOTUgMTUwLjU1IDYzLjkyIDExMy43MiA0OC45MSAxNDkuNDIgNjIuNDEgMTEzLjEyIDQ1LjkyIDE0OC4xNiA2MC45MyAxMTIuNDYgNDIuOTggMTQ2Ljc4IDU5LjQ4IDExMS43NCA0MC4xMSAxNDUuMjggNTguMDUgMTEwLjk2IDM3LjMgMTQzLjY2IDU2LjY3IDExMC4xMiAzNC41NiAxNDEuOTIgNTUuMzIgMTA5LjIyIDMxLjkgMTQwLjA3IDU0IDEwOC4yNyAyOS4zMiAxMzguMTEgNTIuNzMgMTA3LjI2IDI2LjgyIDEzNi4wNCA1MS41MSAxMDYuMiAyNC40MSAxMzMuODcgNTAuMzMgMTA1LjA5IDIyLjA5IDEzMS42IDQ5LjE5IDEwMy45MyAxOS44NyAxMjkuMjQgNDguMSAxMDIuNzMgMTcuNzUgMTI2Ljc4IDQ3LjA3IDEwMS40OCAxNS43NCAxMjQuMjQgNDYuMDkgMTAwLjE4IDEzLjgzIDEyMS42MiA0NS4xNiA5OC44NSAxMi4wNCAxMTguOTIgNDQuMyA5Ny40OSAxMC4zNiAxMTYuMTQgNDMuNDkgOTYuMDggOC43OSAxMTMuMyA0Mi43MyA5NC42NCA3LjM1IDExMC40IDQyLjA1IDkzLjE4IDYuMDMgMTA3LjQzIDQxLjQxIDkxLjY4IDQuODQgMTA0LjQyIDQwLjg1IDkwLjE2IDMuNzcgMTAxLjM2IDQwLjM1IDg4LjYyIDIuODQgOTguMjUgMzkuOTEgODcuMDYgMi4wMyA5NS4xMSAzOS41NCA4NS40OCAxLjM1IDkxLjk0IDM5LjI0IDgzLjg5IDAuODEgODguNzQgMzkgODIuMjggMC40MSA4NS41MiAzOC44MyA4MC42NyAwLjEzIDgyLjI5IDM4LjczIDc5LjA1IDAgNzkuMDUgMzguNyA3Ny40MyAwIDc1LjgxIDM4LjczIDc1LjgxIDAuMTMgNzIuNTYgMzguODMgNzQuMTkgMC40MSA2OS4zMyAzOSA3Mi41OCAwLjgxIDY2LjEyIDM5LjI0IDcwLjk3IDEuMzUgNjIuOTIgMzkuNTQgNjkuMzggMi4wMyA1OS43NSAzOS45MSA2Ny44IDIuODQgNTYuNjEgNDAuMzUgNjYuMjQgMy43NyA1My41IDQwLjg1IDY0LjcgNC44NCA1MC40NCA0MS40MSA2My4xOCA2LjAzIDQ3LjQyIDQyLjA1IDYxLjY4IDcuMzUgNDQuNDYgNDIuNzMgNjAuMjIgOC43OSA0MS41NiA0My40OSA1OC43OCAxMC4zNiAzOC43MSA0NC4zIDU3LjM3IDEyLjA0IDM1Ljk0IDQ1LjE2IDU2IDEzLjgzIDMzLjI0IDQ2LjA5IDU0LjY3IDE1Ljc0IDMwLjYxIDQ3LjA3IDUzLjM4IDE3Ljc1IDI4LjA3IDQ4LjEgNTIuMTMgMTkuODcgMjUuNjIgNDkuMTkgNTAuOTMgMjIuMDkgMjMuMjUgNTAuMzMgNDkuNzcgMjQuNDEgMjAuOTggNTEuNTEgNDguNjYgMjYuODIgMTguODIgNTIuNzMgNDcuNiAyOS4zMiAxNi43NSA1NCA0Ni41OSAzMS45IDE0Ljc5IDU1LjMyIDQ1LjY0IDM0LjU2IDEyLjk0IDU2LjY3IDQ0Ljc0IDM3LjMgMTEuMiA1OC4wNSA0My45IDQwLjExIDkuNTggNTkuNDggNDMuMTIgNDIuOTggOC4wNyA2MC45MyA0Mi40IDQ1LjkyIDYuNjkgNjIuNDEgNDEuNzQgNDguOTEgNS40NCA2My45MiA0MS4xNCA1MS45NSA0LjMxIDY1LjQ1IDQwLjYxIDU1LjAzIDMuMzEgNjcgNDAuMTQgNTguMTYgMi40MyA2OC41NyAzOS43NCA2MS4zMSAxLjY5IDcwLjE2IDM5LjQgNjQuNSAxLjA4IDcxLjc2IDM5LjEzIDY3LjcgMC42MSA3My4zNyAzOC45MyA3MC45MyAwLjI3IDc0Ljk4IDM4Ljc5IDc0LjE3IDAuMDcgNzYuNiAzOC43MiA3Ny40MSAwIi8+PC9nPjwvZz48L3N2Zz4=);
  background-size: cover;
  width: 90%;
  height: 90%;
  position: absolute;
  bottom: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  z-index: 2;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

/** Related Posts Shortcode Styles **/
.related-posts {
  background-color: #F4F4F4;
  padding: 60px 0;
}
.related-posts__heading {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000000 !important;
  padding: 0;
  margin: 0 0 35px 0;
}
.related-posts__card {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  width: 100%;
}
@media (max-width: 640px) {
  .related-posts__card {
    margin-left: 0;
    margin-right: 0;
  }
}
.related-posts__img img {
  display: block;
  width: 100%;
}
.related-posts__card-content {
  background-color: #fff;
  padding: 8%;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: #000000 !important;
  text-align: center;
}
.related-posts__card-content a {
  color: #000;
}
.related-posts__card-title {
  font-family: "PT Serif", sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #741302;
}

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

.view-all-btn {
  position: relative;
  background-color: #741302;
  padding: 15px 45px;
  margin: 0 auto 60px auto;
  font-size: 1rem;
  font-family: "PT Serif", sans-serif !important;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  transition: all 200ms linear;
}
.view-all-btn:hover {
  background-color: #BB171F;
}
.view-all-btn a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxnIGlkPSIiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPHBhdGggZD0iTTExLjEwNzcyNzYsNy4wNjMxMzIzIEw4LjkzNTY1MDc3LDQuOTAwOTA1MjQgQzguMjc5MTg5OTMsNC4yNDQ0OTc3OSA4LjI3OTE4OTkzLDQuMjQ0NDk3NzkgOC45Mjk2NjIyMywzLjU5NDA3ODM5IEM5LjU4MDEzNDUzLDIuOTQzNjU4OTkgOS41OTMwMjEwOSwyLjkzMDc3MzQ4IDEwLjI0ODE4NiwzLjU4NzE3MzMzIEwxMy42MzM2ODQyLDYuOTU3NTI2NyBDMTMuNzMyNzEyOCw3LjAzODYwMTIyIDEzLjg1MTA2ODEsNy4xNTY5NjYxNyAxNC4wMDY2Mjg5LDcuMzEyNTM5NjIgQzE0LjIyMTIyNDksNy41MjcxNTMwNiAxNC4zNjY0MjA5LDcuNjcyMzYwODUgMTQuNDQxMDc2NSw3Ljc5NDEzMDIgQzE0LjUzODY1MzEsNy45MzI0NTcwNiAxNC41MzU3OTc5LDguMDMyMzE2NjIgMTQuNDE3NDY4MSw4LjE5MDUyNjg4IEMxNC4zMzkwNDUsOC4zMDM5ODE4IDE0LjIwNDY2MTYsOC40NDAyOTUzOCAxNC4wMTM1MzQsOC42MzEwNjMzNyBMMTAuMTQ1NTk0NiwxMi41MTYzODM2IEM5LjYxMzQ1NTYxLDEzLjAzMTQ5OTcgOS42MzE2Mzk0OCwxMy4wNDk2ODUgOC45NjAzMTMzMiwxMi4zNzgzMDQyIEM4LjI4ODk4NzE1LDExLjcwNjkyMzUgOC4zMDAzNzU0MywxMS43MTgzMTI3IDguODI1ODc0NTksMTEuMjEwMTAyOSBMMTEuMTA2MjQwNiw4LjkxOTM0ODk2IEwyLjQyNzM1MjU2LDguOTMxODA5MTcgQzEuNDk5MzUyODksOC45MzE5NTM5NyAxLjQ5OTM1Mjg5LDguOTMxOTUzOTcgMS40OTk0OTYzNyw4LjAxMjQxOTk1IEMxLjQ5OTYzOTg1LDcuMDkyODg1OTIgMS40OTk2NDI2OSw3LjA3NDY2ODk2IDIuNDI2NzIwODQsNy4wNzU0MzQ5NCBMMTEuMTA3NzI3Niw3LjA2MzEzMjMgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjMjY2NTIyIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
  content: "";
  background-size: cover;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 4px;
  right: -25px;
}
.view-all-btn a:hover:after {
  opacity: 0.7;
}

/** Featured Recipes **/
.featured-recipes {
  background-color: #F4F4F4;
  padding: 60px 0;
}
.featured-recipes__heading {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000000 !important;
  padding: 0;
  margin: 0 0 35px 0;
}
.featured-recipes__recipe-card {
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  width: 100%;
}
@media (max-width: 640px) {
  .featured-recipes__recipe-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-recipes__recipe-card:hover .featured-recipes__card-title {
  color: #741302;
}
.featured-recipes__recipe-card:hover .featured-recipes__img:before {
  opacity: 1;
}
.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;
  color: #000000;
  text-align: center;
}
.featured-recipes__card-content a {
  color: #000;
}
.featured-recipes__card-title {
  font-family: "PT Serif", sans-serif;
  font-size: 1.35em;
  text-align: center;
  color: #741302;
}
.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;
}

.products .page-banner__bg-image {
  background-image: url(//mrsdashcadev.wpengine.com/wp-content/uploads/products_header_desktop-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.products.search-filters {
  padding-top: 35px;
}

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

.products.search-results .search-results__grid {
  background-color: #fff;
  margin-top: 0;
}

.products.search-results .search-results__grid .wp-grid-builder {
  padding-top: 50px;
}

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

.products .wpgb-facet .wpgb-search-facet label > svg, .wpgb-facet .wpgb-autocomplete-facet label > svg {
  display: none;
}

.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;
  background-color: #741302 !important;
}

.products .wpgb-facet .wpgb-button {
  background-color: #BB171F !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px;
  color: #FFF !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.products .wpgb-facet .wpgb-button:hover {
  background-color: #741302 !important;
}

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

@media screen and (max-width: 640px) {
  .wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
    font-size: 18px !important;
  }
}
.products-search-filter .wpgb-facet-title {
  font-family: "PT Serif", sans-serif;
  font-size: 19px;
  color: #000 !important;
  display: block;
  float: left;
  padding-top: 18px !important;
}

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

.mobile-only .wrap-collabsible {
  margin-bottom: 35px;
}

@media screen and (max-width: 980px) {
  .products-search-filter .wpgb-facet-title {
    display: block;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .products-search-filter .wpgb-facet > fieldset {
    display: block;
    width: 100%;
  }
  .products-search-filter .wpgb-facet > fieldset {
    margin-left: 0;
  }
}
.products-search-filter {
  max-width: 1000px !important;
  margin: 15px auto 10px auto !important;
}

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

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

.featured-products {
  background-color: #F4F4F4;
  padding: 60px 0;
}
@media (max-width: 640px) {
  .featured-products {
    margin-top: 35px;
  }
}
.featured-products__recipe-card {
  background-color: #fff;
  margin: 0 10px 35px;
  padding: 50px 0;
  flex: 1 1 auto;
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 640px) {
  .featured-products__recipe-card {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-products__heading {
  font-family: "canada-type-gibson", sans-serif !important;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000000 !important;
  padding: 0;
  margin: 0 0 50px 0;
}
@media (max-width: 1000px) {
  .featured-products__heading {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .featured-products__heading {
    font-size: 1.4rem;
  }
}
.featured-products__recipe-card:hover .featured-products__img {
  transform: translateY(-0.65rem);
  -webkit-transform: translateY(-0.65rem);
  transition: transform 0.3s ease;
}
.featured-products__recipe-card .featured-products__card-title {
  color: #0081a5;
  text-align: center;
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 35px;
}
.featured-products__recipe-card:hover .featured-products__card-title {
  color: #015370;
}

.featured_products .wpgb-prev-button:hover, .featured_products .wpgb-next-button:hover {
  background-color: transparent !important;
  color: #015370 !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;
}

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

.featured-products__card-title {
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
}

/* 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(//mrsdashcadev.wpengine.com/wp-content/uploads/English-Kosher.png);
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: block;
  float: left;
  overflow: hidden;
  background-position: center center;
  width: 3.75em;
  height: 3.75em;
  background-size: 100%;
  margin: 0.5em;
}

.casher {
  background-image: url(//mrsdashcadev.wpengine.com/wp-content/uploads/French-Kosher-_-Casher.png);
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: block;
  float: left;
  overflow: hidden;
  background-position: center center;
  width: 3.75em;
  height: 3.75em;
  background-size: 100%;
  margin: 0.5em;
}

.celiac {
  background-image: url(//mrsdashcadev.wpengine.com/wp-content/uploads/celiac.png);
  background-repeat: no-repeat;
  text-indent: -1000px;
  display: block;
  float: left;
  overflow: hidden;
  background-position: center center;
  width: 6em;
  height: 6em;
  background-size: 100%;
  margin: 0.5em;
}

.glutenfree {
  background-image: url(//mrsdashcadev.wpengine.com/wp-content/uploads/gluten-free.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  overflow: hidden;
  background-position: top center;
  width: 3.75em;
  background-size: 100%;
  padding-top: 4em;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  margin: 0.5em;
}

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

.owl-dots {
  margin-top: 0;
}

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

.owl-theme .owl-dots .owl-dot span {
  background: #F0D1C8;
}

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

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

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

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

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

.featured-posts-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 640px) {
  .featured-posts-carousel.owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    top: 38%;
  }
  .owl-nav .owl-prev {
    left: -5px;
  }
  .owl-nav .owl-next {
    right: -5px;
  }
}
.own-carousel.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}

.own-carousel.owl-carousel .owl-stage::after {
  display: none;
}

.own-carousel.owl-carousel .owl-item {
  float: none;
}

.owl-stage {
  display: flex;
}

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

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

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

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

.wpgb-facet .wpgb-search-facet input[type=search] {
  background: rgba(0, 0, 0, 0.7) !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-search-facet label > svg, .wpgb-facet .wpgb-autocomplete-facet label > svg {
  z-index: 1;
}

.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 .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: #BB171F !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: #BB171F !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: #BB171F !important;
}

.wpgb-result-count {
  display: block;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 43px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 35px;
  border-top: 1px dashed rgba(87, 99, 85, 0.4);
}

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

.recipe-search-title {
  font-family: "canada-type-gibson", sans-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: #d11c24 !important;
  border-radius: 0 !important;
  border-radius: 3px !important;
  padding: 8px;
}
.wpgb-facet .wpgb-button[aria-pressed=true]:hover {
  background-color: #BB171F !important;
}

.wpgb-facet .wpgb-selection-facet .wpgb-button-control:before, .wpgb-facet .wpgb-selection-facet .wpgb-button-control:after {
  background: #000 !important;
}

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

.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: #a9241d !important;
  background-color: transparent;
  font-size: 1.25rem !important;
}

.wpgb-facet .wpgb-pagination li a {
  color: #000;
  font-size: 1.25rem !important;
}

.wpgb-facet .wpgb-pagination li a:hover {
  color: #a9241d !important;
  background-color: transparent;
  font-size: 1.25rem !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: #000;
  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: #741302;
  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: 0;
  }
  .recipe-filter-label {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .lbl-toggle {
    padding-bottom: 25px;
  }
}
/** Recipe Post Breadcrumb nav **/
.ah-breadcrumb {
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 60px;
  padding-left: 12px;
}

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

.ah-breadcrumb a {
  color: #a9241d !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: 2px 2px 2px 2px;
  border-color: #BB171F;
  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;
  }
}

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