/*
	Theme Name: Sage's Cafe
	Theme URI: http://sages-cafe.com
	Description: Sage's Cafe 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://unpkg.com/purecss@0.6.0/build/pure-min.css');
@import url('https://unpkg.com/purecss@0.6.0/build/grids-responsive-min.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('lightbox.css');

.fixed{
position: fixed;
width: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
z-index: 100000000;
}
.top-link{
display: none;
}

/* 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 12px font-size for REM use */
html {
	font-size:12px;
}
body {
	font:300 11px/1.4 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#fff;
	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;
}


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


/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

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

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

.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	
====================================--*/
/* overlay */
#overlay{
background: rgba(0,0,0,0.8);
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
}
#overlay img{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 80%;
height: auto;
}
.overlay-close{
position: absolute;
top: 3%;
right: 3%;
font-size: 20px;
font-weight: 700;
}
.search{
display: none;
}
.clearfix{
content: "";
overflow: auto;
zoom: 1;
clear: both;
}
.hide{
display: none!important;
}
.show{
display: block!important;
position: relative;
z-index: 90000;
}
.clearfix{
content: "";
/* overflow: auto; */
clear: both;
}
html,body{
box-sizing: border-box;
}
/* !Mobile */
/* wrapper */
.wrapper{
z-index: 1;
background: #fff!important;
overflow: hidden;
}
.press-faq-container{
background-image: url('img/body-background.png');
background-position: right center;
background-repeat: no-repeat;
}
.rest-con-container{
background-image: url('../img/contact-section-background.png');
background-position: right;
background-repeat: no-repeat;
background-size: contain;
}
/* !hero */
.hero{
background: url("img/hero_background.png") center/cover;
width: 100%;
height: 830px;
box-shadow: inset 0px 0px 0px 1280px rgba(0, 0, 0, 0.15);
display: inline-block;
}
.logo{
display: block;
max-width: 125px;
margin: 0 auto;
}
.logo-link{
display: block;
margin: 30px auto 0 auto;
max-width: 300px;
}
/* !navigation */
/* !dans */
.nav ul {
	display: block;
	justify-content: center;
	list-style: none;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-family: 'FreightBig Pro';
}

.nav li {
	text-align: center;
	width: auto;
	margin: 20px auto;
}

.nav ul li a {
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
	font-style: italic;
	font-size: 22px;
	letter-spacing: 1px;
}
ul#menu-header-menu {
    padding: 12px 0;
}
/* /dans */
.toggle-button{
position: absolute;
top: 30px;
left: 15px;
background: rgba(0,0,0, .0);
border: none;
}
.bar{
display: block;
width: 35px;
height: 3px;
background: #EBEBEB;
margin: 6px 0;
}
.nav-menu{
padding: 0;
}
.menu-container{
display: block;
position: relative;
z-index: 20000;
background-color: rgba(0, 0, 0, 0.8);
}
.menu-item{
display: block;
width: 100%;
margin: 20px auto;
text-align: center;
padding: 0;
}
.menu-link{
color: #BB5514;
color: #fff;
padding: 0;
text-decoration: none;
}
.menu-link em{
text-transform: uppercase;
}
.hero-address{
color: #000;
position: absolute;
z-index: 1;
top: 400px;
left: 15px;
font-size: 16px;
font-weight: 500;
font-family: 'FreightBig Pro';
}
/* about */
.about-pic{
display: block;
max-width: 100px;
margin: 0 auto;
}

/* menus */
.menus-list-container{
margin: -275px auto 0 auto;
max-width: 70%;
position: relative;
/* top: -275px; */
z-index: 60000;

}
.menus-heading{
color: #ffffff;
font-size: 48pt;
margin: 0;
padding: 0;
font-weight: 500;
line-height: .71;
padding-left: 15px;
font-family: 'FreightBig Pro';
}
.menus-list{
background-color: rgba(0, 0, 0, 0.85);
padding: 10px 10px 25px 10px;
margin: 0;
box-shadow: 3px 2px 20px 8px rgba(0, 0, 0, 0.24);
}
.menus-list li {
text-transform: lowercase;
list-style-type: none;
border-bottom: solid 1px #ebebeb;
max-width: 90%;
margin: 0 auto;
color: #BB5514;
padding: 15px 0 0 0;
font-size: 18pt;
font-weight: 300;
font-family: 'FreightBig Pro';
}
/* press */
.press-section{
width: 100%;
padding: 20px;
position: relative;
z-index: 1;
background-image: url('img/body-background.png');
background-size: cover;
background-position: right top;
background-repeat: no-repeat;
}
.press-body{
padding: 0;
}
.press-heading{
font-size: 76pt;
color: #000;
font-weight: 300;
padding: 0;
margin: 0 0 15px 0;
padding-top: 50px;
font-family: 'FreightBig Pro';
}
.archive-heading{
color: #BB5514;
font-weight: 100;
font-size: 12pt;
text-transform: uppercase;
font-family: 'FreightBig Pro';
}
.archive-description{
font-size: 12pt;
font-weight: 500;
color: #000;
font-family: 'FreightBig Pro';
}
/* press-pic section */
.press-pic-section{
width: 100%;
}
.press-pic-container{
background: #000;
padding: 2%;
margin: 0 auto;
}
.presser-pic{
display: block;
max-width: 98%;
height: auto;
margin: 0 auto;
}

