/*
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, .notif-close, .order-links>div a, .order-links h3, .btn-out, .simcal-event-title {
	font-family: 'Droid Sans', sans-serif;
}
.order-links>div a>span, .loyalty p, .jeff-box p {
	font-family: 'Muli', 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:calc(100% - 3.2rem);
	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%;
	height:364px;
	top:0;
	bottom:0;
}
.title {
bottom:38px;
}

/*---2020 links---*/
.order-links {
	width: 100%;
	padding: 1.5em 0 0 0;
	max-width: 40em;
	margin: auto;
	text-align: center;
}
.landing .order-links {
	padding: 3em 0 4em;
}
.order-links>div {
	display: inline-block;
	padding-bottom: 3em;
}
.order-links>div a {
	padding: .75em 1.2em;
	font-size: 1.6em;
	background-color: #DCBE17;
	color: #222;
	border-radius: .75em;
	text-align: center;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
.order-links>div a:hover {
	background-color: #fff;
}
.order-links>div a span {
	display: block;
	padding-top: .25em;
	font-size: .6em;
}
.order-links h3, .menu .order-links h3, .landing .order-links h3 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.25em;
	text-transform: none;
	padding: 0 0 1em 0;
	margin-bottom: 0;
}
.order-links ul li {
	list-style: none;
}
.order-links ul {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.order-links li {
	width: 20%;
	padding: .5em;
}
.order-links li a>span {
	display: none;
}
.order-links li a {
	display: block;
	text-decoration: none;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	width: auto;
	height: 4em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .75;
}
.order-links li a:hover {
	opacity: 1;
	transform: scale(1.1);
}
.order-links li:nth-child(1) a {
	background-image: url('img/logo-pm.png');
}
.order-links li:nth-child(2) a {
	background-image: url('img/logo-dd.png');
}
.order-links li:nth-child(3) a {
	background-image: url('img/logo-grub.png');
}
.order-links li:nth-child(4) a {
	background-image: url('img/logo-uber.png');
}
/*-----2021 LPs----*/
section {
	position: relative;
}
.promo {
	background-color: #000;
	padding-bottom: 8em;
}
.promo h1 {
	font-size: 2.65em;
	line-height: 1.2;
}
.center {
	text-align: center;
}
.logo-inline {
	padding-bottom: 1em;
}
.logo-inline img {
	margin: auto;
}
.mag1 {

}
.btn-wrap {
	padding-top: .75em;
}
.btn-out a {
	border: solid .1em #F00909;
	font-size: 1.4em;
	color: #F00909 !important;
	padding: .65em .8em;
	text-transform: lowercase;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: .75em;
	-moz-border-radius: .75em;
	border-radius: .75em;
	background-color: transparent;
}
.btn-out a:hover {
	background-color: #F00909;
	color: #fff !important;
}
.img-hold {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fill-left, .fill-right {
	position: absolute;
	top: 0;
	bottom: 0;
}
.fill-left, .mag2 h5 {
	left: 0;
	right: calc(50% + 3em);
}
.fill-right, .mag3 h5 {
	right: 0;
	left: calc(50% + 3em);
}
.cblock {
	width: 50%;
}
.mag2 .cblock {
	float: right;
}
.mag2 .width, .mag3 .width {
	padding: 6em 0;
}
.promo h5 {
	position: absolute;
	bottom: 0;
	padding: 1em;
	z-index: 2;
	color: #fff;
	text-align: center;
	font-size: .9em;
	font-weight: 300;
}
.mag3 .cblock {

}
.pg-391 footer {
	display: none;
}
.pg-391 .icon-up {
	opacity: 0;
}
.mag2 p {
	font-size: 2em;
	font-weight: 300;
}
.mag2 p em, .mag2 h1 {
	color:#F00909;
}
.mag2 p em, .mag3 p em  {
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}
.mag3 p em  {
	color: #DCBE17;
}
.mag3 p {
	font-size: 1.65em;
	line-height: 1.4;
	font-weight: 300;
}
.mag3 .fine p {
	font-size: 1em;
	font-style: italic;
	opacity: .8;
}
.mag3 h4 {
	position: relative;
	padding: 0;
	line-height: 1;
	margin: .7em 0;
	z-index: 0;
	font-size: 1.6em;
	text-align: center;
}
.mag3 h4::after {
	content: " ";
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: -1;
	position: absolute;
}
.mag3 h4 em {
	font-style: normal;
	background: #000;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: .25em .5em;
}
/*---------COLUMN GRID-----------*/
.row {
  position: relative;
  margin: 0 -1.6em;
}
.cfx {
  position: relative;
}
.cfx::after, .row::after {
  content: " ";
  clear: both;
  display: block;
  position: relative;
}
.column {
  float: left;
  padding: 0 1.6em;
}
.column.right {
  float: right;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666%
}
.col-7 {
  width: 58.3333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.3333%;
}
/*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 {
	padding-bottom: 2rem;
	margin: auto;
	color: #CCC;
	background:#000;
	font-size:1em;
}
footer .width {
	border-top:solid 1px #c2c2c2;
	padding: 40px 0 20px 0;
}
footer h2 {
	font-size:1.2em;
	color:#fff;
	letter-spacing:1px;
	font-weight:300;
	text-transform:uppercase;
	padding:0 0 .75em 0;
}
footer .first h2 {
	padding-left: 2.5rem;
	border-bottom: solid 1px #fff;
	margin-bottom: 1.5rem;
}
footer a:link, footer a:visited {
	color: #ccc;
	text-decoration: none;
}
footer strong {
	font-weight:600;
}
.trio .first {
	display: flex;
	flex-wrap: wrap;
}
.trio h2 {
	width: 100%;
}
.trio .first div {
	width: 50%;
	position: relative;
}
.trio .sub strong {
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: .4em;
}
.trio .sub strong, .trio .sub span {
	padding-left: 2.5em;
	display: block;
}
.trio .sub p br {
	display: none;
}
.trio .addy {
	line-height: 1.2;
	padding-top: .25em;
	/* background-image:url('img/icon-place.png'); */
	background-size: 1.5em auto;
	background-repeat: no-repeat;
	background-position: center left;
}
#text-2 p, #text-3 p, #text-4 p {
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: top left;
}
#text-2 p {
	background-image:url('img/icon-phone.png');
	padding:.3em 0 .3em 34px;
	margin-top:-6px;
	font-size:1.1em;
}
.trio .addy {

}
#text-4 p {
	background-image:url('img/icon-hours.png');
}
#text-5 {
padding-right:0;
}
#text-5 h2 {
padding-left:4px;
}
#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 {
	padding-top: 6px;
}
.social a {
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	font-size:0;
	display:inline-block;
	height:34px;
	width:34px;
	margin:0 10px 0 0;
}
.social a:hover {
	transform: scale(1.15);
}
.sub a.fb {
	position: absolute;
	background: url('img/icon-fb-w.svg') no-repeat center;
	background-size: contain;
	width: 1.15rem;
	height: 1.15rem;
	position: absolute;
	top: .1rem;
	left: .25rem;
	font-size: 0;
}
.sub a.insta {
	position: absolute;
	background: url('img/icon-insta-w.svg') no-repeat center;
	background-size: contain;
	width: 1.15rem;
	height: 1.15rem;
	position: absolute;
	top: 2rem;
	left: .25rem;
	font-size: 0;
}
.social a.fb {
	background:no-repeat center;
	background-image: url('img/icon-fb.svg');
	background-color: #fff;
	background-size: 55% auto;
}
a.yelp {
	background-image:url('img/social-yelp.png');
}
a.insta {
	background:#fff url('img/icon-insta.svg') no-repeat center;
	background-size: 55% auto;
}
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;
}
.not-found {
	background-color: #282828;
}
.not-found header {
	display: none;
}
.not-found main {
	padding-top: 100px;
}
.not-found .nav-bar {
	background-color: #666 !important;
}
/*-------------ONLINE ORDERS - LANDING----------------*/
main.landing {
	background-color: #000;
	font-family: 'Droid Sans';
	color: #fff;
	border-top: 0;
	z-index: inherit;
}
.landing .width {
	text-align: center;
	padding: 3em 0 3em;
}
.landing .logo20 {
	margin: auto;
	width: 28em;
	max-width: 100%;
	height: auto;
}
.landing .heart {
	width: 12em;
	max-width: 100%;
	margin: auto;
}
.landing .heart:hover, .notif-close:hover, .order-loc a:hover {
	transform: scale(1.1);
}
.landing h3 {
	font-size: 2.2em;
	color: #fff;
}
.landing h2 {
	padding: .5em .8em;
	font-size: 2em;
	color: #000;
	background-color: #DCBE17;
	display: inline-block;
	margin: 1em auto .5em;
	-moz-border-radius: .55em;
	-webkit-border-radius: .55em;
	border-radius: .55em;
	-khtml-border-radius: .55em;
}
.landing h3 {
	text-align: right;
	padding: 2em 0;
}
.landing a {
	display: inline-block;
}
.landing h3 a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-right: 1.5em;
	color: #fff;
}
.landing h3 a::after, .landing h4::after {
	content: " ";
	width: .35em;
	height: .35em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
.landing h3 a::after {
	transform: rotate(45deg);
	right: .75em;
}
.landing h3 a:hover {
	transform: translateX(.5em);
}
.landing h4 {
	color:#000;
	position: relative;
	text-align: center;
	font-size: 2em;
}
.landing h4::after {
	transform: rotate(135deg);
	left: 0;
	right: 0;
}
.landing .notice p {
	font-family: 'Muli';
	font-weight: 300;
}
.landing .notice p a {
	color: #fff;
}
.pg-320 a.icon-up {
	opacity: 0;
	visibility: hidden;
}
.landing .order-loc {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .75em;
}
.landing .order-loc a {
	background: url('img/bg-heart.png') no-repeat center;
	background-size: contain;
	background-position: center;
	text-align: center;
	width: 12.5em;
	height: 12.5em;
	margin: 0 .5em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	align-items: center;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 3.25em 1em 0;
}
.order-loc a>strong {
	font-style: normal;
	display: block;
}

.modal-wrap {
  overflow-y:scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
  padding: 3em;
  display: flex;
  justify-content: center;
}
.modal-box {
  width: 100%;
  max-width: 56em;
  margin: auto;
  position: relative;
  background-color: #fff;
  padding: 3.2em;
  height: auto;
	color: #333;
	text-align: center;
}
.modal-box h2 {
	padding: 0 0 .8em 0;
	color: #333;
	letter-spacing: 0;
	font-size: 1.8em;
	line-height: 1.3;
}
main .modal-box p {
	font-weight: 400;
	font-family: 'Muli';
	line-height: 1.4;
}
.notif-close {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #DCBE17;
  color: #fff;
  padding: .75em;
  margin-top: 1.4em;
  border-radius: 10px;
	letter-spacing: 1px;
	font-size: .9em;
}
.modal-active {
  height: 100%;
  overflow: hidden;
}
body.modal-active {
  position: relative;
}
#dimmer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 95;
  top: 0;
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.loyalty {
	position: relative;
	padding: 1.65em 2em;
	margin-top: 3.5em;
	border: solid 1px #DCBE17;
	display: inline-block;
}
.loyalty::before, .loyalty::after {
	content: " ";
	position: absolute;
}
.loyalty::before {
	left: .25em;
	top: .25em;
	width: 1.15em;
	height: 1.15em;
	background: url('img/icon-gift2.svg') no-repeat center;
	background-size: contain;
	z-index: 2;
}
.loyalty::after {
	left: 0;
	top: 0;
	width: 3.2em;
	height: 3.2em;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #DCBE17;
	z-index: 1;
}
.loyalty .btn-out a {
	font-size: 1.25em;
}
.loyalty p {
	font-size: 1.15em;
	font-weight: 300;
	line-height: 1.5;
}
.loyalty p strong {
	font-weight: 600;
}
.pg-320 footer .width {
	border-top: 0;
}
/*-------------2022 CALENDARS----------------*/
.btn-wrap {
	padding-top: 1.25em;
}
.btn-fill a, .btn-icon a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 600;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: solid 1px #DCBE17;
	overflow: hidden;
}
.btn-fill a:hover, .btn-icon a:hover {
	border-color: #fff;
	color: #fff;
}
.btn-fill a {
	padding: .8em 1.2em;
}
.btn-icon a {
	position: relative;
	padding: .65em 1.2em .65em 3.2em;
}
.btn-icon a::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% auto;
	width: 2.5em;
	height: 100%;
	vertical-align: middle;
	margin-right: .5em;
	background-color:#DCBE17;
}
.btn-icon.menu a::before {
	background-image: url('img/icon-menu2.png');
}
.btn-icon.order a::before {
	background-image: url('img/icon-order1.svg');
}
.btn-icon.cal a::before {
	background-image: url('img/icon-cal.svg');
}
.btn-icon a:hover::before {
	background-color: #fff;
}
.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.jeff1 {
	position: relative;
}
.jeff1 img {
	mix-blend-mode: lighten;
	width: 18em;
	margin: auto;
}
#post-431 {
	border-top: 0;
	padding-bottom: 0;
}
.pg-431 footer .width {
	border-top: 0;
}
.jeff1::after {
	background-color: rgba(0, 0, 0, .25);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.jeff1 h1 {
	margin-top: 0;
	padding: .5em 0 0 0;
}
.jeff1 .width {
	padding: 1em 0 3em;
	position: unset;
	text-align: center;
}
.jeff2 .first ul {
	padding: 0;
}
.jeff2 .first ul li {
	list-style: none;
}
.jeff2 .first li {
	background-position: top left;
	background-size: 1.32em auto;
	background-repeat: no-repeat;
	padding: 0 0 .5em 2em;
	line-height: 1.3;
}
.jeff2 .first li a {
	color: #fff;
	text-decoration: none;
}
.jeff2 .first li:nth-child(1) {
	background-image: url('img/icon-phone.png');
	padding-bottom: 1.2em;
}
.jeff2 .first li:nth-child(2) {
	background-image: url('img/icon-place.png');
}
.jeff2 .last ul {
	padding: 1em 0 0 0;
}
.jeff2 .last li {
	padding: 0 0 .25em;
}
.jeff2 .last ul li {
	list-style: none;
}
.jeff2 .last li strong {
	display: inline-block;
	min-width: 6.5em;
}
.qtip-content p {
	color: #333;
}
.simcal-event-title {
	text-transform: uppercase;
}
.simcal-calendar-grid .simcal-day>div {
	border: solid 1px #999;
}
.simcal-default-calendar-grid>table {
	border-spacing:0;
}
main .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
	background-color: #696969;
}
.simcal-default-calendar-light .simcal-nav-button:disabled {
	opacity: 0;
}
.simcal-calendar-head button i {
	color:#DCBE17;
}
/* .simcal-event-title:hover {
	text-decoration: none;
} */
.simcal-prev-wrapper>button {
	text-align: left;
}
.simcal-next-wrapper>button {
	text-align: right;
}
.simcal-day-has-events:not(.simcal-today) .simcal-day-label {
	background-color: #696969 !important;
}
main .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today .simcal-day-label {
	background-color:#DCBE17;
}
.simcal-calendar-head h3 {
	padding-bottom: .75em;
}
.simcal-default-calendar-list ul.simcal-events {
	padding-left: 0;
}
.simcal-default-calendar-list dd.simcal-day {
	border-bottom: solid 1px #696969;
}
.simcal-default-calendar-list dd.simcal-day:last-of-type {
	border-bottom: 0;
}
.simcal-default-calendar-list .simcal-event-details p {
	padding: 0;
}
.simcal-default-calendar-list .simcal-event-details p br:nth-child(1), .simcal-tooltip-content p br:nth-child(1), .simcal-tooltip-content p span br {
	display: none;
}
.simcal-event-start-date {
	font-weight: 600;
}
.simcal-event-address {
	padding-top: .85em;
	display: block;
}
.simcal-tooltip-content p:last-of-type a, .simcal-tooltip-content p:last-of-type a:visited {
 color: #F00909;
}
.simcal-event-start-time, .simcal-event-end-time {
	font-style: italic;
}
.jeff3 h2 {
	text-align: center;
	font-size: 1.75em;
	position: relative;
	padding-bottom: .75em;
	margin-bottom: .25em;
	color: #fff;
}
.jeff3 h2::after {
	content: " ";
	width: 5em;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.jeff4 .width {
	height: 0;
	padding: 22% 0 0 0;
	min-height: inherit;
}
.jeff4 {
	margin-top: 3em;
}
.jeff4 p {
	opacity: 0;
}
.jeff4 .fill-left {
	right: 50%;
	border-right: solid 2px black;
}
.jeff4 .fill-right {
	left: 50%;
	border-left: solid 2px black;
}
.jeff5 .width {
	padding-bottom: 0;
	min-height: inherit;
	text-align: center;
}
.hide {
	display: none !important;
}
.jeff-box  {
	border: solid 1px #fff;
	margin-top: 3em;
}
.jeff-box .row {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.jeff-box .last p {
	padding: 0;
	line-height: 1;
	font-size: 1em;
}
.jeff-box .first p {
	font-size: 1em;
	line-height: 1.4;
}
.jeff-box .first {
	text-align: left;
	padding: 1em 3em 1em 1em;
}
.landing h2 {
	margin: 0;
	background-color: transparent;
	padding: 0 0 .65em;
	color: #fff;
	font-size: 1.75em;
	border-radius: 0;
	letter-spacing: 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, .heart, a::before, a::after {
	-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, .press em strong {
-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;
}
.circle, .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 {
	border: 0;
	float: left;
	width: 33.333%;
	text-align: center;
}
.col-offset {
	margin: 0 -1em;
	clear: both;
}
.press:nth-child(3n+1) {
	clear: both;
}
.press em strong {
	text-align:center;
	color:#282828;
	text-transform:uppercase;
	letter-spacing:.2em;
	font-size:.8em;
	font-style:normal;
	display: inline-block;
	padding: .2em .5em;
	margin-top: .6em;
}
.press h3 {
	line-height: 120%;
	font-size: 1.2em;
	padding: .5em 0 0 0;
	font-weight: 300;
}
.press h3 em {
	display: block;
	padding-bottom: .8em;
	font-weight: bold;
	font-size: .9em;
}
.press div a {
	font-size: .75em;
	display: inline-block;
	padding: .4em 1em;
	margin-top: .8em;
}
.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;
}
}
@media only screen and (min-width: 801px) {
	.desk-cal {
		display: block;
	}
	.mob-cal {
		display: none;
	}

}
/* Tablets (portrait) | <800px */
@media only screen and (max-width: 800px) {
/*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*/
.desk-cal {
	display: none;
}
.mob-cal {
	display: block;
}
.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, .press.left-press, .press.right-press {
margin-left:0;
margin-right:0;
}
	main img.alignright, main img.alignleft {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.press {
		width: 50%;
	}
	.press:nth-child(3n+1) {
		clear: none;
	}
	.press:nth-child(2n+1) {
		clear: both;
	}
	.landing h2, .landing h3 {
		font-size: 1.6em;
	}
	.img-hold, .fill-left, .fill-right {
		position: relative;
		height: 0;
		padding-top: 60%;
		left: inherit;
		right: inherit;
		bottom: inherit;
		top: inherit;
	}
	.promo .cblock {
		width: 100%;
		float: none;
	}
	.promo h5 {
		left: 0;
		right: 0;
		top: 100%;
		bottom: inherit;
		opacity: .85;
	}
	.mag2, .mag3 {
		text-align: center;
	}
	.mag2 .width {
		padding-top: 0;
	}
	.mag2 .width, .mag3 .width {
		padding-bottom: 3em;
	}
	.jeff4 .fill-left {
		right: 0;
		border-right: 0;
	}
	.jeff4 .fill-right {
		display: none;
	}
	.jeff4 .width {
		padding-top: 0;
	}
}
@media only screen and (max-width: 700px) {
	#para {
		background-attachment: scroll;
		background-position: center center;
		background-size: cover;
	}
	.logo {
		max-width: 80%;
		max-height: none;
		height: auto;
	}
	.modal-wrap {
		padding: 0;
	}
	.modal-box {
		padding: 3em 1.5em;
	}
	.trio .column {
		width: 100%;
		float: none;
	}
	.trio .social {
		padding-left: 34px;
		padding-top: 2em;
	}
	.jeff-box {
		border: 0;
	}
	.jeff-box .row {
		display: block;
		margin: 0;
	}
	.jeff-box .first, .jeff-box .last {
		padding: 0;
	}
	.jeff-box .first {
		padding-bottom: 2em;
	}
	.jeff2 .row {
		margin: 0;
	}
	.jeff2 .column {
		float: none;
		padding: 0;
	}
	.jeff2 .column:first-of-type {
		padding-bottom: 2em;
	}
}
@media only screen and (max-width: 550px) {
	.order-links li {
		width: 50%;
		padding-bottom: 1em;
	}
	.order-links>div a {
		padding-left: .5em;
		padding-right: .5em;
	}
	.landing .order-loc {
		display: block;
	}
	.landing .order-loc a {
		margin: 0 auto;
	}
}
/* Smartphones | <480px */
@media only screen and (max-width: 480px) {
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 .width {
	padding-top: 0;
}
footer .widget p, footer .widget h2 {
	text-align:left;
}
.trio .first div {
	width: 100%;
}
.trio .first div:nth-child(3) {
	margin-top: 2em;
}
#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%;
	}
	nav.prime {
		max-width: 85%;
	}
	.press {
		width: 100%;
		float: none;
		margin-bottom: 1.8em;
	}
	.press:nth-child(2n+1) {
		clear: both;
	}
	.col-offset {
		margin: 0;
	}
	.modal-box h2 {
		font-size: 1.5em;
	}
	.order-links ul {
		display: block;
	}
	.order-links li {
		width: 100%;
		padding-bottom: 1em;
		max-width: 12em;
		margin: auto;
	}
	.order-links li a {
		height: 5em;
	}
	.promo h1 {
		font-size: 2.4em;
	}
	.mag2 p {
		font-size: 1.8em;
	}
	.mag3 p em {
		font-size: .8em;
	}
}
