/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
html {
}
body {
  font: 62.5%/1.6 'Georgia', 'Times', serif;  
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html#home_GourmetPizza {background: #fcfaf9;}
html#menu_GourmetPizza {background: #d7d4ac;}
html#about_GourmetPizza, html#news_GourmetPizza {background: #1b1101;}
html#contact_GourmetPizza {background: #948748;}

body#home {background: url('img/homeBg.jpg') no-repeat; background-size: cover;
}
body#menu {background: url('img/menu_bg.jpg') no-repeat;}
body#about {background: url('img/about_bg.jpg') no-repeat;}
body#news {background: url('img/news_bg.jpg') no-repeat;}
body#contact {background: url('img/contact_bg.jpg') no-repeat;}

.innercontent {
	margin: 0 auto;
	width: 100%; /* 960px at largest */
	box-sizing: border-box;
	}
.hidden {
	
	}
.bor {
	border-bottom: 1px solid #ccc996;
	padding-bottom: 10px;
	display: block;
	}
.col {
	display: block;
	padding: 20px;
	box-sizing: border-box!important;
	}
.clearright {
	clear: right;
	}
.clearleft {
	clear: left;
	}

.verynarrow {
	width: 150px;
	}
.span-two {
	}

.base {
	height: 360px;
	margin-top: 40px;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.aleft {
	text-align: left;
	}
.aright {
	text-align: right;
	}
.acent {
	text-align: center;
	}
.fixed {
  position: fixed;
}
ul.wide li {
	width: 100%;
	}
.pdfLink {
  font-family: Helvetica, Sans-serif;
  border: 1px solid #333;
  padding: 10px;
  font-size: 2.1em;
  color: #333;
  display: block;
  text-shadow: 0px 1px 1px #fff;
  width: 200px;
  margin: 0 auto;
  border-radius: 10px;
}
.pdfLink:hover {
  background: #fff;
}
hr {
	border-bottom: 1px solid #ccc996;
	}
#topSlider {
	position: absolute;
	height: 280px;/* 280px at largest */
	width: 100%;
	background: url('img/specials_bg.png') repeat-x bottom;
	text-shadow: 0px 1px 2px #fff;
	z-index: 99;
	box-sizing: border-box;
	}
#topSlider ol {
  margin-left: 0;
  padding-left: 0;
}
#topSlider .narrow {
  display: none;/* display block at largest */
}
#topSlider .narrow h1 {
	margin-top: -10px;
	}
#topSlider h1 {
	display: block;
	font-size: 1.5em;/* 1.5em at largest */
	width: 100%;/* 100% at largest */
	color: #922c1e;
	font-weight: normal;
	}
#topSlider h1 em {
	color: #e39c3f;
	}

#topSlider .last h1, #topSlider .last ol {
	margin-left: 0px;/* margin-left 30px at largest */
	}
#topSlider p.signUp a span {
	text-indent: -99999px;
	display: block;
	width: 203px;
	height: 60px;
	background: url('img/sign_up.gif') no-repeat;
	}
#topSlider p.signUp span em {
	color: #e39c3f;
	}
#topSlider .col {
	margin-top: 4px;/ *40px at largest */
	}
#topSlider .last {
	padding: 5px 20px;
	width: 100%;/*width 438px at largest*/
	border-left: 2px solid #c3c0bd;
	}
#topSlider ol {
	margin: 5px 0 0 0;
	width: 100%;/*100% at largest */
	}
#topSlider ol li {
	list-style-position: inside;
	list-style-type: upper-roman; 
	color: #922c1e;
	font-size: 1.0m;/*1.2em*/
	}
	#topSlider ol li em {
		font-weight: bolder;
		}
	#topSlider ol li em, #topSlider ol li span {
	color: #2f2404;
	}
#topSlider a.close {
	text-transform: uppercase;
	font-size: 1.4em;
	margin-top: 20px;/*-30px at largest*/
	margin-right: 0;/*45px at largest */
	float: left;/* float none at largest */
	font-family: "Helvetica", Sans-Serif;
	color: #a5a19f;
	background: #ede7e0;
	padding: 10px 5px;
	border: 1px solid #c0bdba;
	font-size: 0.8em !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	}
	#topSlider a.close span {
		background: #a5a19f;
		color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 8px;
		}
	#topSlider a.close:hover {
		color: #9a2f21;
		background: #fff;
		border: 1px solid #fff;
		}
		#topSlider a.close:hover span {
			background: #922c1e;
			}
	
		
		