/* about */
.about-section{
background-position: right;
background-size: 500px;
}
/* faq */
.faq-section{
padding: 20px;
background-image: url('img/body-background.png');
background-position: right bottom;
background-size: cover;
background-repeat: no-repeat;
}
.faq-heading{
font-size: 72pt;
font-weight: 300;
margin: 50px 0 0 0;
color: #000;
font-family: 'FreightBig Pro';
}
.faq-content h3{
color: #BB5514;
font-weight: 500;
font-size: 20px;
font-family: 'FreightBig Pro';
}
.faq-content{
font-size: 14px;
font-family: 'FreightBig Pro';
}
.faq-description{
color: #000;
font-family: 'FreightBig Pro';
}
.weekday-hours {
color: #000;
font-family: 'FreightBig Pro';
}
.directions{
max-width: 250px;
background: rgba(186, 84, 21, 0.9);
margin: 0 auto;
padding: 20px;
position: relative;
z-index: 10000;
top: 100px;
box-shadow: 3px 2px 20px 8px rgba(0, 0, 0, 0.24);
font-size: 18px;
font-family: 'FreightBig Pro';
}
.directions h2{
font-weight: 500;
font-size: 24px;
margin: 0;
color: #000;
font-family: 'FreightBig Pro';
}
.directions em {
display: block;
padding: 5px 0 5px 0;
letter-spacing: 1px;
line-height: 1.4;
color: #000;
}
.from{
color: #fff;
font-family: 'FreightBig Pro';
}
/* about */

.about-section{
position: relative;
z-index: 1;
padding: 30px 30px 45px 30px;
background-image: url('img/about-pic.png');
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
box-shadow: inset 100px 100px 0px 1280px rgba(0, 0, 0, 0.20);
}
.about-heading{
color: #BB5514;
color: #ea7f3a;
margin-top: 300px;
font-size: 68pt;
font-weight: 300;
letter-spacing: 8px;
font-family: 'FreightBig Pro';
}
.about-section p{
color: #fff;
max-width: 85%;
font-weight: 300;
line-height: 2;
letter-spacing: 1px;
font-size: 18px;
font-weight: 400;
font-family: 'FreightBig Pro';
}
/* restaurants */
.rest-section{
padding: 20px;
/*
background-image: url('img/contact-section-background.png');
background-size: cover;
background-position: right top;
background-position-y: 55px;
background-repeat: no-repeat;
*/
}
.rest-section h2{
color: #BB5514;
font-weight: 300;
text-transform: uppercase;
font-size: 20px;
font-family: 'FreightBig Pro';
}
.rest-section a {
color: #BB5514;
font-family: 'FreightBig Pro';
}
.rest-content{
color: #000;
font-size: 18px;
font-family: 'FreightBig Pro';
}
/* contact */
.contact-section{
padding: 20px;
color: #000;
background-image: url('img/contact-section-background.png');
background-size: cover;
background-position: right center;
font-family: 'FreightBig Pro';
}
.contact-content{
	font-family: 'FreightBig Pro'
}
.contact-heading{
font-size: 52pt;
font-weight: 500;
text-align: center;
color: #000;
font-family: 'FreightBig Pro';
}
.google-map{
display: block;
width: 100%;
margin: 0 auto;
background-image: url('img/google_map.png');
background-size: cover;
background-position: center;
}
.g-map{
width: 225px;
height: 225px;
}
.social h2{
display: block;
font-size: 14pt;
max-width: 50%;
position: relative;
top: 40px;
font-weight: 500;
color: #000;
font-family: 'FreightBig Pro'
}
.social-list{
padding: 0;
float: right;
max-width: 50%;
}
.social-li{
display: inline-block;
width: 30px;
height: 30px;
margin-right: 10px;
}
.social-link{
display: inline-block;
width: 100%;
height: 100%;
}
.facebook{
background: url('img/facebook.png') center/cover;
}
.twitter{
background: url('img/twitter.png') center/cover;
}
.instagram{
background: url('img/instagram.png') center/cover;
}
/* footer */
.footer{
display: inline-block;
width: 100%;
background: #000;
height: 55px;
}
.footer p{
color: #fff;
font-size: 10px;
text-align: center;
font-weight: 500;
margin-top: 20px;
font-family: 'FreightBig Pro';
}
/* phablet */
@media screen and (min-width: 420px){
/* press pic section */
.directions{
max-width: 80%;
}
.g-map{
width: 250px;
height: 250px;
}
}
/*---=== !Tablet ===---*/

@media screen and (min-width: 768px){
/* overlay */
#overlay img{
width: 70%;
}

/* !hero-tablet */
.logo{
max-width: 200px;
}
/* press */
.press-heading{
padding-left: 75px;
}
.press-body{
max-width: 600px;
margin: 0 auto;
}
/* press pic */
.presser-pic{
max-width: 100%;
min-height: auto;
}

