/** Shopify CDN: Minification failed

Line 663:1 Expected "}" to go with "{"

**/
/* recipe-banner */

.recipe-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wide-containers {
    max-width: 1440px;
    padding: 70px 20px;
    margin: 0 auto;
}

.small-width {
    max-width: 700px;
}

.recipe-banner .feature-text a {
    color: #EB0028;
    font-weight: bold;
}

/* tag filter */

.recipe-tag-filter .wide-containers {
    padding: 35px 15px;
}

.filters-content ul {
    /* height: 100%; */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.filters-content ul li {
    width: 23%;
    /* position: inherit!important; */
    margin: 10px;
    padding: 10px;
    /* flex: 0 0 23%; */
    background: #f6b519;
}

.filters-content ul li a img {}

.filter_lm-heading {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.filter_lm-heading h2{
    text-align: center;
}
.filter_lm-heading .filters {
    position: absolute;
    z-index: 1;
    width: 500px;
    display: block;
    /* border-top: 1px solid; */
}

.filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    cursor: pointer;
}

.filters ul li {
    padding: 2px 10px;
    color: #000;
    font-size: 16px;
    list-style: none;
}

.filters ul li:hover {
    background-color: #c4cdd5;
}

.filter_data {
    position: relative;

}

.filter_data::before {
    content: '☰';
    position: absolute;
    right: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #80213c;
}

.filter_data {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #7f7f7f;
}

.filters-content ul li a h3 {
    color: #1b1b1b;
    margin: 0;
    text-align: left;
    /* font-family: Montserrat; */
    font-weight: 100;
    font-size: 16px;
    padding: 10px 0 0;
    position: absolute;
    bottom: 0;
    background-color: #f6b519;
    width: 100%;
}

.blog_post-bg-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    height: 350px;
}

.blog_post-bg-img {
    content: "";
    display: block;
    padding-top: 100%;
}

.filters-content ul li:hover {
    background-color: #80213c;
}

.filters-content ul li:hover a h3 {
    background-color: #80213c;
    color: #fff;
}

.filters-content .grid {
    margin: 0;
    /* height: 100% !important; */
}

