/*
	Theme Name: Vertical Diner
	Theme URI: http://vertical-diner.com
	Description: Vertical Diner WordPress Theme
	Version: 1.0.0
	Author: Daniel Davidosn (@utahcreative)
	Author URI: http://utahcreative.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import url('http://yui.yahooapis.com/pure/0.6.0/pure-min.css');
@import url('http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:200 10px/1.3 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	font-family: 'acumin-pro-condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.top-link {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	clear: both;
	position: relative;
	top: 30px;
	right: 20px;
}

.top-link:before {
	display: block;
	width: 35px;
	height: 35px;
	content: "";
	background: url("img/to-top.png") top center no-repeat;
	background-size: 50% 50%;
}

.top-link span {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background-image: url("img/header-bg-images/open-window-sign.jpg");
	background-position-y: 90%;
	background-position-x: center;
	background-repeat:  no-repeat;
	background-size: cover;
	display: block;
	z-index: 0;
}
/* logo */
.logo {

}
.logo-img {
	display: block;
	position: relative;
	z-index: 150;
	max-width: 120px;
	top: 40px;
	left: 25px;
}

.topnav {
	position: relative;
	display: block;
	border-top-width: 20px;
	/*background-color: transparent;*/
	background-position: top center;
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
}

.topnav-bg {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #fdf8ea;
}	


.topnav-bg::before {
	display: block; 
	position: relative;
	content: " ";
	background-image: url("img/wavy-top-bg.png");
	background-size: 60px;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: bottom center;
	width: 100%;
	height: 22px;
	top: -20px;
}

/* nav */
.nav {

}

.nav ul {
	display: inline-block;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	width: 100%;
	padding: 0;
	text-align: center;
}

.nav li {
	font-size: 1.75rem;
	display: inline-block;
	text-align: center;
	width: auto;
	margin: 0 20px;
}

.nav ul li a {
	font-family: "acumin-pro-extra-condensed", sans-serif!important;
	color: #1fb296;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 30px!important;
}

div.menu_icon {
	display: block;
	background-color: #1fb296;
	border-radius: 3px;
	width: 32px;
	height: 32px;
	min-width:32px;
	position: absolute;
	top: 50px;
	left: 25px;
}

div.menu_icon a {
	color: #fdf8ea;
	font-size: 2em;
	padding: 0 2px;
	margin:auto;
	align-self: auto;
	display: block;
	width: 25px;
}


#mobile-menu-header-menu {
	background-color: #1fb296;
	background-color: #CCCCCC;
	border-radius: 5px;
	padding: 3px;
	margin: auto;
	width: 200px;
	left: 75px;
	top: 50px;
	z-index: 1000; 
	position: absolute;
	display: none;
	padding: 15px 0 15px 0;
}

#mobile-menu-header-menu li {
	display: block;
	padding: 10px;
	text-align: left;
}

#mobile-menu-header_menu li a {
	font-family: "acumin-pro-extra-condensed", sans-serif!important;
	color: #FDF8EA;
	color: #1FB296;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 30px;
}



/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.body-section {
	background-color: #fdf8ea;
}

.body-section h2 {
	margin: 0;
	padding-top: 20px;
}

.content_wrapper {
	display: block;
	clear: both;

}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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


	div.menu_icon {
		position: absolute;
		display: block;
	}

	#menu-header-menu {
		display: none;
	}

	#mobile-menu-header-menu {
		display: block;
	}


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

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

	#menu-header-menu {
		display: block;
	}

	#mobile-menu-header-menu,
	div.menu_icon {
		display: none;
	}
}
@media only screen and (min-width:1024px) {

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.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;
	}
	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;
	}
}

/*=====================================
NATE's CODE	
====================================--*/
.search{
display: none;
}
.clearfix{
content: "";
overflow: auto;
zoom: 1;
clear: both;
}
a{
text-decoration: none;
}
ul {
padding: 0;
margin: 0;
}
/* Mobile 
  ==============*/
/* heading */
h2.section_heading {
display: block;
position: relative;
height: 100px;
text-transform: uppercase;
display: block;
margin: auto; 
text-align: center; 
width: auto; 
background-image: url('img/heading_line_bg.png');
background-position: top center;
background-repeat: repeat-x;
background-size: 100% 100%;
z-index: 200;
max-width: 90%;
margin: 0 auto 50px; !important;
}

h2.section_heading span {
	font-family: "acumin-pro-extra-condensed";
	font-weight: 500;
	color: #ee2f54;
	display: inline-block;
	background: #fdf8ea;
	padding: 1px 20px;
	height: 100px;
	font-size: 50pt;
    line-height: 87px;
}


