:root {
	--brand_color: #384927;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #384927;
}

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

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

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #384927;
}

.text-action {
	color: #fbc458;
}

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

.action {
	background-color: #fbc458;
	color: #384927;
	border-color: #fbc458;
}

.action-inverted {
	background-color: #384927;
	color: #fbc458;
	border-color: #384927;
}

/* SiteHeader */

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

.announcement_bar a {
	color: #ffffff;
}

.siteHeader {
	background-color: #ffffff;
	color: #3d3d3d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
}

.siteHeader__container {
	max-width: 100%;
}

/* 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: #3d3d3d;
	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: #3d3d3d;
		background-color: transparent;
		border-bottom: solid 2px transparent;
	}
	.mainNavigation__list > li > a:hover {
		color: #202020;
		background-color: transparent;
		border-bottom: solid 2px #202020;
	}

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

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

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



/* 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: 100%;
}

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

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #f5f5f5;
    color: #a2a2a2;
}

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

.orderStatus__container {
	color: #a2a2a2;
}

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

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

.orderStatus__mobileToggle {
	color: #a2a2a2;
}

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

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

/* Logo */

.logo {
	color: #3d3d3d;
	font-size: 16px;
	padding: 30px;
}

.logo__img {
	max-height: 250px;
}

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

.siteFooter {
	background-color: #374927;
	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: #4b5d3b;
}

.backToTopLink__container a {
	color: #FFF;
}

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

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #fbc458 !important;
	border-color: #e7b044 !important;
	color: #384927 !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #d39c30 !important;
	border-color: #d39c30 !important;
	
	color: #384927 !important;
}

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

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

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

/*Custom Styles*/
/*heading font*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend{
    font-family:"Rancho" !important;
    text-transform: uppercase!important;
    letter-spacing:5px!important;
}
.h1, h1 {font-size:35px!important;}
/* Header logo 
.logo__img>img {
content: "https://s3.amazonaws.com/grazecart/parsonscreeksteak/images/1698258253_65395d4d2dcc1.png"!important;
}*/

/*buttons*/
.btn {
    border-radius: 30px!important;
    padding: 18px 25px 15px 25px!important;
    font-size:16px!important;
    font-weight:520!important;
}
.btn-action:hover{
    background-color:#d49c30!important;
    text-decoration:none!important; 
}
.btn-light{
    text-decoration:none!important;
    color:#384928!important;
    text-shadow:none!important;
    border:none!important;
}
.btn-light:hover{
    background-color: rgba(255, 255, 255, .75)!important;
    color:#384928!important;
    text-shadow:none!important;
    border:none!important;
}
.btn-danger{
    padding:10px 25px 8px 25px!important;
}
.ctaButtonWidget--2{
    text-align:left!important;  
    margin-left:0px!important;
    padding:0px!important;

}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
    margin-left:10px!important;
    height:65px!important;
    color:#384927!important;
    background-color:#FFFFFF!important;
}
.productListing__addToCartButton--grid {
    margin:5%!important;
    width:90%!important;
}
.storeSearch__button{
    padding:8px 8px 8px 8px !important;
    border-radius:0 5px 5px 0!important;
    text-align:center!important;
    height:36px!important;
}

.input-group .form-control{
    height:65px!important;
}
/*Pop Up On Mobile*/
  #SignupForm_0.modalContent.modalContent--mobile {
        width: 100%;
    
}
#mc_embed_signup{
    padding-top:0px!important;
}
/*mobile drop down navigation*/
.mobileNav__list li.dropdown>a, .mobileNav__list>li.menu-item>a{
    color:#384927!important;
}
.dropdown {
    text-transform:uppercase!important;
}


.backToTopLink__container{display:none!important;}


.footerAccreditation{
    background-color:#384927!important;
    margin:0px!important;
}
.footerAccreditation .accreditation{
    color:#ffffff!important;
}

/*contact form*/
.contactFormWidget__form .form-control{
    width:80%!important;
    height:auto!important;
    background-color:#fafafa!important;
    border-width:1px!important;
    border-color:#a9a9a9!important;
}
.contactFormWidget__form label{
    font-weight:normal!important;
}
#textWidget80, #textWidget81, #textWidget82, #textWidget83{
    padding:10%!important;
    
}

/*heading logo margin*/
.logo__img--style2.logo__img   {
    margin:auto!important;
}

/*Recipe styling*/
.recipe__ingredientsList>li{
    list-style-type: disc;
    line-height:2em;
    color:#384927!important;
}
.recipe{
    color:#384927!important;
}
.featuredRecipesWidget__recipeHeading{
    font-size:22px!important;
    font-weight:bold!important;
}
.featuredRecipesWidget__recipeSubheading {
    display:none!important;
}
.featuredRecipesWidget__recipePreview>p{
    padding-top:20px!important;
    font-weight:bold!important;
    color:#384927!important;
}
.featuredRecipesWidget__recipePreview>a {
    text-decoration:underline!important;
}
.featuredRecipesWidget__recipePreview>p :after {
    content:"   >"!important;
}
/*this doesn't work but I want to remove "directions" on the butter recipe*/
@media (url:"https://parsonscreeksteak.grazecart.com/recipes/compound-butter-recipes") {
  .recipe__instructionsHeading {
      display:none!important;
  }
}

