/*
Theme Name: Custom Theme
Description: Custom template created just for you.
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
html, body {
height:100%;
}
body {
background-color: #000;
color: #fff;
font-size:1em;
font-family: 'Muli', sans-serif;
}
* {
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a, a:visited {
text-decoration: underline;
}
.pg-34 a, .pg-34 a:visited {
	text-decoration: none;
}
a:hover {
text-decoration: none;
}
/*embed font*/
h1 {
font-family: 'Droid Sans', sans-serif;
}
h1 a, a h1 {
	text-decoration: none;
}
h1, h2, h3, h4, header {
}
/*PRIME STRUCTURE*/
header, main, footer {
width:100%;
}
header {
color: #FFF;
height:100%;
background-size:cover;
background-position:top;
background-attachment:fixed;
z-index:6;
padding-top:80px;
background-color:#000;
min-height:390px;
}
.width {
max-width:960px;
width:90%;
margin:0 auto;
display:block;
}
main {
position:relative;
background:#282828;
border-top:solid 4px #484848;
z-index:8;
min-height:320px;
}
main .width {
padding:3em 0 2em 0;
min-width:200px;
min-height:200px;
}
.logo {
padding:2em 0;
}
.title, .logo {
position:absolute;
left:0;
right:0;
margin:auto;
z-index:8;
}
.logo {
width:auto;
max-width:90%;
height:auto;
position:absolute;
max-height:72%;
min-height:300px;
top:0;
bottom:0;
}
.title {
bottom:38px;
}
/*SIDEBAR*/
#sidebar {
padding:0;
color: #333;
background:#fff;
}
#sidebar ul li {
list-style-image: none;
}
#sidebar ul {
margin: 0em;
padding: 0em;
list-style-type: none;
}
#sidebar ul ul li {
margin-left: 1em;
padding: 0em;
}
#sidebar h2 {
margin:10px 0;
}
/*FOOTER*/
footer {
min-height:200px;
margin: auto;
color: #CCC;
background:#282828;
font-size:.9em;
}
footer .width {
border-top:solid 1px #c2c2c2;
padding: 40px 0 20px 0;
}
footer h2 {
font-size:1em;
color:#fff;
letter-spacing:1px;
font-weight:300;
text-transform:uppercase;
padding:0 0 8px 34px;
}
footer a:link, footer a:visited {
color: #ccc;
}
footer .widget {
width:25%;
padding:0 2em 0 0;
float:left;
margin:1em 0;
}
footer .widget p {
padding-left:34px;
line-height:110%;
}
footer strong {
font-weight:400;
}
#text-2 p {
background:url(img/icon-phone.png) no-repeat left center;
padding:.3em 0 .3em 34px;
margin-top:-6px;
font-size:1.1em;
}
#text-3 p {
background:url(img/icon-place.png) no-repeat left center;
}
#text-4 p {
background:url(img/icon-hours.png) no-repeat left center;
}
#text-5 {
padding-right:0;
}
#text-5 h2 {
padding-left:20px;
}
#text-6:before {
clear:both;
}
#text-6 {
float:none;
width:100%;
clear:both;
margin:0 0 2em 0;
padding-top:2em;
text-align:center;
font-size:.8em;
clear:both;
}
#text-6 p {
padding:.4em 0;
}
footer ul.menu {
margin:0;
padding:0;
}
footer .menu li a {
display:inline-block;
zoom:1;
*display:inline;
background:none;
padding:0 8px;
margin:10px 0;
text-decoration: none;
border-right:solid 1px #ccc;
}
footer a:hover {
text-decoration: none;
color:#fff;
}
footer div.col:last-child {
background-image:none;
}
.social a {
background-color:#fff;
background-position:center center;
background-repeat:no-repeat;
font-size:0;
display:inline-block;
height:31px;
width:31px;
margin:0 4px;
}
.social a:hover {
background-color:#E9CB23;
}
a.fb {
background-image:url(img/social-fb.png);
background-position:bottom center;
}
a.yelp {
background-image:url(img/social-yelp.png);
}
a.goog {
background-image:url(img/social-goog.png);
}
a.insta {
background-image:url(img/social-insta.png);
}
main article {
padding-bottom: 1.5em;
min-height: 15em;
}
.half, .twothird, .third, .quarter {
float:left;
display:block;
padding-right:2em;
margin:.6em 0 .6em 0;
}
.half {
width:50%;
}
.half.last {
padding-right:0;
padding-left:2em;
}
.twothird {
width:66%;
}
.third {
width: 32%;
padding:0;
}
.third.mid {
padding:0 2em;
width:35%;
}
.quarter {
width:25%;
}
.singleentry {
margin: auto;
padding:10px 15px;
}
div.singlenavigation {
width: 52em;
padding-left: 10em;
padding-right: 3em;
margin: auto;
}
div.navigation {
width: 100%;
}
.postmetadata {
border-top: 1px solid #999;
margin:10px 0;
padding:5px 0 0 0;
font-size:.8em;
}
.postmetadata small {
font-size:1em;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/*HEADINGS*/
h1, h2, h3 {
line-height:100%;
}
h1 {
font-size: 2.3em;
color: #fff;
padding:0 0 .4em 0;
margin-top:.7em;
font-weight:normal;
text-shadow:0 1px #000;
}
h2 {
font-size: 1.4em;
font-weight:normal;
letter-spacing:.05em;
padding:1em 0 .2em 0;
}
h3 {
font-size: 1.3em;
font-weight:normal;
padding:.3em 0;
}
h4 {
font-size: 1.1em;
padding:.3em 0 3px 0;
text-align:justify;
font-weight:300;
}
main p {
line-height: 120%;
padding:.4em 0;
font-size:1.1em;
}
main img {
max-width:100%;
height:auto;
display:block;
}
main img.alignleft {
margin-right:20px;
}
main img.alignright {
margin-left:20px;
}
small {
font-size: .8em;
margin:4px 0;
color: #444;
}
small a, small a:link, small a:visited, small a:hover {
color: #444;
}
main article ul {
margin:10px 0;
}
ul {
list-style-type:square;
}
li {
line-height: 160%;
}
main section h2:first-child {
padding-top:0;
}
/*-------------BLOGGING----------------*/
.wp-caption {
background: #000;
margin: 1em;
border: 0.1em solid #000;
padding: 0.5em;
text-align: center;
}

.wp-caption-text {
color: #FFF;
padding: 0.5em;
font-size: 10px;
line-height: 12px;
text-align: left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.gallery img {
padding: 1px;
background: #000;
}
.narrowcolumn img {
    max-width: 480px;
    height: auto;
}
.singleentry img {
    max-width: 510px;
    height: auto;
}
.gallery-caption {
color: #000;
padding-top: 1em;
}
div.hr {
display: block;
border-top:solid 1px #999;
border-bottom:solid 1px #fff;
width: 100%;
margin: 20px auto;
}
div.commentswrapper {
margin: auto;
padding: 10px 15px;
overflow: hidden;
}
div.comments {
padding: 1em;
}
blockquote {
padding-left: 50px;
font-style:italic;
background:url(img/icon-quote.png) no-repeat;
background-position: 0 20px;
}
#searchform {
margin-top: 1em;
}
#s {
width: 12em;
margin-bottom: 0.5em;
}
#searchform label, form p {
font-size:1em;
letter-spacing:1px;
color:#636363;
}
#comment {
width: 40%;
min-width:200px;
}
#respond {
line-height:150%;
}
#author, #email, #url {
width: 15em;
}
/*MENU*/
.nav-bar {
position:fixed;
top:0;
width:100%;
z-index:99;
}
.nav-bg {
width:100%;
height:100%;
position:absolute;
z-index:-2;
left:0;
right:0;
margin:auto;
bottom:0;
top:0;
background:#484848;
display:block;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
.fill {
background:#484848;
}
nav.prime {
text-align:center;
padding:.8em 0;
}
.menu .current_page_item a {
border-bottom:solid 1px #fff;
}
nav.prime ul {
margin:0;
padding:0;
}
nav.prime ul li, footer ul.menu li {
display:inline-block;
zoom:1;
*display:inline;
}
nav.prime li a, nav.prime li a:visited {
font-size:1.25em;
color:#fff;
text-transform:lowercase;
letter-spacing:1px;
padding:.05em 0;
margin:.4em .9em;
display:block;
text-decoration:none;
text-shadow:0 1px #000;
}
nav.prime li a:hover {
letter-spacing:2.5px;
}
header a img {
border:none;
outline:none;
}
/*mobile nav bar*/
#m-nav {
width:100%;
position:fixed;
background:#484848;
padding:.3em;
display:none;
top:0;
z-index:99;
}
#m-nav a {
background:url(img/nav-m.png) no-repeat;
width:30px;
height:27px;
font-size:0;
cursor:pointer;
}
#m-nav a.nav-open {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
opacity: 0.75;
}
#m-nav a.nav-close {
display:none;
}
#m-nav a:hover, #m-nav a.nav-close {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1.0;
}
/*MOBILE EFFECTS*/
#dimmer {
display: none;
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
z-index: 97;
top: 0;
left: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.60;
}
.stop-scroll {
height: 100%;
overflow: hidden;
}
/*BG COLORS*/
#searchsubmit, input[type=submit], a.btn, .press em strong {
background: #DCBE17;
}
/*FONT COLORS*/
nav li a:hover, nav li a:visited:hover, .menu .current_page_item a, h2, .pg-29 h3 strong, .framed em, a, a:visited {
color:#DCBE17;
}
/*ALL TRANSITIONS*/
a, a:hover, #searchsubmit, footer a:hover, form input[type=submit], input[type=text]:focus, input[type=email]:focus, textarea:focus {
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
/*ALL CURVES*/
input[type=submit], a.btn, a em, em a {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-khtml-border-radius: 10px;
}
input[type=text], input[type=email], textarea {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-khtml-border-radius: 4px;
}
.curve {
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
-khtml-border-radius: 16px;
}
.social a {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-khtml-border-radius: 50%;
}
/*FORMS*/
input[type=text], input[type=email], textarea {
padding:.6em;
border:solid 1px #ddd;
width:100%;
max-width:500px;
font-size:1em;
font-weight:normal;
color:#454545;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
border:solid 1px #999;
}
textarea {
font-family: inherit;
font-size:1em;
}
#searchsubmit, input[type=submit] {
border:none;
outline:none;
font-size:1em;
color:#fff;
padding:.6em 1.2em;
cursor:pointer;
text-transform:uppercase;
text-decoration:none;
}
#searchsubmit:hover, input[type=submit]:hover {
background: #454545;
}
/*----CUSTOM-----*/
/*----CUSTOM-----*/
/*----CUSTOM-----*/
#para {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
  background-position:50% 0;
  background-attachment:fixed;
}

