:root {
	--brand_color: #6b825e;
	--brand_color_inverted: #ffffff;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #000000;
}

body {
	background-color: var(--background_color);
	color: var(--text_color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
	font-family: Suez One;
}

body, p, label, .paragraph {
	font-family: Montserrat;
	font-size: 15px;
}

a {
	color: var(--link_color);
}

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #6b825e;
	color: #ffffff;
	border-color: #6b825e;
}

.text-brand {
	color: #6b825e;
}

.text-action {
	color: #2d4b57;
}

.brand-inverted {
	background-color: #ffffff;
	color: #6b825e;
	border-color: #ffffff;
}

.action {
	background-color: #2d4b57;
	color: #ffffff;
	border-color: #2d4b57;
}

.action-inverted {
	background-color: #ffffff;
	color: #2d4b57;
	border-color: #ffffff;
}

/* SiteHeader */

.announcement_bar {
	background-color: #6b825e;
	color: #ffffff;
}

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #ffffff;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #ffffff;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: #ffffff;
}

.mainNavigation__list {
	text-align: center !important;
}

.siteHeader__container--style4 {
	text-align: center;
}

.mainNavigation__list > li > a {
	font-size: 16px;
}

/*Mobile Nav*/
.mobileNav > li > a {
	color: #000000;
	background-color: #423626;
}

.mobileNav > li > a:hover {
	background-color: #1a0e00;
}

.mobileNav > li > a:focus {
	background-color: #1a0e00;
}