@media (min-width: 992px) {
    .filter_lm-heading .feature-header {
        font-size: 52px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .filters-content ul li {
        width: 23%;
        position: inherit !important;
    }

    .blog_post-bg-img {
        height: 275px;
    }
}
@media (max-width: 1050px) {
    .filters-content ul li {
        width: 31%;}

}
@media (max-width: 991px) {
    .filter_lm-heading .feature-header {
        font-size: 36.4px;
        margin-bottom: 20px;
    }
}

@media (max-width: 880px) {
    .filters-content ul li {
        width: 47%;}
        .filter_lm-heading .filters{
            width: auto;
        }
}
@media (max-width: 767px) {
    .filters-content ul li {
        width: 100%;}
.filters-content .wide-containers{
    padding-top: 1px;
}
}



/* article-page */


.article_header{
    background-color: #80213c;
}
.article_header h1{
    color: #FDE2B1;
    font-size: 64px;
    text-align: left;

}
.article_img-desc{
    display: flex;
    justify-content: space-between;
}
.article_img-desc .article_content{
    width: 65%;
}
.article_img-desc .article_image{
    width: 30%;
    margin-top: -200px;
}
.article_img-desc .article_image .rimage-wrapper {
    border: 20px #E0C594 solid;
    background: #E0C594;
}
.blog_details_page{
    background: #FDE2B1;
}
.article_content h2{
    color: #420005;
    text-align: left;
    font-size: 50px;
    border-bottom: 7px solid #e0c594;
    margin-bottom: 30px;
    padding-bottom: 20px
}
.metafield-rich_text_field ul , .metafield-rich_text_field ol{
    margin: 0 20px 15px 0;
    padding: 0;
    list-style: none;
}
.metafield-rich_text_field ul li, .metafield-rich_text_field ol li{
    padding: 6px 0;
    font-size: 18px;

    color: #420005;
    border-bottom: 1px dashed #e0c594;
}
.metafield-rich_text_field ul li a , .metafield-rich_text_field p a{
    color: #e4002b;
    font-weight: 600;
}
.metafield-rich_text_field p{
    font-size: 18px;
    margin-bottom: 15px;
    color: #420005;
}
.metafield-rich_text_field{
    width: 100%;
}
.metafield-rich_text_field h4{
color: #420005;
font-size: 26px;
text-align: left;
}
.article_metafields{
    display: flex;
}
.related_post_block{
    margin-top: 20px;
}
.related_post_block h3{
font-size: 34px;
margin-bottom: 15px;
}
.related_post_block ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.related_post_block ul li{
    width: 49%;
}
.related_post_block ul li a img{
    height: 200px;
width: 100%;
    object-fit: cover;
}
.related_post_block ul li a h4{
    margin: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.article_img-desc{
    margin-bottom: 30px;
}
.blog_nextprev h2{
    color: #420005;
    text-align: left;
    font-size: 50px;
    border-bottom: 7px solid #e0c594;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.blog_nextprev .other-products{
     margin-top: 0;
}
.template-article .other-products--articles .previous{
    padding-left: 0;
}
.template-article .other-products--articles .next {
    padding-right: 0;
}
.other-products .other-products__products a{
    font-family: Oswald, sans-serif;
}
.template-article .other-products--articles .other-products__label, .template-article .other-products--articles .other-products__product__title{
    font-size: 25px;
    font-weight: 600;
    margin: 0 10px;
}
.article_mobile-image{
    display: none;
}
@media screen and (max-width: 1200px) {

    .article_header h1{
        font-size: 52px;
    }
    .article_content h2 ,.blog_nextprev h2{
        font-size: 38px;
    }
    .related_post_block h3{
        font-size: 28px;
    }
 }

 @media screen and (max-width: 991px) {

    .article_header h1{
        font-size: 42px;
    }
    .article_content h2 , .blog_nextprev h2{
        font-size: 30px;
    }
    .related_post_block h3{
        font-size: 24px;
    }
    .related_post_block{
        display: none;
    }
    .article_metafields{
        display: block;
    }
 }

 @media screen and (max-width: 768px) {
    .article_img-desc{
        display: block;
    }
    .article_img-desc .article_content {
        width: 100%;
    }
    .article_img-desc .article_image {
        width: 100%;
        margin-top: 0;
        display: none;
    }
    .article_mobile-image{
        display: block;
        border: 10px #E0C594 solid;
        margin-bottom: 20px;
    }
    
    .article_header h1{
        font-size: 32px;
        text-align: center;
       
    }
    .article_header .wide-containers{
        padding: 20px;
    }
   
 }

 /* form */

 .globo-formbuilder .content{
    padding: 0 !important;
    background: transparent !important;
 }
 .globo-form-id-9150 .globo-form-app{
    max-width: 100% !important;
 }
 .globo-form-control input, .globo-form-control textarea, .globo-form-control select{
    background-color: #fff !important;
 }
 .globo-form-id-9150 .globo-form-app .footer button.submit{
    color: #BE1E2D !important;
    font-size: 26px;
    font-weight: 600;
    border: 2px solid transparent;
    border-radius: 3px;
 }
 .globo-form-id-9150 .globo-form-app .footer button.submit:hover{
  background-color: #fff !important;
  color: #BE1E2D !important;
    border: 2px solid #BE1E2D;
   
 }
 .globo-form-id-9150 .globo-form-app .globo-label, .globo-form-id-9150 .globo-form-app .globo-form-control label.globo-label, .globo-form-id-9150 .globo-form-app .globo-form-control label.globo-label span.label-content{
    font-size: 20px;
    color: #420005 !important;
 }
.article_title{
  width:70% !important;
}
@media (max-width: 768.98px) {
  .article_title{
  width:100% !important;
}
}

/* contact us */
.contact_form{
    max-width: 1000px;
    margin: 0 auto;
}
.form-input-fields{
display: flex;
}
.form.contact_form h3{
    margin: 10px;
}
.form-input-fields .input-row {
    margin: 10px;
    text-align: left;
    width: 100%;
}
.input-row.fullwidths{
    margin: 10px;
    text-align: left;
    /* width: 100%; */
}
.input-row .pretty-select{
    width: 100%;
    height: 53px;
}
.input-row .pretty-select .text{
    padding: 10px 50px 10px 0;
}
.input-row .pretty-select .text .label{
    display: none;
}
.form-input-fields .upc-span{
    display: block;
    margin: 10px 0;
}
/* .fullwidths input{
    width: 98%;
} */

@media (max-width:991px) {
    .form-input-fields{
        display: block;
        }
        .form-input-fields .input-row {
            width: auto;
        }
}
input.submit-btn{
    font-size: 16px !important;
    font-weight: bold; 
    background-color: #ffffff;
    color: #be1e2d;
    border-color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 15px ;
}
.submit_form textarea , .submit_form input{
    background-color: #ffffff;
    border: none;

}
.submit_form label{
    margin-top: 20px;
    color: #420005;
    font-size: 16px;
}
/*LM P (11-10-23)  */
ul{
  list-style-position:inside;
}
.secondary_header{
  background:#f6b519;
}
.secondary_header ul{
 display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.secondary_header ul li{
  font-weight: 600;
    font-size: 15px;
    color: black;
    padding: 5px 30px;
    border-right: 1px solid black;
  text-transform:uppercase;
}

.secondary_header ul li:last-child {
    border-right: none;
}
@media (max-width: 575.98px) {
  .secondary_header ul li{
     padding: 5px 15px;
     font-size: 13px;
  }
}



/* video team banner */

.our_team-lists .our_team-lists__col-module{
display: flex;
flex-wrap: wrap;
}
.our_team-lists__heading{
    max-width: 900px;
    margin: 0 auto 40px; 
    text-align: center;
}
.our_team-lists__heading h2{
text-align: center;
margin-bottom: 30px;
font-size: 40px;
}
.our_team-lists .our_team_card{
 padding: 10px;
 width: 25%;
 text-align: center;
}
.our_team-image{
    /* height: 300px; */
    width: 100%;
    margin-bottom: 20px;
}
.our_team-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.our_team-lists .our_team_card h4{
    text-align: center;
    font-size: 25px;
}
.our_team_card__info h6,.our_team_card__info h3{
color: #000;
}
.our_team_card__info h6{
    font-size: 25px;
}
.our_team_card__info .border-patterns{
    height: 3px;
    width: 50px;
    background-color: #000;
    margin: 5px 0 10px;
}
.our_team_card__info span{
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

/*secondary header dropdown*/

@media screen and (max-width: 1200px) {
    .our_team-lists .our_team_card{
        width: 33.33%;
    }
    /* .our_team-image{
        height: 350px;
    } */
 }

 @media screen and (max-width: 991px) {
    /* .our_team-image{
        height: 300px;}
 } */
 @media screen and (max-width: 820px) {
    /* .our_team-image{
        height: 250px;}
 } */

 @media screen and (max-width: 800px) {
    .our_team-lists .our_team_card{
        width: 50%;
    }
    /* .our_team-image{
        height:350px;} */
   .slideshow .overlay .feature-subheader{
  font-size:16px !imp;
}
   .map-section__content.map-section__text.padded-block{
     width:100%;
     text-align:center;
     margin:0 auto;
   }
      .map-section__content.map-section__text.padded-block .feature-header{
        text-align:center;
      }
    .map-section__content.map-section__text.padded-block .rte{
        text-align:center;
      }
     .map-section__content.map-section__text.padded-block .rte h2{
       text-align:center;
     }
   .map-section__content.map-section__text.padded-block .rte p{
     font-size:16px;
   }
   .map-section__content.map-section__text.padded-block .map-section__button-row.button-row{
     text-align:center;

   }
}

@media screen and (max-width: 700px) {
    /* .our_team-image{
        height:300px;} */
  .slideshow .button.hover-grow{
    margin:10px;
  }
}

@media screen and (max-width: 600px) {
    /* .our_team-lists .our_team_card{
        width: 100%;
    } */
    /* .our_team-image{
        height:auto;} */
  
  /* .header-overlap-section .video-container__video{
    height:600px !important;
  }
  .header-overlap-section .height--full.video-container{
    height:500px;
  } */
}