#header {
	height: 240px;
	
	-webkit-box-shadow: 0 0 1em #757575;
	box-shadow: 0 0 1em #757575;	
	}

#home #header, #contact #header {background: #ccc8bd; /*url('img/header.jpg') repeat-x;*/
padding-bottom: 20px;/*padding:0;*/
border-bottom: 4px solid #333;/*border-bottom:0;*/
}
#menu #header {background: #ccc8bd; /*url('img/menu_header.jpg') 0 14px repeat-x; height: 378px;*/
}
#about #header {background: #ccc8bd; /*url('img/about_header.jpg')  14px repeat-x; height: 378px*/}
#news #header {background: #ccc8bd; /*url('img/news_header.jpg')  14px repeat-x; height: 378px*/}

.hours {
  margin-top: 55px;
  display: block;
	margin-left: 4px;/* margin-left: 30px */
  box-sizing: border-box;
  color: #333;
	}
.topLinks {	
  display: block;
	margin-left: 4px;/*250px*/
	float: left;/*float:none*/
	width: 80%;/*width:inherit*/
	}
	.topLinks a {
	  color: #333;
	}
	.topLinks a:hover {
		color: #d98518;
		border-bottom: 3px solid #d98518; 
		}
.logoLink {
	text-indent: -999999px;
	margin: 0 auto!important;/*margin-top: 25px; float:left;*/
	display: block;
	width: 220px;/*358px at largest*/
	height: 121px;/*199px at largest*/
	opacity: 0.2;
	z-index: 4;
	}
#home .logoLink , #contact .logoLink {
	background: url(img/logo.jpg) no-repeat;
	background-size: 100% 100%;
	}
#menu .logoLink, #about .logoLink, #news .logoLink {
	background: url(img/menuLogo.png) no-repeat;
	background-size: 100% 100%;
	
	}
#header p {
  padding: 4px 0;
	font-size: 1.2em;/* 1.4em */
	}
#home #header p, #contact #header p {color: #c12b0e; text-shadow: 0px 1px 1px #fff; /*#fbf8f4;*/}
#menu #header p {color: #8f2417;}
#news #header p {color: #486184;}
#header p strong {
	font-weight: normal;
	text-transform: uppercase;
	}
	#home #header p strong a, #contact #header p strong a {color: #333;/*#fbf8f4;*/}
	#menu #header p strong a {color: #8f2417;}
	#about #header p strong a {color: #b14e00;}
	#news #header p strong a {color: #486184;}
.info {
	margin: 0 auto;/*margin-right: 240px;*/
	display: block;
	text-align: center;
	width: 80%;/*215px*/
	/*padding: 0 10px;*//*0*/
	/*float:none; right at full view */
	box-style: border-box;
	}
#home .info, #menu .info, #contact .info {color: #403d39; text-shadow: 0px 1px 2px #efe8e2;}
#about .info {color: #392e18; text-shadow: 0px 1px 2px #aeaea6;}
#news .info {color: #403d39; text-shadow: 0px 1px 2px #aeaea6;}
	.info a {
		display: block;
		margin-top: -35px!important;/*40px*/
		}
	#home .info a, #menu .info a, #contact .info a  {color: #403d39;}
	#about .info a {color: #392e18;}
	#news .info a {color: #403d39;}
.dir {
	white-space: pre;
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	}
.tel {
	font-size: 1.8em;
	color: #403d39;
	padding-bottom: 0;/*40px*/
	margin-bottom: 0;
	}