/* Underline Link Effect */
	.mainNavigation__list > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #6b825e;
		background-color: transparent;
		border-bottom: solid 2px #6b825e;
	}

	.mobileNav > li > a {
		color: #000000;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}

	.mobileNav > li > a:hover {
		color: #6b825e;
		background-color: transparent;
		border-bottom: solid 2px #6b825e;
	}

	.mobileNav > li > a:focus {
		color: #6b825e;
		background-color: transparent;
		border-bottom: solid 2px #6b825e;
	}


.mainNavigation__list > li > a {
	transition: all 0.2s ease-in-out;
}

/* Auxiliary Navigation (Use this for the account menu, sign up cta, cart, etc,) */

.auxiliaryMenu--block, .auxiliaryMenu__container {
	background-color: #ffffff;
		border-bottom-color: #ffffff
	}

.auxiliaryMenu {
	max-width: 1366px;
}

	.auxiliaryMenu > li > a {
		color: #000000;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #ffffff;
    color: #000000;
}

/* OrderStatus */
.orderStatusBar {
	background-color: #ffffff;
}

.orderStatus__container {
	color: #000000;
}

.orderStatus__container a {
	border-bottom-color: #ffffff;
	color: #000000;
}

.orderStatus__container a:hover {
	border-bottom-color: #000000;
}

.orderStatus__mobileToggle {
	color: #000000;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #ffffff;
	color: #000000;
}

.orderStatus__mobileToggle a:hover {
	border-bottom-color: #000000;
}

/* Logo */

.logo {
	color: #000000;
	font-size: 16px;
	padding: 10px;
}

.logo__img {
	max-height: 124px;
}

@media (max-width: 414px) {.logo {padding: 10px;}.logo__img {max-height: 75px;}}

.siteFooter {
	background-color: #6b825e;
	color: #000000;
}

.siteFooter .tw-prose {
	--tw-prose-headings: #000000;
	--tw-prose-body: #000000;
	--tw-prose-p: #000000;
	--tw-prose-a: #000000;
	--tw-prose-bullets: #000000;
}

.siteFooter h1, .siteFooter h2, .siteFooter h3, .siteFooter h4, .siteFooter h5, .siteFooter h6 {
	color: #000000;
}

.siteFooter a {
	--tw-prose-a: #000000;
	color: #000000;
}

.siteFooter a:hover, .siteFooter a:focus {
	color: #000000;
}

.siteFooter img {
	margin-left: auto;
	margin-right: auto;
}

.backToTopLink__container {
	background-color: #7f9672;
}

.backToTopLink__container a {
	color: #000000;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #6b825e !important;
	border-color: #576e4a !important;
	color: #ffffff !important;
}

.btn-brand-inverted {
	background-color: #ffffff;
	color: #6b825e;
	border: solid 1px #6b825e;
}

.btn-brand-inverted:hover {
	background-color: #6b825e;
	color: #ffffff;
	border: solid 1px #6b825e;
}



.btn-brand:hover, .btn-default:hover, .btn-primary:hover {
		background-color: #93aa86 !important;
	border-color: #93aa86 !important;
		color: #ffffff !important;
}

.btn-danger, .btn-action, .cta {
	background-color: #2d4b57 !important;
	border-color: #193743 !important;
	color: #ffffff !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #55737f !important;
	border-color: #55737f !important;
	
	color: #ffffff !important;
}

.btn-action-inverted {
	background-color: #ffffff;
	color: #2d4b57;
	border: solid 1px #2d4b57;
}

.btn-action-inverted:hover {
	background-color: #2d4b57;
	color: #ffffff;
	border: solid 1px #2d4b57;
}

.bullet, .confirmation__step-number {
	background-color: #6b825e;
	color: #ffffff;
}

/* Store Menu */
.storeIndex__sideBarList--style2 {
	background-color: #f8f8f8 !important;
	border-color: #f8f8f8 !important;
	color: #777;
}

.storeSearch__input--style2 {
	border-color: #f8f8f8 !important;
}

.storeIndex__sideBarList--style2 > li > a {
	color: #777;
	border-color: #eeeeee !important;
}

.storeIndex__sideBarList--style2 > li > a:hover {
	color: #777;
	background-color: #eeeeee !important;
}

.storeSearch__button--style2 {
	color: #777;
}

.banner__protocols li:before {
    color: #6b825e
}

/*Custom Styles*/
/* FOR RESPONSIVE FAQS */

@media (max-width: 767px){
.desktop {display:none !important;}
.mobile {}
}
@media (min-width: 768px){
.mobile {display:none !important;}
}

.faq {
  width: 80%;
  margin: auto;
}

.centerplease {
  text-align:center;
  margin: 0 auto;
  font-size: 40px;
}

.question {
  color:#000000;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  background: #7fbbe8;
  margin: 0 auto;
  opacity: .9;
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
}

.answers {
  border-top: 1px solid #2a4163;
  background: #c9e4f9;
  padding: 0px 15px;
  margin: 0 0 7px 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 1.8em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

/* Custom Styling Code from Grapevine Local Food Marketing Below - please do not edit. */
/*Styles for tabs in product page descriptions */
.tabs {
    display: flex;
    flex-wrap: wrap;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2.4rem;
    margin-right: 0;
    cursor: pointer;
    background: white;
    font-weight: bold;
    transition: background ease 0.2s;
    border-bottom: 2px solid white;
    text-align: center;
    align-content: center;
}
.tab-content {
    max-width: 90%;
}
.tabs input[type="radio"] + label {
    border-bottom: 1px solid #c9c9c9;
    color: #878787;
    width: 25%;
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem 0;
    background: #fff;
}
.tabs input[type="radio"]:checked + label {
	color: #000;
	border-bottom: 2px solid #000;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
    
}

.product-description-icon-row {
    display: inline-flex;
    justify-content: center;
    place-content: space-evenly;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.product-description-icon-row figure {
    max-width: 150px;
    max-height: 150px;
}
@media screen and (max-width: 480px)  {
    .product-description-icon-row {
        place-content: none;
    }
    .tabs input[type="radio"] + label {
        width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .tabs label {
        padding: 5px;
    }
}

/* Green Box Widget Code */
.green-photo-text-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  background-color: #b9c0a9 !important;
  padding: 10px 25px;
  border-radius: 1rem;
  filter: drop-shadow(5px 5px 5px #999);
  justify-content: space-around;
}
 .green-photo-text-container > figure {
     max-width: 35%; /*Sets width of image in green content box with image - must equal 100 with text width */
 }

img.green-photo {
   max-width: 100%;
   border-radius: 1rem !important;
   margin: 1rem auto;
}

.green-text {
    max-width:65%; /*Sets width of text in green content box with image - must equal 100 with img width*/
    padding-left: 25px;
    padding-right:25px;
}

.green-box-container {
  justify-content: center;
}
.green-box-text-only {
  height: auto;
  background-color: #b9c0a9 !important;
  border: 1px;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 1rem;
  filter: drop-shadow(5px 5px 5px #999)
  
}
@media (max-width: 768px) {
    .green-photo-text-container > figure {
        margin: 0 auto !important;
        width: 100%;
        max-width: 90vw;
        display: flex;
    }
    .green-photo {
        margin-top: 2em !important;
        width: 100%;
    }
    .green-text {
        width:100%;
        max-width: 90vw;
    }
    .green-photo-text-container {
        flex-direction: column;
    }
    .first-on-mobile {
        order: 0;
    }
    .second-on-mobile {
        order: 1;
    }
}

/* Cookbook  */
.cookbook__cover-photo > a > img {
  border-radius: 1rem;
  aspect-ratio: 3 / 2;
  border: 0;
}

.cookbook__heading > a {
      color:#111827;
      text-decoration: none;
}

a.cookbook__read-more {
      color:#111827;
      text-decoration: none;
}

 .cookbook__heading > a:hover {
    color: #4b5563;
} 

.cookbook__heading {
  line-height: 1.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 1.75rem;
  font-family: Suez One;
  text-decoration: none;
}

.cookbook__body {
  font-family: Montserrat;
  font-size: .875rem;
  margin-top: 1.25rem;
  color: #4b5563;
  line-height: 1.5rem;
}

.cookbook__read-more {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}
/* Updating Styles for What We Offer, Photo Grid, and Image Widgets */
.photoGridWidget__listCaption {
    border-radius: 1rem;
}

.photoGridWidget__listItemContainer > a > img {
   border-radius: 1rem;
  border: 0;
}
.photoGalleryWidget__photoList > a img {
     border-radius: 1rem;
     border: 0;
}
.photoGalleryWidget__photoList>a {
    max-width: 375px;
}

.photoGalleryWidget__photoList {
    grid-gap: 20px !important;
    grid-auto-rows: 250px !important;
    grid-template-columns: repeat(auto-fit,360px);
    padding: 0;
}
.imageWidget img {
    border-radius: 1rem;
}

/*Footer */

.siteFooter__container {
    display: flex !important;
    flex-wrap: nowrap; 
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    justify-content: space-between;
}
.footerWidget__slot--third-width{
    width: 33%; /* makes link list containers 1/9 of the full width */
}
.grp-footer-business-info p {
    line-height: 1;
    color:white;
}
.grp-footer-business-info h4 {
    color:white;
}

#footerWidget--124, #footerWidget--143 {
    width: 33.3%;
}
.linkListWidget h2.h4 {
    font-size:1em !important;
    color:white;
}
.linkListWidget__list--vertical>li>a {
    padding: 2px 0;
    color:white;
}
.linkListWidget__list--vertical>li>a:hover {
    color:white;
}
.linkListWidget {
    display: inline-grid;
    justify-content: space-between;
    margin-top:30px;
}
.fab {
    color: white;
    font-size: 1.5em;
}
.grp-footer-form-section {
    padding-top: 30px;
    max-width: 400px;
    margin: 30px auto;
    text-align: center;
    order: 1;
}
.footerAccreditation, .copyright {
        background-color: #6b825e !important;
}
.accreditation, .legal-links {
    color: white !important;
}

.accreditation>a, .legal-links>a {
    color: white !important;
}

@media (max-width: 1100px) {
    .siteFooter__container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grp-footer-form-section > h4, .grp-footer-business-info > h4 {
    font-size: 24px;
    }
    .grp-footer-form-section {
       margin: 5px auto;
    }
    .accreditation>a, .legal-links>a {
        text-decoration: underline;
    }
    .footerWidget__slot--third-width {
        max-width: 150px;
        width: 33%;
        order:3;
    }
    #footerWidget--124, #footerWidget--143 {
        width: 100%;
        padding-top: 5%;
    }
    #footerWidget--124 {
        order:1;
    }
    #footerWidget--143 {
        order: 0;
    }

}

@media screen and (max-width: 768px) {
    .accreditation>a, .legal-links>a {
        text-decoration: underline;
    }
}
/*Accordion Dropdowns for FAQs */

.accordion-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width:640px; /*sets width of FAQ question container */
}
.accordion-tab-container {
    padding:5px; /*sets width of gap between FAQ questions */
}
.accordion-tab {
  position: relative;
  margin: 0; 
 border: .1em solid #c2cccc; /*Sets width and color of FAQ border */
 border-radius: 5px;
    
}
.accordion-tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  text-align: left;
}
.accordion-tab__content > p > a {
    text-decoration: underline !important;
}
.accordion-tab input:checked ~ .accordion-tab__content {
  max-height: 50rem;
}

