/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Custom Css */

body {
  background-image: url("../images/TrueGrit-Photocopy008-scaled.jpeg");
  background-repeat: repeat;
  background-size: 100% auto;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.m-show {
	display:none;
}

.bc {
  background-clip: content-box;
}

.recipes-hero .elementor-container {
  gap: 8px;
}

/** Nav Menu **/
.elementor-widget-nav-menu .elementor-nav-menu .sub-arrow {
  display: inline-block; /* Required to control text-decoration */
  text-decoration: none !important;
  padding-left: 0.4em; /* Elementor adds too much */
  margin-top: -13px; /* custom-pro-widget-nav-menu has -10, but for chevron_down, I found it needed to be higher */
}

.elementor-sub-item .sub-arrow {
  /* Submenu arrows sit on the right */
  position: absolute;
  right: 0.5rem;
}

.btn-default, a.btn-default {
  display: inline-block;
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  background-color: #EE3E3A;
  background-blend-mode: multiply, normal;
  -webkit-box-shadow: 0px 4px 20px rgba(73, 34, 31, 0.93);
          box-shadow: 0px 4px 20px rgba(73, 34, 31, 0.93);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
}

.btn-default:hover {
  color: #fff;
  background-color: #F65F5B;
}

/* Header Scrolling text */

/* .el-scrolling-wrap {
  padding: 1px 0;
} */

/* .cursor-auto a{
  cursor: auto;
} */

.m-scroll {
  padding: 8px 10px 10px 10px;
}

.m-scroll__title > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 4% 0 6%;
}

.m-scroll__title h6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    margin: 0;
}

.pre-header-text-center {
    text-align: center;
}

.pre-header-text-right {
    text-align: right;
}

.m-scroll__title h6 a {
    font-family: "Founders Grotesk", Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    cursor: auto;

}

.m-scroll__title a {
    position: relative;
}