#home .tel, #contact .tel {background: url(img/deco.png) no-repeat center bottom;}
#menu .tel, #news .tel {background: url(img/menu_deco.png) no-repeat center bottom;}
#about .tel {background: url(img/about_deco.png) no-repeat center bottom;}
a.specialsTab {
	position: absolute;
	margin-left: 0;/*740px at largest*/
	right: 10px;/*right:0;*/
	display: block;
	width: 80px;/*207px*/
	height: 200px;/*534px*/
	margin-top: -100px;/*-50 at largest */
	text-indent: -99999px;
	background: url(img/specials_tab.png) no-repeat left;
	background-size: cover;
	cursor: pointer;
	z-index: 98;
	}
	a.specialsTab:hover {
		display: block;
		width: 80px;/*207px*/
		height: 200px;/*534px*/
		margin-top: -100px;/* -45 at largest */
		text-indent: -99999px;
		background: url(img/specials_tab.png) no-repeat left;
		background-size: cover;
		}
.js .slicknav_menu {
    position: fixed;
    width: 100%;
		display:block;
		z-index: 97;
	}
ul#mainNav {
	display: block;
	width: 80%;/*680px*/
	margin: 0 auto;/*0*/
	/*float: left;*/
	margin-top: 20px;/*20px*/
	height: 50px;
	text-shadow: 0px 1px 2px #fff;
	z-index: 99!important;
	padding: 0;
	text-align: center;/*left*/
	box-sizing: border-box;
	}
.js #mainNav {
  display: none;
}
.bor {
	border-bottom: 2px solid #8f8b7c;
	border-top: 2px solid #8f8b7c;
	}
ul#mainNav li {
  text-align: center;/*left*/
	margin: 2% 1%;/*13px 30px*/
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.0em;/*1.8em*/
	/*float: left;*/
	}	
	ul#mainNav li.first {
		margin-left: 0;
		}
	ul#mainNav li.last {
		margin-right: 0;
		}
	ul#mainNav li a {
	  display: inline-block;
		padding: 10px;/*8px 30px*/
		color: #302605;
		border: 1px solid #333;/*border: none;*/
		border-radius: 4px;/*none*/
		}
		#home ul#mainNav li a:hover, #menu ul#mainNav li a:hover, #contact ul#mainNav li a:hover {color: #8b2316;}
		#about ul#mainNav li a:hover {color: #b14e00;}
		
		#home ul#mainNav li a:hover, #home .current, #contact ul#mainNav li a:hover, #contact .current {background:#fff;/*border-top: 7px solid #d98518;*/}
		#menu ul#mainNav li a:hover, #menu .current {border-top: 7px solid #edebc4;}
		#about ul#mainNav li a:hover, #about .current {border-top: 7px solid #b3a31a;}
		#news ul#mainNav li a:hover, #news .current {border-top: 7px solid #486184;}
		#news ul#mainNav li a:hover {color: #486184;}
a {
	outline: 0;
	text-decoration: none;
	}
a img {
	border: none;
	outline: 0;
	}
h1, h2, h3 {
	font-weight: normal;
	}
/* home focus statement */	

#home h1.focus, #contact h1.focus {
	position: relative;
	width: 100%;/*950px at largest */
	height: inherit;/*140px*/
	font-size: 2.0em;/*4.0*/
	padding: 50px 0 0 20px;/*50px 0 0 30px*/
	z-index: 92;
	float: left;
	box-sizing: border-box;
	}
	#home h1.focus {color: #403d39; text-shadow: 0px 1px 2px #fff;}
	#contact h1.focus {color: #192800; text-shadow: 0px 1px 2px #d2c3ac;}
	
	#home h1.focus a {color: #d98518; font-style: oblique;}
	#contact h1.focus a {color: #841b00; font-style: oblique;}
		
		#home h1.focus a:hover {
			border-bottom: 2px solid #d98518;
			border-top: 2px solid #d98518;
			}
		 #contact h1.focus a:hover {
		 	border-bottom: 2px solid #192800;
			border-top: 2px solid #192800;
		 	}

/* home focus statement */

/* about focus statement */

#about h1.focus {
	position: relative;
	display: block;
	width: 100%;
	margin: 50px 0;
	color: #f3dabb;
	font-size: 3.0em;
	text-shadow: 0px 1px 2px #333;
	}
	
/* about focus statement */

h2 {
	font-size: 2.2em;
	margin-bottom: 10px;
	}

