:root {
	--brand_color: #502c1e;
	--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: #502c1e;
	color: #FFF;
	border-color: #502c1e;
}

.text-brand {
	color: #502c1e;
}

.text-action {
	color: #71a59d;
}

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

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

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

/* SiteHeader */

.announcement_bar {
	background-color: #d5e3e1;
	color: #502c1e;
}

.announcement_bar a {
	color: #502c1e;
}

.siteHeader {
	background-color: transparent;
	color: #e5e4e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: transparent;
}

.siteHeader__container {
	max-width: 1366px;
}

/* MainNavigation */

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

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

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

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

	.mainNavigation__list > li > a {
		color: #e5e4e3;
		background-color: #502c1e;
	}
	.mainNavigation__list > li > a:hover {
		color: #a4cbc5;
		background-color: #502c1e;
	}

	.mobileNav > li > a {
		color: #e5e4e3;
		background-color: #502c1e;
	}

	.mobileNav > li > a:hover {
		color: #a4cbc5;
		background-color: #502c1e;
	}

	.mobileNav > li > a:focus {
		color: #a4cbc5;
		background-color: #502c1e;
	}

.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: #502c1e;
	}
	.auxiliaryMenu > li > a:hover, .auxiliaryMenu > li > a:focus {
		text-decoration: underline;
	}

.order__delivery_threshold_difference, .order__delivery_threshold_difference-met {
    background-color: #442417;
    color: #e5e4e3;
}

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

.orderStatus__container {
	color: #e5e4e3;
}

.orderStatus__container a {
	border-bottom-color: #765649;
	color: #e5e4e3;
}

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

.orderStatus__mobileToggle {
	color: #e5e4e3;
}

.orderStatus__mobileToggle a {
	border-bottom-color: #765649;
	color: #e5e4e3;
}

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

/* Logo */

.logo {
	color: #e5e4e3;
	font-size: 18px;
	padding: 20px;
}

.logo__img {
	max-height: 155px;
}

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

.siteFooter {
	background-color: #25675c;
	color: #e5e4e3;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #397b70;
}

.backToTopLink__container a {
	color: #e5e4e3;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #502c1e !important;
	border-color: #3c180a !important;
	color: #FFF !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #71a59d !important;
	border-color: #5d9189 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #497d75 !important;
	border-color: #497d75 !important;
	
	color: #FFF !important;
}

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

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

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