/*.section_heading_span {
font-weight: 500;
font-size: 68px;
position: relative;
z-index: 250;
background: #FDF8EA;
padding: 2px 20px
}*/

/* resturant */
.rest_section{
padding: 25px 0 25px 0;
}
.rest_content{
/* font-family: "acumin-pro-extra-condensed", sans-serif; */
font-family: 'Roboto', sans-serif;
display: block;
max-width: 80%;
margin: 0 auto;
color: #666666;
font-size: 12pt;
 }
.rest_content h4 {
font-size: 24px;
color: #710211;
margin-bottom: 0px;
} 
.rest_content p {
	margin-top: 5px;
	font-size: .85em;
}
.rest_link{
color: #710211;
text-decoration: none;
}
/* faq */
.faq_heading_text{
color: #BC1500;
}
 .faq_section{
padding: 20px 0 40px 0;
 } 
 .faq_banner{
height: 250px;
width: 100%;
background-image: url("img/faq_banner.png");
background-repeat: no-repeat;
/* background-attachment: fixed; */
background-size: cover;
}
.faq_heading {
display: block;
max-width: 90%;
margin: 25px auto 0 auto;
}
.faq_content{
font-family: "acumin-pro-extra-condensed", sans-serif!important;
font-family: 
max-width: 90%;
margin: 0 auto;
}
.faq_content_heading{
font-size: 30px;
font-weight: 700;
color: #1FB296;
margin-bottom: 0;
}
.faq_description{
font-size: 16px;
color: #000;
font-weight: 500;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
font-weight: lighter;
margin-top: 10px;
}  
.wrapper{
max-width:1280px;
width:95%;
margin:0 auto;
position:relative;
background-color: #fdf8ea;
}

.logobottom {
	width: 100px;
}

/* hero */
.line_container{
display: none;
}
.hero_image{
display:none;
}
.hero_section{
margin-top: 10px;
}
.hero_image_mobile{
display: block;
max-width: 90%;
margin: 0 auto;
}
.hero_image_container_left{
 margin:0 auto;
 max-width:80%;
 padding: 30px 30px 30px 0;	 
}
.hero_ad_img{
display:block;
max-width:150px;
margin:25px auto 0 auto;
}

/* menu */
.menu_section{
padding-top: 50px;
}
.menu_heading{
display: block; 
width: 90%;
margin: 50px auto;
}
.menu_heading_desktop{
/* display: none; */
}
.menu_item_img{
width: 100%;
height:250px;
background-image: url("img/menu_img.png");
background-size: cover;
background-position: center top;
background-position-y: -90px;
background-repeat: no-repeat;
/* background-attachment: fixed; */
}

/* press */
.press_heading_text{
color: #FF0046;
}
.press_container{
width: 90%;
margin: 0 auto;
}
.press_section{
padding: 0 0 50px 0;
}
.press_heading_desktop{
display: none;
}
.press_content{
font-family: "acumin-pro-extra-condensed", sans-serif!important;
width: 90%;
margin: 25px auto 25px auto;
text-align: center;
}
.press_archive_heading{
font-size: 20px;
font-weight: 700;
letter-spacing: 0.5px;
color: #000;
margin: 0;
}
.press_archive_heading a {
color: #000;
}
.press_archive_source{
font-size: 18px;
margin-top: 10px;
}

