/*!
Theme Name: Bowery Starter
Theme URI: http://underscores.me/
Author: Red Antler
Author URI: https://redantler.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bowery-starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bowery Starter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Recipe column override to fix alignment issues */
.c-section-recipe-ingredients-list__list {
   display:inline-block !important;
}
@media (min-width:769px) {
  .c-section-recipe-ingredients-list__list {    
    -webkit-column-count: 2; /* Chrome/Opera, Safari */
    -moz-column-count: 2; /* Mozilla Firefox */
    column-count: 2;
    /* Properties below are optional: */
    -webkit-column-gap: 50px; /* Chrome/Opera, Safari */
    -moz-column-gap: 50px; /* Mozilla Firefox */
    column-gap: 50px;
    /*-webkit-column-rule: 1px single grey;*/ /* Chrome/Opera, Safari */
    /*-moz-column-rule: 1px single grey;*/ /* Mozilla Firefox */
   /* column-rule: 1px single grey;*/
  }
}
@media (min-width:769px) {
  .c-section-recipe-ingredients-list__item { width:auto !important;
  }
}
/* Company page fixes */
.c-section-partners__linework-container {
    display: none;
}
.c-section-partners__main.extra-padding-bottom {
    padding-bottom: 1%;
}
.c-section-title-image__main {
    /* padding-top: 1%; */
}
@media (max-width:769px) {
.c-section-leadership__image-container {
    z-index: 1;
    position: relative;
}
.c-section-takeover-hero__takeover-container {
    height: auto;    
}
.c-section-takeover-hero__takeover-container--inner {    
    line-height: 0;
}
}

