:root {
	--brand_color: #884a20;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: var(--brand_color);
}

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

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

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

a:hover {
	text-decoration: underline;
}

.brand {
	background-color: #884a20;
	color: #FFF;
	border-color: #884a20;
}

.text-brand {
	color: #884a20;
}

.text-action {
	color: #879a4b;
}

.brand-inverted {
	background-color: #FFF;
	color: #884a20;
	border-color: #FFF;
}

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #fb9937;
	color: #450375;
}

.announcement_bar a {
	color: #3d3d3d;
}

.siteHeader {
	background-color: #884a20;
	color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 0;
	border-bottom-color: #3c3b3b;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

.mainNavigation, .mobileNav {
	background-color: transparent;
}

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

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

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

/*Mobile Nav*/
.mobileNav > li > a {
	color: #ffffff;
	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: #ffffff;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #879a4b;
		background-color: transparent;
		border-bottom: solid 2px #879a4b;
	}

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

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

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


.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: #fff9cf;
			}

	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
				color: #ffd1a7;
			}
	
.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #879a4b;
    color: #fff;
}

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

.orderStatus__container {
	color: #fff;
}

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

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

.orderStatus__mobileToggle {
	color: #fff;
}

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

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

/* Logo */

.logo {
	color: #ffffff;
	font-size: 18px;
	padding: 26px;
}

.logo__img {
	max-height: 122px;
}

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

.siteFooter {
	background-color: #884a20;
	color: #FFF;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #9c5e34;
}

.backToTopLink__container a {
	color: #FFF;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #884a20 !important;
	border-color: #74360c !important;
	color: #FFF !important;
}

.btn-brand-inverted {
	background-color: #FFF;
	color: #884a20;
	border: solid 1px #884a20;
}

.btn-brand-inverted:hover {
	background-color: #884a20;
	color: #FFF;
	border: solid 1px #884a20;
}



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

.btn-danger, .btn-action, .cta {
	background-color: #879a4b !important;
	border-color: #738637 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #afc273 !important;
	border-color: #afc273 !important;
	
	color: #FFF !important;
}

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

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

.bullet, .confirmation__step-number {
	background-color: #884a20;
	color: #FFF;
}