#home h2 {color: #582802;}
#about h2 {color: #b3a31a; text-shadow: 0px 1px 2px #333;}
#contact h2 {color: #841b00; text-shadow: 0px 1px 2px #d2c3ac;}	
	
	h2 a {
		color: #d98518;
		border-bottom: 1px solid #d98518;
		}
		h2 a:hover {
			border-bottom: 2px solid #d98518;
			border-top: 2px solid #d98518;
			}
h3 {
	}
#mainContent {
	display: block;
	min-height: 600px;
	box-sizing: border-box;
	}
#mainContent p {
	margin-top: 10px;
	}

#home #mainContent .col p {font-size: 2.2em;}
#contact #mainContent .col p {font-size: 1.8em; text-shadow: 0px 1px 2px #d2c3ac;}
#contact #mainContent .col p a {color: #c20d0d;}
#contact #mainContent .col p a:hover {color: #648500; border-bottom: 2px solid #648500;}
#home #mainContent p, #news #mainContent p {color: #582802;}

#about #mainContent p {color: #dcd9d0; text-shadow: 0px 1px 2px #333;}
#about #mainContent .col p {font-size: 1.6em;}
#about #mainContent .col {margin-bottom: 250px;}

/* menu page & news page specific styles */
div.menu, div.news {
	margin-top: 40px;
	padding: 20px;
	display: block;
	background: url('img/menu_trans_bg.png') repeat;
	}	
	.menu h4 {
		text-align: center;
		color: #8b2316;
		text-transform: uppercase;
		font-size: 1.3em;
		border-top: 1px solid #f5fdee;
		border-bottom: 1px solid #f5fdee;
		background: #e7ede1;
		}
	div.menu p span {
		color: #65625d;
		}
		div.menu ul {
		width: 100%;
		display: block;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: 20px;
		}
	div.menu ul li {
		display: block;
		float: left;
		width: 100%;
		padding: 10px 20px 10px 0;
		border-bottom: 1px solid #ccc996;
		}
	div.menu h3 {
		width: 100%;
		margin-top: 10px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		}
	.title {
		font-size: 1.3em;
		color: #8b2316;
		width: 100%;
		text-transform: capitalize;
		}
	.desc {
		float: left;
		width: 100%;
		display: block;
		font-size: 1.3em;
		color: #403d39;
		margin: 10px 0 5px; 
		}
	div.menu ul li em {
		font-style: normal;
		font-size: 1.3em;
		padding: 4px;
		border: 1px solid #c3c19e;
		color: #9e801f;
		
		-webkit-transition: all .3s ease-in-out;
    	-moz-transition: all .3s ease-in-out;
   		-o-transition: all .3s ease-in-out;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		}
		div.menu ul li em:hover {
			background: #fff;
			}
		.bottom-menu {
		  display: block;
		  background: #333;
		  color: #fff;
		  width: 100%;
		  padding: 5px;
		  margin-left: 0!important;
		  z-index: 1000;
		  bottom: 0;
		  font-family: helvetica, sans-serif;
		  opacity: 0.8;
		}
		.bottom-menu p {
		  color: #fff;
		}
		.bottom-menu .tel {
		  font-size: 1.0em!important;
		  background: transparent!important;
		  color: #fff!important;
		  margin-bottom: 5px;
		  border: 1px solid #fff;
		  padding: 5px;
		  border-radius: 5px;
		}
		.bottom-menu ul{
		  width: 100%;
		  padding-left: 0;
		  margin: 0 auto;
		  box-sizing: border-box;
		}
		.bottom-menu ul li {
		  display: inline-block;
		  width: 60px!important;
		  padding: 0;
		  margin-bottom: 1px;
		  margin-right: 1px;
		  float: left;
		  border: 1px solid #fff;
		  border-radius: 5px;
		  text-align: center;
		}
		.bottom-menu ul li a {
		  display: inline-block;
		  padding: 5px;
		  width: 100%;
		  color: #fff;
		  box-sizing:border-box;
		}
		.bottom-menu ul li a:hover {
		  background: #ccc;
		  color: #000;
		}
		.bottom-menu ul li a:active {
		background: #fff;
		color: #333;
		}
