
#product-list-id-112,
#product-list-id-113,
#product-list-id-114,
#product-list-id-115,
#product-list-id-116,
#product-list-id-117,
#product-list-id-118,
#product-list-id-119,
#product-list-id-120,
#product-list-id-121,
#product-list-id-124,
#product-list-id-125,
#product-list-id-126,
#product-list-id-127,
#product-list-id-128,
#product-list-id-130
{
	display: none;
}

/* Mobile First */


.o-layout--column-reverse h2 {
	font-size: 1.15em;
	font-weight: bold;
}


	
.hero-wrapper {
/*	border: 1px solid #000;*/
	position: relative;
	
	/*DISPLAY: NONE;*/
}
.hero-wrapper .hero-text {
	position: relative;
	padding: 1em;
	top: 0;
	width: 100%;
	/*height: 100%;*/
}
.hero-wrapper .hero-text.benefits {
	text-align: center;
}
.hero-wrapper h2 {
	font-size: 46px;
	font-weight: 900;
	color: #008540;
	line-height: 1.25em;
	letter-spacing: 2px;
}
.hero-wrapper h2 span {
	font-style: italic;
	color: #ef6423;
}
.hero-wrapper p {
	font-size: 24px;
	color: #4c4c4c;
	line-height: 1.45em;
	letter-spacing: 0px;
}
.hero-wrapper a.btn {
	font-size: 20px;
	background-color: #008540;
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 18px;
	border-radius: 5px;
	font-weight: bold;
}




#lf_benefits ul,
#lf_contents ul {
    list-style: none;
}


#storefront_about_us,
#lf_testimonials,
#lf_benefits,
#lf_contents {
	padding: 30px 0;
	border-bottom: 1px solid #00853F;
}



#lf_testimonials p {
	width: 80%;
	border: 1px solid #ef6423;
	margin: auto auto 15px auto;
	display: block;
	background: #fbe1d4;
    color: #000;
    padding: 2em;
    border-radius: 5px;
}

#recipes h4 {
	font-weight: bold;
	margin-top: 2em;
}



/* Mobile Only */	
@media screen and (max-width: 47em) {
	.o-layout--column-reverse img {
		float: none !important;
		display: block !important;
		margin: auto !important;
	}

}

/* Medium */	
@media screen and (min-width: 48em) {
	.hero-wrapper {
		border-color: yellow;
		position: relative;
		
	}
	.hero-wrapper .hero-text {
		padding: 1em;
		
	}

}
	
/* Large */	
@media screen and (min-width: 60em) {
	.hero-wrapper {
		border-color: #FF0000;
		position: relative;
	}
	.hero-wrapper .hero-text {
		padding: 2em 2em;
		position: absolute;
		width: 550px;
	}
	.hero-wrapper .hero-text.benefits {
		padding: 1em 3em;
		width: 700px;
		text-align: center;
	}
	.hero-wrapper h2 {
		letter-spacing: 3px;
	}
	.hero-wrapper p {
		line-height: 1.25em;
		letter-spacing: 1px;
	}
	.hero-wrapper .hero-text.benefits li {
		font-size: 14px;
	}
	.hero-wrapper a.btn {

	}
		
}

@media screen and (min-width: 70em) {
	.hero-wrapper {
		border-color: #FF0000;
		position: relative;
	}
	.hero-wrapper .hero-text {
		padding: 3em 2em;
		position: absolute;
	}
	.hero-wrapper .hero-text.benefits {
		padding: 1em 3em;
		width: 700px;
		text-align: center;
	}
	.hero-wrapper h2 {
		letter-spacing: 3px;
	}
	.hero-wrapper p {
		line-height: 1.50em;
		letter-spacing: 1px;
	}

	.hero-wrapper a.btn {

	}
		
}
	
/* Wide */	
@media screen and (min-width: 90em) {
	
	.hero-wrapper {
		border-color: green;
		position: relative;
	}
	.hero-wrapper .hero-text {
		padding: 70px 55px;
		width: 560px;
	}
	.hero-wrapper .hero-text.benefits {
		padding: 2em 7em;
		width: 700px;
		text-align: center;
	}
	.hero-wrapper h2 {
		line-height: 1.30em;
		letter-spacing: 2px;
	}
	.hero-wrapper p {
		line-height: 1.50em;
		letter-spacing: 0px;
	}
	.hero-wrapper a.btn {

	}
	
}