:root {
	--brand_color: #8dc73b;
	--brand_color_inverted: #FFF;
	--background_color: #FFF;
	--text_color: #3d3d3d;
	--link_color: #c73b47;
}

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

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

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

a:hover {
	text-decoration: underline;
}

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

.text-brand {
	color: #8dc73b;
}

.text-action {
	color: #c73b47;
}

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

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

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

/* SiteHeader */

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

.announcement_bar a {
	color: #c73b47;
}

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

.siteHeader__container {
	max-width: 1366px;
}

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

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

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

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


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

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

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

.orderStatus__container {
	color: #fff;
}

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

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

.orderStatus__mobileToggle {
	color: #fff;
}

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

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

/* Logo */

.logo {
	color: #c73b47;
	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: #ffffff;
	color: #c73b47;
}

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

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

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

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

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

.backToTopLink__container {
	background-color: #ffffff;
}

.backToTopLink__container a {
	color: #c73b47;
}

/* Buttons */
.btn-brand, .btn-default, .btn-primary {
	background-color: #8dc73b !important;
	border-color: #79b327 !important;
	color: #FFF !important;
}

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

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



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

.btn-danger, .btn-action, .cta {
	background-color: #c73b47 !important;
	border-color: #b32733 !important;
	color: #FFF !important;
}
.btn-danger:hover, .btn-action:hover, .cta:hover {
		background-color: #ef636f !important;
	border-color: #ef636f !important;
	
	color: #FFF !important;
}

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

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

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

/*Custom Styles*/
.btn-action {
    background-color: #8dc73b !important;
    border-color: #8dc73b !important;
}

.btn-action:hover {
    background-color: #659f13 !important;
    border-color: #659f13 !important;
}

.storeIndex__sideBarList > li:nth-child(1) > a:nth-child(1):hover,
.storeIndex__sideBarList > li:nth-child(2) > a:nth-child(1):hover,
.storeIndex__sideBarList > li:nth-child(3) > a:nth-child(1):hover,
.storeIndex__sideBarList > li:nth-child(4) > a:nth-child(1):hover {
    color: #659f13 !important;
}

.locationList__heading > a:nth-child(1):hover,
.locationList__address > a:nth-child(2):hover,
#locationList > li:nth-child(3) > a:nth-child(1):hover,
.contactPage__address > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1):hover{
    color: #659f13 !important;
}

.howItWorksWidget--2, .ctaButtonWidget--3{
    background-color: #f1f1f1 !important;
}

#linkListWidget15{
    padding: 30px 10px 10px 30px !important;
}

#footerWidget--21{
    padding-top: 20px !important;
}

.linkListWidget__list--horizontal > li > a{
    padding-left: 0px !important;
}

#footerWidget--23{
    width: 220px !important;
    margin-right: 50px !important;
}

.siteFooter__container{
    display: flex !important;
}

.htmlWidget--23{
    margin-top: 20px !important;
    
}

/*.btn-danger{
    background-color: #8dc73b !important;
    border-color: #8dc73b !important;
}

.btn-danger:hover{
    background-color: #659f13 !important;
    border-color: #659f13 !important;
}*/

.htmlWidget--26{
    text-align: right;
    margin-right: 20px;
    padding-top: 25px;
}

a.bannerWidget__cta:nth-child(2){
    margin-left: 20px !important;
}

.ctaButtonWidget--29{
    margin-bottom: 40px !important;
}

.ctaButtonWidget--29 > a{
    float: right;
    background-color: #fff;
    padding: 5px 15px 5px 15px;   
}

.auxiliaryMenu__container{
    background-color: #f1f1f1;
}

li.photoGridWidget__listItem:nth-child(5) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1),
li.photoGridWidget__listItem:nth-child(6) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1),
li.photoGridWidget__listItem:nth-child(2) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1){
    width: 355px;
    height: 236.55px;
}


/*.siteHeader__container {
    background: transparent url('https://images.unsplash.com/photo-1475260151973-4b51c9c9af2d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=752&q=80') no-repeat left / cover;
    height: 90vh;
    
}*/

.siteHeader__alignmentContainer--style4{
    width: 100%;
}

.siteHeader__flexContainer--style4{
    /*background-image: linear-gradient(to bottom right, #0000, #000000);*/
    padding-left: 14%;
    height: 150px;
}

#mainNavigation{
    background-color: transparent !important;
}

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

.mainNavigation__list > li > a:hover{
    color: #8dc73b;
    background-color: transparent;
    border-bottom: solid 2px #8dc73b;
}

.logo__img{
    height: 160px;
}

.bannerWidget__heading{
    margin-left: 100px !important;
}

#delivery-container{
    text-align: center;
    padding-bottom: 20px;
}

#delivery-list{
    text-align: left;
    margin-left: 20%;
    margin-top: 25px;
    list-style: none;
    font-size: 18px;
}

#above-footer-container{
    color: #fff;
    padding: 40px;
    display: flex;
    background-color: #efac1f !important;
}

.bannerWidget--49::after,
.bannerWidget--66::after,
.howItWorksWidget--2,
.bannerWidget--73::after
{
    background-image: url('https://cdn3.vitalfarms.com/wp-content/themes/vfarms/assets/images/textures/blacktexture.png');
}

.bannerWidget--57::after,
.bannerWidget--67::after,
.bannerWidget--72::after{
    background-image: url('https://vitalfarms.com/wp-content/themes/vfarms/assets/images/textures/yellowtexture.png');
    background-color: #efac1f !important;
}

.bannerWidget--51::after{
    background-color: #8ABF3B !important;
}

.cf_expanding-list h3 a .fas {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
}

.questions-link{
    display: block;
    border: 1px solid rgba(176,179,184, .6);
    padding: 10px 36px 10px 15px;
    background-color: rgba(0,0,0,.02);
    position: relative;
    font-size: 22px;
    color:#276C06;
}

.questions-link:hover, .questions-link:focus{
    color:#276C06;
}

.question-heading{
    margin-bottom: 0;
}

.cf_expanding-list__content{
    background-color: rgba(0, 0, 0, 0.02);
    color: rgb(51, 51, 51);
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgba(176, 179, 184, 0.6);
    padding: 0px 15px;
    padding-top: 0px;
    margin-bottom: 1em;
    display: block;
    padding-top: 20px;
}

.btn-danger,.cta{
    background-color: #c5221f !important;
    border-color: #c5221f !important;
}

.btn-danger:hover,.cta:hover{
    background-color: #7d110f !important;
    border-color: #7d110f !important;
}

.bannerWidget__heading{
    margin-left: 0 !important;
    font-weight: normal !important;
}

.giftBanner{
    background-image: url('https://images.unsplash.com/photo-1494319827402-c4b839aed26b?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60'); 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px !important;
}

.howToBuyHeading{
    margin-left: 100px !important;
}

iframe{
    width: 1600px !important;
    height: 500px !important;
}

.video-container{
    height: 500px !important;
    padding-bottom: 0 !important;
}

#product_25-gift-card > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(1) > img:nth-child(2){
    width: 299px !important;
}

#product_50-gift-card > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > div:nth-child(1) > img:nth-child(2){
    height: 226px !important;
}

.visit-store-btn-in-yellow{
    padding-top: 12px;
    padding-bottom:12px;
    font-size: 20px;
    width: 152px !important;
}

.howToBuySubHeading{
    margin-left: 100px !important;
}

.howToBuyTopBanner{
    padding-bottom: 250px !important;
}

.announcement_bar{
    font-size: 16px !important;
}

.__PrivateStripeElement > iframe:nth-child(1){
    height: 24px !important;   
}