.accordion {
  color: #000000; /*sets text color of accordion content */
  overflow: hidden;
  margin: 5px;

}
.accordion-tab__label,
.accordion-tab__close {
  display: flex;
  color: #000000; /*sets color of accordion heading/FAQ answer text */
  background: #c2cccc; /*sets background color of accordion heading/FAQ question */
  cursor: pointer;
}
.accordion-tab__label {
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 0px;
  text-align: left;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 1.1em;
  border-radius: 3px;
}
.accordion-tab__label:hover {
    background: #acbaba;
}
.accordion-tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);

}
.accordion-tab input:checked + .accordion-tab__label::after {
  content: "\276E";
  transform: rotate(90deg);
}
.accordion-tab__content p {
  margin: 10px 0;
  padding: 1rem;
}
.accordion-tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}


 /* End Grapevine custom styling code */
 
 /* NOTE SURE WHAT THIS IS -- FROM MARIE */

<form action="https://www.getdrip.com/forms/14375870/submissions" method="post" data-drip-embedded-form="14375870">
  <h3 data-drip-attribute="headline">Farm Newsletter</h3>
  <div data-drip-attribute="description">Stay updated about exciting news, updates, and promotional offers! </div>
    <div>
        <label for="drip-first-name">Name</label><br>
        <input type="text" id="drip-first-name" name="fields[first_name]" value="">
    </div>
    <div>
        <label for="drip-email">Email Address</label><br>
        <input type="email" id="drip-email" name="fields[email]" value="">
    </div>
  <div style="display: none;" aria-hidden="true">
    <label for="website">Website</label><br>
    <input type="text" id="website" name="website" tabindex="-1" autocomplete="false" value="">
  </div>
  <div>
    <input type="submit" value="Sign Up" data-drip-attribute="sign-up-button">
  </div>
</form>