/* 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: #884a20
}

/*Custom Styles*/
.footerAccreditation {padding-bottom: 0;}
#grapevine {font-size: 12px; color: #34b393;text-align: center;padding-bottom:20px;}
#grapevine a {color: #34b393;}
@media print {#grapevine {display: none;}}

h1, h2, h3 {
    font-family: tuppence, serif !important;
    font-weight: 700 !important;
    font-style: normal;
}

h1 {font-size: 46px !important; color: #884A20 !important;}
h2 {font-size: 38px !important; color: #884A20 !important;}
h3 {font-size: 28px !important;}
h4 {
    font-family: montserrat, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
a:hover {color: #879A4B !important;}
a:active {color: #879A4B !important;}
p a {text-decoration: underline !important;}

/*Blog*/
    .blogPost__body>p {margin-bottom: 10px !important;}
    .recentPosts__postHeading {font-family: montserrat, sans-serif !important; font-size: 18px !important;}

/*Images*/
@media screen and (max-width: 780px) {
    #imageWidget63 img, #imageWidget56 img, #imageWidget57 img {width: 90% !important;}
}

/*Header*/
    .mainNavigation__list a {text-transform: uppercase !important; font-weight: 600 !important;}
    .siteHeader {background-image: url(https://s3.amazonaws.com/grazecart/nelsongrassfarm/images/1640654505_61ca66a922889.jpg) !important;}

/*Announcement Bar*/
.announcement_bar a:hover {color: #F9F3E5 !important;}

/*Order Status Bar*/
.orderStatus a:hover {color: #F9F3E5 !important;}

/*Footer*/
    .siteFooter {background-image: url(https://s3.amazonaws.com/grazecart/nelsongrassfarm/images/1640654505_61ca66a922889.jpg) !important;}
    .siteFooter p strong {color: white !important; font-weight: normal !important; }
    

/*Buttons*/
    .btn {
        text-transform: uppercase;
        font-weight: 700 !important;
        border: 0px solid transparent !important;
        letter-spacing: .1rem !important;
    }

/*Footer*/
    #footerWidget--59 {padding: 40px 0px 30px 0px !important;}
    #textWidget60 {padding: 0px !important; max-width: 700px !important;}
    .social-icons {list-style-type: none !important; display: flex; flex-direction: row; justify-content: center; padding-top: 20px !important;}
    .footerWidget__slot ul {padding-left: 0px !important;}
    .social-icons li {margin: 0px 5px !important;}
    .social-icons li:hover {opacity: .8 !important;}
    #textWidget62 {padding: 30px 20px !important;}
    #textWidget62 p {font-size: 13px !important;}

/*Home*/
    #textWidget45 h1 {color: white !important;}
    
    /*Home Side-by-side content*/
        .sidebysiderow {max-width: 800px !important; margin: auto !important; display: flex; padding: 64px 0px !important; align-items: center !important; flex-grow: 1 !important;}
        .sidebysideimage {width: 35% !important;}  
        .sidebysidetext {margin-left: 10% !important; width: 55% !important;}
        .sidebysidetext a {font-weight: 700 !important; text-decoration: underline;}
        @media screen and (max-width: 900px) {
            .sidebysiderow {flex-direction: column; width: 90% !important;}
            .sidebysideimage {width: 70% !important; margin: auto !important;}
            .sidebysidetext {margin-left: 0px !important; padding-top: 30px !important; width: 100% !important;}
        }  
        .htmlWidget--55 {background-color: #F9F3E5 !important;}
        .htmlWidget--55 .sidebysiderow {padding-top: 10px !important;}
    /*Home: How It Works*/
    .teamWidget__list {pointer-events: none !important;}
    .teamWidget__listItem {margin: 20px !important; width: 300px !important;}
    .teamWidget__listImage {border-radius: 0 !important;}
    .teamWidget__listCaption {
        font-family: tuppence, serif !important;
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }
    .teamWidget__listSubcaption {
        font-size: 14px !important;
        color: #333 !important;
    }
    .ctaButtonWidget>a {
        font-size: 14px !important;
    }
    .collapsible-content--parent {
        border-top: 1px solid #e0e0e0;
        padding: 1.5em 0 0.5em;
        max-width: 800px;
        margin: auto;
    }
    
        /*.collapsible-content--parent + .collapsible-content--parent {
            border-bottom: 1px solid #e0e0e0;
        }*/
    
        .collapsible-content--parent h2 {
            margin-bottom: 0.75em;
            padding-left: 0;
            text-transform: none !important;
        }
    
        .collapsible-content {
            border-top: 1px solid #e0e0e0;
            padding: 1em 0 0 0;
            text-align: left !important;
            max-width: 800px !important;
            margin: auto;
        }

        .collapsible-content h2 {
            font-size: 32px !important;
            color: #333 !important;
        }
    
        .collapsible-content .fas {
            float: left;
            font-size: 0.75em;
            margin-right: 0.5em;
            padding-top: 0.35em;
        }
    
            .collapsible-content h2.expanded .fas,
            .collapsible-content h3.expanded .fas {
                padding-bottom: 0.25em;
                padding-top: 0;
                transform: rotate(90deg);
            }
    
        .collapsible-content h3 {
            cursor: pointer;
            font-size: 1.25em !important;
            text-transform: none !important;
            font-family: montserrat, sans-serif !important;
            font-weight: 500 !important;
        }
    
        .collapsible-content--item {
            display: none;
            padding: 1em 0 1em 0em;
        }
    
            .collapsible-content .h3.expanded + .collapsible-content--item {
                display: block;
            }
        .collapsible-sub {padding: 1em 0 0 2em !important;}
        @media screen and (max-width: 880px) {
            .collapsible-content--parent {max-width: 90% !important;}
        }

        #where-is-your-farm-located-question:hover {cursor: pointer !important;}


    /*Home: Blog Feed*/
    .featuredPostsWidget__header{
        padding-bottom: 5px;
    }
    .featuredPostsWidget__post {
        display: flex;
        flex-direction: row;
        max-width: 1100px;
        margin: auto;
    }
    
    .featuredPostsWidget__postPhoto {
        padding-top: 10px;
    }
    
    .featuredPostsWidget__postHeading {
        margin-bottom: 5px;
        font-family: montserrat, san-serif!important; 
        font-weight: 700;
        font-size: 1.1rem !important;
        padding: 0px 20px !important;
        height: 50px !important;
        display: flex;
        align-items: center;
    }
    
    .featuredPostsWidget__postSubheading {
        visibility: hidden;
        font-size: 0px;
    }
    
    .featuredPostsWidget__postPreview {
        line-height: 1.2em;
        padding: 20px 20px 22px 20px;
    }
    
    .featuredPostsWidget__postContainer {
        margin-left: 10px;
        margin-right: 10px;
        background-color: #F9F3E5;
        border-radius: 5px;
        display: inline-block;
        flex-direction: column;
        flex-basis: calc(33.3% - 20px);
        margin-bottom: 20px;
        min-width: calc(33.3% - 20px);
        padding: 20px 0px 40px 0px;
        border-radius: 10px !important;
        width: 316.297px;
    }
    
    .featuredPostsWidget__postContainer img {
        object-fit: cover;
        width: 100%;
        height: 316.297px;
    }
    
    .featuredPostsWidget__postContainer > a {
        background: #879A4B !important;
        border-color: #879A4B !important;
        border-radius: 5px;
        color: #fff !important;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0;
        padding: 6px 30px;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    
    .featuredPostsWidget__postContainer > a:hover {
        background: #afc273 !important;
        border-color: #afc273 !important;
        color: #e8e8e8 !important;
        text-decoration: none;
        cursor: pointer;
    }
    @media screen and (max-width: 780px) {
        .featuredPostsWidget__post {flex-direction: column; width: fit-content !important; margin: auto;}
        .featuredPostsWidget__postContainer, .featuredPostsWidget {width: 90% !important;}
        .featuredPostsWidget__postHeading {text-align: left !important;}
    }

    /*Home: Newsletter Sign Up*/
    .newsletterWidget .input-group-btn, .newsletterWidget .btn {background-color: #879A4B !important; font-weight: 700 !important; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important;}
    .newsletterWidget .input-group-btn:hover, .newsletterWidget .btn:hover {background-color: #afc273 !important;}

/*FAQs*/
    #pageWidget--10 h2 {font-size: 28px !important; padding-top: 10px !important;}

/*Shop*/
    .productListing__title--list {font-family: montserrat, sans-serif !important; font-size: 18px !important;}
    .cart-slider__header h2 {color: white !important;}
    .cartItems__itemTitleHeading {font-family: montserrat, sans-serif !important; font-size: 70% !important;}
    .productPage__protocolsHeading {font-family: montserrat, sans-serif !important; font-size: 26px !important;}
    .productPage__heading {font-family: montserrat, sans-serif !important; font-size: 32px !important;}
    .saleTag {background: #afc273; color: #333;}
    @media screen and (max-width: 780px) {
        .textBanner__heading {margin-bottom: 10px !important;}
        .textBanner__subheading {max-width: 90% !important; margin: auto; margin-bottom: 20px !important;}
    }
