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

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: Bevan;
}

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

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #000000;
}

.text-action {
	color: #877440;
}

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

.action {
	background-color: #877440;
	color: #FFF;
	border-color: #877440;
}

.action-inverted {
	background-color: #FFF;
	color: #877440;
	border-color: #FFF;
}

/* SiteHeader */

.announcement_bar {
	background-color: #877440;
	color: #ffffff;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #000000;
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #3c3b3b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

.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: #FFF;
	background-color: #2C5170;
}

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

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

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

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

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

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


.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: transparent;
		border-bottom: none;
	}

.auxiliaryMenu {
	max-width: 1366px;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #b7a367;
    color: #fff;
}

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

.orderStatus__container {
	color: #fff;
}

.orderStatus__container a {
	border-bottom-color: #e9d599;
	color: #fff;
}

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

.orderStatus__mobileToggle {
	color: #fff;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #e9d599;
	color: #fff;
}

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

/* Logo */

.logo {
	color: #FFF;
	font-size: 16px;
	padding: 0px;
}

.logo__img {
	max-height: 151px;
}

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

.siteFooter {
	background-color: #000000;
	color: #b7a367;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #141414;
}

.backToTopLink__container a {
	color: #b7a367;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #877440 !important;
	border-color: #73602c !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #af9c68 !important;
	border-color: #af9c68 !important;
	
	color: #FFF !important;
}

.btn-action-inverted {
	background-color: #FFF;
	color: #877440;
	border: solid 1px #877440;
}

.btn-action-inverted:hover {
	background-color: #877440;
	color: #FFF;
	border: solid 1px #877440;
}

.bullet, .confirmation__step-number {
	background-color: #000000;
	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: #000000
}

/*Custom Styles*/
/* Sets fonts to imported Google fonts 
.body, .p, .h3, .h4, .h5, .h6, .label, body, h3, h4, h5, h6, p, legend, label{
    font-family: 'Montserrat', sans-serif;
}
h1, h2, .h1, .h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
.announcement_bar {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.photoGridWidget__cation {
    font-family: 'Montserrat', sans-serif;
}
.bannerWidget--1 .bannerWidget__subheading {
    font-family: 'Montserrat', sans-serif;}
*/
/* Removes Grazecart Accreditation and back to top link div from Bottom */
.footerAccreditation {
    display: none;
    background-color: #000000;
}
.backToTopLink__container {
        background-color: #877440;
        display: none;
}
/*Use these classes to add columns in HTML widgets*/
.custom-column {
    float: left;
     width: 50%;
     padding: 10px;
}
.custom-column-row after{
  content: "";
  display: table;
  clear: both;
}
/* Makes blog post text wider (pre-set is 700px) and colors black and gold */
.pageContainer.blogPost {
    background-color: #000000;
    color: #877440;
}
.blogPost {
    min-width: 100%;
    padding: 10%;
}
.recentPosts {
    border-top: 1px solid #b7a367;
    background-color: black;
    color: #b7a367;
    max-width: 100%;
}
.blogPost__subheadeing {
    color: #b7a367;
}
/* Blog / Recipe Widget Styling Classes */
.featuredPostsWidget__postContainer {
    max-width: 300px;
}
.featuredPostsWidget__postPreview, .featuredPostsWidget__postSubheading {
    color: white;
}
/* Footer Styling classes */
.linkListWidget h2 {
    text-decoration: underline;
}
.footer-block-left {
    display: block;
    width:35%;
    float: left;
}
.footer-block-right {
    display: block;
    width: 65%;
    float: left;
}
@media (max-width: 600px) {
    .footer-block-left, .footer-block-right {
        width: 100%;
    }
}
/* Product Page Styling Classes */
.productPage__descriptionText {
    width: 65%;
}
.productPage__descriptionSidebar {
    width: 35%;
}
.productPage__photo {
text-align: left;
}

/* Fixes bug in some widget's header color */
.newsletterWidget__header h2 {
    color: #b7a367;
}
.featuredPostsWidget__header {
    color: #b7a367;
}

/*Fixes bugs of classes not sizing/coloring properly on mobile */
@media (max-width: 768px) {
    .bannerWidget--1 .bannerWidget__heading {
        font-size: 34px !important;
    }
    .bannerWidget--1 .bannerWidget__subheading {
        font-size: 26px !important;
    }
    .productPage__descriptionText {
    display: block;
    width: 100%;
    padding-right: 0;
    }
    .productPage__descriptionSidebar {
        display: block;
        width: 100%;
    }
    .orderStatus__mobileToggle {
        background-color: #877440;
        color: #000000;
    }
    .orderStatus__mobileToggle a {
        color: white;
        border-bottom: 1px solid white;
    }
}
/* Accessibility Edits */
.orderStatus {
    background-color: #877440;
}
.blog__subheading, .infoboxheading, .info-boxes>li .info-box-heading, .info-boxes>li, .text-muted, .productListing__vendorLink--grid a, .productListing__originalPrice, .productListing__averageWeight {
    color: #5d5d5d;
}
.saleTag {
    background-color: darkred;
    background: darkred;
}
.productListing__saleSavings--grid, .saleTextColor {
    color: darkred;
}
/* Loads banner widgets as black first - accessibility feature. When adding new banners, inspect the element and copy/paste the banner-widget--# to here. */
.bannerWidget--1 {
    background-color: black;
}
/* CHANGE THIS TO color: darkred; IN ORDER TO MAKE SALE TEXT SHOW BACK UP. Makes text color of "Savings" on variant box popups blend in with background. */
.productListing__saleSavings--grid, th.saleTextColor {
    color: #f3f3f3;
}