/* jade room */
.jade_room_container{
width: 95%;
background: url("img/jade_room_background.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto;
border-radius: 12px;
padding: 25px 5px 25px 5px;
}

/*wp*/
.jade_room_container{
width: 95%;
background: url("img/jade_room_background.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin: 0 auto;
border-radius: 12px;
padding: 25px 5px 25px 5px;
}

.jade_room_logo{
display: block;
max-width: 250px;
margin: 0 auto;
}
.jade_room_description{
font-family: "acumin-pro-extra-condensed", sans-serif!important;
display: block;
font-weight: 700;
color: #FDF8EA;
width: 85%;
margin:0 auto;
padding: 15px 0 15px 0;
text-align: left;
font-size: 18px;
letter-spacing: 1px;
line-height: 1.3;
}

/* about */
.about_section{
padding-top: 65px;
}
.about_banner_image{
display: block;
max-width: 100%;
height: 250px;
background: url("img/about_banner.png") center/cover;
background-size: cover;
/* background-attachment: fixed; */
margin: 100px auto 2% auto;
}
.about_heading_text{
color: #FB6532!important;
}
.about_heading_desktop{
display: none;
}
.about_description{
font-family: "acumin-pro-extra-condensed", sans-serif!important;
text-align: left;
font-weight: 100;
width: 80%;
margin: 20px auto;
color: #000000!important;
line-height: 1.5;
letter-spacing: 1px;
font-size: 24px;
font-family: 'Roboto',sans-serif!important;
font-size: 14pt;
font-weight: lighter;
}
.about_description h4 {
color: #1FB296;
font-size: 28px;
margin-bottom: 0;
}
.about_pic_mobile{
display: block;
max-width: 98%;
margin: 25px auto 0 auto;	
}
.about_pic_desktop{
display: none;
}
.logo_bottom{
display: block;
max-width: 120px;
margin: 25px auto 25px auto;
}

/*footer*/
.footer{
background: #666666;
padding: 50px 0 20px 0;
}
.footer a {
color: #fff;
}
.footer::before{
display: block; 
position: relative;
content: " ";
background-image: url("img/footer_wave_top.png");
background-size: 750px;
background-color: transparent;
background-repeat: repeat-x;
background-position: bottom center;
width: 100%;
height: 22px;
top: -50px;
}
.google_place{
width:220px;
height:220px;
border-radius: 50%;
/* background: url("img/google_map.png") center/contain; */
margin: 0 auto;
}
.google_place iframe {
	border-radius: 50%;
}
.footer_content{
font-family: "acumin-pro-extra-condensed", sans-serif!important;
padding-left: 20px;
line-height: 1.8;
color: #fff;
font-size: 20px;
font-weight: 500;
}
.social_heading{
font-family: "acumin-pro-extra-condensed", sans-serif;
padding-left: 20px;
color: #fff;
font-size: 24px;
font-weight: 500;
}
.social_icons_list{
padding-left: 20px;
display: inline-block;
float: right;
margin-top: -40px;
margin-right: 20px;
}
.social_icon_li{
display: inline-block;
width: 38px;
height: 38px;
margin: 0 2px;
}
.social_link {
display: inline-block;
width: 100%;
height: 100%;
}
.facebook_icon{
background: url("img/facebook.png") center/contain;    
}
.twitter_icon{
background: url("img/twitter.png") center/contain;  
}
.insta_icon{
background: url("img/instagram.png") center/contain;    
}
/* misc */
.section_heading{
margin-bottom: 0;
}
.content_heading{
margin-top: 0;
}
.faq-section{
padding: 10px;
}
/*================ 
Tablet
=================*/

@media screen and (min-width: 768px){
/* misc */
.jade_room_container{
padding: 20px;
}

/* nav */
.logo-img{
max-width: 150px;
}

.logobottom {
width: 150px;
}
/* headings */
h2.section_heading{
	background-size: contain;	
}

h2.section_heading span {
	font-size: 50pt;
    line-height: 87px;
}
/* resturants */
.rest_content h4{
font-size: 22px;
}
.rest_content{
font-size: 20px;
}
/* faq */
.faq_container{
max-width: 90%;
margin: 0 auto;
}
.faq_heading{
max-width: 50%;
}
.faq_content{
max-width: 45%;
}
.faq_content_heading{
font-size: 30px;
}
.faq_description{
font-size: 16pt;
}
/* nav */
#menu-header_menu {
margin-top: 25px;
}
.nav li {
margin: 0 10px;
}
/*	hero */
.line_container{
display: block;
margin-top: 25px;
}
.line{
height: 2px;
width: 90%;
background: rgba(153, 153, 153, 0.55);
margin: 5px auto 4px auto;
}
.hero_content_container{
width: 90%;
margin: 0 auto;
}
.hero_image_container_left{
margin-top: 20px;
width: 70%;
float: left;
}
.hero_image_mobile{
display: none;
width: 100%;
}
.hero_image{
display: block;
max-width: 100%;	
}
.hero_ad_container_right{
width: 25%;
height: 325px;
float: left;
margin-top: 35px;
}
.hero_ad_img{
display: block;
float: right;
margin-top: 20px;
clear: both;
max-width: 70%;
}
    
/*  menu  */
.menu_heading{
display: block;
width: 50%;
margin: 0 auto;
margin: 25px auto 25px auto;
}
.menu_item_img{
margin-top: 70px;
}
/* press */
.press_heading_desktop {
display: block;
width: 90%;
margin-bottom: 30px;
margin: -30px auto 0 auto;    
}
.press_heading{
display: none;
}
.press_left,.press_right{
width: 45%;
margin: 0 auto;    
}
.press_archive_heading,
.press_archive_source{
text-align: left;
}
.press_archive_source{
font-size: 22px;
}    
/* jade room */
.jade_room_logo{
width: 50%;
}
.jade_room_container{
margin-top: 100px;
width: 90%;  
padding: 1% 4% 4% 4%;
}
.jade_room_description{
font-weight: 600;    
width: 90%;
text-align: left;
line-height: 2;
max-height: 350px;
font-size: 20px;
}
    
/* about */
.about_heading{
display: none;
}
.about_heading_desktop{
display: block;
width: 90%;
margin: 40px auto 0 auto;
}
.about_description{
/* margin: 40px auto 40px auto; */
/* font-size: 24px; */
text-align: left;
line-height: 1.5;
letter-spacing: 1px;
font-size: 20px;
margin-top: 0;
}
.about_description h4{
font-size: 28px;
}
.about_pic_mobile{
display: none;
}
.about_pic_desktop{
display: block;
width: 80%;
margin: 55px auto 0 auto;
}
.logo_bottom{
max-width: 150px;
}
    
/* footer */
.footer_content{
margin-top: 15px;
}
.social_heading{
padding: 0;
}
.social_icons_list{
padding: 0;
float: none;
}
.social_icons{
width: 20%;
}
.social_icon_li{
margin: 0;
padding: 0;
}
.social_icons_list{
margin-top: 60px;
}


}


/* Desktop
=================*/

@media screen and (min-width: 1024px){
/* header */
.header{
background-size: cover;
background-position-y: -450px;
height: 200px;
}
.topnav-bg{
margin-top: 35px;
}
.logo-img{
top: 75px;
}

.logobottom {
	width: 200px;
}

/* headings */
.section_heading{
background-size: contain;	
}
.section_heading_span{
top: 5px;
}

h2.section_heading span {
	font-size: 80pt;
	line-height: 60px;
}

/* resturants */
.rest_content h4{
font-size: 23px;
}
.rest_content{
font-size: 21px;
}
/* faq */
.faq_content_heading{
/* font-size: 32px; */
}
.faq_description{
/* font-size: 24px; */
}
/* nav */
#menu-header_menu {
margin-top: 25px;
}

/* menu */
#menu-header_menu {
margin-top: 0;
}
.menu_heading{
display: none;
}
.menu_heading_desktop{
display: block;
width: 80%;
margin:0 auto;
}
/* press */
.press_archive_heading{
font-size: 30px;
}
.press_archive_source{
font-size: 24px;
}
/* jade room */
.jade_room_logo{
max-width: 400px;
}
.jade_room_container {
width: 85%;
margin: 100px auto 0 auto;
}
.jade_room_description {
font-size: 26px;
padding-bottom: 0;
padding-top: 10px;
letter-spacing: 1px;
max-width: 90%;
}
/* about */
.about_description{
width: 85%;
letter-spacing: 0;
line-height: 1.1;
font-size: 16px;
}
.logo_bottom{
max-width: 150px;
}
.about_description h4 {
font-size: 22px;
}
/* footer */
    
}