div.news .post {
	padding-bottom: 20px; margin-bottom: 20px;
	border-bottom: 1px solid #582802;
	}
div.news .post h2 {
	color: #311002;
	}
div.news .post .author {
	font-size: 1.3em;
	color: #333;
	}
div.news .post p {
	font-size: 1.6em;
	}
div.news .post p a:not(.action) {
	color: #311002;
	text-decoration: underline;
	}
div.news .post img {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	}
div.video-js-box {
padding: 10px!important;
background: #fff!important;
border: 1px solid #ccc!important;
}
div.video-js-box img {
border: none!important;	
}
.base p {
	width: 100%;/*width:400px*/
	}
.versal {
	display: inline;
	height: 60px;
	margin: -34px 20px 0px 0;
	float: left;
	font-size: 2.8em;
	text-align: center; 
	width: 0.7em;
	}
a.action {
	margin-top: 10px;
	color: #e8b63e;
	background: #9a2f21;
	border: 4px solid #d98518;
	padding: 5px 10px;
	font-size: 0.8em !important;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	a.action:hover {
		color: #9a2f21;
		background: #e8b63e;
		}
a.delivery {
	margin-left: -400px;/*200px*/
	display: block;
	width: 638px;
	height: 399px;
	background: url(img/delivery_map.png) no-repeat left;
	}
a.delivery:hover {
	background: url(img/delivery_map.png) no-repeat right;
	}
	.delivery span {
		font-style: oblique;
		display: block;
		line-height: 0.9em;
		width: 140px;
		height: 140px;
		text-align: center;
		font-size: 4.7em;
		color: #cfd1a7;
		padding: 100px 0 0 430px;
		text-shadow: 0px 1px 2px #333;
		}
		.delivery span em {
			color: #b3b49d;
			font-size: 0.3em !important;
			}
	a.delivery:hover span, a.delivery:hover span em {
		color: #302605;
		text-shadow: 0px 1px 2px #fff;
		}
img.arrow {
	margin-top: 12px;
	}		
a.shirt {
	text-indent: -99999px;
	display: block;
	width: 138px;
	height: 142px;
	background: url(img/shirt.png) no-repeat right;
	}
	a.shirt:hover {
		background: url(img/shirt.png) no-repeat left;
		}
iframe.map {
	width: 100%;
	height: 425px;
	border: 0;
	padding: 10px;
	background: #192800;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	}
#footer {
	width: 100%;
	display: block;
	margin-top: 40px;
	padding: 30px 0 10px 0;
	margin-bottom: -40px;
	border-top: 11px solid #d6d0c2;
	box-sizing: border-box!important;
	
-webkit-box-shadow: 0 0 1em #757575;
	box-shadow: 0 0 1em #757575;

	z-index: 0;	
	}
#home #footer, #contact #footer {background: #fff /* #302605 url('img/footer.jpg') repeat-x;*/ border-bottom: 11px solid #302605;}
#menu #footer {background: #edebc4 url('img/menu_footer.jpg') repeat-x; border-bottom: 11px solid #edebc4;}
#about #footer {background: #edebc4 url('img/about_footer.jpg') repeat-x; border-bottom: 11px solid #fff;}
#news #footer {background: #edebc4 url('img/news_footer.jpg') repeat-x; border-bottom: 11px solid #fff;}

.awards {
  padding-left: 0;
	width: 70%;
	margin: 0 auto;
	}
.awards li {
  display: block;
	width: 100%;
	height: 94px;
	text-align: center;
	background: url(img/awards.png) center no-repeat;
	margin-right: 10px;
	text-shadow: 0px 1px 2px #d0c6bd;
	}
	.awards li a {
		display: inline-block;
		padding-top: 20px;
		width: 82px;
		color: #302605;
		font-family: "Helvetica", Sans-serif;
		text-align: center;
		}
		.awards li a:hover {
			color: #d98518;/*#f9f6f0;*/
			}
		.awards li a em {
			font-style: normal;
			font-weight: bolder;
			}
.social {
  text-align: center;
	display: block;
	position: relative;
	width: 100%;/*419px*/
	padding-top: 5px;
	margin-bottom: -25px;
	margin-left: 0px/*-50px*/;
	height: 143px;
	background: #fff; /*url(img/social_media_bg.png) -5px 0 no-repeat;*/
	z-index: 99!important;
	box-sizing: border-box;
	}
	.UB {
	  float: right;
	  position: relative;
	  z-index: 99;
	}
	.social ul li {
	  padding: 0;
	  display: inline-block;
	}
	.social ul {
		display: block;
		width: 100%;
		margin: 50px auto;/*50px 60px*/
		padding: 0;
		list-style: none;
		text-align: center;
		box-sizing: border-box;
		}
	.social a {
		display: inline-block;
		}
a.fb {
	width: 72px;
	height: 71px;
	background: url(img/social_btns.png) 0 0 no-repeat;
	}
	a.fb:hover {
		background: url(img/social_btns.png) 0 -70px no-repeat;
		}
a.tw {
	width: 79px;
	height: 71px;
	background: url(img/social_btns.png) -63px 0 no-repeat;
	}
	a.tw:hover {
		background: url(img/social_btns.png) -63px -70px no-repeat;
		}
a.fl {
	width: 70px;
	height: 71px;
	background: url(img/social_btns.png) -144px -0px no-repeat;
	}
	a.fl:hover {
		background: url(img/social_btns.png) -144px -70px no-repeat;
		}
a.ur {
	margin: 5px 0 0 10px;
	width: 60px;
	height: 60px;
	background: url(img/ur.jpg) left no-repeat;
	}
	a.ur:hover {
		background: url(img/ur.jpg) right no-repeat;
		}
.copy {
  position: absolute;
  bottom: 0;
	margin: 0 auto;/* 0 auto */
	width: 100%;
	padding: 10px;
	font-family: "Helvetica", sans-serif;
	color: #302605;
	box-sizing: border-box;
	z-index: 9999!important;
	}
	.copy a {
		color: #922c1e;
		}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  
 .innercontent {
   padding: 0 2%;
 } 
 
 a.specialsTab {
 	width: 120px;/*207px*/
 	height: 310px;/*534px*/
 	margin-top: -75px;/*-50 at largest */
 	}
 	a.specialsTab:hover {
 		width: 120px;/*207px*/
 		height: 310px;/*534px*/
 		margin-top: -75px;/* -45 at largest */
 		}
  
  a.delivery {
  	margin-left: -200px;/*200px*/
  	}
}

