/*

Theme Name: Ellias Restaurant

Theme URI: http://www.elliasrestaurant.com/

Author: James Nicnick

Author URI: http://www.jamesnicnick.com

Description: Custom Ellias Restaurant Theme

Version: 1

License: GNU General Public License

License URI: license.txt

Tags: Ellias, Restauraunt, Columbia New Jersey, Creative Cuisine

*/

/* =Reset default browser CSS. 

-------------------------------------------------------------- */

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


html {
	height:100%;
}

body {
	margin:0;
	background-color:#eeeae1;
	font-family:'Roboto Slab', Verdana, Geneva, sans-serif;
	height:100%;
	background-image:url(images/background_main.jpg);
	background-repeat:repeat;
}

/* Containers */

.wrap, .homeWrap {
	min-height:100%;
	position:relative;
	overflow:hidden;
	width:100%;
}

.wrap {
	background-position:50% 50%;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.tempContent {
	max-width:800px;
	margin:0 auto;
	color:#FFF;
}

.specialsCon {
	padding:2em 0 0 0;
	text-align:center;
}

.pageContent {
	padding:0 0 150px 0;
}

.pageInner {
	background-position:50% 50%;
	background-attachment:fixed;
	background-size:auto 100%;
	padding:2em 0 3em 0;
}

.pagePhotos {
	background-image:url(images/bg_photos.jpg);
}

.pageAbout {
	background-image:url(images/bg_about.jpg);
}

.pageContact {
	background-image:url(images/bg_contact.jpg);
}

.pageMenu {
	background-image:url(images/bg_menu.jpg);
}

.pageSpecials {
	background-image:url(images/bg_specials.jpg);
}

.pageWine {
	background-image:url(images/bg_wine.jpg);
}

.pgCon {
	max-width:1160px;
	margin:0 auto;
}

.pgCon div {
	display:block;
	margin:0 auto 1em auto;
}

.menuCon {
	max-width:1160px;
	margin:0 auto;
	overflow:hidden;
}

.menuCon div.one_half, .menuCon div.one_half_last {
	width:44%;
	padding:0 3%;
}

.menuCon em {
	color:#a37b1a;
	font-weight:700;	
}

.menuCon h2 {
	color:#472006;
	margin:0;
}

.specialsCon em {
	color:#a37b1a;
	font-weight:700;	
}

.specialsCon h2 {
	color:#472006;
	margin:0 0 .5em 0;
}

.specialsCon h3 {
	color:#472006;
	margin:0;
}

.homeContent {
	width:100%;
	position:relative;
	z-index:600;
}

.homeWpContent {
	display:none;
}

.homeContentInner {
	padding:0;
	text-align:center;
	position:relative;
}

.homeBackground {
	height:100%;
	width:100%;
	position:fixed;
	z-index:400;
	top:0;
}

.homeBackground ul {
	list-style:none;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	position:relative;
	background-color:#000000;
}

.homeBackground ul li {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:500;
	height:100%;
	width:100%;
	background-size:cover;
	background-position:50% 50%;
}

.homeBackground ul li.ehome1 {
	background-image:url(images/ehome1.jpg);
}

.homeBackground ul li.ehome2 {
	background-image:url(images/ehome2.jpg);
}

.homeBackground ul li.ehome3 {
	background-image:url(images/ehome3.jpg);
}

.homeBackground ul li.ehome4 {
	background-image:url(images/ehome3.jpg);
}

.homeBackground ul li.ehome5 {
	background-image:url(images/ehome3.jpg);
}

.homeLogo {
	margin:0;
	padding-top:12%;
}

.homeLogo img {
	display:block;
	margin:0 auto;
	border:none;
}

.homeText {
	text-align:center;
}

.homeText h2 {
	font-size:2.1em;
	color:#fcebc2;
	margin:0;
	font-weight:500;
	text-shadow:0 0 5px #000000;
	-moz-text-shadow:0 0 5px #000000;
	-webkit-text-shadow:0 0 5px #000000;
}

.homeIconCon {
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-top:5%;
}

.homeIcon {
	text-align:center;
	float:left;
	width:20%;
}

.homeIcon img {
	display:block;
	margin:0 auto;
	border:none;
}

.homeIcon a img {
	transition:opacity .5s;
	-webkit-transition:opacity .5s;
}

.homeIcon a {
	transition:color .5s;
	-webkit-transition:color .5s;
}

.homeIcon a:link, .homeIcon a:visited {
	color:#fcebc2;
	font-size:1.3em;
	font-weight:700;
	text-decoration:none;
}

.homeIcon a:hover img {
	opacity:.7;
	filter:Alpha(opacity=70);
}

.homeIcon a:hover {
	color:#FFFFFF;
}

.homeSmed {
	padding-top:4%;
}

.homeSmed img {
	margin:0 .5em;
	border:none;
	transition:opacity .5s;
	-webkit-transition:opacity .5s;
}

.homeSmed img:hover {
	opacity:.7;
	filter:Alpha(opacity=70);
}

.homeSmed span {
	text-align:center;
}

.header {
	width:100%;
	position:relative;
	background-image:url(images/background_main.jpg);
	background-repeat:repeat;
}

.headerCon {
	margin:0 auto;
	padding:1em 0;
	position:relative;
}

.headerLogo {
	margin:0 auto;
	width:290px;
	height:100px;
}

.headerLogo img {
	display:block;
	border:none;
}

.headerSmed {
	width:165px;
	position:absolute;
	right:2em;
	margin-top:50px;
	height:45px;
	z-index:600;
}

.headerSmed img {
	margin:0 5px;
	border:none;
}

.footer {
	height:150px;
	background-color:#200200;
	position:absolute;
	bottom:0;
	width:100%;
	background-repeat:repeat;
	border-top:10px solid #2d1211;
	border-bottom:10px solid #2d1211;
}

.footerCon {
	margin:0 auto;
	overflow:hidden;
}

.footerLeft {
	float:left;
	height:150px;
	display:table;
	width:45%;
	padding:0 0 0 5%;
}

.footerRight {
	float:right;
	width:45%;
	padding:55px 5% 0 0;
}

.footerLeft p {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	color:#FFFFFF;
	font-size:1.1em;
}

.footerLeft p span {
	color:#a27a1a;
	font-size:1.3em;
	font-weight:500;
}

.footerRight ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

.footerRight ul li {
	list-style:none;
	margin:0;
	padding:0;
	height:45px;
	line-height:45px;
	float:left;
	padding:0 .2em;
}

.footerRight ul li a:link, .footerRight ul li a:visited {
	color:#a27a1a;
	border:none;
	text-decoration:none;
	font-size:1.2em;
	font-weight:500;
}

.footerRight ul li a:link span, .footerRight ul li a:visited span {
	color:#FFFFFF;
}

.footerRight ul li a:hover, .footerRight ul li a:hover span {
	color:#f4e2b9;
}

.footerSmed img {
	margin:0;
	border:none;
}

.colAbout, .colContact {
	overflow:hidden;
}

.colAbout div.colRight {
	float:right;
	width:50%;
}

.colAbout div.colRight img {
	width:100%;
	height:auto;
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.aboutBottom {
	width:100%;
	height:auto;
	margin-top:1em;
}

.colAbout div.colLeft {
	float:left;
	width:35%;
	padding:2em 10% 0 5%;
}

.colContact div.colRight {
	float:right;
	width:44%;
	padding:2em 3% 1em 3%;
}

.contactMap {
	width:100%;
	height:500px;
	outline:4px solid #472006;
	border:none;
}

.colContact div.colLeft {
	float:left;
	width:42%;
	padding:2em 4% 0 4%;
}

.colContact h2 {
	color:#a37b1a;
	font-size:1.6em;
	font-weight:400;
}

.colContact h2 em {
	color:#472006;
	font-size:1.4em;
	font-weight:400;
}

.colContact h3 {
	color:#a37b1a;
}

.colContact p {
	font-size:1.2em;
}

.colContact hr {
	outline:0;
	border:none;
	width:90%;
	height:5px;
	background-color:#a37b1a;
	display:block;
	margin:1.2em 0;
}




/* Main Nav */

.mainNav {
	width:100%;
	background-color:#280200;
	text-align:center;
	background-image:url(images/background_nav.jpg);
	background-repeat:repeat;
	border-top:1px solid #dfd9cd;
	border-bottom:1px solid #f6f4ee;
	position:relative;
	z-index:700;
}

.homeWrap .mainNav {
	border:none;
}

.mainNav ul {
	list-style:none;
	margin:0;
	padding:0;
}

.mainNav ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

.mainNav ul li a:link, .mainNav ul li a:visited {
	padding:.8em 1.2em;
	color:#FFF;
	cursor:pointer;
	transition:color .5s;
	-webkit-transition:color .5s;
	text-decoration:none;
	font-size:1em;
	display:block;
	margin:0;
	text-transform:uppercase;
}

.mainNav ul li a:hover {
	color:#f4e2b9;	
}

.mainNav ul li span.menuMid {
	background-image:url(images/midnav.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:0 .5em;
	cursor:auto;
	height:100%;
}

.resMenu {
	display:none;
	width:65px;
	height:55px;
	background-image:url(images/res_open.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	float:right;
	cursor:pointer;
}

.resClose {
	display:none;
	cursor:pointer;
	background-image:url(images/res_close.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:32px;
	padding:1em;
	border-top:1px solid #a27a1a;
}

.resClose img {
	display:block; 
	margin:0 auto;
}

.resHeader {
	display:none;
	padding:4.5em 1em .5em 1em;
	background-color:#1F0100;
}

.resHeader img {
	display:block;
	margin:0 auto;
}


/* FONTS */

p {
	margin:0 0 .8em 0;	
	font-size:1em;
	color:#2C1303;
}

li {
	margin:.5em 0;	
	font-size:1em;
	color:#2C1303;
}

.leadin {
	display:inline-block;
	padding:0 0 1em 0;
	margin: 0 0 1em 0;
	color:#472006;
	border-bottom:5px solid #a37b1a;
	font-size:1.4em;
	font-weight:400;
	font-style:italic;
	width:100%;
}

li span {
	color:#2C1303;
}

h2, h3, h4, h5, h6 {
	margin:0;
}

h1 {
	border:4px solid #472006;
	display:inline;
	text-align:center;
	padding:.1em .6em;
	text-transform:uppercase;
	font-size:1.8em;
	color:#a37b1a;
	margin:0;
}

.centerTitle {
	text-align:center;
	margin:1em 0 2em 0;
}

.leftTitle {
	text-align:left;
	margin:0 0 2em 0;
}

a:link, a:visited {
	color:#4b0c0c;
}

a:hover {
	color:#7e5c09;
}

/*COLORS */

.darkYellow {
	color:#a37b1a;
}

.lightYellow {
	color:#f4e2b9;
}

@media(max-width:1100px){
	
.colAbout div.colLeft {
	width:44%;
	padding:2em 3% 0 3%;
}
	
}

@media(max-width:860px) {
	
	
	.pageInner {
		padding:1em;
	}
	
	.header {
		display:none;
	}
	
	.resHeader {
		display:block;
	}
	
	.homeLogo {
		padding:5.5em 1em 0 1em;
	}
	
	.homeLogo img {
		max-width:100%;
	}
	
	.homeIconCon {
		width:auto;
		padding:2em 1em;
	}
	
	.homeText h2 {
		font-size:1.8em;
	}
	
	.homeIcon a {
		font-size:.9em;
	}
	
	.homeIcon img {
		max-width:100%;
	}
	
	.homeSmed {
		padding:1.5em 0 0 0;
	}
	
	.mainNav {
		position:fixed;
		padding:0;
		z-index:950;
		border:none;
	}
	
	.mainNav ul {
		position:fixed;
		z-index:999;
		height:98%;
		width:94%;
		background-image:url(images/background_nav.jpg);
		background-repeat:repeat;
		padding:1% 3%;
		right:-100%;
	}
	
	.mainNav ul li {
		float:none;
		padding:.4em 0;
		display:block;
		line-height:1em;
	}
	
	.mainNav ul li span.menuMid {
		height:1px;
		background:#a27a1a;
		width:100%;
		display:block;	
		padding:0;
	}
	
	.pageContent {
		padding:0;
		min-height:20em;
	}
	
	.resMenu, .resClose {
		display:block;
	}
	
	.footerLeft, .footerRight {
		width:auto;
		height:auto;
		padding:1em;
		text-align:center;
		float:none;
		display:block;
	}
	
	.footerLeft p {
		display:block;
	}
	
	.footer {
		position:relative;
		height:auto;
		width:auto;
	}
	
	.footerCon {
		width:auto;
		height:auto;
	}
	
	.footerRight ul {
		float:none;
	}
	
	.footerRight ul li {
		float:none;
		padding:.5em 0;
		width:auto;
	}
	
	.footerRight ul li.footerContact {
		border-top:1px solid #a27a1a;
		border-bottom:1px solid #a27a1a;
	}
	
	.colAbout div.colRight {
		float:none;
		width:auto;
		padding:1em;
	}
	
	.colAbout div.colLeft {
		float:none;
		width:auto;
	}
	
	.colContact div.colRight {
		float:none;
		width:auto;
		padding:1em;
	}

	.contactMap {
		width:100%;
		height:250px;
	}

	.colContact div.colLeft {
		float:none;
		width:auto;
		padding:1em;
	}

	
	.leftTitle {
		text-align:center;
	}
	
	.leadin {
		display:block;
		border:none;
		font-size:1.2em;
		width:auto;
		padding:0;
	}
	
	.menuCon div.one_half, .menuCon div.one_half_last {
		width:auto;
		padding:1em 1em 0 1em;
		float:none;
		position:relative;
	}
	
	.colContact hr {
		width:100%;
	}

		
}

@media(max-width:600px){
	.resIcon {
		display:none;
	}
	
	.homeIcon {
		width:25%;
	}
}