/* Desktop HD */

@media screen and (min-width: 1200px) {
/* nav */

.line_container {
margin-top: 40px;
}
/* headings */
.section_heading_span{
font-size: 92px;
}

h2.section_heading span {
	font-size: 80pt;
	line-height: 60px;
}

/* resturants */
.rest_content{
max-width: 65%;
}
.rest_content h4{
font-size: 22px;
margin-bottom: 0; 
}
.rest_content{
font-size: 17px;
}
/* faq */
.faq_heading{
max-width: 30%;
}
.faq_content_heading{
font-size: 28px;
}
.faq_description{
font-size: 16px;
margin-bottom: 0;
}
/* nav */
.nav ul li a {
letter-spacing: 1px;
font-size: 20px;
}
/* hero */
.hero_ad_img{
max-width: 175px;
}
/* menu */
.menu_heading_desktop{
display: block;
margin-top: 50px;
width: 70%;
}
/* press */
.press_container{
width: 85%;

}
.press_archive_heading{    
font-size: 36px;
}
.press_archive_source{
font-size: 22px;    
}
/* jade room */

/* about */
.about_description{
max-width: 80%;
text-align: justify;
letter-spacing: 1.2px;
line-height: 1.75;
font-size: 17px;
}
.logo_bottom{
max-width: 175px;
}
/* footer */
.footer_content{
font-size: 26px;
line-height: 1.3;
letter-spacing: 1px;
}
.social_icon_li{
margin-right: 5px;
}
    
}

