@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}


.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.navArrowL {
	float: left;
	display: block;
	width: 30px;
	background-color: #888686;
}
.navArrowR {
	float: right;
	display: block;
	width: 30px;
	background-color: #888686;
}

nav a {
	text-decoration: none;
	color: #090909;
	font-family: FrizQuaBol;
	font-weight: normal;
	}
nav {
	display: none;
}

	
nav a:visited {
	color: #090909;	
	}

nav a:hover {
	color: #474444;
	}

a.anchor {
	display: block;
	position: relative;
	top: -264px;
	visibility: hidden;
}

header {
	background-color: #2A2A2A;
	color: #F4F4F4;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 99;
	margin-top: -190px;
	margin-left: auto;
	margin-right: auto;
	min-width: 26em;
}
.center {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.aLeft {
	text-align: left;
}
.floatL {
	float: left;
	margin: .5em 1em .5em 0;
}
.floatR {
	margin: .5em 0 .5em 1em;
	float: right;
}


.top2em {
	margin-top: 2em;
}
.section {
	text-align: center;
	border-width: 1px;
	border-style: dashed;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 0; */
	width: 98%;
	/*prior width was 87.2083%
	padding-left: 1.8958%;
	padding-right: 1.8958%;*/
	clear: none;
	float: none;
	min-width: 26em;
	background-image: url(../images/textures/paper_texture.jpg);
}
body {
	font-family: Roboto, "Roboto Medium", "Roboto Thin", "Roboto Light", "Roboto Black", sans-serif;
	font-size: 12px;
	background-image: url(../images/textures/green_weave.gif);
}
.section p {
	padding: 10px 20px;
}
.section h1 {
	font-family: "EngrvrsOldEng Bd BT";
	font-weight: normal;
	font-size: 4em;
	text-shadow: 1px 1px #fefefe;
	color: #151515;
	margin-top: 15px;
	margin-bottom: 60px;
	padding-top: 15px;
}
.heading {
	background-image: url(../images/Italy%20Banner%20simple.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 130px;
}

/* ---------- Address Section ---------- */
#address {
	background: url(../images/address_divider.gif) 48% 50% no-repeat, url(../images/textures/footer_texture.jpg) repeat;
	height: 100px;
	background-color: #070707;
	width: 100%;
	color: #fff4d3;
}
#address h3 {
	text-decoration: underline;
	font-family: FrizQuaBol;
	font-weight: normal;
	font-size: 1.5em;
	color: #fff4d3;
	text-shadow: 1px 1px 3px #000000;
}
#tc {
	padding: 5px 10px;
	text-align: left;
	float: right
}
#lv {
	padding: 5px 10px;
	text-align: left;
	float: left;
}


/* ---------- Title Section ---------- */
#title {
	background-color: #801102;
}
#title h1 {
	font-size: 4em;
	color: rgba(34,34,34,0.90);
	font-family: "EngrvrsOldEng Bd BT";
	font-weight: normal;
	text-shadow: 0px 0px 6px #fff4d3;
}

/* ---------- Hero Section ---------- */
#hero {
	text-align: center;
	overflow: hidden;
	height: 300px;
	background-image: url(../images/pizza_small.jpg);
	background-position: 50% 50%;
}
#hero picture img {
	margin-top: 2em;
	margin-bottom: 1em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#hero h2 {
	font-family: FrizQuaBol;
	font-size: 2.5em;
	text-shadow: 2px 2px 3px #FEFEFE;
	margin-left: 0.5em;
	margin-right: 0.5em;
	line-height: 1.2em;
}

/* --- Nav Section --- */
nav {
	text-align: center;
	background-image: -webkit-linear-gradient(0deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	padding: 0px;
	display: none;
	-webkit-box-shadow: 0px 2px 4px #222222;
	box-shadow: 0px 2px 4px #222222;
}
nav a {
	padding: 9px;
	font-size: 1.5em;
	margin: 0px;
	display: none;
	border-bottom: 1px solid #000000;
}

/* ---------- Welcome Section ---------- */
#welcomeLeft img {
	display: none;
	max-width: 100%;
}
#welcomeRight img {
	display: none;
	max-width: 100%;
}
.solidBack {
	background-color: rgba(255,244,211,0.75);
	-webkit-box-shadow: 0 2px 10px #1C1C1C;
	box-shadow: 0 2px 10px #1C1C1C;
}

