/*
	Theme Name: Beaverton Foods
	Theme URI: http://beavertonfoods.com
	Description: Custom Wordpress theme for Education First New
	Version: 2.0
	Author: Eric Richards
	Tags: HTML5, CSS3, jQuery, custom, mobile, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



/* -------------------------------------------------------------------------------------------------------------- */
/* css for site basics ------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */


html,body {
	width: 100%;
	height: 100%;
	background: #f4eee4;
    }
body {
	padding: 0;
	margin: 0;
	min-width: 100%;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;	
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a {
	color: #000;
    transition: color 0.2s linear;
	}
a:hover {
	color: #173382;
	outline: none;
    transition: color 0.2s linear;
   	}
ul {
	padding: 0 0 25px 20px;
	margin: 0;
	list-style: '• ';
	}
ul li {
    position: relative;    
	padding: 0 0 10px 5px;
	vertical-align: middle;
	margin: 0;
	float: none;
	}
ul li ul {
	padding: 10px 0 5px 15px;
	list-style: '+ ';
	}
ul li ul li {
	padding: 0 0 0 5px;
	background: none;
	}
ul li::marker {
    color: #B33239;
    font-size: 20px;
    font-weight: 400;
	}
ul li ul li::marker {
    color: #B33239;
    font-size: 20px;
    font-weight: 400;
	}
ol {
	padding: 0 0 25px 30px;
	margin: 0;
	}
ol li {
	padding: 0 0 10px 0px;
	margin: 0;
	float: none;
	}
ol li::marker {
    color: #B33239;
    font-size: 16px;
    font-weight: 400;
	}
p {
	padding: 0 0 35px 0;
	margin: 0;
	}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 14px; 
	line-height: 14px;
	}	
strong,
b {
	font-weight: 600;
	}
h1 {
 	padding: 0 0 25px 0;
	margin: 0 0 0 0;
	font-family: 'Gin', serif;
	font-size: 80px;
	line-height: 80px;
	color: #173382;
	font-weight: normal;
	text-transform: uppercase;
	}
h2 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Gin', serif;
	font-size: 60px;
	line-height: 60px;
	color: #173382;
	font-weight: normal;
	}
h3 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: 'Gin', serif;
	font-size: 32px;
	line-height: 32px;
	color: #173382;
	font-weight: normal;
	}
h4 {
 	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	font-family: "baskerville-display-pt", serif;
	font-size: 21px;
	line-height: 21px;
	color: #B33239;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	}
h5 {
 	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	}
hr {
	padding: 35px 0 0 0;
	margin: 0 0 65px 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #aaacad;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* contact form ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

input[type='password'],
input[type='tel'],
input[type='email'],
input[type='text'] {
	display: inline-block !important;
	vertical-align: top !important;
	padding: 15px 10px 15px 10px !important;
	margin: 0 5px 10px 0 !important;
	width: 100% !important;
	border: 1px solid #B33239 !important;
	border-radius: 0px !important;
	background: #fff !important;
	outline: none !important;
	font-family: "Montserrat", sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #000 !important;
	transition: all 0.2s linear !important;
	}
	.coupon input[type='text'] {
		width: auto !important;
		}
textarea {
	vertical-align: top !important;
	padding: 10px 0 0 10px !important;
	margin: 0 0 15px 0 !important;
	height: 250px !important;
	width: 100% !important;
	border-radius: 0 !important;
	display: inline-block !important;
	border: 1px solid #B33239 !important;
	outline: none !important;
	background: #fff !important;
	font-family: "Montserrat", sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #000 !important;
	transition: all 0.2s linear !important;
	}
select {
	padding: 0 0 0 10px !important;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
	height: 51px !important;
	border-radius: 0 !important;
	border: 1px solid #B33239 !important;
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('images/pro-arrow-down.png') !important;
	background-position: right 10px center !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	font-family: "Montserrat", sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 18px !important;
	color: #000 !important;
	transition: all 0.2s linear !important;
	}
button[type='submit'],
input[type='submit'] {
	display: inline-block !important;
	padding: 17px 25px 17px 25px !important;
	margin: 25px 5px 25px 0 !important;
	min-width: 110px !important;
	background: #B33239 !important;
	border: 1px solid #E5BC4E !important;
	border-radius: 5px !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: center !important;
	cursor: pointer !important;
    transition: all 0.3s linear;
    text-decoration: none !important;
 	vertical-align: top !important;
	}
	button[type='submit']:hover,
	input[type='submit']:hover {
		background: #fff !important;
		border: 1px solid #E5BC4E !important;
		color: #173382 !important;
	    transition: all 0.3s linear;
	    text-decoration: none;
		}
	::placeholder {
		font-family: "Montserrat", sans-serif !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: 15px !important;
		line-height: 15px !important;
		color: #000 !important;
		opacity: .8 !important;
		}
	
input[type=checkbox] + label {
	display: block;
	margin: 0 0 5px 0;
	cursor: pointer;
	}
input[type=checkbox] {
	display: none !important;
	}
input[type=checkbox] + label:before {
	content: "\2713";
	background: transparent;
	border: 1px solid #324b8b !important;
	display: inline-block;
	font-size: 18px; 
	line-height: 18px;
	width: 15px;
	height: 18px;
	padding: 0 0 0 3px;
	margin: 0 10px 3px 0;
	vertical-align: middle;
	color: transparent;
	transition: .2s;
	}
input[type=checkbox] + label:active:before {
	transform: scale(0);
	}
input[type=checkbox]:checked + label:before {
	color: #324b8b;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for site structure --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

main {
	margin: 155px 0 0 0;
	}
.content-area,		
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 92%;
	padding: 50px 4% 50px 4%;
	max-width: 1280px;
	}		

	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for header ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

header { 
	position: fixed;
	top: 0;
	width: 100%;
	height: 155px;
	background: url(images/background-header.png) no-repeat;
	background-size: cover;
	z-index: 999;
	}	
	#top {
		position: relative;
		padding-top: 16px;
		height: 32px;	
		background: url(images/background-header-blue.png) no-repeat;
		background-size: cover;
		text-align: center;
		font-size: 13px;
		line-height: 15px;
		color: #fff;
		text-transform: uppercase;
		}
		#top .sign-in {
			position: absolute;
			padding-left: 30px;
			height: 19px;
			top: 16px;
			right: 30px;
			font-weight: 600;
			background: url(images/icon-user.png) no-repeat;
			}
.logo  {
	padding: 20px 0 0 30px;
	width: 280px;
    transition: all 0.2s linear;
    z-index: 999;
	}
nav {
	display: block;
	position: absolute;
	top: 95px;
	left: 340px;	
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
	z-index: 997;
	transition: all 0.2s linear;
	}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
		}
		nav ul li a {
			margin: 0;
			padding: 0 12px 43px 12px;
			color: #000;
			text-decoration: none;
			}
		nav ul li a:hover {
			color: #173382;
			}
		nav .current-menu-item a {
			color: #173382;
			}
	nav ul li ul {
		display: block;
		}
nav ul li.nav1 .sub-menu,
nav ul li.nav2 .sub-menu {
	display: none;
	position: absolute;
	z-index: 993;
	}
	nav ul li .sub-menu li:first-child {
		padding-top: 20px;
		}
	nav ul li .sub-menu li:last-child {
		padding-bottom: 20px;
		}
	nav ul li.nav1:hover .sub-menu,
	nav ul li.nav2:hover .sub-menu {
		top: 59px;
		margin: 0 0 0 -10px;
		padding: 0 30px 0 20px;
		background: url(images/background-header.png);
		cursor: pointer;
		}
		nav ul.sub-menu li a {
			display: block;
			min-width: 180px;
			width: 100%;
			white-space: nowrap;
			padding: 5px 0 5px 0;
			font-size: 14px;
			color: #000;
			}	
		nav ul.sub-menu li a:hover {
			color: #173382;
			}