@media only screen and (min-width: 640px) {
  
  .js .slicknav_menu {
  	display:none;
  }
  .js #mainNav {
    display: block;
  }
  ul#mainNav {
    float: left;
    margin: 25 0 0 0;
  }
  .info a {
  	display: block;
  	margin-top: 45px!important;/*40px*/
  	}
  .hours {
    margin-top: 10px;
    }
  
  ul#mainNav li {
    text-align: left;/*left*/
  	font-size: 1.2em;/*1.8em*/
  	/*float: left;*/
  	}	
 
 ul#mainNav li a {
  display: inline-block;
 	padding: 8px 14px;/*8px 30px*/
 	color: #302605;
 	border: 0;
 	border-radius: 0px;/*none*/
 	}
 #home ul#mainNav li a:hover {
   background: transparent;
   border-top: 7px solid #d98518;
   margin-top: -7px;
 }
 .logoLink {
 	text-indent: -999999px;
 	margin: 0 auto!important;/*margin-top: 25px; float:left;*/
 	display: block;
 	width: 220px;/*358px at largest*/
 	height: 121px;/*199px at largest*/
 	opacity: 1;
 	z-index: 4;
 	float: left;
 	}
 	
 	.info {
 		margin: 0;
 		width: 215px;/*215px*/
 		/*padding: 0 10px;*//*0*/
 		float: left;
 		}
 a.specialsTab {
 	width: 207px;/*207px*/
 	height: 534px;/*534px*/
 	margin-top: -50px;/*-50 at largest */
 	}
 	a.specialsTab:hover {
 		width: 207px;/*207px*/
 		height: 534px;/*534px*/
 		margin-top: -45px;/*-45 at largest */
 		}
  
  a.delivery {
  	margin-left: -100px;/*200px*/
  	}
  ul.awards {
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
    width: 90%;
    box-sizing: border-box;
  }
  .awards li {
    float: none;
  	display: inline-block;
  	width: 82px;
  	padding: 0 30px;
  	margin: 0;
  	}
  	.awards li a {
  	float: none;
  	text-align: center;
  	margin: 0;
  	}
  	
  .bottom-menu {
  	text-align: center;
    }
  .bottom-menu p a.tel {
    font-size: 2.3em!important;
    border: 0;
  }
  .bottom-menu ul {
    text-align: center;
  }
  .bottom-menu ul li {
   float: none;
   font-size: 1.4em;
   width: 140px!important;
   margin: 10px;
 }
 .bottom-menu ul li a {
   float: none;
 }
}

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

  #header {
    height: 330px;
  }
  #topSlider .narrow {
    display: block;/* display block at largest */
  }
  #topSlider .last {
    float: right;
    width: 60%;
   }
 #home #header p, #contact #header p {color: #fbf8f4; text-shadow: none;
 }
 #home #header p strong a, #contact #header p strong a {color: #fbf8f4;}
 
 .topLinks {
   width: 70%;
   float: right!important;
   text-align: right;
   margin-right: 0;
   padding-right: 200px!important;
   box-sizing: border-box;
 }
  #home #header, #contact #header {background: url('img/header.jpg') repeat-x; border-bottom: none;
  }
  #menu #header {background: url('img/menu_header.jpg') 0 14px repeat-x; height: 378px;}
  #about #header {background: url('img/about_header.jpg')  14px repeat-x; height: 378px;}
  #news #header {background: url('img/news_header.jpg')  14px repeat-x; height: 378px;}
  .span-three {
  	width: 70%;
  	}
  .logoLink, .info {
    position: relative;
    margin-top: 35px!important;
  }
  .info {
    display: block;
    float: right;
    margin-right: 180px!important;
  }
  .info a {
    margin-top: 40px;
  }
  
  .tel {
  	font-size: 1.8em;
  	color: #403d39;
  	padding-bottom: 40px;
  	margin-bottom: 20px;
  	}
  .dir {
  }
  ul#mainNav {
    margin-top: 38px;
    text-align: left;
  }
  ul#mainNav li {
    width: 21%;
    text-align: left;
  }
  #home h1.focus, #contact h1.focus {
  	font-size: 3.5em;/*4.0*/
  	}
  
}