/* ---------- Call for Action Section ---------- */
#callForAction {
	margin: 2em 0px;
	display: inline-block;
}
.cfaSection {
	text-align: center;
}
#callForAction div:first-of-type {
	margin-left: 0px;
}
#callForAction div:last-of-type {
	margin-right: 0px;
}
#cfa1 {
	width: 100%;
}
#cfa1 .cfa1small {
	font-size: 1.125em;
	font-family: "Cronos Pro";
	font-weight: bold;
	line-height: 1.25em;
	padding-left: 3em;
	padding-right: 3em;
	clear: both;
}
#cfa1 h2 {
	font-size: 3em;
	font-family: "Cronos Pro";
	font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#cfa1 p {
	font-size: 2em;
	font-family: "Cronos Pro";
	font-weight: bold;
	line-height: 1.75em;
	margin-bottom: 1.5em;
	padding: 0px 1.4em;
}
#cfa1 picture img {
	float: right;
}
#cfa2 {
	width: 100%;
	margin: 2em 0px;
	clear: both;
}
#cfa2 h1 {
	font-family: "Cronos Pro";
	font-size: 4em;
}
#cfa2 h2 {
	font-size: 2em;
	font-family: "Cronos Pro";
}
#cfa3 {
	width: 100%;
	margin-left: 0;
	clear: both;
}

/* ---------- Locations Section ---------- */

/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
.accordion {
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	/* [disabled]border-radius: 10px; */
	margin-top: 20px;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 20px;
	padding: .5em;
	background: rgba(255,244,211,0.5);
}

/*----- Section Titles -----*/
.accordion-section-title {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border: 0.2em solid #303030;
	background-color: #80371c;
	transition: all linear 0.15s;
	/* Type */
	font-size: 1.7em;
	text-shadow: 0px 1px 0px #1a1a1a;
	color: #fefefe;
	text-decoration: none;
	text-align: left;
	font-family: FrizQuaBol;
	letter-spacing: 0.08em;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	border-radius: 0.5em;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background:#592614;
	/* Type */
	text-decoration:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.storeGallery {
	position: relative;
	clear: both;
	display: inline-block;
	width: 100%;
}
.storePicGallery {
	width: 18%;
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	border: 2px solid #1C1C1C;
	float: left;
}
.storePicGallery img {
	max-width: 100%;
	width: 100%;
}

.storeInfo {
	background-color: #44301a;
	padding: 1%;
	font-family: Roboto, "Roboto Medium", "Roboto Thin", "Roboto Light", "Roboto Black", sans-serif;
	color: #FEFEFE;
	font-size: 1em;
	text-align: left;
	line-height: 1.375em;
}
.storeContact h3 {
	font-family: Roboto, "Roboto Medium", "Roboto Thin", "Roboto Light", "Roboto Black", sans-serif;
	font-size: 1.125em;
	line-height: 1.375em;
}
.storeContact {
	padding: 2%;
}
.gmap {
	border: 3px solid #1C1C1C;
	height: 300px;
	/* [disabled]width: 100%; */
}
.accordion-section a:visited {
	color: #fefefe;
}
.accordion-section a:hover {
	color: #fefefe;
}

/*-----End of Accordion-----*/

/* ---------- Menu Section ---------- */


/* ---------- Events Section ---------- */
#eventPics {
	width: 100%;
	display: block;
}
#events p {
	clear: both;
}
.eventPic {
	width: 49.0521%;
	margin-right: 1.8958%;
	float: left;
}
#eventPics picture img {
	max-width: 100%;
}

#eventPics div:last-of-type {
	margin-right: 0px;
}
#eventPics div:nth-of-type(2) {
	margin-right: 0px;
}

/* ---------- About Section ---------- */
#about picture img {
	margin: 0px auto;
	float: none;
	display: block;
}



/* ---------- Reviews Section ---------- */
#reviews{
	padding-bottom: 6em;
	background-image: url(../images/grapes_back.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;

}
.reviewBox {
	background-color: rgba(255,255,255,0.50);
	-webkit-box-shadow: 0px 0px 30px rgba(255,255,255,0.50);
	box-shadow: 0px 0px 30px rgba(255,255,255,1.00);
	border-radius: 20px;
	margin: 20px 2em;
}
.quote {
	margin: .5em 1em;
	padding-top: 2em !important;
}
.reviewer {
	text-align: right;
}


/* ---------- Gallery Section ---------- */