.nav-search  {
	position: absolute;
	top: 80px;
	right: 140px;
	width: 240px;
	transition: all 0.2s linear;
	z-index: 998;
	}	
.nav-search #searchsubmit {
	position: absolute !important;
	left: 10px !important;
	top: 10px !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 0 0 30px !important;
	min-width: 26px !important;
	width: 26px !important;
	height: 28px !important;
	background: url(images/icon-search.png) no-repeat !important;
	background-size: 26px 28px !important;
	background-color: transparent !important;
	}	
.nav-search .searchfield::placeholder {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #A68846;
	text-transform: uppercase;
	}
.nav-search input[type='text'] {
	display: inline-block !important;
	vertical-align: top !important;
	padding: 0 0 0 50px !important;
	margin: 0 0 15px 0 !important;
	height: 45px !important;
	width: 100% !important;
	border: none !important;
	border-radius: 20px !important;
	background: #fff !important;
	outline: none !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: 600 !important;
	color: #A68846 !important;
	text-transform: uppercase !important;
	transition: all 0.2s linear !important;
	}
	.nav-search input[type='text']::placeholder {
		font-family: "Montserrat", sans-serif !important;
		font-size: 16px !important;
		line-height: 16px !important;
		font-weight: 600 !important;
		color: #A68846 !important;
		text-transform: uppercase !important;
		opacity: 1 !important;
		}
input[type=number],
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
	}