/* faq */
.faq-section{
padding: 60px;	
}
.faq-content-col{
max-width: 43%;
margin: 0 auto;
}
.faq-content{
margin-top: 25px;
}
.directions{
max-width: 100%;
position: relative;
top: 350px;
}
/* restaurants */
.rest-section{
padding: 60px;
}
.contact-section{
padding: 60px;
}
/* about */
.about-section{
background-position: center top;
padding-bottom: 60px;
background-position-y: -200px;
}
.about-heading{
margin-top: 220px;
}

/* contact */
.contact-heading{
text-align: left;
font-size: 62pt;
}
.contact-col{
max-width: 45%;
margin: 0 auto;
}
.g-map{
height: 300px;
width: 300px;
}
/* footer */
.footer p{
font-size: 12px;
}

}
/*---=== Desktop ===---*/

@media screen and (min-width: 1024px){
/* hero */
.hero{
background: url('img/hero-background-desktop.png');
background-position: center;
background-size: cover;
}
.hero-address{
position: absolute;
top: 10px;
left: 14px;
color: #fff;
font-weight: 600;
font-size: 16px;
}
/* navigation */
.toggle-button{
display: none;
}
.nav ul {
display: inline-block;
flex-direction: row;
justify-content: center;
list-style: none;
width: 100%;
padding: 0;
text-align: center;
}
.nav li {
display: inline-block;
text-align: center;
width: auto;
margin: 0 20px;
}
.nav ul li a {
color: #ffffff;
font-weight: 300;
text-transform: uppercase;
font-style: italic;
font-size: 18px;
letter-spacing: 1.5px;
}

.menu-item{
display: inline-block;
width: auto;
padding: 3px;
margin: 0 17px;
}
.menu-item a{
color: #ebebeb;
font-weight: 100;
letter-spacing: 1px;
}
.menu-container{
display: block!important;
margin-top: 200px;
}
.nav-menu{
max-width: 850px;
margin: 0 auto;
}
/* menus */
.menus-list-container{
width: 300px;
position: absolute;
top: 855px;
left: 80px;
z-index: 200;
}
.menus-list li{
font-size: 24pt;	
}
#menu-header-menu.menu{
padding: 10px 0 10px 0;
}
/* press */
.press-heading{
padding-top: 150px;
}
.section-column{
max-width: 50%;
margin: 0 auto;
}
.archive-heading{
font-size: 20pt;
}
.press-body{
max-width: 800px;
max-width: 85%;
}
.section-column{
max-width: 48%;
margin: 0 auto;
}
/* press pic */
.press-pic-section{
padding: 10%;
}
/* contant */
.g-map{
height: 400px;
width: 400px;
}
/* footer */
.footer p{
font-size: 18px;
}

}
/*---=== Desktop HD ===---*/
@media screen and (min-width: 1200px){
/* overlay */
#overlay img{
width: 50%;
margin: 6% auto;
}
.overlay-close{
position: absolute;
top: 6%;
right: 6%;
}
#overlay {
cursor: zoom-out;
}
.presser-pic{
cursor: zoom-in;
}
/* hero */
.hero{
height: 800px;
}
/* navigation */
.nav-menu{
max-width: 900px;
}
.menu-item{
margin: 0 20px;
}
/* press */
.press-section{
padding: 0 5% 0 5%;
}
.press-body{
margin: 0 auto;
max-width: 95%;
}
.press-heading{
/* padding-left: 45px; */
font-size: 176pt;
padding-top: 300px;
padding-left: 5%;
}
.section-column{
max-width: 44%;
margin: 0 20px 0 20px;
width: 43%;
margin: 0px auto;
}
/* press pic section */
.presser-pic{
max-width: 100%;
}
/* faq */
.faq-section{
padding: 135px;
}
.faq-heading{
padding-left: 30px;
font-size: 176pt!important;
}

.directions{
max-width: 400px;
top:500px;
}
.faq-content{
font-size: 16px;
color: #000;
font-weight: 500;
}
.faq-content h3{
font-size: 26px;
}

.directions h2{
font-size: 26pt;
}
/* about */
.about-section{
padding-left: 135px;
height: auto;
background-position-y: -500px;
}
.about-heading{
font-size: 176pt;
margin-top: 200px;
margin-bottom: 100px;
}
.about-section p {
max-width: 45%;
font-size: 18pt;
}
/* restaurants */
.rest-content{
max-width: 90%;
margin: 0 auto;
color: #000;
}
/*
.rest-content h2 {
font-size: 26pt;
}
.rest-content p {
font-size: 14pt;
}
*/
/* contact */
.contact-section{
padding: 135px;
}
.contact-heading{
font-size: 136pt;
}
.contact-content h4{
font-size: 22pt!important;
}
.contact-content p {
font-size: 14pt;
}
.google-map{
margin-left: 0;
padding-left: 0;
max-width: 450px;
}
.social{
max-width: 65%;
}
.social h2{
font-size: 22pt;
top: 80px;
}
.social-list{
margin-top: 45px;
}
.g-map{
height: 420px;
width: 420px;
/* footer */
.footer p{
font-size: 20px;
}
}