/* ---------- Footer Section ---------- */
footer {
	color: #FFF4D3;
	text-align: center;
	padding: 1em 0px;
	background-image: url(../images/textures/footer_texture.jpg);
}
.footerSquare {
	margin: 2% 2%;
	width: 46%;
	float: left;
	height: 200px;
}
#footerLocTC {
	width: 100%;
	margin-left: 0;
	/* [disabled]clear: both; */
	margin-bottom: 1em;
}
#footerLocLV {
	width: 100%;
	margin-left: 0;
	/* [disabled]clear: both; */
}
#byline {
	width: 50%;
	margin: 2em 1.5em 0px 0px;
	float: right;
	text-align: right;
}
#footerLinks {
	margin: 1em 0px;
}
#footerSocial {
}
#social img {
	margin-left: 1em;

}

.footerAddress {
	background-color: #44301a;
	font-family: Roboto, "Roboto Medium", "Roboto Thin", "Roboto Light", "Roboto Black", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}
.footerWrap {
	margin: 1em;
}

.footerAddress h2 {
	font-size: 1.8em;
	margin-bottom: 0.25em;
	text-decoration: underline;
	font-weight: normal;
	font-family: FrizQuaBol;
}
#footerLinks a {
	font-family: FrizQuaBol;
	color: #fff4d3;
	font-weight: normal;
	text-decoration: none;
	font-size: 2em;
	display: block;
	padding: .5em 0px;
	background: #80371c;
	border-top: 1px solid #fff4d3;
}
#footerLinks a:last-child {
	border-bottom: 1px solid #fff4d3;
}


#div1 {
width: 100%;
margin-left: 0;
clear: both;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

#menuNav {
	height: 80px;	
	}
#menuTitle h1 {
	font-size: 3em;
	text-shadow: 0px 0px;
	font-family: FrizQuaBol;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}


#menuNav ul {
	list-style: none;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	background: #80371c; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzNzQ0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhjNDUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzhjNDUyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjIwMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #b3744f 0%, #8c4528 50%, #8c4528 50%, #5f200f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3744f), color-stop(50%,#8c4528), color-stop(50%,#8c4528), color-stop(100%,#5f200f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b3744f 0%,#8c4528 50%,#8c4528 50%,#5f200f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b3744f 0%,#8c4528 50%,#8c4528 50%,#5f200f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b3744f 0%,#8c4528 50%,#8c4528 50%,#5f200f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b3744f 0%,#8c4528 50%,#8c4528 50%,#5f200f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3744f', endColorstr='#5f200f',GradientType=0 ); /* IE6-8 */
	border-radius: 10px;
	text-align: center;
	position: relative;
	display: table;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
}
#menuNav ul:after {
	content: ""; clear: both; display: block;
}
#menuNav ul li {
	font-size: 1.5em;
	font-family: FrizQuaBol;
	list-style: none;
	display: table-cell;
	width: 20%;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.80);
}
#menuNav ul li:hover{
	background-color: rgba(0,0,0,0.40);	
}
#menuNav ul li:hover > ul {
	display: table;
}
#menuNav ul ul{
	display: none;
	background: rgba(96,41,21,0.9);
	border-radius: 0px 0px 5px 5px;
	width: 80%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 100%;
	margin-left: -10%;
}
#menuNav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	transition: .3s background-color;
}
#menuNav ul ul li {
	display: table-cell;
	font-size: .75em;
}	
#menuNav ul ul li:hover {
	background-color: rgba(0,0,0,0.40);
}


#menuWrapper {
	height: 300px;
	width: 10000px;
}
.preventOverflow {
	overflow-x: auto;
}


.menuPanel {
	height: 98%;
	background-color: rgba(207,145,79,0.50);
	display: inline-block;
}
.menuColumn {
	/* [disabled]float: left; */
	background-color: #ebc05c;
	display: inline-block;
	width: 300px;
}
.menuItem {
	margin: 1%;
	width: 98%;
	clear: both;
	float: left;
	background-color: #888686;
	height: 48%;
	text-align: center;
}
.menuItem2 {
	margin: 1%;
	width: 98%;
	clear: both;
	float: left;
	background-color: #888686;
	height: 98%;
	text-align: center;
}

.menuList {
	text-align: left;
	list-style-type: none;
	margin-left: 5em;
}
.menuDescL {
	width: 50%;
	float: left;
	height: 100%;
	margin: -2px;
	border: 1px solid #000000;
}
.menuDescR {
	width: 50%;
	height: 100%;
	float: right;
	margin: -2px;
	border: 1px solid #000000;
}