.m-scroll__title h6 a.truck:after {
    content: '';
    background-image: url('../images/icons/track-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 16px;
    top: 2px;
    left: -45px;
  }

  .m-scroll__title h6 a.box:after {
    content: '';
    background-image: url('../images/icons/box-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 28px;
    top: -4px;
    left: -35px;
  }

  .m-scroll__title h6 a.pencil:after {
    content: '';
    background-image: url('../images/icons/pencil-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: -35px;
  }


/* Recipes Page */

.recipes-filter-form-wrap {
  font-family: "Founders Grotesk", Sans-serif;
}

.recipes-filter-form-wrap .searchandfilter ul {
  padding: 0;
}

.recipes-filter-form-wrap .sf-field-sort_order ul li:first-child,
.recipes-filter-form-wrap .sf-count,
.recipes-filter-form-wrap ul li > ul,
.recipes-filter-form-wrap ul li:first-child {
  display: none;
}

.recipes-filter-form-wrap ul li {
    margin-bottom: 8px;
    padding: 26px 18px;
    border-radius: 2px;
    max-width: 240px;
    width: 100%;
    background: #fff;
}

.recipes-filter-form-wrap ul li h4{
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.recipes-filter-form-wrap ul li ul{
  margin-top: 20px;
}

.recipes-filter-form-wrap ul li h4:after{
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
}

.recipes-filter-form-wrap ul li h4.open:after{
  content: "-";
}

.recipes-filter-form-wrap .searchandfilter ul li li {
  padding: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-transform: lowercase;

}

.recipes-filter-form-wrap .searchandfilter ul li li label{
  font-size: 12px;
  line-height: 1.4em;
}

.result-found-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.recipes-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.recipes-items .recipe-item {
  font-family: "Founders Grotesk", Sans-serif;
  width: 24%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.recipe-item .recipe-info {
  padding: 25px;
}

.recipe-item .recipe-image {
  width: 100%;
  height: 154px;
  display: block;
  background-size: cover;
  background-position: center center;
}

.recipe-item .recipe-info p.date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #8CAFC2;
  text-transform: uppercase;
  margin: 0;
}

.recipe-item .recipe-info .title a{
  color: #183C23;
}

.recipe-item .recipe-info .title {
  margin: 10px 0 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #183C23;
}


.recipe-item .recipe-info .excerpt{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #183C23;
}

.recipes-filter-column {
  max-width: 240px;
  width: 100% !important;
}

.recipes-items-column {
  width: auto !important;
}

.recipes-search-section .elementor-container{
  gap: 20px;
}

.hero-item-link h6 a {
  display: block;
  padding: 8% 0;
}

/* .hero-items .elementor-element-populated {
  padding: 0;
} */

.pagination.recipes {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination.recipes a {
  display: block;
    font-family: "Founders Grotesk", Sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 25px;
    background: #40853F;
    border-radius: 2px;
    letter-spacing: 0.08px;
}

.pagination.recipes a:hover {
  background: #55ae53;
}

.m-scroll__title h6 a.truck:after {
  top: 50%;
  left: -25px;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.m-scroll__title h6 a.box:after {
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-scroll__title h6 a.pencil:after {
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loader */

.recipes-loader {
  display: none;
}

.sk-fading-circle {
  margin: 20px auto 0;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #40853f;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.disable-anchor a {
  cursor: auto;
}

.icons-wrap > div {
  gap: 10%;
}

.icons-wrap .leaf h2{
  position: absolute;
  left: 0;
  left: 90px;
  top: 50px;
}

.icons-wrap .hand h2{
  position: absolute;
  left: 30px;
  bottom: 80px;  
}

.icons-wrap .arrow h2{
  position: absolute;
  left: 0;
  right: 25px;
  top: 88px;
}

.icons-wrap .heart h2{
  position: absolute;
  left: -30px;
  top: 150px;
  right: 130px;
}

body.single-post h1.entry-title {
  font-family: "Founders Grotesk", sans-serif;
  line-height: normal;
  color: rgb(24, 60, 35);
  margin-bottom: 20px;
}

/* Single Recipe */

body.single-recipe .site-main {
  max-width: 100%;
  padding: 0 30px;
}

body.single-recipe .site-main .page-content{
  max-width: 1140px;
  margin: 0 auto;
}

.recipe-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 388px;
  border-radius: 2px;
  margin-bottom: 60px;
  animation-duration: 2s;
  animation-name: fadeIn;
}

.entry-title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

body.single-recipe h1.entry-title {
  color: #FFFFFF;
  font-family: "Gordon Black", Sans-serif;
  font-size: 82px;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 56px;
  letter-spacing: 0px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

body.single-recipe p.ingredients-title {
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #183C23;
  margin-bottom: 30px;
}

.ingredients-wrap {
  margin-bottom: 60px;
}

.ingredients-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.ingredient-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
}

.ingredient-item .ingredient-name {
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #183C23;
}

.ingredient-item .ingredient-qty {
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #183C23;
}

body.single-post .page-content,
body.single-recipe .page-content {
  color: #183C23;
}

.comments-area a,
body:not(.elementor-page) .page-content a {
  font-weight: 500;
  color: #183C23;
}

section#comments a,
section#comments p,
section#comments span,
section#comments b,
body:not(.elementor-page) .page-content:not(.green-title) {
  font-family: "Founders Grotesk", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.hero-items .elementor-column {
  overflow: hidden;
}

.hero-items .elementor-column .elementor-widget-wrap {
  -webkit-transition: -webkit-transform 0.60s !important;
  transition: -webkit-transform 0.60s !important;
  -o-transition: transform 0.60s !important;
  transition: transform 0.60s !important;
  transition: transform 0.60s, -webkit-transform 0.60s !important;
}

.hero-items .elementor-column .elementor-widget-wrap:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.elementor-nav-menu__container a.elementor-sub-item:hover,
.elementor-nav-menu__container a.elementor-sub-item {
  border: 0;
}

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

.has-green-color {
  color: #183C23;
  font-family: "Founders Grotesk", Sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
}

.subscribe-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(139, 139, 139, 0.67);
  z-index: 999;
}

.popup-form-wrap {
  max-width: 390px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid rgba(139, 139, 139, 0.5);
  -webkit-box-shadow: 0px 4px 52px rgb(0 0 0 / 25%);
          box-shadow: 0px 4px 52px rgb(0 0 0 / 25%);
  border-radius: 3px;
}

.subscribe-popup-wrap .title {
  font-family: 'Gordon Black', sans-serif;
  font-style: normal;
  font-size: 45px;
  line-height: 32px;
  text-align: center;
  color: #EE3E3A;
  margin-bottom: 30px;
}

.subscribe-popup-wrap .subtitle {
  font-family: 'Founders Grotesk',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #183C23;
  margin-bottom: 30px;
}

.subscribe-popup-wrap input.email-field {
  font-family: 'Founders Grotesk',sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #183C23;
  padding: 13px;
  margin-bottom: 7px;
  background: rgba(140, 175, 194, 0.1);
  border: 1px solid rgba(140, 175, 194, 0.52);
  border-radius: 2px;
}

.comment-respond input[type=submit],
.subscribe-popup-wrap input[type="submit"] {
  font-family: 'Founders Grotesk',sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  width: 100%;
  border: transparent;
  text-transform: capitalize;
  padding: 16px;
}

.subscribe-popup-wrap .close-icon {
  cursor: pointer;
}

.subscribe-popup-wrap .close-icon:after {
  content: '';
  background-image: url('../images/icons/close-icon-green.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 5px;
}

.subscribe-popup-wrap form {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.recipe.page-content .summary {
  padding-top: 40px;
  margin: 0 0 30px;
}

#comments .comments-wrap {
  max-width: 1140px;
  margin: 0 auto;
  font-family: "Founders Grotesk", Sans-serif;
}

.comment-respond label {
  font-weight: 500;
  margin-bottom: 10px;
}

.comment-respond input[type=submit] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-respond .comment-form-cookies-consent label {
  margin-bottom: 0;
  margin-left: 10px;
}

.comment-respond .form-submit {
  margin-top: 20px;
}

section#comments {
  margin-top: 50px;
}

section#comments #respond{
  margin-bottom: 50px;
}

section#comments .comment-reply-title,
.green-title {
  font-family: 'Founders Grotesk',sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #183C23 !important;
}

form#commentform textarea,
form#commentform input:not(input[type="submit"]),
form#commentform {
  color: #183C23;
}

body.home .carousel-post-wrap .post-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.carousel-post-wrap .post-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.carousel-post-wrap .post-item .image {
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.carousel-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  max-width: 1460px;
  margin: 0 auto;
}

/* .post-item .top .title {
  display: block;
  font-family: 'Founders Grotesk', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #40853F;
  margin: 15px 0;
} */

.post-item .top .title {
  display: block;
  font-family: 'Founders Grotesk', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
  color: #183C23;
  margin: 15px 0;
}

.post-item .top {
  padding: 0 25px;
  border-bottom: 1px solid #E1E1E1;
}

.post-item .bottom {
  padding: 15px 25px;
  font-size: 15px;
}

.post-item .top .location {
  font-family: 'Founders Grotesk', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 5px;
}

/* .post-item .top .distance {
  font-family: 'Founders Grotesk', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 5px;
} */

.post-item .top .distance {  
    font-family: 'Founders Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 19px;
    font-style: italic;
    margin-bottom: 15px;
    color: #8CAFC2;
    
}

.footer-text-bold {
  font-weight: bold;
  line-height: 16px;
  color: #49221F;
}

.copyright-text > div {
  max-width: 915px;
  margin: 0 auto !important;
}

.brown-hover a.elementor-item-active,
.brown-hover a:hover {
  background: transparent !important;
  color: #7E3437 !important;
}

.green-btns a {
  color: #40853F !important;
}

.green-btns a:hover {
  color: #183C23 !important;
}

body.elementor-page .larger-titles article .elementor-post__title,
body.elementor-page .larger-titles article .elementor-post__title a{
    font-family: 'Founders Grotesk',sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #183C23 !important;
}

#comments .comment-author b{
  font-weight: 500 !important;
  text-transform: uppercase;
}

.mid-header-section .elementor-column {
  /* override widths set in Elementor, because I can't seem to unset them */
  width: auto !important;
  flex-shrink: 0; /* Don't let search bar grow and squish the menu */
}

/* Matches with shop site (.horizontal-product-menu__menu ul) */
.main-nav-menu .sub-menu li a {
  padding: 1em 1.5em; /* Also set in Elementor Header > Wordpress Menu (product menu) > Style > Dropdown */
  padding-right: 24px !important; /* Extra padding for chevron */
}

/* Responsive */
@media (min-width: 1025px) {

  .mid-header-section .elementor-column:last-child {
    margin-left: auto;
  }

  .recipe-hero {
    height: 600px;
  }
}

@media (max-width: 1680px) {
  .recipes-items .recipe-item {
    /* flex: 0 0 24%; */
    width: 24%;
  }

  .recipes-items {
    gap: 15px;
  }

  /* .icons-wrap .hand h2 {
    bottom: 70px;
    right: 30px;
  } */
}


@media (max-width: 1366px) {

    .m-scroll__title h6 a {
        font-size: 13px;
        line-height: 17px;
    }

    .recipes-items .recipe-item {
      /* flex: 0 0 32%; */
      width: 32%;
    }
    
}

@media (max-width: 1249px) {

    /* .m-scroll {
        display: flex;
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 1;
        padding: 2px 4px 4px 4px;
        
      }
    
      .m-scroll__title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
        transform: none;
        transition: all 1s ease;
      }
    
      .m-scroll__title > div {
        display: flex;
        -webkit-animation: scrollText 15s infinite linear;
                animation: scrollText 15s infinite linear;
      }
    
      .m-scroll__title h6 {
        margin: 0 35px;
        color: #ffffff;
        transition: all 1s ease;
      }
    
      .m-scroll__title a {
        color: #FFFFFF;
        font-family: "Founders Grotesk", Sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        font-style: normal;
        text-decoration: none;
        line-height: 15px;
        letter-spacing: 0.8px;
      }
    
      .m-scroll__title a:hover {
        -webkit-text-stroke: 1px white;
        color: transparent;
      }
    
      @-webkit-keyframes scrollText {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      @keyframes scrollText {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      } */

      /* //New scroll/// */
      .scroll-items-wrap {
        color: white;
        text-transform: uppercase;
        overflow-x: hidden;
        padding: 4px 0;
        margin-left: -3em; /* Ensure starting position at left of screen */
      }
      .scroll-items-wrap div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        white-space: nowrap;
        padding: 0 3em;
      }
      .scroll-items-wrap div .scroll-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        -webkit-animation: slide-left 15s linear infinite;
                animation: slide-left 15s linear infinite;
        animation-delay: 5s; /* Reduce movement during page load to help with LCP */
      }
      .scroll-items-wrap:hover div .scroll-items {
        animation-play-state: paused;
      }
      .scroll-items-wrap div .scroll-items p {
        position: relative;
        
        margin: 0;
        font-family: "Founders Grotesk", Sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }
      @-webkit-keyframes slide-left {
        from {
          -webkit-transform: translateX(0);
          transform: translateX(0);
        }
        to {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }
      @keyframes slide-left {
        from {
          -webkit-transform: translateX(0);
          transform: translateX(0);
        }
        to {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }

      .scroll-items p::after {
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%) scaleX(-1);
            -ms-transform: translate(-50%, -50%) scaleX(-1);
                transform: translate(-50%, -50%) scaleX(-1);
      }

      .scroll-items .icon-1 p::after {
        content: '';
        background-image: url('../images/icons/track-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 35px;
        height: 15px;
        left: -25px;
      }
    
      .scroll-items .icon-2 p::after {
        content: '';
        background-image: url('../images/icons/box-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 22px;
        height: 24px;
        left: -19px;
        top: 49%;
      }
    
      .scroll-items .icon-3 p::after {
        content: '';
        background-image: url('../images/icons/pencil-icon.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        width: 20px;
        height: 20px;
        left: -20px;
        top: 49%;
      }
       /* ////// */

      .hero-items .elementor-container .elementor-column {
        -webkit-box-flex: 18%;
            -ms-flex: 18%;
                flex: 18%; 
        height: 80px;
      }

      .icons-wrap .leaf > div,
      .icons-wrap .hand > div,
      .icons-wrap .heart > div {
        background-position: center !important;
      }

      .icons-wrap .elementor-column {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    }

    .icons-wrap .leaf h2 {
      top: 80px;
    }

    .icons-wrap .hand h2 {
      bottom: 90px;
    }
    
}

@media (max-width: 1025px) {

  .recipes-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .recipes-items .recipe-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-bottom: 15px;
  }

  .recipes-filter-column,
  .recipes-filter-form-wrap ul li {
    max-width: 100%;
  }

  .recipes-items-column {
    margin-left: 0;
  }

  .recipes-items {
    gap: unset;
  }

  .growers-wrap .elementor-portfolio article:nth-last-child(-n+3) {
    display: none !important;
  }

  .icons-wrap .elementor-column h2 {
    font-size: 35px !important;
    line-height: 30px !important;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .icons-wrap .elementor-container {
    min-height: 250px !important;
  }

  body.single-post .site-main,
  body.single-recipe .site-main {
    padding: 0 20px;
  }

  .carousel-post-wrap .post-item {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 49% !important;
            flex: 1 1 49% !important;
  }

  .icons-wrap .leaf h2 {
    left: 70%;
  }

  .page-footer ul.elementor-nav-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page-footer ul.elementor-nav-menu li {
    border-right: 0;
  }

  /* .page-footer ul.elementor-nav-menu li:last-child {
    border-right: 0;
    border-right: solid 2px #56322f;
  } */

  .page-footer ul.elementor-nav-menu li a {
    font-size: 14px !important;
    line-height: normal !important;
    padding: 0;
    margin-right: 10px;
  }

  body.single-recipe h1.entry-title {
    font-size: 70px;
  }
}

@media (max-width: 768px) {
  .icons-wrap > div {
    gap: 5%;
  }

  .icons-wrap .elementor-column h2 {
    font-size: 30px !important;
    line-height: 26px !important;
  }

  body.single-recipe h1.entry-title {
    font-size: 56px;
    line-height: 38px;
  }

  .icons-wrap .leaf > div {
    background-position: left center !important;
  }

  .page-footer ul.elementor-nav-menu li a {
    margin-right: 0;
  }

}

@media (max-width: 767px) {

    .o-1 {
	    -webkit-box-ordinal-group:2;
	        -ms-flex-order:1;
	            order:1;
    }

    .o-2 {
        -webkit-box-ordinal-group:3;
            -ms-flex-order:2;
                order:2;
    }

    .o-3 {
        -webkit-box-ordinal-group:4;
            -ms-flex-order:3;
                order:3;
    }
        
        .o-3 .elementor-widget-nav-menu .elementor-widget-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
        }
        
        .o-3 .elementor-widget-nav-menu .elementor-widget-container .elementor-menu-toggle {
            background: #40853F;
            color: #fff;
            font-size: 20px;
            padding: 10px;
            margin-left: 10px;
            border-radius: 1px;
        }
        
        .m-show {
        display:block;
    }

    .elementor-element.header-menu-wrap {
      position: absolute;
      top: 0;
      right: 0;
    }

    .elementor-element.mobile-btn {
      /* Force position for single mobile button */
      position: absolute;
      top: 0;
      right: 47px;
    }

    .hero-items,
    .home-hero {
      margin: 0 2%;
    }

    .mid-header-section .elementor-column:first-child {
      width: auto !important;
    }

    .mid-header-section .elementor-widget-theme-site-logo a img{
      margin-top: -1px;
    }

    /* .recipes-search-section .elementor-container {
      flex-direction: column-reverse;
    } */

    .recipes-items .recipe-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
    }

    .recipes-items-column {
      margin: 0;
    }

    .recipes-filter-form-wrap ul li {
      max-width: 100%;
    }

    .home-hero .elementor-background-overlay{
      background-image: -o-radial-gradient(50.51% 48.59%, 64.22% 64.22%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%) !important;
      background-image: radial-gradient(64.22% 64.22% at 50.51% 48.59%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.59) 100%) !important;
    }

    .latest-news .elementor-posts-container article:not(:first-child),
    .home-recipes .elementor-posts-container article:not(:first-child) {
      display: none;
    }

    body.single-recipe .site-main {
      padding: 0 2%;
    }

    /* Recipe filter mobile */

    .recipe-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 4px;
    }

    .recipe-buttons .btn {
      background: #FFFFFF;
      border: 1px solid #DFDFDF;
      border-radius: 2px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 16px;
      font-family: 'Founders Grotesk', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000000;
      cursor: pointer;
    }

    .sort-by-wrap,
    .filter-wrap {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #fff;
      z-index: 5;
      padding: 20px;
      border-top: 2px solid #D9D9D9;
    }

    p.filter-wrap-title {
      font-family: 'Founders Grotesk', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 17px;
      letter-spacing: 0.281818px;
      text-transform: uppercase;
      color: #183C23;
      margin: 0;
      position: relative;
    }

    p.filter-wrap-title::after {
      content: '';
      background-image: url('../images/icons/icon-close-black.svg');
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 15px;
      height: 15px;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
    }

    .filter-wrap-top .green-btn {
      font-family: "Founders Grotesk", Sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 13px;
      text-align: center;
      letter-spacing: 0.04em;
      color: #FFFFFF;
      border: none;
      padding: 10px;
      border-radius: 3px;
      background: #40853F;
      text-transform: uppercase;
      display: block;
      margin: 30px 0;
    }

    .filter-wrap-top .green-btn:hover {
      background: #183C23;
    }

    .filter-wrap-bottom .filter-name,
    .filter-wrap-bottom .sort-item-name{
      font-family: 'Founders Grotesk',sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 17px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #183C23;
      cursor: pointer;
    }

    .filter-wrap-bottom a.sort-item-name {
      display: block;
      margin-bottom: 30px;
    }

    .filter-wrap-bottom p.taxonomy-item-name {
      margin-bottom: 30px;
      position: relative;
      margin-left: 20px;
    }

    .filter-wrap-bottom p.taxonomy-item-name::after {
      content: '';
      background-image: url('../images/icons/icon-arrow-right-orange.svg');
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      width: 12px;
      height: 19px;
      top: 50%;
      left: -20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
    }

    .filter-wrap-bottom p.taxonomy-item-name.active::after {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
    }

    .filter-wrap-bottom p.sort-by-item {
      margin-bottom: 30px;
    }


    .filter-wrap-bottom .taxonomy-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
        position: relative;
        overflow-y: scroll;
    }

    .filter-wrap-bottom .taxonomy-items a {
      font-family: 'Founders Grotesk',sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 13px;
      line-height: 16px;
      text-align: center;
      letter-spacing: 1.18182px;
      text-transform: uppercase;
      color: #183C23;
      border: 2px solid #F27943;
      padding: 10px 25px;
      display: block;
    }

    /* .filter-wrap-bottom .taxonomy-items a:hover, */
    .filter-wrap-bottom .taxonomy-items a.active {
      color: #fff;
      background-color: #F27943;
    }

    body.overflow-active {
      overflow: hidden;
    }

    .recipes-filter-form-wrap {
      display: none;
    }

    .recipes-search-section .elementor-container {
      gap: 15px;
    }

    .filter-loader {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .disabled-link {
      pointer-events: none;
    }

    .elementor-nav-menu li ul.sub-menu {
      padding-left: 20px;
    }

    .carousel-post-wrap .post-item {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 100% !important;
              flex: 1 1 100% !important;
    }

    body.home .carousel-post-wrap .post-item{
      display: none;
    }

    body.home .carousel-post-wrap .post-item:first-child{
      display: block;
    }
}


@media (min-width: 576px) {
  .home-hero .elementor-background-overlay {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1659px) {
  .recipes-items-column {
      width: 85% !important;
  }

  .recipes-filter-column {
    width: 350px;
  }

  .recipes-filter-form-wrap ul li {
    max-width: unset;
  }

  .icons-wrap > div {
      gap: 5%;
  }

  .icons-wrap .elementor-column h2 {
    font-size: 40px !important;
    line-height: 34px !important;
  }

  .icons-wrap .heart > div {
    background-position: center !important;
  }

}