/*Custom Styles*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        font-family: "shackleton-narrow", serif;
        font-weight: 400;
        font-style: normal;
    }
    h2, .h2 {font-size: 32px !important; margin-bottom: 12px !important; margin-top: 20px !important;}
    h3, .h3 {margin-bottom: 4px !important;}
    a:hover {cursor: pointer !important;}
    a:focus, a:hover {color: #25675c;}
    .pageWidgets p a, .pageWidgets li a {text-decoration: underline;}
    .pageWidgets p a:hover, .pageWidgets li a:hover {text-decoration-thickness: 3px !important;}
    img {border-radius: 15px !important;}
    .logo img {border-radius: 0 !important;}
    .imageWidget {background-color: #e5e4e3 !important;}
    @media (max-width: 768px) {
        h1, .h1, h2, .h2, h3, .h3, h4, .h4 {font-weight: 400 !important;}
    }


    .tw-prose :where(strong):not(:where([class~=tw-not-prose] *)) {color: #502c1e !important;}

    /*Header background image*/
    .siteHeader {background-size: cover;
        background-color: #25675c;
        font-weight: 500;
    }
    .orderStatus__container a:hover {color: #e5e4e3; opacity: .7}
    .siteHeader__container {margin: 0 !important; max-width: none !important;}
    .auxiliaryMenu__container a {color: #e5e4e3 !important;}
    .auxiliaryMenu__container .btn-xs {background-color: #502c1e !important;}
    .auxiliaryMenu {margin-right: 5vw !important;}
    .auxiliaryMenu__container .dropdown-menu a {color: #25675c !important;}
    .siteHeader {border-bottom: none !important;}

    /*Announcement Bar*/
    .announcement_bar {padding: 10px 40px !important; font-size: 16px !important; 
        color: #502c1e !important;
    }
    .announcement_bar a {
        color: #25675c !important;
        text-decoration: underline;
    }
    .announcement_bar a:hover {
        color: #25675c !important;
        text-decoration-thickness: 3px !important;
        cursor: pointer;
    }


    /*Featured Product Cards*/
    .featuredProductsWidget .featuredProductsWidget__productContainer {padding-top: 20px; border-radius: 15px !important;
        background-color: #502c1e;
        border: 2px solid #502c1e;
    }

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

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

    .featuredProductsWidget h3 {font-size: 24px !important;} 
    .featuredProductsWidget h3, .featuredProductsWidget .productListing__price--grid div, .featuredProductsWidget .productListing__price--grid span {color: #502c1e !important;}

    .featuredProductsWidget a:hover {text-decoration: none !important; opacity: 1;}

    .tw-reset .tw-bg-gray-900 {background-color: #25675c26;}
    .featuredProductsWidget .featuredProductsWidget__products > section:hover {background-color: #25675c26;}

    .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;
    }

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

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

    /*How It Works*/
    .howItWorksWidget__step {
        max-width: calc( 33.3333% - 25px );
        padding: 15px;
        margin: 10px;
        background: #ffffff;
        border-radius: 10px;
        color: #502c1e;
        padding: 25px!important
    }

    .howItWorksWidget__step p {text-align: left !important; padding: 10px 10px 24px 10px !important;}

    .howItWorksWidget__stepHeader {padding: 20px 10px 0 10px !important; font-size: 22px !important;}

    .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;
        }

    @media (min-width: 1061px) {
        .howItWorksWidget__step {
            height: 600px!important;
        }
    }
    @media (max-width: 1060px) {
        .howItWorksWidget__step {
            height: 600px!important;
        }
    }
    @media (max-width: 921px) {
        .howItWorksWidget__step {
            height: 740px!important;
        }
    }
    @media (max-width: 768px) {
        .howItWorksWidget__step {
            margin: auto;
            width: 90%!important;
            height: auto !important;
            border: none;
            margin-bottom: 40px!important;
            flex-direction: column !important; 
            max-width: 90% !important; 
            border: 0px !important;
    }
    }
    @media (max-width: 575px) {
        .howItWorksWidget__step {
            padding: 0!important;
            margin-top: 40px!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__header h2 {color: #502C1E;}
    .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: etna,sans-serif;
        font-style: italic;
    }

    .featuredPostsWidget a, .featuredRecipesWidget a {
        color: #502c1e !important;
    }

    .featuredPostsWidget__postPreview, .featuredRecipesWidget__recipePreview {line-height: 1.4em; padding: 20px 0px 22px 0px; color: #502C1E;}

    .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: #25675c !important;
        border-color: #25675c !important;
        color: #e5e4e3 !important;
    }

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

    .featuredPostsWidget__postContainer > a:hover, .featuredRecipesWidget__recipePreview p a:hover {text-decoration: none;cursor: pointer;
        background: #316c66 !important;
        border-color: #316c66 !important;
        color: #e5e4e3 !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;}

    .linkListWidget {display: flex !important; justify-content: center !important;}

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

    #textWidget96 {padding-bottom: 0 !important;}

    #linkListWidget94 {padding-bottom: 0 !important; padding-top: 0 !important;}
    #textWidget97 {padding-top: 0 !important;}
    .textWidget--97 {padding-bottom: 20px !important;}
        /*footer drip form*/
        #footerWidget--95 {max-width: 500px !important; margin: auto !important; padding-left: 20px !important; padding-right: 20px !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*/ 
    button[type=submit] {
        background-color: #25675c !important;
    }

    /*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: #e5e4e3;}
    .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: #25675c;
        color: #e5e4e3;
        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: #e5e4e3; 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*/
    #photoGridWidget61 .photoGridWidget__listItem:last-of-type {width: 100% !important; max-width: 100% !important;}
    #photoGridWidget61 .photoGridWidget__listItem:last-of-type .photoGridWidget__caption {max-width: 40%;}
    @media (max-width: 1000px){
        #photoGridWidget61 .photoGridWidget__listItem:nth-of-type(9) {width: 100% !important; max-width: 100% !important;}
    #photoGridWidget61 .photoGridWidget__listItem:nth-of-type(9) .photoGridWidget__caption {max-width: 40%;}
    }

    .storeIndex__productsListingContainer header p {padding-top: 20px !important;}
    .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 #25675c !important;
    }
    .saleTag {
        background: #25675c !important;
    }
    .productListing__saleSavings--grid, .saleTextColor {
        color: #25675c !important;
    }
    @media (max-width: 768px){
        .storeIndex__productsListingContainer--style1 .textBanner {padding: 20px;}
        .storeIndex__sideBarList--style1 li {padding: 10px;}
        .storeIndex__sideBarList--style1>li a {padding: none !important;}
    }

        /*Store: Categories Landing Page*/
        .photoGridWidget__listCaption {border-radius: 15px; background-color: transparent !important;}
        .photoGridWidget__listCaption:hover {border-radius: 15px;
            background-color: #25675c92 !important;
        }
        .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: #25675c;
        }
    .collectionFooter__description a{
        color: #25675c !important;
        text-decoration: underline;
    }
    .collectionFooter__description h3{
        margin-top: 20px !important;
    }
    /*Product Pages*/
    .productPage__heading {font-size: 32px !important; font-style: normal !important; color: #502C1E !important;}
    .productPage__descriptionText h1, .productPage__descriptionText h2, .productPage__descriptionText h3, .productPage__descriptionText h4, .productPage__descriptionText p, .productPage__unitDescription, .productListing__salePrice div {color: #502C1E !important;}
    .productPage__descriptionText p a, .productPage__summary a {color: #25675c !important;}
    .productPage__descriptionText p a:hover, .productPage__summary a:hover {text-decoration-thickness: 3px !important;}
    .productPage__summary {color: #502C1E !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 #25675c; 
    }
    .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: #25675c;
    }
    .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__listImage {display: block;width: 100%;height: 300px;border-radius: 0;object-fit: cover;max-width: 260px;max-height: 200px;}
        @media (max-width: 768px) {.teamWidget__listItem {flex: 1 0 40%;}.teamWidget__list {row-gap: 20px !important;}}
        .teamWidget__listCaption {font-size: 20px;}
        .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;}
        .teamWidget__listCaption {color: #502C1E;} 
        .teamWidget__list li a {text-decoration: none !important;}
        .teamWidget__list li a:hover {opacity: .8 !important;}
        .teamWidget__bioInnerContainer div {color: #502C1E;}

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

    /*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: #e5e4e3dc; 
        border-radius: 8px;
    }
    .bannerWidget h1 {margin-bottom: 5px !important;}
    .bannerWidget__subheading {margin-top: 5px !important;}
    .pageWidget__slot:first-of-type .bannerWidget .bannerWidget__innerContainer {margin: 150px auto !important;}
    .bannerWidget__heading {margin-bottom: 20px !important; 
        color: #502c1e !important;
    }
    .bannerWidget__subheading {
        color: #502c1e !important;
    }
    @media (max-width: 768px) {
        .bannerWidget .bannerWidget__innerContainer {max-width: 80% !important; padding: 20px !important;}
        .bannerWidget__heading {font-size: 40px !important;}
        .bannerWidget__subheading {font-size: 18px !important;}
        .pageWidget__slot:first-of-type .bannerWidget .bannerWidget__innerContainer {margin: 100px auto !important;}
    }
    .bannerWidget--47 .bannerWidget__innerContainer, .bannerWidget--73 .bannerWidget__innerContainer {
    background-color: transparent !important;
    }

    /*default location pages*/
    .locationPage__ctaContainer {display: none !important;}