.menuPicR {
	width: 50%;
	float: right;
	height: 100%;
	background-color: #BAF8C7;
}
.menuPicL {
	background-color: #BAF8C7;
	width: 50%;
	float: left;
	height: 100%;
}
.saucesPanel {
	width: 94%;
	height: 400px;
	margin: 1%;
	background-color: #512304;
	float: left;
	clear: both;
	color: #FFFFFF;
	border-radius: 50px;
	border: 7px solid #512304;
	box-shadow: inset 0 0 0 7px #FFFFFF;
	padding-top: 20px;
}
.saucesPanel .note {
	margin-top: 0.8em;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: .5em;
	text-align: center;
}
#menuWrapper h2  {
	font-family: FrizQuaBol;
	font-weight: 300;
	font-size: 1.5em;
	margin: .25em 0px .25em 0px;
	text-decoration: underline;
}

.saucesPanel ul li {
	list-style-type: none;
	margin-left: 3em;
}
.saucesPanel h2 {
	font-family: FrizQuaBol;
	font-weight: 300;
	font-size: 1.7em !important;
	text-align: center;
	margin-top: 1em !important;
	margin-bottom: 0.5em !important;
}
.listColumn {
	float: left;
	margin: 1em;
	list-style-type: none;
	text-align: left;
}




















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    
body {
	font-size: 16px;
	}
.section h1 {
	font-size: 4em;
	margin-top: 15px;
	margin-bottom: 60px;
	padding-top: .075em;
	text-shadow: 2px 2px #FEFEFE;
}
.section p {
    line-height: 1.5em;
}
#tc {
	padding: 10px 20px;
	font-size: .75em;
}
#lv {
	padding: 10px 20px;
	font-size: .75em;
}
.gridContainer {
	width: 91.0625%;
	/* [disabled]padding-left: 0.9687%; */
	/* [disabled]padding-right: 0.9687%; */
	clear: none;
	float: none;
	margin-left: auto;
}
#address {
	background: url(../images/chefhat/small_chef8.png) 50% 50% no-repeat, url(../images/textures/footer_texture.jpg) repeat;
}
#hero {
    height: 384px;
    background-image: url(../images/pizza_full.jpg);
    background-position: 50% 50%;
}
.cfaSection {
width: 100%;
clear: both;
margin-left: 0;
}
#cfa1 {
width: 100%;
}
#cfa2 {
width: 100%;
clear: both;
margin-left: 0;
}
#cfa3 {
width: 100%;
clear: both;
margin-left: 0;
}
#hero h2 {
	font-family: FrizQuaBol;
	font-size: 1.5em;
	text-shadow: 2px 2px 3px #FEFEFE;
}
#eventPics {
width: 100%;
}
#eventPic1 {
width: 100%;
margin-left: 0;
}
#eventPic2 {
width: 100%;
margin-left: 0;
}
#eventPic3 {
width: 100%;
margin-left: 0;
}
#eventPic4 {
width: 100%;
margin-left: 0;
}
#reviews{
	padding-bottom: 5em;
}
#footerLocTC {
width: 100%;
clear: both;
margin-left: 0;
}
#div1 {
width: 100%;
clear: both;
margin-left: 0;
}
#footerLinks {
}
#footerSocial {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#about picture img {
	margin: 0px .5em .5em 0px;
	float: left;
}
#mobileMenu {
	display: none;
}
nav {
	display: block;
}
/* ---------- Title Section ---------- */
#title {
	background-image: url(../images/wood_back.jpg);
}








}

/* For navigation changes between mobile(<480) and large (>1024) */

@media only screen and (min-width: 481px) and (max-width: 1024px) {
nav {
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 25%,rgba(255,255,255,1.00) 25.01%,rgba(255,255,255,1.00) 75%,rgba(255,0,0,1.00) 75.1%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 29.18%,rgba(255,255,255,1.00) 30.75%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 29.18%,rgba(255,255,255,1.00) 30.75%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 23%,rgba(255,255,255,1.00) 23.1%,rgba(255,255,255,1.00) 78%,rgba(255,0,0,1.00) 78.1%,rgba(255,0,0,1.00) 100%);
	padding-left: 5%;
	padding-right: 5%;
	max-width: 90%;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
nav a {
	text-decoration: none;
	color: #090909;
	font-family: FrizQuaBol;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	display: inline-block;
	margin: 5px 0px;
	line-height: 0.5em;
}

#div1 {
width: 49.2957%;
clear: none;
margin-left: 1.4084%;
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
	
}


