:root {
	--display-font-family: Cardo;
	--body-font-family: Cardo;

	--font-size: 16px

	--logo-padding: 30px;
	--logo-height: 121px;

	--header-width: 1366px;
	--header-border-position: bottom;
	--header-border-size: 1px;
	--header-bg-color: 248 244 240;
	--header-border-color: 248 244 240;

	--brand-color: 61 61 61;
	--brand-color-inverted: 255 15 ;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 61 61 61;

	--action-color: 36 65 39;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 36 65 39;
	--announcement-bar-text-color: 255 255 255;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 36 65 39;
	--main-navigation-link-color: 255 255 255;
	--main-navigation-link-color-hover: 161 141 121;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 16px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 36 65 39;

	--order-status-bg-color: 43 73 46;
	--order-status-color: 255 255 255;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 32 32 32;
	--footer-color: 255 15 ;
	--footer-link-color: 255 15 ;
}

/*Custom Styles*/
h1, .h1, h3, .h3 {
  font-family: "dejanire-headline", serif;
  font-weight: 500;
  font-style: normal;
}
h1, .h1, .tw-prose :where(h1):not(:where([class~=tw-not-prose] *)) {font-size: 46px;}
h2, .h2, h4, .h4 {
  font-family: "dejanire-headline", serif;
  font-weight: 500;
  font-style: italic;
}
h2, .h2, .howItWorksWidget__header, .tw-prose :where(h2):not(:where([class~=tw-not-prose] *)), .featuredPostsWidget__header h2, .testimonialsWidget__header h2, .newsletterWidget__header h2 {
  font-size: 36px;
}
.tw-prose :where(h2):not(:where([class~=tw-not-prose] *)) {margin-bottom: 0.4rem;}
@media (max-width: 768px) {
  .howItWorksWidget__header {margin-bottom: 40px;}
  .howItWorksWidget--4 {padding-bottom: 20px !important;}
}
p, .pageWidgets li, body, label, .paragraph {
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
a:hover {cursor: pointer !important;}
a:focus, a:hover {color: #244127;}
p a {text-decoration: underline !important;}
p a:hover {text-decoration-thickness: 3px !important;}
img {border-radius: 15px;}
.logo img {border-radius: 0 !important;}
#imageWidget72, #imageWidget80 {background-color: #f8f4f0 !important;}
.tw-reset .tw-text-sm {font-size: 1.03rem;}
.btn-link {color: white;}

/*Header background image*/
.orderStatus__container a:hover {opacity: .7; color: inherit;}
.siteHeader__container {margin: 0 !important; max-width: none !important;}
.auxiliaryMenu__container a {color: #3d3d3d;}
.auxiliaryMenu__container li .btn {color: #f8f4f0;}
.auxiliaryMenu__container li .btn:hover {text-decoration: none; opacity: .7;}
.auxiliaryMenu__container .btn-xs {background-color: #3d3d3d !important;}
.auxiliaryMenu {margin-right: 5vw !important;}
.auxiliaryMenu__container .dropdown-menu a {color: #244127 !important;}

/*Announcement Bar*/
.announcement_bar {
  padding: 10px 40px !important; 
  font-size: 16px !important; 
  color: #f8f4f0 !important;
}
.announcement_bar a, .announcement_bar a:hover {
  color: #f8f4f0 !important;
}
/*Banner Widgets*/
.bannerWidget {text-shadow: none !important; padding: 1vh 0;}
.bannerWidget .bannerWidget__innerContainer {padding: 40px !important; margin: 80px auto; max-width: 40% !important;
    background-color: #f2efe8dc; 
    border-radius: 15px;
}
.pageWidget__slot:first-of-type .bannerWidget .bannerWidget__innerContainer {margin: 150px auto !important;}
.bannerWidget__heading {margin-bottom: 20px !important; 
    color: #2f490e !important;
}
.bannerWidget__subheading {
    color: #2f490e !important;
}
@media (max-width: 768px) {.bannerWidget .bannerWidget__innerContainer {max-width: 80% !important;}}
.bannerWidget--8 .bannerWidget__innerContainer, .bannerWidget--73 .bannerWidget__innerContainer {
  background-color: transparent !important;
}
/*Featured Product Cards*/
.productListing__price--grid {margin-top: 0 !important;}
.featuredProductsWidget .featuredProductsWidget__productContainer {padding-top: 20px; border-radius: 15px !important;
  background-color: #3d3d3d;
  border: 2px solid #3d3d3d;
}

.featuredProductsWidget__productContainer a, .featuredProductsWidget__productContainer .featuredProductsWidget__productSubheading {
  color: #f8f4f0 !important;
}

.featuredProductsWidget__productContainer h3 {font-size: 1.2rem;}

.featuredProductsWidget__productContainer div:nth-child(3) {
  aspect-ratio: 1 / 1 !important;
}
.featuredProductsWidget__productContainer div:nth-child(3) img {
  object-fit: cover;
  width: 100%;
  height: 316.297px;
}
.productListing__photoLink--grid img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.productListing__photoLink--grid h3 {font-size: 22px !important;}

.featuredProductsWidget__products {max-width: 1200px !important;}

/*Home: divider bkg color*/
#pageWidget--20 {background-color: #f8f4f0 !important;}

/*How It Works*/
.howItWorksWidget__step {
  max-width: calc( 33.3333% - 25px );
  padding: 15px;
  margin: 10px;
  background: #ffffff;
  border-radius: 10px;
  color: #3d3d3d;
  padding: 25px;
}
.howItWorksWidget__step ul {
  padding-left: 1.8rem;
}
.howItWorksWidget__step li {text-align: left; list-style-position: outside; list-style-type: disc;}

.howItWorksWidget__step ul br {
  content: "";
  margin: 3em;
  display: block;
  font-size: 24%;
}

.howItWorksWidget__step p {text-align: left !important; margin-bottom: 0;}

.howItWorksWidget__stepHeader .bullet {
  font-size: 50px!important;
  width: 103px!important;
  height: 103px!important;
  border-radius: 51.5px!important
  }

.howItWorksWidget__step i {
  padding-bottom: 10px!important;
  width: 100px;
  height: 100px;
  }

.fa {line-height: 2 !important;} 


@media (min-width: 1061px) {
  .howItWorksWidget__step {
      height: 530px!important;
  }
}
@media (max-width: 1060px) {
  .howItWorksWidget__step {
      height: 650px!important;
  }
}
@media (max-width: 921px) {
  .howItWorksWidget__step {
      margin: auto;
      width: 100%!important;
      border: none;
      margin-bottom: 40px!important;
      flex-direction: column !important; 
      max-width: 90% !important; 
      border: 0px !important;
      height: auto !important;
      padding: 32px !important;
  }
}

/*Home: News + Recipes block*/

.featuredPostsWidget__postHeading, .featuredPostsWidget__postSubheading, .featuredPostsWidget__postPreview, .featuredRecipesWidget__recipeHeading, .featuredRecipesWidget__recipeSubheading, .featuredRecipesWidget__recipePreview {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.featuredPostsWidget__postContainer > a, .featuredRecipesWidget__recipeContainer > a {margin-left: 20px !important; margin-right: 20px !important;}

.featuredPostsWidget__header, .featuredRecipesWidget__header{
  padding-bottom: 30px;
}
.featuredPostsWidget__post, .featuredRecipesWidget__recipes {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: auto;
  padding-right: 3% !important; 
}

.featuredPostsWidget__postPhoto, .featuredRecipesWidget__recipePhoto {
  padding-top: 10px;
}

.featuredPostsWidget__postHeading, .featuredRecipesWidget__recipeHeading {margin-bottom: 5px;font-weight: 700;font-size: 1.5rem !important;height: 90px !important;align-items: center !important;display: flex !important;
  font-family: "basic-sans", sans-serif;
  font-style: italic;
}

.featuredPostsWidget a, .featuredRecipesWidget a {
  color: #3d3d3d !important;
}

.featuredPostsWidget__postPreview, .featuredRecipesWidget__recipePreview {line-height: 1.2em;padding: 20px 0px 22px 0px;}

.featuredPostsWidget__postContainer, .featuredRecipesWidget__recipeContainer {margin-left: 10px;margin-right: 10px;border-radius: 15px;display: inline-block;flex-direction: column;flex-basis: calc(33.3% - 20px);margin-bottom: 20px;min-width: calc(33.3% - 20px);padding: 20px 0 40px;
  background-color: #fff;
  border: 2px solid #fff;
}
.featuredRecipesWidget__recipeContainer {padding: 20px 0 0px !important;}

.featuredPostsWidget__postContainer img, .featuredRecipesWidget__recipeContainer img {object-fit: cover;width: 100%;height: 316.297px;}

.featuredPostsWidget__postContainer > a, .featuredRecipesWidget__recipePreview p a {border-radius: 5px;display: inline-block;font-size: 14px;font-weight: bold;letter-spacing: 1px;margin: 0;padding: 6px 30px;text-decoration: none !important;cursor: pointer;text-transform: uppercase;
  background: #244127 !important;
  border-color: #244127 !important;
  color: #f8f4f0 !important;
}

.featuredRecipesWidget__recipePreview p a {margin-top: 20px;}

.featuredPostsWidget__postContainer > a:hover, .featuredRecipesWidget__recipePreview p a:hover {text-decoration: none;cursor: pointer;
  background: #3d3d3d !important;
  border-color: #3d3d3d !important;
  color: #f8f4f0 !important;
}

.featuredPostsWidget__postPhoto, .featuredPostsWidget__postPhoto img, .featuredRecipesWidget__recipePhoto, .featuredRecipesWidget__recipePhoto img {border-radius: 0 !important;}

@media(max-width: 699px) {
  .featuredPostsWidget__postContainer, .featuredPostsWidget__postPhoto, .featuredRecipesWidget__recipeContainerm, .featuredRecipesWidget__recipePhoto {max-width: 100%;}
}
@media (min-width: 700px) {
  .featuredPostsWidget__post, .featuredRecipesWidget__recipes {flex-direction: row; flex-flow: wrap;}
}

/*Testimonials: remove speach bubble*/
.testimonial__bodyContainer:after {content: none !important;}

.testimonial__bodyContainer blockquote {margin-bottom: 10px !important;}

.testimonialAttribution__text {padding-left: 22px !important; margin-left: 0 !important;}

/*Footer*/

.backToTopLink__container a:hover {color: #fff;}
.siteFooter h3 {font-size: 28px !important;}
.siteFooter hr {
  border-top: 1px solid #ffffff36; 
  width: 80%; 
  margin: 30px auto !important;
}
.footerWidget__slot .newsletterWidget {padding: 0 20px !important;}

.social-icons, .footerlinks {list-style-type: none;margin: 1em 0 ; text-align: center; padding-inline-start: 0;}

.social-icons li, .footerlinks li {display: inline-block;margin: 0 0.2em;}

.social-icons li a, .footerlinks li a {display: inline-block;margin: 0;}

.social-icons img {max-height:3em; width:auto}
.social-icons a:hover img {opacity: .7;}

.footerWidget__slot:first-of-type .textWidget {padding-bottom: 0 !important;}

/*Grapevine Footer Credit*/
/***DO NOT EDIT CONTENT BELOW***/
#grapevine {font-size: 12px; color: #34b393;text-align: center;padding-bottom:20px;}
#grapevine a {color: #34b393;}
.footerAccreditation {padding-bottom: 0;}
@media print {#grapevine {display: none;}}
/***DO NOT EDIT CONTENT ABOVE***/

/*Contact Us*/
#pageWidget--47 {background-color: #f8f4f0 !important;}
button[type=submit] {
  background-color: #244127 !important;
}

/*Blog*/
.blog__gridPost .blog__author a {text-decoration: underline;}
.blog__gridPost .blog__author a:hover {opacity: .7;}
.blog__gridPost .blog__author a::after {
  content: '→';
}
.blog__gridPost .blog__heading {font-size: 1.5rem;}


/*Blog: Indiv Pages*/
.blogPost {margin-bottom: 64px !important;}
.blogPost h1 {padding-top: 20px !important;}
.blogPost__subheadeing {margin-bottom: 5px !important;}
.blogPost__body img {margin: 20px 0 !important;}
.recentPosts {margin: 0 !important; width: auto !important; max-width: none !important;}
.recentPosts__postCoverPhotoImg {
  object-fit: cover;
  width: 200px;
  height: 200px;
  max-height: 200px !important;
}
.blogPost__body>p {margin-bottom: 20px !important;}
.recentPosts__postHeading {font-style: normal !important; font-size: 18px !important;}
.recentPosts__postCoverPhoto {margin: 10px 0 !important;}
.recentPosts {padding: 64px 30px !important; background-color: #f8f4f0;}
.blogPost__body p em strong a, 
.blogPost__body p strong em a, 
.blogPost__body p a em strong, 
.blogPost__body p em a strong,
.blogPost__body p a strong em {
  background-color: #244127;
  color: #f8f4f0;
  border-radius: 10px !important;
  padding: 10px 12px !important;
  font-style: normal !important;
  font-size: 18px !important;
}
.blogPost__body p em strong a:hover, 
.blogPost__body p strong em a:hover, 
.blogPost__body p a:hover em strong, 
.blogPost__body p em a:hover strong,
.blogPost__body p a:hover strong em {
  opacity: .8 !important;
}
.recentPosts .form-group {background-color: #f8f4f0; margin-bottom: 0 !important; padding-bottom: 64px !important;}

/*Cart Drawer*/
.cartItems__itemPhoto img {border-radius: 15px !important;}
#showCartTotal-6334b681eaa76 table {background-color: #f4f1eb !important;}

/*Store Page*/
.productListing__unitDescription--grid {min-height: 20px !important;}
.productListing__photoContainer--grid, .productListing__photoInnerContainer--grid {width: 300px !important;height: 300px !important;} 
.productListing__photoContainer--grid, .productListing__photoInnerContainer--grid, .productListing__photoInnerContainer--grid img {border-radius: 15px !important;}
.productListing__photoImg--grid {max-height: none !important; height: 300px !important; min-width: 300px !important; width: auto !important; object-fit: cover !important;}
.productListing__photoImg--grid img {max-height: none !important; object-fit: cover !important; max-width: none !important; min-height: 300px !important; min-width: 300px !important; width: auto !important;}
.productListing__addToCartContainer--grid button {border-radius: 4px !important;}
.productListing__addToCartContainer--grid input {margin-left: 5px !important; border-radius: 4px !important; box-shadow: none !important; 
  border: 1px solid #244127 !important;
}
.saleTag {
  background: #244127 !important;
}
.productListing__saleSavings--grid, .saleTextColor {
  color: #244127 !important;
}
  /*Store: Categories Landing Page*/
  .photoGridWidget__listCaption {border-radius: 15px;}
  .photoGridWidget__listCaption:hover {border-radius: 15px;
      background-color: #24412792;
  }
  .photoGridWidget__listItem {height: 300px; margin-bottom: 20px;}
  .photoGridWidget__listCaption {text-shadow: none !important;padding: 0;}
  .photoGridWidget__listItemContainer img {min-width: 100% !important;height: 300px !important;object-fit: cover !important;}
  .photoGridWidget__caption {padding: 10px 10px; border-radius: 4px; max-width: 90%; margin: auto;
      background-color: #244127;
  }

/*Product Pages*/
.productPage__heading {font-size: 32px !important; font-style: normal !important;}

/*Vendors Widgets / Producers*/
.vendorsWidget__listItem:not(:first-of-type) {display: flex; flex-direction: column; max-width: 800px; margin: 0 auto; padding: 50px 0;
  border-top: 1px solid #244127; 
}
.vendorsWidget__heading {font-size: 42px;}
.vendorsWidget__listItem img {margin: 20px auto;display: block;width: 800px;height: 100%;border-radius: 0;object-fit: cover;max-width: 50vw;max-height: 24vw;}
.vendorsWidget__descriptionContainer {margin: 5px auto;}
.vendorsWidget__description {padding-bottom: 0;}
.vendorsWidget__shopNowLink {color: #fff !important; padding: 12px 20px; width: max-content; margin: 20px auto 0; border-radius: 4px;
  background-color: #244127;
}
.vendorsWidget__listItem {border-bottom: none !important;}

/*Team Widgets*/
  .teamWidget__list {display: flex !important; flex-wrap: wrap !important;row-gap: 40px !important;max-width: 1200px !important;}
  .teamWidget__listItem {flex: 1 0 21%; margin: 20px;}
  .teamWidget__listItem img {border-radius: 15px !important;}
  .teamWidget__listImage {display: block;width: 100%;height: 300px;border-radius: 0;object-fit: cover;max-width: 260px;max-height: 260px;}
  @media (max-width: 768px) {.teamWidget__listItem {flex: 1 0 40%;}.teamWidget__list {row-gap: 20px !important;}}
  .teamWidget__listCaption {font-size: 28px;}
  .teamWidget__profileImage {width: 250px; height: 300px; object-fit: cover;}
  .teamWidget__bioInnerContainer .teamWidget__profileCaption {font-size: 28px;}
  .teamWidget__bioInnerContainer .teamWidget__profileSubcaption {visibility: hidden;}
  .teamWidget__listItem a:hover {text-decoration: underline;}

/*Cart*/
.cartItems__itemPhoto img {height: 75px !important; width: 75px !important; object-fit: cover !important;}
.cartItems__itemTitleHeading {font-size: .9rem !important; line-height: 1.2 !important;}

/*Home social feeds*/
#pageWidget--17 h2 {padding-top: 64px;}
.socialfeeds {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1000px;
  margin: auto;
  width: 100%;
  justify-content: space-between;
  padding: 20px 0px 90px 0;
}
.socialfeed {
  width: 480px;
  height: 500px;
}
.socialfeed div {width: 100%;}
#pageWidget--17 {background-color: #f8f4f0 !important;}

@media screen and (max-width: 768px) {
  .socialfeeds {
    flex-direction: column;
    padding-bottom: 440px;
  }
  .socialfeed, .socialfeed .fb-page > span {
    width: 90vw !important;
    height: auto !important;
    margin: 0 auto 15px auto;
  }
}

/*home testimonials*/
.testimonialsWidget__testimonials {max-width: 1000px;}

/*sms signup*/
#pageWidget--84 {margin-bottom: 64px !important;}