#para article {

}
.anchor {
visibility:hidden;
position:absolute;
top:-40px;
}
header .width {
position:relative;
z-index:8;
}
a.icon-dn, a.icon-up {
font-size:0;
text-decoration:none;
display:block;
width:26px;
height:16px;
position:relative;
margin:auto;
padding-top:2px;
z-index:90;
}
a.icon-dn {
background:url(img/icon-arrow-dn.png) no-repeat center bottom;
left:0;
right:0;
bottom:12px;
position:absolute;
}
a.icon-up {
position:fixed;
right:6%;
bottom:8%;
background:url(img/icon-arrow-up.png) no-repeat center bottom;
display:none;
margin-bottom:1px;
}
a.icon-dn:hover {
bottom:6px;
}
a.icon-up:hover {
padding-bottom:10px;
height:24px;
background-position:center top;
}
a.btn, a em, em a {
border:solid 1px #fff;
background:none;
display:inline-block;
margin:auto;
font-style:normal;
text-decoration:none;
padding:.2em 1.4em;
font-size:.7em;
letter-spacing:.2em;
text-align:center;
text-transform:uppercase;
color:#fff;
}
em a:visited {
color:#fff;
}
a.btn:hover, a em:hover, em a:hover {
border:solid 1px #DCBE17;
color:#DCBE17;
}
.fader {
background:url(img/bg-screen1.png) repeat;
height:100%;
width:100%;
position:absolute;
top:0;
z-index:2;
}
.home h2 {
text-shadow:0 1px #000;
}
.home .third {
text-align:center;
}
.menu h2 {
border-bottom:solid 1px #ccc;
font-size:1.8em;
font-weight:300;
padding-bottom:.6em;
margin:.4em 0 .8em;
}
.menu h3 {
text-transform:uppercase;
font-weight:300;
font-size:1.3em;
padding-bottom:0;
margin-bottom:.4em;
padding-right:50px;
}
main.menu p {
font-size:.9em;
padding:0 0 .8em 0;
}
main.menu .food  p {
padding:0;
font-size:1em;
}
.menu .food {
position:relative;
margin-bottom:1.4em;
}
.menu p strong em, .menu p em strong {
position:absolute;
top:4px;
right:0;
font-weight:normal;
font-style:normal;
margin-bottom:-10px;
font-size:1.1em;
}
main .food .priceline p {
padding:.1em 0;
}
.priceline {
padding:.3em 0;
}
main .food .priceline p {
background:url(img/dots.gif) repeat-x;
background-position: 12px 16px;
}
.priceline em {
font-style:normal;
text-align:right;
display:inline-block;
float:right;
font-size:1.1em;
background:#282828;
padding-left:2px;
}
.priceline strong {
background:#282828;
padding-right:4px;
font-weight:normal;
}
blockquote em a {
display:block;
width:150px;
margin:1em 0 1.2em;
}
.pg-29 h3 strong {
font-weight:300;
}
.press, .framed {
border:solid 1px #DCBE17;
padding:1em;
position:relative;
margin:0 0 3em 0;
}
.press em strong {
position:absolute;
top:-20px;
left:-1px;
height:20px;
width:80px;
text-align:center;
color:#282828;
text-transform:uppercase;
letter-spacing:.2em;
font-size:14px;
font-weight:300;
font-style:normal;
}
.press h3 {
	line-height: 120%;
}
.press.one {
max-width:500px;
margin-top:1em;
}
.press.two {
margin-left:100px;
}
.press.two em strong, .press.four em strong {
right:-1px;
left:inherit;
}
.press.three {
margin-right:100px;
}
.press.four {
margin-left:80px;
max-width:850px;
}
.feat {
margin-bottom:1.5em;
}
main section .feat h2 {
padding-top:1.4em;
}
.feat:last-child {
padding-bottom:0;
}
.pg-34 .fader, .pg-34 .logo {
display:none;
}
.pg-34 h4 {
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.pg-34 main h2 {
	border-bottom: dotted 1px #fff;
	margin-bottom: 16px;
	font-size: 1.8em;
	color: #fff;
	padding-bottom: 16px;
}
.pg-34 h1 {
color:#333;
text-shadow:none;
}
/*RESPONSIVE*/
/* Desktop | >960px */
@media only screen and (min-width: 60em) {
}
@media only screen and (max-width: 59em) {
nav.prime li a, nav.prime li a:visited {
	margin-right: .6em;
	margin-left: .6em;
}
}
/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
/*menu*/
nav.prime {
display:none;
}
a.nav-open {
display:block;
}
a.nav-close {
display:none;
}
#m-nav {
display:block;
}
nav.prime {
float:none;
width:100%;
position:fixed;
height:100%;
background:#fff;
max-width:70%;
left:0;
top:38px;
margin-top:0;
padding-top:15px;
padding-bottom: 40px;
z-index:98;
display:none;
overflow-y:auto;
}
nav.prime ul {
border:none 0;
margin:1em;
float:none;
}
nav.prime ul li {
float:none;
margin:8px 0;
display:block;
}
nav.prime li a, nav.prime li a:visited {
font-size:1.8em;
text-shadow:none;
line-height:140%;
border-bottom:solid 1px #e3e3e3;
display:block;
margin:0;
color:#666;
text-align: left;
}
.menu .current_page_item a {
	border-bottom:solid 1px #e3e3e3;
	color: #000;
}
/*end menu*/
.fourth {
width:48%;
}
footer .widget {
width:50%;
}
footer .widget:nth-child(1), footer .widget:nth-child(3) {
text-align:right;
}
#text-2 p, #text-4 p {
background-position:center right;
}
#text-2 h2, #text-2 p, #text-4 h2, #text-4 p {
padding-right:34px;
padding-left:0;
}
.twothird, .half, .third {
float:none;
width:100%;
margin-top:1.4em;
}
.twothird:first-child, .half:first-child, .third:first-child {
margin-top:0;
}
#text-6 p {
text-align:center;
}
.half.last, .half {
padding-left:0;
padding-right:0;
}
.press.one, .press.two, .press.three, .press.four {
margin-left:0;
margin-right:0;
}
main img.alignright, main img.alignleft {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
}
/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
footer .widget {
float:none;
width:100%;
}
footer .widget, footer .widget:nth-child(1), footer .widget:nth-child(3) {
text-align:center;
margin-top:2em;
}
footer .widget p, footer .widget h2 {
display:inline-block;
text-align:left;
}
#text-2 p, #text-4 p {
background-position:center left;
}
#text-2 h2, #text-2 p, #text-4 h2, #text-4 p {
padding-right:0;
padding-left:34px;
}
.menu h3 {
line-height:120%;
}
}