/* For navigation changes between mobile(<769) and large (>1024) */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
#menuNav ul li a {
	font-size: 0.8em;
}

	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.75%;
	max-width: 1232px;
	/* [disabled]padding-left: 50px; */
	/* [disabled]padding-right: 50px; */
	margin-top: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	clear: none;
	float: none;
	/* [disabled]background-color: rgba(130,77,2,0.74); */
}
#address {
	background: url(../images/chefhat/small_chef8.png) 50% 50% no-repeat, url(../images/textures/footer_texture.jpg) repeat;
}
#tc {
	padding: 10px 20px;
}
#lv {
	padding: 10px 20px;
}
.cfaSection {
width: 32.3943%;
clear: none;
margin-left: 1.4084%;
}
#cfa1 {
width: 32.3943%;
}
#cfa2 {
	width: 32.3943%;
	clear: none;
	margin-left: 1.4084%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cfa3 {
width: 32.3943%;
clear: none;
margin-left: 1.4084%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#wood {
	background-color: rgba(244,202,79,0.56);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: auto;
}
#hero h2 {
	font-family: FrizQuaBol;
	font-size: 2.5em;
	text-shadow: 2px 2px 3px #FEFEFE;
}
#footerLocTC {
	width: 49.7%;
	clear: none;
	float: left;
	border-right: 3px solid #fff4d3;
	padding-left: 1%;
}
#footerLocLV {
	width: 48.8%;
	clear: none;
	float: right;
}
#footerLinks a {
	background: inherit;
	font-size: 1.5em;
	padding: 0px 1em;
	display: inline;
	border-right: 3px solid #fff4d3;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
#footerLinks a:last-child {
	border-right: none;
	border-bottom: none;
}
.storeMap {
	width: 35%;
	float: right;
}
.storeInfo {
	width: 62%;
	background-color: #44301a;
	padding: 1%;
	float: left;
	font-family: Roboto, "Roboto Medium", "Roboto Thin", "Roboto Light", "Roboto Black", sans-serif;
	color: #FEFEFE;
	font-size: 1em;
	text-align: left;
	line-height: 1.375em;
}
#welcome p {
	padding: .5em 7em;
}
#welcome p:first-of-type {
	padding-top: 1em;
}
#welcome p:last-of-type {
	padding-bottom: 1em;
}
#cfa1 .cfa1small {
	font-size: 1.125em;
	font-family: "Cronos Pro";
	font-weight: bold;
	line-height: 1.25em;
	padding: 0px .5em;
}
#cfa1 h2 {
	font-size: 3em;
	font-family: "Cronos Pro";
	font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	line-height: 1em;
	margin-bottom: 0.5em;
}
#cfa1 p {
	font-size: 1.625em;
	font-family: "Cronos Pro";
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1.25em;
	padding: 0px .5em;
}
#cfa2 h1 {
	line-height: 1em;
}
#welcomeLeft {
	width: 28%;
	float: left;
	margin: 0px .5em .5em 0px;
}
#welcomeRight {
	width: 28%;
	float: right;
	margin: 0px 0px .5em .5em;
}
#welcomeRight img {
	display: block;
}
#welcomeLeft img {
	display: block;
}
.eventPic {
	width: 23.5718%;
	margin-right: 1.8958%;
}
#eventPics div:nth-of-type(2) {
	margin-right: 1.8958%;
}
/* #menuWrapper {
	height: 400px;
	width: 9000px;
}
.menuColumn {
	background-color: #F4C932;
	display: inline-block;
	width: 400px;
}
*/
}
















/* For navigation changes larger than 1024 */

@media only screen and (min-width: 1024px) {
nav {
	background-color: #FF0206;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,96,27,1.00) 0%,rgba(0,96,27,1.00) 33.33%,rgba(255,255,255,1.00) 33.34%,rgba(255,255,255,1.00) 66.66%,rgba(255,0,0,1.00) 66.67%,rgba(255,0,0,1.00) 100%);
	padding-top: 12px;
	padding-bottom: 12px;
}
nav a {
	text-decoration: none;
	color: #090909;
	font-family: FrizQuaBol;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	display: inline-block;
}
	
}
