@charset "UTF-8";
/* CSS Document */


/*Fonts */
@font-face {
    font-family: 'Hurme';
    src: url('../fonts/hurmegeometricsans4-bold-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans4-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Brandon';
    src: url('../fonts/brandongrotesque-black-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Batman';
    src: url('../fonts/gotham-black-webfont.woff2') format('woff2'),
         url('../fonts/gotham-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'Batman';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'Neretto';
    src: url('../fonts/nerettosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/nerettosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-02-base-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-02-base-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal; 

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-03-regular-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-03-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Ostrich';
    src: url('../fonts/ostrichproperinline-04-centeroutline-webfont.woff2') format('woff2'),
         url('../fonts/ostrichproperinline-04-centeroutline-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'Pauline';
    src: url('../fonts/pauline-webfont.woff2') format('woff2'),
         url('../fonts/pauline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirltstd-heavy-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-heavy-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

/* @group Root */
:root{
    --Avenir: 'Avenir', sans-serif;
    --Batman: 'Batman', sans-serif;
    --Pauline: 'Pauline', sans-serif;
    --Ostrich: 'Ostrich', sans-serif;
    --Neretto: 'Neretto', sans-serif;
	--Hurme: 'Hurme', sans-serif;
	--Brandon: 'Brandon', sans-serif;
    --White: #FFFFFF;
    --Black: #000000;
    --DK-Green: #045229;
	 --DK-Green: #045229;
	--MD-Green: #007A39;
	--MD-MD-Green: #007A39;
	--LT-Green: #83C782 ;
    --Yellow: #FBB214;
    --Red: #D42D27;
	--Tan: #FAEFD2;
	  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}
.tan-BG {
	background: var(--Tan);
}
.yellow-BG {
	background: var(--Yellow);
}
.DK-green-BG {
	background: var(--DK-Green);
}
.DK-DK-Green-BG {
	background: var(--DK-Green);
}
.LT-green-BG {
	background: var(--LT-Green);
}
.MD-Green-BG {
	background: var(--MD-Green);
}
/* @end */


html {
  scroll-behavior: smooth;
}
select {
	cursor: pointer;
}
body{
	font-family: var(--Batman);
	font-weight: normal;
			font-size:20px;
line-height: 1.4;
	color: var(--DK-Green)
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: var(--Batman);
	line-height: 1.4;
	color: var(--DK-Green)
}

h3 {
	font-size:40px;
	line-height: 42px;
font-family:'Batman';
margin:0;
padding:0;}

h4 {
	font-size:80px;
	line-height: 80px;
font-family:'Ostrich';
margin:0;
padding:0;}

ul {
	padding-left:20px;
}

li {
	padding-bottom:7px;
}


/* layout */

.main-nav {
	width:100%;
	height: 60px;
	background-color: #83C782;
}
.banner {
	width:100%;
	height: 85vh;
	background-image: url("../images/Buitoni_header.jpg");
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
	
	
.logoarea {
    max-width: 430px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.logo {
	width:100%;
	height:auto;
}

.header {
	max-width:1250px;
	position:relative;
	margin:auto;
}

.products {
	width:100%;
	postion:relative;
	top:0;
	background-color: #83C782;
}

.products2 {
	width:100%;
	postion:relative;
	background-color: #FAEFD2;
	background-image: url("../images/scalloped_edge.png");
	background-position: center top; /* Center the image */
  background-repeat: no-repeat;
	padding-top: 200px;
	margin-top:-200px
}

.recipes {
	width:100%;
	postion:relative;
	padding-top: 50px;
	background-color: #D0241B;
	background-image: url("../images/Meat-Lovers.jpg");
	background-position: right center; /* Center the image */
  background-repeat: no-repeat;
	background-size: 50%;
	height:400px;
}
.ingredients1 {
	width:100%;
	padding-top:35px;
	padding-bottom:35px;
	
}

.ingredients1 a{
	color:#FAEFD2;
	text-decoration:none;
}
.ingredients1 a:hover {
	text-decoration:underline;
}
.ingredients1 a:visited{
	color:#FAEFD2;
	text-decoration:none;
}

.pepperoni {
		background-color: #9F0E13;

}
.pepperoni1 {
	   background-color: #D0241B;

}
.recipes2 {
	width:100%;
	postion:relative;
	padding-top: 50px;
	background-color: #921F22;
	background-image: url("../images/Chick-Parm-Broccoli.jpg");
	background-position: right center; /* Center the image */
  background-repeat: no-repeat;
	background-size: 50%;
	height:400px;
}
.parm {
	background-color: #6D0E0F;
}

.parm1 {
	background-color: #921F22;
}
.signup {
	width:100%;
	color:#045229;
	padding-top: 20px;
	background-color: #FFCF2E;
	background-image: url("../images/signup-1.jpg");
	background-position: right center; /* Center the image */
  background-repeat: no-repeat;
	background-size: 50%;
	height:460px;
}

.signup .tier1 {
	width:50%;
	float: left;
	padding:5px;
	margin:0;
}

.signup .tier1 .rec-left {
	width:90%;
}
.footer {
		background-color: #83C782;
	text-align:center;
background-image: url("../images/shadow2.png");
	background-position:  center top 90px; /* Center the image */
  background-repeat: no-repeat;
}

.footer a {
	color:#045229;
	text-decoration:none;
	 
}
.footer a:visited {
	color:#045229;
	text-decoration:none;
	 
}

.footer a:hover{
	text-decoration:underline;
	 
}

.buy {
	background-color: #FAEFD2;
	background-image: url("../images/Scalloped_HZ_beige.jpg");
	background-position: center top; /* Center the image */
  background-repeat: no-repeat;
	padding-top:50px;
}
.tier1 {
	max-width: 1250px;
	margin:auto;
}
.tier1a {
	max-width: 1250px;
	margin:auto;
	background-image: url("../images/squiggle-beige_vert2.png");
	background-position: top center ; /* Center the image */
  background-repeat: repeat-y; 
	background-size: 15px auto;
}
.tier2{
	max-width: 1250px;
	margin:auto;
	padding-top:200px;
	padding-bottom:75px;
}
.house {
	max-width: 1250px;
	margin:auto;
	background-image: url("../images/squiggle-green_vert2.png");
	background-position: top center ; /* Center the image */
  background-repeat: repeat-y; 
	background-size: 15px auto;
}

.col-left {
	width:49%;
	text-align:center;
display:inline-block;
	color: #DE271F;
}
.col-right {
width:47%;
display:inline-block;
text-align:center;
	color:maroon;
	margin-left:30px;
}

.rec-left {
	width:40%;
	text-align:left;
display:inline-block;
	color: #FAEFD2;
	padding: 0 50px;
vertical-align:top;
}

.rec-right {
width:40%;
	text-align:left;
display:inline-block;
	color: #FAEFD2;
	padding: 0 50px;
	margin-left:35px;
vertical-align:top;
}

.prep {
	width: 100%;
	padding: 15px 0;
}
.where {
	width: 100%;
	text-align:center;
margin-top:-20px;
	padding-bottom:70px;;
}

.desc {
	padding: 0 50px;
	margin-top:10px;
}

.desc2 {
	padding: 0;
	margin-top:10px;
}

.signup h3 {
	text-align:center;
}

.signup .desc2 {
	color: var(--DK-Green);
		text-align:center;
}

/* contents */
.pack1 {
	width:550px;
	position:relative;
	height: auto;
	position: absolute;
	float:left;
	left:0%;
	top:35%;
}
.pack2 {
	width:550px;
	height: auto;
	position: absolute;
	top:65%;
	float: right;
	right:0%;
}

.packaging2 {
	display:none;
	visibility: hidden;
}

.pack3 {
	width: 100px;
	padding-right: 15px;
	float:left;
}

.recipe1 {
	width:500px
}

.inside {
	width:800px;
	height:auto;
	padding-top: 120px;
}

.vert {
	width:12px;
	height:auto;
}

.squiggle {
	width:100%;
	padding: 25px 0 15px 0;

}

.prep1 {
	color: #FAEFD2;
	text-align:center;
	width: 800px;
		
}

.bigger {
	font-size: 60px;
}

.mucho {
	font-family: 'brandon';
	font-size: 1.3em;
}

.wtb {
	width:300px;
	padding-bottom:35px;
	margin-left:-35px
}


.bag {
	margin-left: 80px
}

.coin {
	width:85px;
	height:auto;
}

.recipe-img {
	display:none;
	visibility: hidden;
}

 .button.filled {
   margin-left: 30px;
   margin-right: 14px;
       margin-bottom: 2rem;
    margin-top: 0;
	text-decoration:none;

}

	
	#mc_embed_signup {
	width:50%;
	}

	.signup #mce-EMAIL	 {
	top:40%;
		left: 50%;
		width:70%;
		font-size:20px;
transform: translate(-50%, 0%);
		position:relative;
		z-index: 2;
	}
.signup #mc-embedded-subscribe {
		left: 50%;
transform: translate(-50%, 0%);
		position:relative;	
}

.signup .button.filled {
	margin-left: 0;
	margin-top:20px;
	padding:14px 30px;
	font-size: 14px;
}

#mc_embed_signup .button {
	background-color: darkgreen  !important;
	font-size:20px !important;
	height: 70px !important;
		padding:15px 30px !important;
	width:425px !important;
	margin: 20px 5px 10px -15px !important;
}

#mc_embed_signup input {
	border: 2px solid darkgreen !important;
	background-color: #FFCF2E  !important;
	width:425px !important;
}
#mc_embed_signup .helper_text {
		background-color: #FFCF2E !important;
}

.locations a img {
	filter: grayscale(1);
mix-blend-mode: multiply;
}
.locations a:hover img {
	filter: grayscale(0);
}

 .button.outline {
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 0;
}

.button.filled {
    background: var(--DK-Green);
    color: var(--Tan);
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--Neretto);
       padding: 16px 49px;
    font-size: 17px;
	border: 5px solid transparent;
	transition: all 0.3s ease-in-out;
	position: relative;
;
}
.sign-up .button.filled {
	color: var(--Yellow);
}
.button.filled.rotated {
    transform: rotate(358deg);

}

.button.outline, .facetwp-load-more {
    display: block;
    margin: 35px auto 64px;
    color: var(--DK-Green);
    background: transparent;
    border: 3px solid var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Neretto);
     font-size: 17px;
    border-radius: 255px 25px 225px 25px/25px 225px 25px 255px;
	transition: all 0.3s ease-in-out;
}
.button.outline:hover, .facetwp-load-more:hover {
    background: var(--DK-Green);
    color: var(--Tan);
	}
.button.filled:hover {
	text-decoration: none;
    border: 5px solid var(--DK-Green);
    text-transform: uppercase;
    font-family: var(--Neretto);
    font-size: 17px;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    background: transparent;
    color: var(--DK-Green);
}
.button.fill {
    display: block;
    margin: 35px auto 64px;
    color: var(--DK-Green);
    background: var(--Tan);
    text-transform: uppercase;
    font-family: var(--Neretto);
     font-size: 17px;
	 border: 3px solid var(--Tan);
	 transition: all 0.3s ease-in-out;
}
.button.fill:hover {
	background: transparent;
	border-color: var(--DK-Green);
}


@media (min-width: 1600px)  {
	.package {
		width:90%;
		position:absolute;
		margin:auto;
		top:40%;
		left: 50%;
transform: translate(-50%, 0%);
	}

.pack1 {
	width:600px;
	position:relative;
	height: auto;
	float:left;
	margin-top:0;
}
.pack2 {
	width:600px;
		position:relative;
height: auto;
padding-top:20%;	float: right;
	right:0%;
}
}


@media (max-width: 1280px)  {

	h3 {
		font-size:34px;
	}
	
			.banner {
	height: 95vh;
}
	.header {
		width:900px;
	}
.recipes {
	padding-top: 30px;
	background-image: url("../images/sm-Meat-Lovers.jpg");
	background-position: right -130px center; /* Center the image */
	background-size: 60%;
	height:450px;
}
.recipes2 {
	padding-top: 30px;
	background-color: #921F22;
	background-image: url("../images/sm-Chick-Parm-Broccoli.jpg");
	background-position: right center; /* Center the image */
	background-size: 50%;
	height:380px;
}
	.signup {
	background-image: url("../images/sm-signup.jpg");
	background-size: 50%;
	height:460px;
}

	.tier1 {
		width: 850px;
	}
	.tier1a {
		width: 900px;
	}
	.tier2 {
		width: 900px;
	}
	
	.rec-left {
width:48%;
	color: #FAEFD2;
	padding: 0 0;
vertical-align:top;
}

.rec-right {
width:44%;
	padding: 0 10px;
	margin-left:45px;
vertical-align:top;
}
	
	.col-left, .col-right{
		width:47%;
	}	
	
	
	.logo {
		width:400px;
	}
	.pack1 {
	width:500px;
	left:0;
	top:37%;
}
		.pack2 {
	width:500px;
	right:0;
	top:80%;
}
	.inside {
	width:550px;
	height:auto;
	padding-top: 70px;
		margin-left:20px;
}
	
	.desc {
		padding: 0 20px;
		font-size: 18px;
	}
	
.wtb {
	width:300px;
	padding-bottom:35px;
	margin-left:-100px
}


.bag {
	margin-left: 0;
		width: 600px;
}

	.locations img {
		width:190px;
	}
}


@media (max-width: 1050px)  {
	.inside {
	width:400px;
	height:auto;
	padding-top: 110px;
		margin-left:130px;
}
	
	.pack1 {
	width:430px;
	left:0;
	top:45%;
}
		.pack2 {
	width:430px;
	right:0;
	top:65%;
}
}


/* For mobile phones: */
@media only screen and (max-width: 980px) {
body{
			font-size:32px;
line-height: 1.4;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	line-height: 1.4;
}

h3 {
	font-size:45px;
	line-height: 50px;
	}

h4 {
	font-size:80px;
	line-height: 80px;
	}
	
	
	.header {
		width:100%;
	}
	
	.banner {
	height: 50vh !important;
}
	
		.package {
		width:100%;
		position:absolute;
		margin:auto;
		top:29%;
		left: 50%;
transform: translate(-50%, 0%);
			text-align:center;
	}
.recipes {
	width:100%;
	padding-top: 20px;
	background-image: none;
	height:430px;
	margin:0;
}
	
	.recipes2 {
	padding-top: 20px;
	background-image: none;
	background-size: 50%;
	height:350px;
	margin:0;
}
	
	.signup {
	width:100%;
	padding-top: 20px;
	background-image: none;
	height:650px;
	margin:0;
}
	
	.tier1 {
		width: 100%;
		text-align:center;
	}
	.tier1a {
	max-width: 100%;
	background-image: none;
	
}
	.tier2 {
		width: 100%;
		padding-bottom:0;
	}
	
	.house {
		background-image: none;
	}
	.col-left, .col-right{
		width:90%;
		margin-left:30px;
		padding:0 10px 80px 10px ;
	}	
	
	.col-right {
	}
	
	.rec-left {
width:90%;
	color: #FAEFD2;
	padding: 0 20px;
vertical-align:top;
		margin:auto;
}

.rec-right {
width:90%;
	margin:auto;
	padding: 0 20px;
vertical-align:top;
}
	
	
	.logo {
		width:300px;
	}
	.pack1 {
	display:none;
	visibility: hidden;
}
		.pack2 {
	display:none;
	visibility: hidden;
}
	.packaging2 {
	display:block;
		visibility:visible;
position:relative;	
		left: 50%;
    transform: translate(-50%, 0%);

	}
	.inside {
	width:90%;
	height:auto;
	padding-top: 10px;
		margin:auto;
}
	
	.desc {
		padding: 0 10px;
		font-size: 23px;
	}
	
	.desc2 {
		line-height:1.2em;
		padding-bottom:25px;
	}
	.signup .desc2 {
	padding-top:15px;
	}
.wtb {
	width:200px;
	margin-left:0;
}


.bag {
	margin-left:150px;
	margin-top:0;
		width: 300px;
}

	.locations img {
		width:180px;
	}

	.squiggle {
		padding: 15px 0 0 0
	}	
	
	
.prep1 {
	color: #FAEFD2;
	text-align:center;
	width: 100%;
	font-size:15px;
		
}
	.squiggle {
	width:93%;
	padding: 25px 0 15px 0;

}

.bigger {
	font-size: 50px;
}
	.recipe-img {
	display: block;
	visibility: visible !important;
		width:100%;
		height:auto;
		margin:0;
		padding:0;
}
	.signup .tier1 {
	width:100%;
	float: left;
	padding:5px;
	margin:0;
}
	
	#mc_embed_signup {
	width:100%;
	}
	
	.signup #mce-EMAIL {
		font-size:28px;
		margin-top: 10px;
	}
	
}