/*styling for tablets and computers*/
@media (min-width: 770px){
.textWidget--35{margin-left:-150px!important;}
.photoGalleryWidget__photoList{
    padding:0px!important;
    margin:0px!important;
    grid-gap: 0em!important;
    min-width:100%!important;
    display:flex!important;
    flex-wrap:overflow!important;
    white-space:nowrap!important;
    grid-auto-rows:336px!important;
}

.photoGalleryWidget__photo {
    height: 336px!important;
    width:100%!important;
}

.bannerWidget__heading{
    padding-bottom:80px!important;
    font-size:84px!important;
}
}

/*styling for mobile*/
@media (max-width: 769px) {
    /*formatting the header navigation bar*/
    .logo__img--style2.logo__img   {
        width:100%!important;
        height:100%!important;
    }
   .mobileNav> a:nth-child(2){
        content:"https://parsonscreeksteak.grazecart.com/shop";
    }
    .mobileNav> li:nth-child(1){
        content:"https://s3.amazonaws.com/grazecart/parsonscreeksteak/images/1695845704_65148d4832ba3.png"!important;
    }

    .mobileNav {
        color:#384927!important;
    }

    .mobileNav__list .menu-item, #mobileNav_menuItem--account {
        border-color:transparent!important;
        margin-left:10%!important;
    }
    .mobileNav__list .menu-item>a, #mobileNav_menuItem--account {
        color:#384928!important;
        font-size: 32px!important;
        font-weight: bold!important;
        padding:5px!important;
    }
    .mobileNav__list {
        margin-top:50px!important;
        margin-bottom: 100px!important;
    }
     #mobileNav_menuItem--account{
        margin-bottom:-20px!important;
        margin-left:0px!important;
    }
    #mobileNav_menuItem--login, #mobileNav_menuItem--logout {
        text-transform:uppercase!important;
    }
    #mobileNav_menuItem--logout {
        font-size:32px!important;
        font-weight:bold!important;
        margin-left:10%!important;
        margin-right:10%!important;
        margin-top:50px!important;
        padding:5px!important;
        
    }/* this was messing with the subscribe and save call to action button
    .cta, .cta:hover {  
         background-color: transparent!important;
         color:#384927!important;
         padding:0px!important;
     }*/
    .bannerWidget__heading{
        font-size: 50px!important;
        font-weight:bold!important;
        padding-bottom:80px!important;
    }
    
    .bannerWidget__innerContainer{
        padding-top:200px!important;
        padding-bottom:200px!important;
    }
    .textWidget {
        padding: 40px 20px!important;
    }
    #pageWidget--11, #textWidget11, #textWidget15, #textWidget24 {
        margin-bottom:0px!important;
        padding-bottom:0px!important;
    }
    #textWidget13 {
        margin-bottom:0px!important;
        padding-bottom:0px!important;
    }
    /*make image appear before text for item on home page*/
    #pageWidget--15{
        display: table-header-group;
    }
    #textWidget25 {
        margin-bottom: 50px!important;
    }

    /*about page image formatting*/
    .photoGalleryWidget__photoList{
        padding:0px!important;
        margin:0px!important;
        display:grid!important;
        grid-gap: 0em!important;
        grid-template-columns:33% 33% 33%!important;
    }
    .photoGalleryWidget__photo {
        height: 100%!important;
    }
    #pageWidget--131 .bannerWidget__innerContainer{
        padding-top:75px!important;
        padding-bottom:75px!important;
    }
    #pageWidget--131 .bannerWidget__subheading {
        font-size:16px!important;
    }
    
    #textWidget135 {
        padding-bottom:0px!important;
        padding-top:64px!important;
    }
    #textWidget147 div {
        font-size: 20px!important;
    }
    #mc_embed_masterdiv{
        width:100%!important;
    }
   
}

/*checkout add card html*/
.tw-reset .tw-text-theme-link-color {
    color: #FAC457 !important;
}

#tasteprofit, .footerAccreditation {
    font-size:12px;
    background-color: #384928; /*primary brand color*/
    color: #fff;
    text-align:center;
    padding-bottom:20px;
}
#tasteprofit a, .footerAccreditation  a{ 
    color:#fbc458; /*secondary brand color*/
}

/* Sale Page FPEA Bundle Heading */
/*delete this line when GC fixes widget  #featuredProductsWidget149 .productListing__addToCartContainer--grid {display:none!important;}*/
#bannerWidget131 h1 { padding-bottom: 20px!important;}
#bannerWidget131 .btn-danger, #howItWorksWidget136 .btn, #pageWidget--142 .btn { padding: 18px 50px 15px 50px !important;}