/* Fix for space below partner logos */
@media (min-width:769px) {
.c-section-partners__main.extra-padding-bottom {
    padding-bottom: 1%;
	margin-bottom: -8%;
}
}
/* Fix for space below partner logos */
@media (min-width:769px) {
.c-section-partners__main.extra-padding-bottom {
    padding-bottom: 8%;
}
}
/* Fix to put sidedrawer links side by side */
@media (min-width: 769px){
.c-text-cta.less-padding {
    margin-top: 16px;
    display: inline-block;
    margin-right: 15px;
}
}
.advisors__panel .c-section-leadership__profile-position {padding-right:15px;}
.advisors__panel .c-section-leadership__profile-image {    
    min-width: 64px;
}
.advisors__panel .c-section-leadership__profile-personality {display:none;}
.advisors__panel .c-section-leadership__profile-header {
    margin-bottom: 20px;
}
.c-section-partners__image-container img {    
    transform: scale(1.2);
}
@media (max-width: 769px){
.c-section-leadership__trigger {    
    margin-bottom: 20px;
}
}
nav#site-navigation {
    overflow: visible !important;
}
.menu-main-menu-container ul ul {
    display: none;
}
.menu-main-menu-container ul ul {
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 99999;
    width: 100vw;
    max-width: 240px;
    padding: 10px;
    margin: 0;
    list-style: none;
    /* background: #fff; */
}
.menu-main-menu-container ul.sub-menu li {
    padding: 5px 12.5px !important;
    margin: 0;
    /* background: #fff; */
    background-color: rgb(9, 33, 14);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.menu-main-menu-container ul.sub-menu li a {
    color: #fff !important;
}
.menu-main-menu-container li {
    position: relative;
}
.menu-main-menu-container ul li:hover > ul {
    display: block;
}
.menu-main-menu-container ul.sub-menu > li:first-child{
	padding-top:10px !important;
}
ul.sub-menu > li:last-child{
	padding-bottom:15px !important;
}
/*Floating Subscription form*/
.floating-subscription-form-wrap{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 0.5s, transform 0.75s;
    -moz-transition: opacity 0.5s, transform 0.75s;
    -ms-transition: opacity 0.5s, transform 0.75s;
    -o-transition: opacity 0.5s, transform 0.75s;
    transition: opacity 0.5s, transform 0.75s;
}
.floating-subscription-form-wrap.slidedin{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.floating-subscription-form-wrap .c-email-newsletter-form__main{
    padding-bottom: 0;
}

.floating-subscription-form-wrap .c-email-newsletter-form__inner{
    padding: 20px 20px 25px;
    width: 100%;
    max-width: 360px;
    background: #92B8F4;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .cta-heading{
    font-family: GT Super Text Bold,serif;
    font-size: 28px;
    padding-right: 100px;
    color: #011F20;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .cta{
    display: block;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #011F20;
    font-family: Favorit Light,sans-serif;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-close{
    appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    top: 25px;
    right: 20px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-close svg{
    height: 18px;
    width: 18px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-close:hover{
    cursor: pointer;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-close:focus,
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-close:active,

.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field .c-email-newsletter-form__submit:focus,

.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field .c-email-newsletter-form__submit:active{
    outline: none;
    box-shadow: none;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field{
    height: 30px;
    margin-top: 25px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field input{
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: Favorit Light,sans-serif;
    letter-spacing: 1px;
    border-bottom: solid 2px #FFF !important;
    height: 30px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field .c-email-newsletter-form__submit{
    appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
    padding: 0 5px;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field .c-email-newsletter-form__submit svg path{
    fill: #FFF;
    outline: none;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field + .c-email-newsletter-form__error-state{
    display: none;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field + .c-email-newsletter-form__error-state.is-active{
    display: block;
}
.floating-subscription-form-wrap .c-email-newsletter-form__inner .c-email-newsletter-form__field + .c-email-newsletter-form__error-state .body-2{
    font-size: 14px;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__main{
    background: none;
    height: auto;
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
    width: 150px;
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all ease 1.5s;
    -moz-transition: all ease 1.5s;
    -ms-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__main.is-open{
    width: 905px;
    height: 600px;
    opacity: 1;
    -webkit-transform: scale(1) matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: scale(1) matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: scale(1) matrix(1, 0, 0, 1, 0, 0);
    -o-transform: scale(1) matrix(1, 0, 0, 1, 0, 0);
    transform: scale(1) matrix(1, 0, 0, 1, 0, 0);
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__inner{
    max-width: 905px;
    height: auto;
    background: #91B9F9;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__content{
    padding: 50px;
    display: block;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__title-container,
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__content--inner{
    max-width: unset;
    display: block;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__header--inner{
    display: block;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__header{
    position: unset;
    height: auto;
    display: block;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__header-close-button{
    position: absolute;
    top: 30px;
    right: 20px;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__header-close-button svg path{
    fill: #FFF;
}

.floating-subscription-form-wrap .c-newsletter-sign-up-modal__title-container p{
    font-family: GT Super Text Bold,serif;
    font-size: 42px;
    padding-right: 100px;
    color: #011F20;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}

.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form{
    display: flex;
    flex-wrap: wrap;
    margin: 35px -15px 0;
    width: auto;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field{
    width: 42%;
    padding: 0 15px;
    height: 44px;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field:nth-of-type(3){
    width: 16%;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field input{
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    border-bottom: solid 3px #FFF !important;
    font-family: Favorit Light,sans-serif;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group .checkmark{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: none;
    border: solid 3px #FFF;
    position: relative;
    top: 0;
    transform: none;
    float: left;
    vertical-align: middle; 
    margin-top: -3px;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group input:checked~.checkmark{
    border-color: #B8E03E;
    background: #B8E03E;
}
.floating-subscription-form-wrap  .c-email-newsletter-form__interest-groups-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: unset;
    margin-top: 0;
}
.floating-subscription-form-wrap  .c-email-newsletter-form__interest-groups-container .c-email-newsletter-form__interest-group{
    width: 33.33%;
    display: inline-block;
    margin: 0;
    padding: 0 30px;
}

.floating-subscription-form-wrap  .c-email-newsletter-form__interest-groups-container .c-email-newsletter-form__interest-group span{
    font-family: Favorit Light,sans-serif;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    float: left;
    margin-left: 13px;
    font-size: 17px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group figure{
    margin-bottom: 20px;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group img{
    width: 100%;
    vertical-align: top;
}


.floating-subscription-form-wrap .c-newsletter-sign-up-modal__submit-container{
    display: inline-block;
    width: auto;
    padding: 0 100px;
    height: 40px;
    color: #B8E03D;
    background: #092011;
    font-weight: 400;
    margin-left: 15px;
    transition: all ease 0.3s;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__submit-container .cta{
    color: #B8E03D;
    font-weight: 300;
    font-family: Favorit Light,sans-serif;
    letter-spacing: 2px;
    transition: all ease 0.3s;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__submit-container:hover .cta{
    color: #092011;
}
.floating-subscription-form-wrap .c-email-newsletter-form__legal-container{
    position: relative;
    float: left;
    margin: 15px 0 0;
}
.floating-subscription-form-wrap .c-email-newsletter-form__legal-container p{
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    margin: 0;
}
.c-email-newsletter-form-title{
    font-size: 20px;
    font-weight: 400;
    font-family: Favorit Light,sans-serif;
    letter-spacing: 1px;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px){
    .floating-subscription-form-wrap{
        bottom: 0;
        right: 0;
		left: 0;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__main{
        max-width: 100%;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__inner{
        max-width: 100%;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__main{
        right: 0;
        bottom: 0;
        width: 100%;
        white-space: unset;
        -webkit-transform-origin: bottom center;
        -moz-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
        -o-transform-origin: bottom center;
        transform-origin: bottom center;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__main.is-open{
        width: 100%;
        height: auto;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__inner{
        max-width: 100%;
        /* height: 100vh; */
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__header-close-button{
        top: auto;
        left: auto;
        position: relative;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__content{
        padding: 70px 30px 30px;
		overflow: auto;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field,
    .floating-subscription-form-wrap .c-email-newsletter-form__interest-groups-container .c-email-newsletter-form__interest-group,
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field:nth-of-type(3){
        width: 100%;
        padding: 0;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field input{
        border-width: 2px !important;
        font-size: 18px;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__interest-groups-container{
        margin-left: 0;
        margin-right: 0;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form{
        margin: 15px 0 0;
    }
    .c-email-newsletter-form-title,
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group figure{
        display: none;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__submit-container{
        width: 100%;
        margin-left: 0;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__interest-groups-container{
        margin-top: 20px;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__interest-groups-container .c-email-newsletter-form__interest-group{
        margin-bottom: 20px;
    }
    .floating-subscription-form-wrap .c-email-newsletter-form__interest-groups-container .c-email-newsletter-form__interest-group span{
        font-size: 16px;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__field{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .floating-subscription-form-wrap .c-newsletter-sign-up-modal__title-container p{
        font-size: 28px;
		padding-right: 10px;
    }
    /*Floating Subscription form*/
    .floating-subscription-form-wrap{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    .floating-subscription-form-wrap.slidedin{
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
	.floating-subscription-form-wrap.slidedin .c-newsletter-sign-up-modal__main.is-success .c-newsletter-sign-up-modal__form {
    height: 0px;
		transition: all ease 0.3s;
}
}
/* Fix for autocomplete background highlight */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  /*-webkit-text-fill-color: #000;*/
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.floating-subscription-form-wrap .c-newsletter-sign-up-modal__form .c-email-newsletter-form__interest-group input:checked~.checkmark{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='iconfinder_essential_set_close_1110973' d='M84.8,68.817,82.783,66.8,75.8,73.783,68.817,66.8,66.8,68.817,73.783,75.8,66.8,82.783,68.817,84.8,75.8,77.817,82.783,84.8,84.8,82.783,77.817,75.8Z' transform='translate(-66.8 -66.8)' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
    background-size: 10px;
    background-position: center center;
    border-color: #FFF;
}

/* Farmer's Selection Styles */
.background-color-farmers-selection {
    background-color: #FFAC46;
}
.background-color-farmers-selection .c-button__cta {
    background-color: #15640f;
    transition: background-color .2s cubic-bezier(1,0,0,1);
}
.background-color-farmers-selection .c-button__cta:hover {
    background-color: #09210e;
}
.background-color-farmers-selection .c-button__cta a {
    color: #b9df3c;
}
.background-color-farmers-selection .body-1, 
.background-color-farmers-selection .body-2, 
.background-color-farmers-selection h1, 
.background-color-farmers-selection h2, 
.background-color-farmers-selection h3, 
.background-color-farmers-selection h4, 
.background-color-farmers-selection h5, 
.background-color-farmers-selection h6 {
    color: #000;
}
.c-filter-grid__image-container.background-color-farmers-selection {
    background: #FFC72C;
	background: #ffac46;
}


.wp-block-cover.cover-video {        
	z-index: 0;
}
.farmers-selection .c-section-product-logo-header__main,
.produce-mustard-frills .c-section-product-logo-header__main,
.produce-green-sorrel .c-section-product-logo-header__main,
.postid-7986 .c-section-product-logo-header__main
{
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 15px 70px;
    max-width: 1390px;
	z-index: 1;
}
.farmers-selection .c-section-product-logo-header__main img,
.produce-mustard-frills .c-section-product-logo-header__main img,
.produce-green-sorrel .c-section-product-logo-header__main img,
.postid-7986 .c-section-product-logo-header__main img
{
    position: absolute;
    bottom: 70px;
    left: 0;
    vertical-align: top;
    z-index: 1;
}
.farmers-selection .c-section-product-logo-header__main h1,
.produce-mustard-frills .c-section-product-logo-header__main h1,
.produce-green-sorrel .c-section-product-logo-header__main h1,
.postid-7986 .c-section-product-logo-header__main h1
{
    font-family: GT Super Text Bold,serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -.2px;
    color: #000000;
    display: block;
    margin: 0;
}
.farmers-selection .c-section-product-logo-header__main h2,
.produce-mustard-frills .c-section-product-logo-header__main h2,
.produce-green-sorrel .c-section-product-logo-header__main h2,
.postid-7986 .c-section-product-logo-header__main h2
{
    font-size: 18px;
    font-family: Favorit Light,sans-serif;
    display: block;
    margin: 0;
}
.farmers-selection .c-section-three-image-columns,
.produce-mustard-frills .c-section-three-image-columns,
.produce-green-sorrel .c-section-three-image-columns,
.postid-7986 .c-section-three-image-columns
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 90px 78px 85px;
}
.farmers-selection .c-section-three-image-columns .each-image-column,
.produce-mustard-frills .c-section-three-image-columns .each-image-column,
.produce-green-sorrel .c-section-three-image-columns .each-image-column,
.postid-7986 .c-section-three-image-columns .each-image-column
{
    width: 33.33%;
    text-align: center;
    padding: 0 11px;
}
.farmers-selection .c-section-three-image-columns .each-image-column img,
.produce-mustard-frills .c-section-three-image-columns .each-image-column img,
.produce-green-sorrel .c-section-three-image-columns .each-image-column img,
.postid-7986 .c-section-three-image-columns .each-image-column img
{
    vertical-align: top;
    width: auto;
    max-height: 80px;
}
.farmers-selection .c-section-three-image-columns .each-image-column .image-title,
.produce-mustard-frills .c-section-three-image-columns .each-image-column .image-title,
.produce-green-sorrel .c-section-three-image-columns .each-image-column .image-title,
.postid-7986 .c-section-three-image-columns .each-image-column .image-title
{
    font-size: 24px;
    font-family: Favorit Light,sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}
.farmers-selection .c-section-three-image-columns .each-image-column .image-sub-title,
.produce-mustard-frills .c-section-three-image-columns .each-image-column .image-sub-title,
.produce-green-sorrel .c-section-three-image-columns .each-image-column .image-sub-title,
.postid-7986 .c-section-three-image-columns .each-image-column .image-sub-title
{
    font-size: 16px;
    font-family: Favorit Light,sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 8px;
}
.farmers-selection .c-section-logo-image-columns,
.produce-mustard-frills .c-section-logo-image-columns,
.produce-green-sorrel .c-section-logo-image-columns,
.postid-7986 .c-section-logo-image-columns
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 89px 99px 40px;
}
.farmers-selection .c-section-logo-image-columns .body-content,
.produce-mustard-frills .c-section-logo-image-columns .body-content,
.produce-green-sorrel .c-section-logo-image-columns .body-content,
.postid-7986 .c-section-logo-image-columns .body-content
{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.farmers-selection .c-section-logo-image-columns .body-content h2,
.produce-mustard-frills .c-section-logo-image-columns .body-content h2,
.produce-green-sorrel .c-section-logo-image-columns .body-content h2,
.postid-7986 .c-section-logo-image-columns .body-content h2
{
    font-size: 40px;
    font-family: Favorit Light,sans-serif;
    margin: 0;
    line-height: 1.25;
}
.farmers-selection .c-section-logo-image-columns .body-content .body-text,
.produce-mustard-frills .c-section-logo-image-columns .body-content .body-text,
.produce-green-sorrel .c-section-logo-image-columns .body-content .body-text,
.postid-7986 .c-section-logo-image-columns .body-content .body-text
{
    font-size: 18px;
    font-family: Favorit Light,sans-serif;
    display: block;
    margin: 0;
}
.farmers-selection .c-section-logo-image-columns .each-image-column,
.produce-mustard-frills .c-section-logo-image-columns .each-image-column,
.produce-green-sorrel .c-section-logo-image-columns .each-image-column,
.postid-7986 .c-section-logo-image-columns .each-image-column
{
    line-height: 1;
    display: inline-block;
    /*padding: 0 20px;*/
	padding: 15px 30px;
}
.farmers-selection .c-single-produce__blocks-zone .has-text-align-center,
.produce-mustard-frills .c-single-produce__blocks-zone .has-text-align-center,
.produce-green-sorrel .c-single-produce__blocks-zone .has-text-align-center,
.postid-7986 .c-single-produce__blocks-zone .has-text-align-center
{
    margin: 0;
}
.farmers-selection .c-single-produce__blocks-zone .has-text-align-center b,
.farmers-selection .c-single-produce__blocks-zone .has-text-align-center a,
.produce-mustard-frills .c-single-produce__blocks-zone .has-text-align-center b,
.produce-mustard-frills .c-single-produce__blocks-zone .has-text-align-center a,
.produce-green-sorrel .c-single-produce__blocks-zone .has-text-align-center b,
.produce-green-sorrel .c-single-produce__blocks-zone .has-text-align-center a,
.postid-7986 .c-single-produce__blocks-zone .has-text-align-center b,
.postid-7986 .c-single-produce__blocks-zone .has-text-align-center a
{
    text-decoration: underline;
    font-weight: 600;
}
.farmers-selection .c-section-logo-image-columns .each-image-column img,
.produce-mustard-frills .c-section-logo-image-columns .each-image-column img,
.produce-green-sorrel .c-section-logo-image-columns .each-image-column img,
.postid-7986 .c-section-logo-image-columns .each-image-column img
{
    vertical-align: middle;
    max-height: 86px;
    max-width: 156px;
}
.farmers-selection .c-section-carousel-hero__main,
.produce-mustard-frills .c-section-carousel-hero__main,
.produce-green-sorrel .c-section-carousel-hero__main,
.postid-7986 .c-section-carousel-hero__main
{
    /*background: #FFF;*/
    padding-bottom: 0;
}
.farmers-selection .background-color-farmers-selection .c-section-carousel-hero__information-container .c-button__cta a,
.produce-mustard-frills .background-color-farmers-selection .c-section-carousel-hero__information-container .c-button__cta a,
.produce-green-sorrel .background-color-farmers-selection .c-section-carousel-hero__information-container .c-button__cta a,
.postid-7986 .background-color-farmers-selection .c-section-carousel-hero__information-container .c-button__cta a
{
    font-size: 17px;
     font-weight: 300;
}
.farmers-selection .c-section-carousel-hero__illustration-container--desktop,
.produce-mustard-frills .c-section-carousel-hero__illustration-container--desktop,
.produce-green-sorrel .c-section-carousel-hero__illustration-container--desktop,
.postid-7986 .c-section-carousel-hero__illustration-container--desktop
{
    max-width: unset;
}
.farmers-selection .c-single-produce__blocks-zone .wp-block-image,
.produce-mustard-frills .c-single-produce__blocks-zone .wp-block-image,
.produce-green-sorrel .c-single-produce__blocks-zone .wp-block-image,
.postid-7986 .c-single-produce__blocks-zone .wp-block-image
{
    /*background: #FFF;*/
    margin: 0;
    padding: 0;
}
.farmers-selection .c-single-produce__blocks-zone .wp-block-image figure,
.produce-mustard-frills .c-single-produce__blocks-zone .wp-block-image figure,
.produce-green-sorrel .c-single-produce__blocks-zone .wp-block-image figure,
.postid-7986 .c-single-produce__blocks-zone .wp-block-image figure
{
    margin: 0 auto;
    padding: 95px 0;
}
/*.c-section-carousel-hero__inner.background-color-farmers-selection{
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}*/
.farmers-selection .c-section-article-carousel-hero__slide-inner,
.produce-mustard-frills .c-section-article-carousel-hero__slide-inner,
.produce-green-sorrel .c-section-article-carousel-hero__slide-inner,
.postid-7986 .c-section-article-carousel-hero__slide-inner
{
    flex-flow: row-reverse;
}
.farmers-selection .c-section-cta__title-container .h5-sans-serif,
.produce-mustard-frills .c-section-cta__title-container .h5-sans-serif,
.produce-green-sorrel .c-section-cta__title-container .h5-sans-serif,
.postid-7986 .c-section-cta__title-container .h5-sans-serif
{
    font-size: 40px;
    font-weight: 300;
    font-family: Favorit Light,sans-serif;
}
.farmers-selection .c-section-cta__main,
.produce-mustard-frills .c-section-cta__main,
.produce-green-sorrel .c-section-cta__main,
.postid-7986 .c-section-cta__main
{
    padding-top: 70px;
    padding-bottom: 56px;
}
.farmers-selection .c-section-cta__cta-button-container.c-button__cta .cta,
.produce-mustard-frills .c-section-cta__cta-button-container.c-button__cta .cta,
.produce-green-sorrel .c-section-cta__cta-button-container.c-button__cta .cta,
.postid-7986 .c-section-cta__cta-button-container.c-button__cta .cta
{
    font-size: 17px;
    font-weight: 400;
    font-family: Favorit Light,sans-serif;
}
.farmers-selection .c-section-related-items__main,
.produce-mustard-frills .c-section-related-items__main,
.produce-green-sorrel .c-section-related-items__main,
.postid-7986 .c-section-related-items__main
{
    padding-top: 0;
}
.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-prev
{
    left: 0;
    top: 87.5%;
}
.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-next
{
    left: 5.5%;
    top: 87.5%;
}
.farmers-selection .c-section-article-carousel-hero__slide-copy,
.produce-mustard-frills .c-section-article-carousel-hero__slide-copy,
.produce-green-sorrel .c-section-article-carousel-hero__slide-copy,
.postid-7986 .c-section-article-carousel-hero__slide-copy
{
    padding: 130px 22% 0 0;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}
.farmers-selection .c-section-article-carousel-hero__slide-title,
.produce-mustard-frills .c-section-article-carousel-hero__slide-title,
.produce-green-sorrel .c-section-article-carousel-hero__slide-title,
.postid-7986 .c-section-article-carousel-hero__slide-title
{
    max-width: unset;
    margin: 0;
}
.farmers-selection .c-section-article-carousel-hero__slide-subtitle,
.produce-mustard-frills .c-section-article-carousel-hero__slide-subtitle,
.produce-green-sorrel .c-section-article-carousel-hero__slide-subtitle,
.postid-7986 .c-section-article-carousel-hero__slide-subtitle
{
    max-width: unset;
    margin: 24px 0 0;
}
.farmers-selection .c-section-related-items__main,
.produce-mustard-frills .c-section-related-items__main,
.produce-green-sorrel .c-section-related-items__main,
.postid-7986 .c-section-related-items__main
{
    /*border-bottom: solid 38px #000;*/
}
.farmers-selection .c-section-article-carousel-hero__content,
.produce-mustard-frills .c-section-article-carousel-hero__content,
.produce-green-sorrel .c-section-article-carousel-hero__content,
.postid-7986 .c-section-article-carousel-hero__content
{
    position: relative;
}
.farmers-selection .c-section-article-carousel-hero__title,
.produce-mustard-frills .c-section-article-carousel-hero__title,
.produce-green-sorrel .c-section-article-carousel-hero__title,
.postid-7986 .c-section-article-carousel-hero__title
{
    position: absolute;
    left: 0;
    top: 62px;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 1.34px;
    font-family: Favorit Regular,sans-serif;
    font-weight: 600;
}
.farmers-selection .c-section-article-carousel-hero__slide-title,
.produce-mustard-frills .c-section-article-carousel-hero__slide-title,
.produce-green-sorrel .c-section-article-carousel-hero__slide-title,
.postid-7986 .c-section-article-carousel-hero__slide-title
{
    font-size: 35px;
    font-family: Favorit Light,sans-serif;
	line-height: normal;
}
.farmers-selection .module-background-color-light-green,
.produce-mustard-frills .module-background-color-light-green,
.produce-green-sorrel .module-background-color-light-green,
.postid-7986 .module-background-color-light-green
{
    background-color: #F5F2E3;
}
.farmers-selection .c-section-article-carousel-hero__slide-subtitle,
.produce-mustard-frills .c-section-article-carousel-hero__slide-subtitle,
.produce-green-sorrel .c-section-article-carousel-hero__slide-subtitle,
.postid-7986 .c-section-article-carousel-hero__slide-subtitle
{
    font-size: 11px;
    font-family: Favorit Light,sans-serif;
    letter-spacing: 1.57px;
    padding-left: 20px;
	color: #177413;
    text-transform: uppercase;
}
.farmers-selection .c-section-article-carousel-hero__slide-subtitle:before,
.produce-mustard-frills .c-section-article-carousel-hero__slide-subtitle:before,
.produce-green-sorrel .c-section-article-carousel-hero__slide-subtitle:before,
.postid-7986 .c-section-article-carousel-hero__slide-subtitle:before
{
    content: "";
    display: inline-block;
    height: 1px;
    width: 7px;
    background: #000;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 0px;
}
.farmers-selection .c-section-article-carousel-hero__main,
.produce-mustard-frills .c-section-article-carousel-hero__main,
.produce-green-sorrel .c-section-article-carousel-hero__main,
.postid-7986 .c-section-article-carousel-hero__main
{
    padding: 0;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px){
.farmers-selection .c-section-product-logo-header__main img,
.produce-mustard-frills .c-section-product-logo-header__main img,
.produce-green-sorrel .c-section-product-logo-header__main img,
.postid-7986 .c-section-product-logo-header__main img
{    
    left: 40px;
}
span.inner-text {
    display: block;
    padding-left: 330px;
}
.farmers-selection .c-section-product-logo-header__main,
	.produce-mustard-frills .c-section-product-logo-header__main,
	.produce-green-sorrel .c-section-product-logo-header__main,
	.postid-7986 .c-section-product-logo-header__main
	{    
    margin: 0px auto;
}
	.farmers-selection .c-section-article-carousel-hero__title,
	.produce-mustard-frills .c-section-article-carousel-hero__title,
	.produce-green-sorrel .c-section-article-carousel-hero__title,
	.postid-7986 .c-section-article-carousel-hero__title
	{    
    display: none;
}
	.farmers-selection .c-section-article-carousel-hero__slide-copy,
.produce-mustard-frills .c-section-article-carousel-hero__slide-copy,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-copy,
	.postid-7986 .c-section-article-carousel-hero__slide-copy
	{
    padding: 5%; 
}
.c-section-article-carousel-hero__slide-small-title {
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 1.34px;
    font-family: Favorit Regular,sans-serif;
    font-weight: 600;
}
	.farmers-selection .c-section-article-carousel-hero__slide-title,
.produce-mustard-frills .c-section-article-carousel-hero__slide-title,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-title,
	.postid-7986 .c-section-article-carousel-hero__slide-title
	{    
    padding-top: 5%;
}
}
.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-prev
{
    left: 5%;
    top: auto;
    bottom:40px;
}
.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-next,
.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-next
{
    left: 140px;
    top: auto;
    bottom:40px;
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
.farmers-selection .c-section-article-carousel-hero__slide-title,
	.produce-mustard-frills .c-section-article-carousel-hero__slide-title,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-title,
	.postid-7986 .c-section-article-carousel-hero__slide-title
	{
    font-size: 34px;
    line-height: normal;
}
}
@media (min-width: 769px){
.farmers-selection .c-section-article-carousel-hero__slide-image,
	.produce-mustard-frills .c-section-article-carousel-hero__slide-image,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-image,
	.postid-7986 .c-section-article-carousel-hero__slide-image
	{
    margin-bottom: 0px;
    justify-content: flex-end;
    text-align: center;
}
	.farmers-selection .c-section-article-carousel-hero__slide-image img,
.produce-mustard-frills .c-section-article-carousel-hero__slide-image img,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-image img,
	.postid-7986 .c-section-article-carousel-hero__slide-image img
	{
    width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
    max-height: 840px;
    min-height: 520px;
}
	.farmers-selection .c-section-article-carousel-hero__slide-copy,
.produce-mustard-frills .c-section-article-carousel-hero__slide-copy,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-copy,
	.postid-7986 .c-section-article-carousel-hero__slide-copy
	{
    padding: 5% 5% 8% 5%;
}
}
@media only screen and (max-width: 768px){
.farmers-selection .c-section-article-carousel-hero__slide-small-title,
	.produce-mustard-frills .c-section-article-carousel-hero__slide-small-title,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-small-title,
	.postid-7986 .c-section-article-carousel-hero__slide-small-title
	{
    Display:none;
}
	.farmers-selection .c-section-article-carousel-hero__slide-image img,
.produce-mustard-frills .c-section-article-carousel-hero__slide-image img,
	.produce-mustard-frills .c-section-article-carousel-hero__slide-image img,
	.postid-7986 .c-section-article-carousel-hero__slide-image img
	{    
    height: 325px;
}
	.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
.produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
	.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
	.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-prev
	{
        top: 435px !important;
        left: 10px !important;
    }
	.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-next,
    .produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-next,
	.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-next,
	.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-next
	{
        left: 80px !important;
        top: 435px !important;
    }
}
@media only screen and (max-width: 768px){
    .farmers-selection .c-section-product-logo-header__main,
	.produce-mustard-frills .c-section-product-logo-header__main,
	.produce-green-sorrel .c-section-product-logo-header__main,
	.postid-7986 .c-section-product-logo-header__main
	{
        padding: 150px 30px 70px;
    }
    .farmers-selection .c-section-product-logo-header__main img,
	.produce-mustard-frills .c-section-product-logo-header__main img,
	.produce-green-sorrel .c-section-product-logo-header__main img,
	.postid-7986 .c-section-product-logo-header__main img
	{
        top: 0;
        height: 215px;
        left: 0;
        right: 0;
        margin: -97px auto 0;
    }
    .farmers-selection .c-section-product-logo-header__main h1,
	.produce-mustard-frills .c-section-product-logo-header__main h1,
	.produce-green-sorrel .c-section-product-logo-header__main h1,
	.postid-7986 .c-section-product-logo-header__main h1
	{
        font-size: 32px;
        line-height: 1.25;
    }
    .farmers-selection .c-section-three-image-columns .each-image-column,
	.produce-mustard-frills .c-section-three-image-columns .each-image-column,
	.produce-green-sorrel .c-section-three-image-columns .each-image-column,
	.postid-7986 .c-section-three-image-columns .each-image-column
	{
        width: 100%;
        margin-bottom: 68px;
    }
    .farmers-selection .c-section-three-image-columns,
	.produce-mustard-frills .c-section-three-image-columns,
	.produce-green-sorrel .c-section-three-image-columns,
	.postid-7986 .c-section-three-image-columns
	{
        padding: 70px 30px 0;
    }
    .farmers-selection p.has-background,
	.produce-mustard-frills p.has-background,
	.produce-green-sorrel p.has-background,
	.postid-7986 p.has-background
	{
        padding: 28px 0;
    }
    .farmers-selection .c-section-logo-image-columns,
	.produce-mustard-frills .c-section-logo-image-columns,
	.produce-green-sorrel .c-section-logo-image-columns,
	.postid-7986 .c-section-logo-image-columns
	{
        padding: 50px 30px 0px;
    }
    .c-section-carousel-hero__inner{
        margin-top: 40px;
    }
    .farmers-selection .c-section-logo-image-columns .body-content h2,
	.produce-mustard-frills .c-section-logo-image-columns .body-content h2,
	.produce-green-sorrel .c-section-logo-image-columns .body-content h2,
	.postid-7986 .c-section-logo-image-columns .body-content h2
	{
        font-size: 37px;
    }
    .farmers-selection .c-section-logo-image-columns .each-image-column,
	.produce-mustard-frills .c-section-logo-image-columns .each-image-column,
	.produce-green-sorrel .c-section-logo-image-columns .each-image-column,
	.postid-7986 .c-section-logo-image-columns .each-image-column
	{
        margin-bottom: 30px;
        text-align: center;
        width: 50%;
        padding: 0 20px;
    }
    .farmers-selection .c-section-logo-image-columns .each-image-column img,
	.produce-mustard-frills .c-section-logo-image-columns .each-image-column img,
	.produce-green-sorrel .c-section-logo-image-columns .each-image-column img,
	.postid-7986 .c-section-logo-image-columns .each-image-column img
	{
        max-height: 69px;
        object-fit: contain;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .farmers-selection .c-single-produce__blocks-zone .wp-block-image,
	.produce-mustard-frills .c-single-produce__blocks-zone .wp-block-image,
	.produce-green-sorrel .c-single-produce__blocks-zone .wp-block-image,
	.postid-7986 .c-single-produce__blocks-zone .wp-block-image
	{
        padding: 0 30px;
    }
    .farmers-selection .c-single-produce__blocks-zone .wp-block-image figure,
    .produce-mustard-frills .c-single-produce__blocks-zone .wp-block-image figure,
	.produce-green-sorrel .c-single-produce__blocks-zone .wp-block-image figure,
	.postid-7986 .c-single-produce__blocks-zone .wp-block-image figure
	{
        padding: 57px 0;
    }
	.farmers-selection .c-section-article-carousel-hero__slide-copy,
    .produce-mustard-frills .c-section-article-carousel-hero__slide-copy,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-copy,
	.postid-7986 .c-section-article-carousel-hero__slide-copy
	{
        padding: 50px 30px 48px 0;
    }
	.farmers-selection .c-section-article-carousel-hero__slide-title,
    .produce-mustard-frills .c-section-article-carousel-hero__slide-title,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-title,
	.postid-7986 .c-section-article-carousel-hero__slide-title
	{
        font-size: 24px;
        line-height: 1.333;
    }
	.farmers-selection .c-section-article-carousel-hero__title,
    .produce-mustard-frills .c-section-article-carousel-hero__title,
	.produce-green-sorrel .c-section-article-carousel-hero__title,
	.postid-7986 .c-section-article-carousel-hero__title
	{
        top: 42px;
    }
	.farmers-selection .c-section-article-carousel-hero__slide-inner,
    .produce-mustard-frills .c-section-article-carousel-hero__slide-inner,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-inner,
	.postid-7986 .c-section-article-carousel-hero__slide-inner
	{
        flex-direction: column;
    }
	.farmers-selection .c-section-article-carousel-hero__inner,
    .produce-mustard-frills .c-section-article-carousel-hero__inner,
	.produce-green-sorrel .c-section-article-carousel-hero__inner,
	.postid-7986 .c-section-article-carousel-hero__inner
	{
        padding: 0 18px;
        max-width: 100%;
    }
	.farmers-selection .c-section-article-carousel-hero__slide-image,
    .produce-mustard-frills .c-section-article-carousel-hero__slide-image,
	.produce-green-sorrel .c-section-article-carousel-hero__slide-image,
	.postid-7986 .c-section-article-carousel-hero__slide-image
	{
        margin-top: 90px;
    }
	.farmers-selection .module-background-color-light-green .c-section-article-carousel-hero__slide-subtitle,
    .produce-mustard-frills .module-background-color-light-green .c-section-article-carousel-hero__slide-subtitle,
	.produce-green-sorrel .module-background-color-light-green .c-section-article-carousel-hero__slide-subtitle,
	.postid-7986 .module-background-color-light-green .c-section-article-carousel-hero__slide-subtitle
	{
        color: #177413;
        text-transform: uppercase;
        padding-left: 0;
    }
	.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
    .produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
	.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-prev,
	.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-prev
	{
        top: 65%;
    }
	.farmers-selection .c-section-article-carousel-hero__main .slick-arrow.slick-next,
    .produce-mustard-frills .c-section-article-carousel-hero__main .slick-arrow.slick-next,
	.produce-green-sorrel .c-section-article-carousel-hero__main .slick-arrow.slick-next,
	.postid-7986 .c-section-article-carousel-hero__main .slick-arrow.slick-next
	{
        left: 18%;
        top: 65%;
    }
	.farmers-selection .c-section-cta__main,
    .produce-mustard-frills .c-section-cta__main,
	.produce-green-sorrel .c-section-cta__main,
	.postid-7986 .c-section-cta__main
	{
        padding: 46px 0 74px;
    }
	.farmers-selection .c-button__cta,
    .produce-mustard-frills .c-button__cta,
	.produce-green-sorrel .c-button__cta,
	.postid-7986 .c-button__cta
	{
        margin-top: 22px;
    }
	.farmers-selection .c-section-related-items__main,
    .produce-mustard-frills .c-section-related-items__main,
	.produce-green-sorrel .c-section-related-items__main,
	.postid-7986 .c-section-related-items__main
	{
        border-bottom: none;
    }
	.farmers-selection .c-section-related-items__container.no-cta,
    .produce-mustard-frills .c-section-related-items__container.no-cta,
	.produce-green-sorrel .c-section-related-items__container.no-cta,
	.postid-7986 .c-section-related-items__container.no-cta
	{
        padding-bottom: 15px;
    }
}
.produce-green-sorrel .c-section-carousel-hero__main .c-section-carousel-hero__illustrations-container svg path {fill: #AADB1E !important}
.postid-7986 .c-section-carousel-hero__main .c-section-carousel-hero__illustrations-container svg path {fill: #c0acd1 !important}
/* Ratings Styles */
#ratings-section .rating-item-results {
    text-align: center;
}
#ratings-section .rating-item-results table {
    margin: 0px auto;
}
#ratings-section {
    padding: 3% 3%;
}
#ratings-section div.rating-form form {
    display: block;
}
#ratings-section label {
    font-weight: 600;
    margin:5px 0px;
    display:inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
}
#ratings-section input[type=text] {
    width: 100%;
}
#ratings-section .rating-form .rating-item .mrp-star-rating-select, #ratings-section .rating-form .custom-field input, #ratings-section .rating-form .custom-field textarea {
    margin-right: 5px;
    vertical-align: middle;
}
#ratings-section input[type=submit] {
    background-color: #15640f;
    transition: background-color .2s cubic-bezier(1,0,0,1),background-image .2s cubic-bezier(1,0,0,1);
    color: #b9df3c;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    border: none;
    padding: 1% 2%;
    border-radius: 25px;
}
#ratings-section td.mrp-rating-entry-meta {
    /*display: none;*/
	display: block;
    width: 100%;
    text-align: left;
}
#ratings-section .mrp.rating-item-result {
    display: none;
}
#ratings-section .rating-item.mrp {
    margin-top: 1em;
}
.mrp-star-rating {
    vertical-align: middle;
    /* display: inline-block; */
}
.mrp.name {
    font-weight: 600;
    margin: 5px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #00d084;
}
.rating-results-list tbody, .rating-entry-details-list table tbody td.mrp-rating-entry-details {
    text-align: left;
    display: block;
}
/* 3 Column image produce-timeline styles */
.produce-timeline h2 {
    font-size: 38px;
    font-weight: 300;
    font-family: Favorit Light,sans-serif;
    display:block;
    width:100%;
    text-align:center;
    padding:0% 0% 2% 0%;
}
.produce-timeline a {
    color: #fff;
}
.produce-timeline .each-image-column img {
    vertical-align: top;
    width: auto;
    max-height: 300px !important;
}
.produce-timeline small {
    color: #b9df3c;
    display:block;
    padding:3% 0% 0% 0%;
    text-transform: uppercase;
    letter-spacing: 1.57px;
    font-size: 11px;
}
@media (max-width: 769px){
.hidden-sm {
    display: none;
}
}
@media (min-width: 769px){
.hidden-lg {
    display: none;
}
}
#recipe-product-list-wrap .c-card__main.dishes, #recipe-categories-list-wrap .c-card__main.dishes {
    margin-right: 14px;
    margin-bottom:14px;
}
.background-color-berries {
    /*background-color: #f97d99;*/
	background-color: #E89CAE;
}
.home .background-color-culinary-greens {
    background-color: #0c3300 !important;
}
.home #seedling-hero-linework path {
    stroke: #0c3300 !important;
    fill: #0c3300 !important;
}
.background-color-salad-kits {
    background-color: #63c592;
}