.cart-nav {
	position: absolute;
	top: 87px;
	right: 20px;
	width: 50px;
	height: 50px;
	}
	.cart img {
		width: auto;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for layout ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.wide {
	position: relative;
	width: 100%;
	}
.half li {
	list-style: none;
	float: left;
	width: 49%;
	margin: 0 1% 20px 0;
	}
.one-third li {
	list-style: none;
	float: left;
	width: 31%;
	margin: 0 2% 60px 0;
	}
	.one-third li:nth-child(3) {
		margin-right: 0;
		}
.americas-finest {
	margin-top: -128px;
	margin-bottom: -128px;
	background-image: url(images/banner-blue-large.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	}
	.americas-finest li:nth-child(1) {
		padding: 90px 6% 20px 7%;
		width: 47%;
		}
	.americas-finest li:nth-child(2) { 
		padding: 75px 5% 20px 0;
		width: 32%;
		}
	.americas-finest p {
		padding: 0 0 15px 0;
		}
	.americas-finest img {
		width: 100%;
		height: auto;
		}
.featured-products {
	z-index: 1; 
	background-image: url(images/background-products.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: inset 0px -10px 50px 0px rgba(0,0,0,.6), inset -150px -150px 0px -150px rgba(0,0,0,0), inset 150px 150px 0px 150px rgba(0,0,0,0); 
	box-shadow: inset 0px -10px 50px 0px rgba(0,0,0,.6), inset -150px -150px 0px -150px rgba(0,0,0,0), inset 150px 150px 0px 150px rgba(0,0,0,0);
	}		
.our-favorites {
	padding-top: 120px;
	text-align: center;
	}
	.our-favorites h2 {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px;
		display: inline-block;
		font-size: 93px;
		line-height: 85px;
		}
	.blue-stars {
		width: 24%;
		height: 65px;
		display: inline-block;
		background-image: url(images/star-blue.png);
		background-repeat: repeat-x;
		background-position: left center;
		}
	.products .product,	
	.featured-products .product {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
		text-align: center !important;
		/*width: 24%;
		padding: 0;
		float: left;*/
		min-height: 550px !important;
		}
	.products .product {
		display: inline-block;
		width: 24%;
		padding: 0;
		}
		.products .product:hover,	
		.featured-products .product:hover {
			background-image: url(images/product-hover.png);
			background-repeat: no-repeat !important;
			background-size: cover !important;
			background-position: center top !important;
			}
		.products .product:hover img,	
		.featured-products .product:hover img {
			margin-top: -25px !important;
			transition: all 0.2s linear;
			}
		.products .product img,	
		.featured-products .product img {
			margin: 0 auto !important;
			max-width: 265px !important;
			height: auto !important;
			transition: all 0.2s linear;
			}
		.featured-products h2.woocommerce-loop-product__title,	
		.products h2.woocommerce-loop-product__title,
		.featured-products .product-name {
			padding: 0 0 15px 0 !important;
			margin: -25px auto 0 auto !important;
			max-width: 150px !important;
			font-family: "Montserrat", sans-serif;
			font-weight: 400 !important;
			color: #000 !important;
			font-size: 16px !important;
			line-height: 21px !important;
			text-align: center !important;
			}
		.products .amount,
		.products .product-price,
		.featured-products .amount,	
		.featured-products .product-price {
			font-size: 18px !important;
			line-height: 24px !important;
			font-weight: 600 !important;
			color: #000 !important;
			}
		.products .our-favorites .sc_button,
		.featured-products .our-favorites .sc_button {
			display: none !important;
			}	
			.products .sc_button {
				display: none !important;
				}	
			.products .product {
				margin-bottom: 0 !important;
				margin-top: 0 !important;
				padding-bottom: 0 !important;
				padding-top: 0 !important;
				}
.stripes-vertical {
	padding-top: 50px; 
	padding-bottom: 50px; 
	background-image: url(images/background-stripes-vertical.png);
	}		
.shop-our-brands {
	width: 100%;
	height: 260px;
	padding: 50px 0 50px 0;
	text-align: center;
	background-image: url(images/background-brands.png);
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
	}
	.shop-our-brands h2 {
		padding: 20px 50px 0 40px;
		font-size: 60px;
		line-height: 60px;
		height: 110px;
		background-image: url(images/font-banner-blue-stars.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: inherit;
		text-align: center;
		letter-spacing: -1px
		}
		.shop-our-brands h2 a {
			color: #173382;
			text-decoration: none;
			}
.our-recipes {
	z-index: 1;
	text-align: center;
	background: #f2ebe0;
	background-image: url(images/background-dots-yellow.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	-webkit-box-shadow: inset 0px 25px 50px -25px rgba(0,0,0,.6), inset -150px -150px 0px -150px rgba(0,0,0,0), inset 150px 150px 0px 150px rgba(0,0,0,0); 
	box-shadow: inset 25px 25px 50px -25px rgba(0,0,0,.6), inset -150px -150px 0px -150px rgba(0,0,0,0), inset 150px 150px 0px 150px rgba(0,0,0,0);
	}
	.sketches {
		padding: 75px 0 50px 0;
		margin: 0 auto;
		width: 718px;
		}	
		.sketches img {
			width: auto;
			}
	.our-recipes h4 {
		font-size: 21px;
		color: #173382;
		}
	.our-recipes h2 {
		padding-left: 30px;
		padding-right: 30px;
		display: inline-block;
		font-size: 93px;
		line-height: 85px;
		color: #B33239;
		}
	.red-stars {
		width: 24%;
		height: 65px;
		display: inline-block;
		background-image: url(images/star-red.png);
		background-repeat: repeat-x;
		background-position: left center;
		}
	.recipe-main-page {
		margin-top: 0;
		}	
	.recipe-section {
		margin: -50px auto 0 auto;
		padding: 0 0 0 2%;
		text-align: center;
		}	
	ul li.recipe-wrap {
		position: relative;
		margin: 120px 0 50px 0;
		padding: 34px 0 0 0;
		background-image: url(images/recipe-banner.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 97% 97%;
		text-align: center;
		height: 660px;
		}
		.recipe-section ul li.recipe-wrap {
			margin: 20px 0 20px 0;
			}
		ul li.recipe-wrap:nth-child(1) {
			margin-left: 0;
			}		
		ul li.recipe-wrap:nth-child(3) {
			margin-right: 0;
			}	
		.recipe {
			padding: 0 8.5%;
			}	
			.recipe img {
				width: 100%;
				height: auto;
				}
			.recipe h3 {
				padding: 15px 25px 10px 25px;
				text-align: left;
				color: #000;
				}		
			.recipe p {
				padding: 0 25px 5px 25px;
				text-align: left;
				}		
			.recipe .author {
				padding: 0 25px 15px 25px;
				text-align: left;
				font-weight: 600;
				font-style: italic;
				color: #B33239;
				}
			.recipe .recipe-btn {
				position: absolute;
				bottom: 40px;
				left: 30%;
				}
			.photo-overlay-wrap {
				position: relative;
				width: 100%;
				height: 100%;
				}
			.photo-overlay-360x220 {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url(images/overlay-360x220.png);
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 100% 100%;
				}
			.recipe-column1 {
				margin-top: 50px;
				margin-right: 5%;
				float: left;
				width: 40%;
				}		
			.recipe-column2 {
				margin-top: 50px;
				float: left;
				width: 55%;
				}	
			.recipe-video {
				margin: 30px 0 70px 0;
				}						
	.career-block {
		margin-bottom: 20px;
		}
.vert-horz-align {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	text-align: center;
	}
.vert-align {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	text-align: center;
	}
	.vert-left-align {
		text-align: left;
		}
.contact-page {
	margin-top: 50px;
	font-size: 18px;
	line-height: 26px;
	color: #B33239;
	text-align: center;
	}
	.contact-page a {
		color: #B33239;
		}
	.gform_footer .gform_button {
		margin: 0 auto 50px auto !important;
		text-align: center !important;
		}
	#field_1_8,
	#field_1_7 {
		text-align: center;
		}
		#field_1_8 p,
		#field_1_7 p {
			padding: 0;
			margin: 0;
			}
		
/* -------------------------------------------------------------------------------------------------------------- */
/* buttons and icons -------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.return-to-shop a,
.wpb-content-wrapper button,
.wc-forward,
.wc-proceed-to-checkout a,
.single_add_to_cart_button,
.sc_button,
.learn-more-btn {
	display: inline-block;
	padding: 17px 25px 17px 25px !important;
	margin: 25px 5px 25px 0 !important;
	min-width: 110px !important;
	background: #B33239 !important;
	border: 1px solid #E5BC4E !important;
	border-radius: 5px;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #fff !important;
	font-weight: 600 !important;
	text-align: center;
	cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
 	vertical-align: top;
 	text-transform: uppercase;
	}	
	.woocommerce-shipping-calculator button,
	.woocommerce-cart-form button,
	.wpb-content-wrapper button,
	.wc-forward {
		margin: 0px 5px 0px 0 !important;
		}
	.return-to-shop a:hover,
	.wpb-content-wrapper button:hover,
	.wc-forward:hover,
	.wc-proceed-to-checkout a:hover,
	.single_add_to_cart_button:hover,
	.sc_button:hover,
	.learn-more-btn:hover {
		background: #fff !important;
		border: 1px solid #E5BC4E !important;
		color: #173382 !important;
	    transition: all 0.3s linear;
	    text-decoration: none;
		}
.icon-pointer {
	display: inline-block;
	margin-top: 24px;
	width: 91px;
	height: 48px;
	background-image: url(images/icon-pointer.png);
	background-repeat: no-repeat;
	background-position: left center;
	}	


/* -------------------------------------------------------------------------------------------------------------- */
/* css for home ------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.hero-home {
	margin-top: 155px;
	}
	.slider-subtitle,
	.hero-home-text h1 {
		padding: 0 !important;
		margin: 0 !important;
		font-family: 'Gin', serif !important;
		}
	.slider-title,	
	.hero-home-text h2 {
		padding: 0 !important;
		margin: 0 !important;
		font-family: 'Gin', serif !important;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for video ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */
	
.video-contain {
	margin: -50px 0 0 0;
	position: relative;
	overflow: hidden;
	width: 97%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}

.video-contain iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for stars ------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------- */

.stars-white {
	background: url(images/star-white.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-tan {
	background: url(images/star-tan.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-black {
	background: url(images/star-black.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-red-blue,	
.stars-red-gold,
.stars-red {
	background: url(images/star-red.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-blue {
	background: url(images/star-blue.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-gold-red,	
.stars-gold {
	background: url(images/star-gold.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	height: 35px;
	}
.stars-yellow {
	background: url(images/star-yellow.png);
	background-repeat: repeat-x;
	margin: 8px 0 25px 0;
	height: 35px;
	}
	.search-stars {
		margin-top: 20px; 
		margin-bottom: 55px;
		}
.section-stars {
	text-align: center;
	}
	.banner-stars h1 {
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		}
	.banner-stars .header-stars {
		width: 11%;
		background-position: center top 10px;
		display: inline-block;
		}	
	.section-stars h2 {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 50px;
		display: inline-block;
		}
	.section-stars .header-stars {
		width: 11%;
		background-position: center top 15px;
		display: inline-block;
		}	
	.section-blue h4,
	.section-blue h2 {
		color: #173382;
		}
	.section-gold-red h4,
	.section-gold-red h2 {
		color: #B33239;
		}
	.section-white h4,
	.section-white h2 {
		color: #fff;
		}
	.section-black h4,
	.section-black h2 {
		color: #000;
		}
	.section-red-gold h4,
	.section-red-gold h2 {
		color: #A68846;
		}
	.section-red-blue h4,
	.section-red-blue h2 {
		color: #173382;
		}


/* -------------------------------------------------------------------------------------------------------------- */
/* css for flex content ----------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.flex-content {
	margin-top: 0;
	background: #f4eee4;
	}
	.flex-content .container {
		padding-top: 10px;
		padding-bottom: 10px;
		}
	.stars .container {
		padding-top: 40px;
		padding-bottom: 50px;
		}
.banner {
	position: relative;
	padding: 155px 0 0 0;
	height: 315px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	}
	.banner .container {
		padding-top: 0;
		padding-bottom: 0;
		}
	.banner-overlay {
		position: absolute;
		margin: 0 auto 0 auto;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 1439px;
		width: 100%;
		height: 90px;
		background-image: url(images/banner-overlay.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center bottom;
		}	
	.banner-text {
		position: relative;
		margin-top: -15px;
		height: 315px;
		}
		.banner-text h1 {
			color: #fff;
			}
		.banner-text h4 {
			color: #fff;
			}
	.intro {
		padding-top: 0;
		}	
		.intro img {
			width: 100%;
			height: auto;
			}
		.intro .top-paragraph {
			padding: 0 10% 0 10%;
			font-size: 20px;
			line-height: 38px;
			font-weight: 600;
			}
		.intro .content {
			padding: 0 10% 0 10%;
			}	
		.flex-content .intro-overlay-wrap {
			position: relative;
			margin: 0 auto;
			text-align: center;
			max-width: 1212px;
			overflow: hidden;
			}			
			.flex-content .intro-overlay-wrap .photo-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url(images/single-image-overlay.png);
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100% 100%;
				}
				.flex-content .intro-overlay-wrap .photo-overlay img {
					width: 90%;
					margin-top: 5%;
					}
		.flex-content .photo-overlay-wrap {
			position: relative;
			margin: 0 auto;
			text-align: center;
			width: 107%;
			margin-left: -45px;
			overflow: hidden;
			}			
			.flex-content .half-photo-overlay-wrap img,
			.flex-content .photo-overlay-wrap img {
				width: 100%;
				height: auto;
				}
			.flex-content .photo-overlay-wrap .photo-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100% 100%;
				}
				.yellow-overlay {
					background-image: url(images/large-photo-overlay-yellow.png);
					}
				.photo-overlay-wrap .photo-overlay img {
					width: 90%;
					margin-top: 5%;
					}


		.flex-content .photo-overlay-wrap {
			position: relative;
			margin: 0 auto;
			text-align: center;
			width: 107%;
			margin-left: -45px;
			overflow: hidden;
			}			
			.flex-content .photo-overlay-wrap .photo-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100% 100%;
				}
				.yellow-overlay {
					background-image: url(images/large-photo-overlay-yellow.png);
					}
				.photo-overlay-wrap .photo-overlay img {
					width: 90%;
					margin-top: 5%;
					}



		.flex-content .half-photo-overlay-wrap {
			position: relative;
			margin: 0 auto;
			text-align: center;
			width: 90%;
			padding: 10%;
			margin-left: -45px;
			overflow: hidden;
			}
			.three-column-photo-overlay .half-photo-overlay-wrap {
				margin-left: -25px;
				}
			.flex-content .three-column-overlay {
				margin-left: -30px;
				}			
			.flex-content .half-photo-overlay-wrap .photo-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url(images/half-photo-overlay.png);
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100% 100%;
				}
				.half-photo-overlay-wrap .photo-overlay img {
					width: 90%;
					margin-top: 5%;
					}
		.flex-content .cta-photo-overlay-wrap {
			position: relative;
			margin: 0 auto;
			text-align: center;
			width: 90%;
			overflow: hidden;
			transform: rotate(340deg);
			}
			.flex-content .cta-photo-overlay-wrap .photo-overlay {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-image: url(images/cta-photo-overlay.png);
				background-repeat: no-repeat;
				background-position: center top;
				background-size: 100% 100%;
				}
	.framed-headline {
		padding: 25px 0 50px 0;
		margin: 0px auto 25px auto;
		background-position: center top;
		background-repeat: no-repeat;
		font-family: 'Gin', serif;
		font-size: 60px;
		line-height: 60px;
		text-align: center;
		letter-spacing: -1px;
		}
		.on-frame {
			position: absolute;
			margin: 0 auto;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			}
		.frame-white-blue {
			background-image: url(images/frame-white-stars-blue.png);
			color: #173382;
			}
		.frame-white-blue a {
			color: #173382;
			}
		.frame-white-red {
			background-image: url(images/frame-white-stars-red.png);
			color: #B33239;
			}
		.frame-white-red a {
			color: #B33239;
			}
		.frame-white-gold {
			background-image: url(images/frame-white-stars-gold.png);
			color: #A68846;
			}
		.frame-white-gold a {
			color: #A68846;
			}
		.frame-red-yellow {
			background-image: url(images/frame-red-stars-yellow.png);
			color: #E5BC4E;
			}
		.frame-red-yellow a {
			color: #E5BC4E;
			}
		.frame-gold-blue {
			background-image: url(images/frame-gold-stars-blue.png);
			color: #173382;
			}
		.frame-gole-blue a {
			color: #173382;
			}
		.frame-blue-red-white {
			background-image: url(images/frame-red-blue-stars-white.png);
			color: #fff;
			}
		.frame-blue-red-white a {
			color: #fff;
			}
.two-column1 {
	float: left;
	width: 48%;
	margin-right: 4%;
	}	
.two-column2 {
	float: left;
	width: 48%;
	}
	.half-and-half {
		padding-top: 100px;
		}
		
.three-column1 {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	}	
.three-column2 {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	}	
.three-column3 {
	float: left;
	width: 31%;
	}	
.cta {
	color: #fff;
	background-image: url(images/cta-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	}
	.cta .container {
		margin-top: 20px;
		margin-bottom: 50px;
		}
	.cta .two-column1 {
		position: relative;
		margin-right: 0;
		width: 48%;
		height: 600px;
		}
		.cta .two-column1 .vert-align {
			padding: 50px 50px 20px 50px;
			background: #5F9A41;
			}
	.cta .two-column2 {
		width: 48%;
		float: right;
		}
		.cta .two-column2 img {
			margin-top: -100px;
			width: 130%;
			}
	.cta h4 {
		color: #fff;
		}
	.cta h2 {
		color: #fff;
		font-size: 80px;
		line-height: 80px;		
		}

/* -------------------------------------------------------------------------------------------------------------- */
/* css for footer ----------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.bottom-section {
	background-image: url(images/background-footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
.pre-footer {
	margin-top: 30px;
	height: 470px;
	background-image: url(images/banner-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	}	
	.flex-content .pre-footer {
		margin-top: -20px;
		margin-bottom: 30px;
		}
	.pre-footer .logo {
		padding: 20px 0 30px 0px;
		width: 280px;
		}
	.pre-footer .one-third li {
		text-align: left;
		margin-right: 0;
		}	
		.pre-footer .one-third li:nth-child(1) {
			padding: 35px 5% 0 3%;
			width: 33%; 
			}
		.pre-footer .one-third li:nth-child(2) {
			padding: 80px 0 0 0;
			width: 25%; 
			}
		.pre-footer .one-third li:nth-child(3) {
			padding: 80px 4% 0 0;
			width: 30%;
			float: right; 
			}
			.pre-footer .one-third li:nth-child(3) h3 {
				padding: 0 0 0 50px;
				background: url(images/icon-stay-tuned.png) no-repeat left top 2px;
				}
			.pre-footer .one-third li:nth-child(3) img {
				padding-left: 10px;
				max-width: 327px;
				}
		.pre-footer a {
			color: #000;
			}		
		.pre-footer .address {
			background: url(images/icon-address.png) no-repeat left top 5px;
			padding: 0 0 25px 50px;
			}	
		.pre-footer .email {
			display: block;
			background: url(images/icon-email.png) no-repeat left top;
			padding: 0 0 25px 50px;
			}	
		.pre-footer .phone {
			background: url(images/icon-phone.png) no-repeat left top;
			padding: 0 0 25px 50px;
			}	
		.pre-footer .facebook {
			background: url(images/icon-facebook.png) no-repeat left top;
			margin: 20px 30px 0 0;
			width: 27px;
			height: 26px;
			float: left;
			}	
		.pre-footer .twitter {
			background: url(images/icon-twitter.png) no-repeat left top;
			margin: 20px 30px 0 0;
			width: 28px;
			height: 27px;
			float: left; 
			}	
		.pre-footer .google {
			background: url(images/icon-google.png) no-repeat left top;
			margin: 20px 0 0 0;
			width: 28px;
			height: 27px;
			float: left;
			}	
	.pre-footer h3 {
		color: #B33239;
		}
footer {
	position: relative;
	width: 100%;
	text-align: left;
	color: #fff;
	}
	.flex-content footer {
		padding-bottom: 50px;
		}
	footer .container {
		padding: 50px 0 40px 0 !important;
		}
	footer ul {
		padding: 8px 0 0 0;
		width: 38.7%;
		float: left;
		height: 35px;
		}
	footer ul li {
		list-style: none;
		display: inline-block;
		padding: 0 20px 0 0;
		}	
	footer a {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;		
		}	
	footer .stars-white {
		width: 61.3%;
		float: left; 
		}

				
/* -------------------------------------------------------------------------------------------------------------- */
/* css for misc items ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.clear {
	width: 100%;
	display: block;
	flex: none;
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
	}
.alignnone {
	margin: 0 auto 20px auto;
	}	
.center-text {
	text-align: center;
	}		
.alignright {
	padding: 0;
	margin: 0 0 50px 4px;
	display: inline-block;
	}
.alignleft {
	float:left;
	margin: 7px 20px 20px 0;
	}
	img.alignleft {
		width: inherit;
		}

.hidden {
	display: none;
	}	
.mobile {
	display: none;
	}
.desktop {
	display: inherit;
	}
.admin-bar-search {
	display: none;
	}
.page404 {
	height: 877px;
	background-image: url(images/bg-404.jpg);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center bottom;
	}

	
/* -------------------------------------------------------------------------------------------------------------- */
/* Slick slideshow overrides  ----------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.slides {
	padding: 0 !important;
	margin: 0 !important;
	}
	
	
/* -------------------------------------------------------------------------------------------------------------- */
/* css for animations ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.animation-element {
	position: relative;
	transition: .6s all ease;
	}
.slow {
	transition: 1.2s all ease;
	}
.delay1 {
	-webkit-transition-delay: .1s; 
    transition-delay: .1s;
	}
.delay2 {
	-webkit-transition-delay: .2s; 
    transition-delay: .2s;
	}
.delay3 {
	-webkit-transition-delay: .3s; 
    transition-delay: .3s;
	}
.delay4 {
	-webkit-transition-delay: .4s; 
    transition-delay: .4s;
	}
.delay5 {
	-webkit-transition-delay: .5s; 
    transition-delay: .5s;
	}
.delay6 {
	-webkit-transition-delay: .6s; 
    transition-delay: .6s;
	}
.delay7 {
	-webkit-transition-delay: .7s; 
    transition-delay: .7s;
	}
.fade-in {
	opacity: 0;
	}
.fade-in.in-view {
	opacity: 1;
	}
.slide-left {
	opacity: 0;
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	}
.slide-right {
	opacity: 0;
	-webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	}
.slide-up {
	opacity: 0;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	}
.slide-left.in-view,
.slide-right.in-view,
.slide-up.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0 , 0);
	-ms-transform: translate3d(0, 0 , 0);
	transform: translate3d(0, 0 , 0);
	}
.grow {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}
.grow.in-view {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.text-highlight {
	color: inherit;
	}
.text-highlight.in-view {
	color: #34a31f;
	}
.rotate {
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);   
	transform: rotateY(180deg);
	display: inline-block;
	}



/* -------------------------------------------------------------------------------------------------------------- */
/* Woocommerce overrides  --------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.ship-to-different-address-checkbox span,
.ship-to-different-address-checkbox {
	cursor: pointer !important;
	}
.woocommerce-checkout-payment img {
	width: inherit;
	}
.woocommerce-notices-wrapper {
	margin-top: 0px;
	}
.woocommerce-form-coupon-toggle,
#sidebar,	
.woocommerce-tabs,	
.product_meta,	
ul[role=navigation],
.pagenav {
	display: none;
	}	
.woocommerce-product-gallery {
	vertical-align: top;
	display: inline-block;
	width: 35%;
	}
	.woocommerce-product-gallery img {
		max-width: 400px;
		height: auto;
		}
	.woocommerce-product-gallery ol li {
		list-style: none;
		display: inline-block;
		padding: 20px 10px 10px 10px;
		border: 1px solid #ccc;
		width: 100px;
		margin: 0 10px 0 0;
		}	
		.woocommerce-product-gallery ol li img {
			width: 100%;
			height: auto;
			padding: 0;
			}
.summary {
	vertical-align: top;
	padding-top: 100px;
	display: inline-block;
	width: 60%;
	}	
	.summary h1.product_title {
		font-size: 42px;
		line-height: 42px;
		color: #173382;
		font-weight: normal;
		}
.woocommerce-Price-currencySymbol,
.woocommerce-Price-amount {
	font-size: 20px;
	line-height: 20px;
	color: #173382;
	font-weight: bold;
	}
.related {
	margin-top: 100px;
	}	
	.related a {
		text-decoration: none;
		}	
	.related h2 {
		font-size: 42px;
		line-height: 42px;
		color: #173382;
		font-weight: normal;
		text-align: center;
		}
.cart_totals h2 {
	font-size: 30px;
	line-height: 22px;
	color: #173382;
	}
.product-thumbnail {
	width: 50px;
	}

div.product form.cart, div.product form.cart, div.product form.cart, div.product form.cart {
	padding: 0;
	margin-bottom: 2em; 
	}

div.product form.cart div.quantity, div.product form.cart div.quantity,
.shop_table.cart div.quantity, .shop_table.cart div.quantity {
	margin: 0 0.5em 0 0;
	width: 5.5556em;
	height: 2.9em;
	position: relative; 
	}

.shop_table.cart div.quantity, .shop_table.cart div.quantity {
	margin: 0 auto;
	width: 6em;
	}

div.product form.cart div.quantity span, div.product form.cart div.quantity span,
.shop_table.cart div.quantity span, .shop_table.cart div.quantity span {
	display: block !important;
	width: 80px !important;
	height: 40px !important;
	line-height: 24px !important;
	cursor: pointer !important;
	text-align: center;
	}

div.product form.cart div.quantity input[type="number"], div.product form.cart div.quantity input[type="number"],
.shop_table.cart div.quantity input[type="number"], .shop_table.cart div.quantity input[type="number"] {
	display: block !important;
	float: left !important;
	font-size: 18px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	width: 50px !important;
	height: 40px !important;
	text-align: center;
	border: 1px solid #B33239 !important;
	}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-size: 18px !important;
	line-height: 48px !important;
	border-color: #B33239 !important;
	}
	.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
		color:#B33239 !important;
		margin-right: 32px !important;
		font-size: 20px !important;
		}	

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
	padding: 0 0 1px 1px !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 20px !important;
	color: #fff !important;
	background-image: none !important;
	background: #B33239 !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
	background-position: center center !important;
	}

th {
	color: #B33239;
	text-transform: uppercase;
	}	

.wac-qty-button {
	display: block !important;
	font-size: 20px !important;
	color: #B33239 !important;
	text-align: center !important;
	width: 28px !important;
	max-width: 28px !important;
	height: 44px !important;
	border: 1px solid #B33239 !important;
	}
	.wac-btn-sub {
		float: left;
		padding: 10px 7px 0px 7px !important;
		border-right: none !important;
		margin-right: -4px !important
		}
	.wac-btn-inc {
		float: left;
		padding: 10px 5px 0px 5px !important;
		border-left: none !important;
		margin-left: -2px !important
		}
		
form.cart .button.single_add_to_cart_button {
	display: block !important;
	}		
.cart-nav,	
.mega-menu-wrap,
.mega-menu-item a,
.mega-menu-item,
.mega-menu {
	background-color: transparent !important;
	}
.mega-menu-badge {
	display: none !important;
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
	font-size: 14px !important;
	line-height: 14px;
	font-weight: 600 !important;
	color: #000 !important;
	background-color: #E5BC4E !important;
	width: 24px !important;
	height: 24px !important;
	border-radius: 24px !important;
	}
.cart-customlocation {
	text-decoration: none !important;
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
	font-size: 14px !important;
	line-height: 14px;
	font-weight: 600 !important;
	color: #000 !important;
	background-color: #E5BC4E !important;
	width: 24px !important;
	height: 19px !important;
	border-radius: 24px !important;
	text-align: center !important;
	padding-top: 5px;
	}






@media only screen 
and (max-width : 1240px) {

	.logo  {
		padding: 20px 0 0 10px;
		}
	nav {
		left: 295px;	
		}
		nav ul li a {
			padding: 0 9px 43px 9px;
		}
	.nav-search  {
		right: 120px;
		width: 170px;
		}	
	.cart-nav {
		right: 10px;
		}
	.shop-our-brands h2 {
		padding: 15px 50px 0 40px;
		font-size: 50px;
		line-height: 50px;
		background-size: 450px;
		}	
	.our-recipes h2,
	.our-favorites h2 {
		font-size: 7.3vw;
		line-height: 2rem;
		}
	.recipe .recipe-btn {
		left: 33%;
		}
	.products .product,
	.featured-products .product {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		min-height: 500px !important;
		}	
	.flex-content .photo-overlay-wrap {
		margin-left: -37px;
		}			
	.flex-content .half-photo-overlay-wrap {
		width: 100%;
		margin-left: -30px;
		}
		.three-column-photo-overlay .half-photo-overlay-wrap {
			margin-left: -22px;
			}
	.cta .container {
		margin-top: 0px;
		margin-bottom: 0px;
		}
	.cta .two-column1 {
		width: 50%;
		}
		.cta .two-column1 .vert-align {
			padding: 30px 30px 10px 30px;
			width: 90%;
			}
	.cta .two-column2 {
		width: 50%;
		padding-top: 40px;
		}
		.cta .two-column2 img {
			margin-top: 0px;
			width: 100%;
			}
	.cta h2 {
		font-size: 70px;
		line-height: 70px;		
		}
	.banner-stars .header-stars {
		width: 13.75%;
		}	
	.section-stars h2 {
		margin-bottom: 30px;
		}
	.section-stars .header-stars {
		width: 14%;
		}	

}


@media only screen 
and (max-width : 1040px) {

	.logo  {
		padding: 30px 0 0 10px;
		}
		.logo img {
			width: 230px;
			height: auto;
			}
	nav {
		left: 260px;	
		}
		nav ul li a {
			padding: 0 5px 43px 5px;
		}
	.nav-search  {
		right: 120px;
		width: 130px;
		}	
	.cart-nav {
		right: 10px;
		}
	h2 {
		font-size: 50px;
		line-height: 50px;
		}
	h3 {
		font-size: 24px;
		line-height: 32px;
		}
	.recipe .recipe-btn {
		left: 31%;
		}
	.products .product,
	.featured-products .product {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		min-height: 420px !important;
		}	
	.banner-stars .header-stars {
		width: 15%;
		}	
	.section-stars h2 {
		margin-bottom: 30px;
		}
	.section-stars .header-stars {
		width: 15%;
		}	
	.flex-content .half-photo-overlay-wrap {
		margin-left: -30px;
		}
		.three-column-photo-overlay .half-photo-overlay-wrap {
			margin-left: -20px;
			}

	.related .columns-4 li.product {
		width: 42% !important;
		}
	.woocommerce-product-gallery {
		width: 40%;
		}
		.woocommerce-product-gallery img {
			max-width: 350px;
			}
	.summary {
		padding-top: 90px;
		width: 50%;
		}	


}



@media only screen 
and (max-width : 960px) {

	#top {
		padding-left: 30px;
		text-align: left;
		}
	.cart-nav {
		display: none;
		right: 80px;
		}
	#navbar {
		position: fixed;
		top: 75px;
		right: 25px;
		width: 50px;
		height: 50px;
		background: url(images/menu.png) no-repeat;
		background-size: 50px 50px;
		cursor: pointer;
		z-index: 999;
		font-size: 21px;
		line-height: 21px;
		}
	#navbar-on {
		display: none;
		position: fixed;
		top: 20px;
		right: 25px;
		width: 50px;
		height: 50px;
		background: url(images/close.png) no-repeat;
		background-size: 50px 50px;
		cursor: pointer;
		z-index: 999;
		font-size: 21px;
		line-height: 21px;
		}
	nav {
		display: none;
		background: url(images/backrgound-paper.png) no-repeat;
		background-size: 100% 100%;
		position: fixed;
		top: 0;
		left: 0;	
		width: 100%;
		height: 0%;
		font-size: 18px;
		line-height: 20px;
		}
	nav ul {
		margin: 75px 0 0 5%;
		}
	nav ul li {
		display: block;
		padding: 0 0 15px 0;
		}
	nav ul li.nav1 .sub-menu,
	nav ul li.nav2 .sub-menu {
		position: relative;
		}
		nav ul li .sub-menu li:first-child {
			padding-top: 20px;
			}
		nav ul li .sub-menu li:last-child {
			padding-bottom: 20px;
			}
		nav ul li.nav1:hover .sub-menu,
		nav ul li.nav2:hover .sub-menu {
			top: auto;
			padding: 0 30px 0 20px;
			margin: 0;
			background: none;
			}
			nav ul.sub-menu li a {
				display: block;
				min-width: 180px;
				width: 180px;
				}
	.nav-search  {
		display: none;
		top: 20px;
		left: 5%;
		right: auto;
		width: 300px;
		}	
	.americas-finest li:nth-child(1) {
		padding: 60px 7% 20px 7%;
		width: 85%;
		}
	.americas-finest li:nth-child(2) { 
		display: none;
		}
	.our-recipes h2,
	.our-favorites h2 {
		height: 36px;
		font-size: 6.3vw;
		}
	.red-stars,
	.blue-stars {
		height: 36px;
		background-size: 20%;
		}
	.products .product,
	.featured-products .product {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		min-height: 450px !important;
		}	
		.products .product:hover,
		.featured-products .product:hover {
			background-image: none;
			}
		.products .product .sc_button,
		.products .our-favorites .sc_button,
		.featured-products .our-favorites .sc_button {
			display: inherit !important;
			max-width: 225px;
			margin-right: auto !important;
			margin-left: auto !important;
			left: auto !important;
			right: auto !important;
			}	
		.products .product img,
		.featured-products .product img {
			max-width: auto !important;
			}
		.featured-products h2.woocommerce-loop-product__title,	
		.products h2.woocommerce-loop-product__title,
		.featured-products .product-name {
			font-size: 16px !important;
			line-height: 24px !important;
			}
		.products .amount,	
		.products .product-price,
		.featured-products .amount,	
		.featured-products .product-price {
			font-size: 16px !important !important;
			line-height: 24px !important !important;
			}	
	.shop-our-brands h2 {
		font-size: 40px;
		line-height: 40px;
		background-size: 375px;
		}	
	.sketches {
		padding: 35px 0 20px 0;
		width: auto;
		}	
	.flex-content .photo-overlay-wrap {
		margin-left: -28px;
		}			
	.flex-content .half-photo-overlay-wrap {
		margin-left: -25px;
		}
		.three-column-photo-overlay .half-photo-overlay-wrap {
			margin-left: -18px;
			}
	.cta .container {
		margin-top: 0px;
		margin-bottom: 0px;
		}
	.cta .two-column1 {
		width: 100%;
		float: none;
		}
	.cta .two-column2 {
		display: none;
		}
	.cta h2 {
		font-size: 60px;
		line-height: 60px;		
		}
	.half-and-half {
		padding-top: 40px;
		}
	.banner-stars .header-stars {
		width: 18%;
		}	
	.section-stars h2 {
		margin-bottom: 30px;
		}
	.section-stars .header-stars {
		width: 18.5%;
		}	
	.pre-footer {
		height: auto;
		}	
		.pre-footer .one-third li:nth-child(1) {
			padding: 35px 5% 0 3%;
			margin: 0;
			width: 92%;
			float: none;
			}
		.pre-footer .one-third li:nth-child(2) {
			padding: 15px 5% 25px 3%;
			margin: 0;
			width: 38%;
			}
		.pre-footer .one-third li:nth-child(3) {
			padding: 15px 5% 25px 3%;
			margin: 0;
			width: 46%;
			}
	footer ul {
		width: 50%;
		}
	footer .stars-white {
		width: 50%;
		}


}



@media only screen 
and (max-width : 768px) {

body {
	font-size: 16px;
	line-height: 26px;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
h1 {
 	padding: 0 0 15px 0;
	font-size: 50px;
	line-height: 52px;
	width: 100%;
	}
h2 {
	font-size: 42px;
	line-height: 44px;
	}
h3 {
	font-size: 34px;
	line-height: 38px;
	}
h4 {
	font-size: 16px;
	line-height: 24px;
	}
h5 {
	font-size: 24px;
	line-height: 28px;
	}
	h5.topic-banner {
		padding: 20px 0 10px 0;
		}
hr {
	padding: 20px 0 0 0;
	margin: 0 0 40px 0;
	}
	#top {
		padding-left: 30px;
		text-align: left;
		}
	.cart-nav {
		right: 60px;
		}
	#navbar {
		position: fixed;
		top: 75px;
		right: 15px;
		width: 50px;
		height: 50px;
		background: url(images/menu.png) no-repeat;
		background-size: 50px 50px;
		cursor: pointer;
		z-index: 999;
		font-size: 21px;
		line-height: 21px;
		}
	#navbar-on {
		display: none;
		position: fixed;
		top: 20px;
		right: 15px;
		width: 50px;
		height: 50px;
		background: url(images/close.png) no-repeat;
		background-size: 50px 50px;
		cursor: pointer;
		z-index: 999;
		font-size: 21px;
		line-height: 21px;
		}
	nav {
		display: none;
		background: url(images/backrgound-paper.png) no-repeat;
		background-size: 100% 100%;
		position: fixed;
		top: 0;
		left: 0;	
		width: 100%;
		height: 0%;
		font-size: 18px;
		line-height: 20px;
		}
	nav ul {
		margin: 75px 0 0 5%;
		}
	nav ul li {
		display: block;
		padding: 0 0 15px 0;
		}
	.nav-search  {
		top: 20px;
		left: 5%;
		right: auto;
		width: 300px;
		}	
	.americas-finest {
		margin-top: -70px;
		}
	.americas-finest li:nth-child(1) {
		padding: 60px 7% 20px 7%;
		width: 85%;
		}
	.americas-finest li:nth-child(2) { 
		display: none;
		}
	.our-recipes h2,
	.our-favorites h2 {
		height: 36px;
		font-size: 6.3vw;
		}
	.red-stars,
	.blue-stars {
		height: 36px;
		background-size: 20%;
		}
		.products .product img,
		.featured-products .product img {
			max-width: 250px !important;
			}
		.featured-products h2.woocommerce-loop-product__title,	
		.products h2.woocommerce-loop-product__title,
		.featured-products .product-name {
			font-size: 16px !important;
			line-height: 24px !important;
			}
		.products .amount,	
		.products .product-price,
		.featured-products .amount,	
		.featured-products .product-price {
			font-size: 16px !important;
			line-height: 24px !important;
			}	
	.shop-our-brands h2 {
		font-size: 40px;
		line-height: 40px;
		background-size: 375px;
		}	
	.products .product,
	.featured-products .product {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
		min-height: 520px !important;
		}	
		.products .product img,
		.featured-products .product img {
			max-width: auto !important;
			}
	.sketches {
		padding: 35px 0 20px 0;
		width: auto;
		}	
	ul li.recipe-wrap {
		padding: 28px 0 0 0;
		margin: 40px 0 20px 0;
		width: 50%;
		}
		.recipe h3 {
			padding-top: 15px;
			padding-left: 15px;
			padding-right: 15px;
			}		
		.recipe p {
			padding-left: 15px;
			padding-right: 15px;
			}		
		.recipe .author {
			padding-left: 15px;
			padding-right: 15px;
			}
		.recipe .recipe-btn { 
			bottom: auto;
			left: auto;
			right: auto;
			position: relative;
			}
		.recipe-column1 {
			float: none;
			width: 100%;
			margin-right: 0;
			}		
		.recipe-column2 {
			margin-top: 0;
			float: none;
			width: 100%;
			}						
	.flex-content .photo-overlay-wrap {
		margin-left: -28px;
		}			
	.flex-content .half-photo-overlay-wrap {
		margin-left: -20px;
		}
		.three-column-photo-overlay .half-photo-overlay-wrap {
			margin-left: -15px;
			}
	.cta .container {
		margin-top: 0px;
		margin-bottom: 0px;
		}
	.cta .two-column1 {
		width: 100%;
		float: none;
		}
	.cta .two-column2 {
		display: none;
		}
	.cta h2 {
		font-size: 60px;
		line-height: 60px;		
		}
	.half-and-half {
		padding-top: 40px;
		}
	.banner {
		padding: 155px 0 0 0;
		height: 215px;
		margin-bottom: 40px;
		}
		.banner-overlay {
			display: none;
			}	
		.banner-text {
			height: 215px;
			}
	.banner-stars .header-stars {
		width: 14%;
		background-position: center top 25px;
		background-size: 30px;
		}	
	.banner-stars h1 {
		width: auto;
		}
	.section-stars .header-stars {
		width: 13.5%;
		background-position: center top 25px;
		background-size: 30px;
		}	
	.framed-headline {
		padding: 17px 0 50px 0;
		font-size: 45px;
		line-height: 45px;
		background-size: 70%;
		}
	.contact-page li {
		width: 100%;
		}
	.pre-footer {
		height: auto;
		}	
		.pre-footer .one-third li:nth-child(1) {
			padding: 35px 5% 0 3%;
			margin: 0;
			width: 92%;
			float: none;
			}
		.pre-footer .one-third li:nth-child(2) {
			padding: 15px 5% 25px 3%;
			margin: 0;
			width: 38%;
			}
		.pre-footer .one-third li:nth-child(3) {
			padding: 15px 5% 25px 3%;
			margin: 0;
			width: 46%;
			}
	footer ul {
		width: 55%;
		}
	footer a {
		font-size: 14px;
		}	
	footer .stars-white {
		width: 45%;
		}
	.woocommerce-product-gallery {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		display: inherit;
		}
	.woocommerce-product-gallery img {
		max-width: 320px;
		}
	.summary {
		padding-top: 50px;
		width: 100%;
		display: inherit;
		}	
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		font-size: 16px !important;
		line-height: 20px !important;
		}


}


@media only screen 
and (max-width : 680px) {


	body {
		font-size: 14px;
		line-height: 22px;
		}
	h4 {
		padding-bottom: 0;
		}	
	#top {
		padding-top: 12px;
		padding-left: 15px;
		height: 36px;	
		text-align: left;
		font-size: 12px;
		line-height: 14px;
		}
		#top p {
			width: 60%;
			}
		#top .sign-in {
			right: 15px;
			}
	.logo  {
		padding: 30px 0 0 15px;
		}
	.return-to-shop ac,
	.wpb-content-wrapper button,
	.wc-forward,
	.wc-proceed-to-checkout a,
	.single_add_to_cart_button,
	.sc_button,
	.learn-more-btn {
		padding: 12px 15px 12px 15px !important;
		margin: 15px 5px 15px 0 !important;
		font-size: 14px !important;
		line-height: 14px !important;
		}	
	.icon-pointer {
		margin-top: 8px;
		background-size: 80px;
		}	
	.our-favorites {
		padding-top: 90px;
		}
		.our-favorites h2,
		.our-recipes h2 {
			font-size: 22px;
			line-height: 24px;
			display: inherit;
			}
		.blue-stars,
		.red-stars {
			display: none;
			}
	.stripes-vertical {
		background-size: cover;
		}		
		.shop-our-brands {
			width: 90%;
			height: 110px;
			padding: 25px 0 25px 0;
			background-image: none;
			}
			.shop-our-brands h2 {
				padding: 15px 50px 0px 40px;
				height: 60px;
				font-size: 35px;
				line-height: 35px;
				}	
			.shop-our-brands .vert-align {
				width: 90%;			
				}	
	.sketches {
		padding: 25px 0 10px 0 !important; 
		display: block !important;
		width: inherit !important;
		}	
		.sketches li {
			padding: 0 !important;
			}
		.sketches img {
			max-width: 140px;
			width: auto;
			}
	.our-recipes ul {
		display: inline-block;
		margin: 0 auto !important;
		text-align: center;
		width: 85%;
		}		
		ul li.recipe-wrap {
			position: relative;
			margin: 20px 0 20px 0;
			padding: 34px 0 0 0;
			width: 100%;
			max-width: auto;
			}
	.products .product,
	.featured-products .product {
		width: 100% !important;
		}	
	.intro .top-paragraph {
		font-size: 18px;
		line-height: 32px;
		}
	.flex-content .photo-overlay-wrap {
		margin-left: -23px;
		}			
	.flex-content .half-photo-overlay-wrap {
		margin-left: 0;
		}
		.three-column-photo-overlay .half-photo-overlay-wrap {
			margin-left: 0;
			}
	.framed-headline {
		padding: 14px 0 50px 0;
		font-size: 38px;
		line-height: 38px;
		background-size: 70%;
		}
	.banner-stars .header-stars {
		width: 20%;
		margin: 0 auto 0 auto;
		padding: 0;
		text-align: center;
		background-position: center center;
		display: block;
		}	
	.section-stars .header-stars {
		width: 16%;
		}	
	.two-column1 {
		float: none;
		width: 100%;
		margin-right: 0;
		}	
	.two-column2 {
		float: none;
		width: 100%;
		}
		.half-and-half {
			padding-top: 0px;
			}
			.flex-content .half-photo-overlay-wrap {
				width: 80%;
				height: auto;
				}
			.flex-content .photo-overlay-wrap {
				width: 100%;
				margin: 0 auto;
				height: auto;
				}
	.three-column1 {
		float: none;
		width: 100%;
		margin-right: 0;
		}	
	.three-column2 {
		float: none;
		width: 100%;
		margin-right: 0;
		}	
	.three-column3 {
		float: none;
		width: 100%;
		}	
	.pre-footer {
		font-size: 15px;
		line-height: 22px;
		}	
		.pre-footer .logo {
			padding: 0px 0 10px 0px;
			width: 240px;
			}
		.pre-footer .one-third li:nth-child(2) {
			padding: 5px 5% 0 3%;
			margin: 0;
			width: 92%;
			float: none;
			}
		.pre-footer .one-third li:nth-child(3) {
			clear: both;
			padding: 40px 5% 25px 3%;
			margin: 0;
			width: 92%;
			float: none;
			}
		.pre-footer .one-third li h3 {
			font-size: 20px;
			}
		.pre-footer .one-third li:nth-child(3) h3 {
			height: 35px;
			}
		.pre-footer .one-third li:nth-child(3) img {
			display: none;
			}
		.pre-footer .address {
			padding: 0 0 15px 50px;
			}	
		.pre-footer .email {
			padding: 0 0 15px 50px;
			}	
		.pre-footer .phone {
			padding: 0 0 15px 50px;
			}	
	footer {
		margin: 0 auto;
		text-align: center;
		}	
	footer ul {
		float: none;
		display: inline-block;
		width: auto;
		}
	footer ul li {
		padding: 0 10px 0 10px;
		}
	footer a {
		font-size: 14px;
		}	
	footer .stars-white {
		display: none;
		}
	.related .columns-4 li.product {
		width: 92% !important;
		}


}



@media only screen 
and (max-width : 576px) {

	h2 {
		font-size: 36px;
		}
	h3 {
		font-size: 30px;
		}
	h5 {
		font-size: 20px;
		}
	#top {
		height: 56px;	
		}
		#top p {
			width: 50%;
			}
	.logo  {
		padding: 25px 0 0 15px;
		}
	#navbar {
		top: 86px;
		}
	.cart-nav {
		top: 97px;
		}
	.sketches {
		display: none !important;
		}	
	.our-recipes ul {
		width: 100%;
		}	
		.recipes {
			margin: 0;
			padding: 0;
			}	
		ul li.recipe-wrap {
			position: relative;
			margin: 10px 0 10px 0;
			background-size: 100% 100%;
			}
	.framed-headline {
		padding: 18px 0 40px 0;
		margin: 0px auto 10px auto;
		font-size: 30px;
		line-height: 30px;
		background-size: 70%;
		}
	.intro .top-paragraph {
		font-size: 16px;
		line-height: 28px;
		}
	.section-stars .header-stars {
		width: 18.5%;
		background-position: center top 30px;
		}	
	.stars .container {
		padding-top: 15px;
		padding-bottom: 25px;
		}
	.stars-white,
	.stars-tan,
	.stars-black,
	.stars-red-blue,	
	.stars-red-gold,
	.stars-red,
	.stars-blue,
	.stars-gold-red,	
	.stars-gold,
	.stars-yellow {
		background-size: 35px;
		}
	.pre-footer {
		background-size: 96% 100%;
		}
	.flex-content footer {
		margin-top: -40px;
		padding-bottom: 0px;
		}
	.search-stars {
		margin-top: 20px; 
		margin-bottom: 45px;
		}


}


@media only screen 
and (max-width : 480px) {

	h2 {
		font-size: 36px;
		}
	h4 {
		font-size: 20px;
		}
	h5 {
		font-size: 20px;
		}
	#navbar-on {
		top: 60px;
		}
	.banner {
		padding: 100px 0 0 0;
		height: 215px;
		}
	.banner-overlay {
		display: none;
		}	
	.banner-stars .header-stars {
		display: none;
		}	
	.section-stars .header-stars {
		display: none;
		}	
	.flex-content .photo-overlay-wrap {
		width: 100%;
		margin-left: 0;
		}			
	.framed-headline {
		padding: 10px 0 10px 0;
		font-size: 28px;
		line-height: 28px;
		}
		.on-frame {
			top: -10px;
			}
	.section-stars h2 {
		margin-bottom: 20px;
		display: inherit;
		}
		.cta {
			background-repeat: no-repeat;
			background-size: cover;
		}
		.cta .container {
			margin-top: 0px;
			margin-bottom: 10px;
			}
		.cta .two-column1 {
			width: 100%;
			float: none;
			height: auto;
			}
		.cta .two-column2 {
			display: none;
			}
		.cta h2 {
			font-size: 45px;
			line-height: 50px;		
			}
		.cta .two-column1 .vert-align {
			position: relative;
			transform: none;
			top: inherit;
			padding: 40px 20px 20px 20px;
			background: none;
			}


}


@media only screen 
and (max-width : 360px) {


	h2 {
		font-size: 32px;
		}
	h4 {
		font-size: 14px;
		}
	h5 {
		font-size: 18px;
		}
	.framed-headline {
		padding: 8px 0 10px 0;
		font-size: 24px;
		line-height: 24px;
		}
		.on-frame {
			top: 0px;
			}
	.cta h2 {
		font-size: 35px;
		line-height: 40px;		
		}


}










