/*
Theme Name: Time To Lunch
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Eduarth, Alexandru Schmidt
Author URI: http://www.flexdesign.ro/
*/
@import url(https://fonts.googleapis.com/css?family=Yesteryear);
@font-face {
	font-family: 'ProximaNova-Black';
	src: url('font/pn/ProximaNova-Black.eot?') format('eot'), 
	     url('font/pn/ProximaNova-Black.otf')  format('opentype'),
	     url('font/pn/ProximaNova-Black.woff') format('woff'), 
	     url('font/pn/ProximaNova-Black.ttf')  format('truetype'),
	     url('font/pn/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*---------------------------------------------------*/
html{overflow-y:scroll;}
/*---------------------------------------------------*/
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html,button,input,select,textarea{font-family:sans-serif;color:#222;}
body{margin:0;font-size:1em;line-height:1.4;}

/*---------------------------------------------------*/
/* Micro Clearfix */
.cf:before,
.cf:after{content:"";display:table;}
.cf:after{clear:both;}
.cf{zoom:1;}

/*---------------------------------------------------*/
:-moz-selection {
	background: #ff0;
	color: #222;
	text-shadow: none;
}
::selection {
	background: #ff0;
	color: #222;
	text-shadow: none;
}
/*---------------------------------------------------*/
body:before,
body:after{content:"";display:table;}
body:after{clear:both;}
body{zoom:1;}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	font-size: 115%;
	line-height: 1.3;
	color: #4a442c;
/*	background: url('img/topbg-c.png') no-repeat center top;
	background-size: 110%;*/
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #00f;
	border-color: #00f;
}
p+p {
	margin-top: 1.3em;
}
strong, 
b {
	font-weight: normal;
}

h2, h3, h4 {
	color: #666633;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 0.7;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: -1px;
}
/*---------------------------------------------------*/
.screen {
	width: 100%;
/*	max-width: 1600px;*/
	margin: 0 auto;
}
.wrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
/*	padding: 50px 0;*/
}
/*---------------------------------------------------*/
.btnAction {
	display: block;
	opacity: 0.6;
	background: #fff;
	color: #4a442c;
	border-radius: 100px;
	float: right;
	position: absolute;
	right: 2%;
	top: 2%;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: monospace;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.btnAction:hover {
	color: #4a442c;
	opacity: 0.9;
}
.close {
/*	font-size: 25px;*/
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
/*---------------------------------------------------*/
header {
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 90%;
/*	padding: 7.5% 5%;*/
	padding: 10% 5%;
/*	height: 656px;*/
	text-align: center;

	background: #533e0a url('../images/topbg-c.png') no-repeat center top;
	background-size: 100%;
}

header h1 {
	opacity: 0.93;
	font-family: "ProximaNova-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 750%;
	font-weight: bold;
	line-height: 0.8;
	margin-bottom: 10px;
	letter-spacing: -5px;
	color: #fff;
	text-shadow: 0 3px 0 rgba(0,0,0,0.3);
}
header h3 {
	opacity: 0.93;
	font-family: 'Yesteryear', cursive;
	font-size: 520%;
	line-height: 1;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
/*---------------------------------------------------*/
#infoAbout {
	display: none;
	position: relative;
	padding: 10% 5%;
	color: #fafafa;
	font-size: 130%;
	background: #746a39;
	border-bottom: 4px solid #533e0a;
}
/*---------------------------------------------------*/
#menu {
	z-index: 2;
	position: relative;
	width: 90%;
	height: 100%;
/*	margin-top: -400px;*/
	padding: 70px 5%;
/*	background: rgba(255,255,255,0.93);*/
	border-top: 4px solid #533e0a;
}
#menu h2 {
	position: relative;
	display: inline-block;
/*	margin-bottom: 30px;*/
}
#menu h2 a {
	color: inherit;
	color: #a9af83;
}
#menu h2 a.active {
	color: #663;
}
#menu h2+b {
	font-size: 200%;
	color: #a9af83;
	margin: 0 10px;
}
#menu h3 {
	margin-bottom: 20px;
}
#menu h2 time {
	position: absolute;
	top: -20px;
	left: 0;
	color: #a9af83;
	font-size: 50%;
	letter-spacing: 0;
}
#menuFull {
	display: none;
}

li:before,
li:after{content:"";display:table;}
li:after{clear:both;}
li{zoom:1;}

.table:before,
.table:after{content:"";display:table;}
.table:after{clear:both;}
.table{zoom:1;}

.table {
	border-top: 2px solid #e6e8dc;
	padding: 15px 0;
}
.table+h3 {
	margin-top: 20px;
}
.tableHead {
	padding: 40px 0 10px;
	font-size: 70%;
	font-weight: bold;
	color: #9d9f72;
	text-transform: uppercase;
	border: none;
}
.table .one,
.table .two,
.table .three {
	float: left;
}
.table li {
	padding: 12px 0;
}
.table li:hover {
	background: #eaeade;
	padding: 12px 18px;
	margin: 0 -18px;
	border-radius: 50px;
}
.table .one {
	width: 60%;
/*	background: #9f3;*/
}
.table .two {
	width: 18%;
	padding-left: 2%;
/*	background: #3f3;*/
}
.table .three {
	width: 18%;
	padding-left: 2%;
	text-align: right;
/*	background: #ff0;*/
}
/*---------------------------------------------------*/
footer {
	z-index: 3;
	position: relative;
	width: 90%;
	padding: 70px 5%;
	background-color: #e6e8dc;
	color: #72683a;
}
footer h2 {
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
/* media queries transition */
body, 
nav, 
li, 
img,
.mate {
	-webkit-transition: all ease 0.15s;
	   -moz-transition: all ease 0.15s;
	     -o-transition: all ease 0.15s;
	        transition: all ease 0.15s;
}
.print-bt{padding: 10px 30px;border: 3px solid #a9af83;color: #a9af83;border-radius: 80px;margin-top: 50px;display: block;width: 100px;text-align: center;}
/*---------------------------------------------------*/
@media (max-width: 960px) {
	header {
		padding: 12.5% 5%;
	}
	#infoAbout {
		padding: 12.5% 5%;
	}
	header h1 {
		font-size: 580%;
	}
	header h3 {
		font-size: 400%;
	}
	
}
@media (max-width: 819px) {
	header h1 {
		font-size: 480%;
	}
	header h3 {
		font-size: 360%;
	}
}
@media (max-width: 609px) {
	header h1 {
		font-size: 420%;
		margin-bottom: 20px;
	}
	header h3 {
		font-size: 240%;
	}
	header {
		background-size: 180%;
	}

}
@media (max-width: 339px) {}

/* PRINT STYLES */
@media print {
	.no-print { display: none; }	
	
	@page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }
}


#map-canvas {
	width: 100%;
	height: 350px;
	border-top: 4px solid #533e0a;
	margin: 0;
}