@media only screen and (min-width: 964px) {  
    
  .innercontent {
    width: 98%;
  }
  .topLinks {
    width: 70%;
    float: right!important;
    margin-right: 0;
    padding-right: 200px!important;
    box-sizing: border-box;
  }
  
  .logoLink {
  	width: 358px;/*358px at largest*/
  	height: 199px;/*199px at largest*/
  	}
  ul#mainNav {
    margin-top: 10px;
    text-align: left;
  }
  .span-two {
    width: 55%;
  }
  .span-three {
  	width: 65%;
  	}
  .narrow {
  	width: 300px;
  	float: left;
  	}
  .base {
    float: right;
    text-shadow: 0 1px 2px #fff;
    box-sizing: border-box;
  }
  #home #footer, #contact #footer {background: #302605 url('img/footer.jpg') repeat-x; border-bottom: 11px solid #302605;}
  #footer {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .social {
    width: 55%;
    position: absolute;
  	background: url(img/social_media_bg.png) -5px 0 no-repeat;
  	margin-top: -40px;
  	z-index: 100;
  	}
  .social ul {
   width: 400px;
   float: left;
   }
   p.copy {
     float: right;
     width: 40%;
     margin-top: 0;
   }
}

@media only screen and (min-width: 1024px) { 
  .innercontent {
    width: 88%;
  }
  .specialsTab {
    margin-right: 6%;
  }
  .base {
    margin-right: 40%;
  }
  }
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }


    #header {
      display: none!important;
    }
    
    #footer {
      display: none!important;
    }
    
    .bottom-menu {
      display: none!important;}
      
      ul li {
        list-style: none;
        padding: 10px;
      }
      
    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
