@charset "UTF-8";
/* CSS Document */

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;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] 
GLOBAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

@font-face {
    font-family: 'zapfino';
    src: url('../fonts/zapfino.eot');
    src: url('../fonts/zapfino.eot') format('embedded-opentype'),
         url('../fonts/zapfino.woff2') format('woff2'),
         url('../fonts/zapfino.woff') format('woff'),
         url('../fonts/zapfino.ttf') format('truetype'),
         url('../fonts/zapfino.svg#zapfino') format('svg');
}

h1 {
    color: #fff;
    font-family: zapfino, Arial, Helvetica, sans-serif;
	font-size: 30px;
}

h2 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h3 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

hr {
  	border-bottom: 1px solid #835531;
  	border-top: none;
  	border-left: none;
  	border-right: none;
  	margin: 30px 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

strong {
	font-weight: bold;
}

.cta {
	background-color: #5c927d;
	color: #fff;
	display: block;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.cta:hover {
	background-color: #a8ae7e;
}

.invisible {
  	display: none;
}

.winefix {
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 22px;
  	font-weight: bold;
  	display: inline-block;
  	padding-top: 20px;
}

.fitit {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:active {
  color: #fff;
}

a:hover {
  color: #E7D5A5;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	width: 1280px;
	margin: 0 auto;
}

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

body {
	background-color: #a8ae7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

header {
	width: 100%;
	height: 80px;
	background-color: #835531;
}

header h1 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
}

nav {
	background-color: #a8ae7e;
	height: 40px;
	border-top: 4px solid #e7d5a5;
	border-bottom: 4px solid #e7d5a5;
	text-align: center;
	color: #fff;
}

nav li {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
	padding-top: 10px;
}

nav li a {
	text-decoration: none;
	color: #fff;
	padding: 8px 8px;
}

nav li a:hover {
	background-color: #5c927d;
} 

.navbtn {
  	display: none;
}

#mainimage img {
	width: 100%;
	height: 100%;
}

main {
	background-color: #e7d5a5;
}

#foodbar {
	padding: 20px 0;
}

#foodbar img {
	width: 100%;
	height: 100%;
}

.content {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-size: contain;
	min-height: 200px;
	margin: 0 20px 20px;
}

.content .left {
	width: 23.34%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
  	color: #fff !important;
}

.content .left p:last-child {
  	font-size: 12px;
  	line-height: 18px;
}

.content .center {
	width: 53.32%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
}

.content .right {
	width: 23.34%;
	float: right;
	position: relative;
	box-sizing: border-box;
	padding: 20px;
    color: #fff !important;
}

.content h1 {
    text-align: center;
    margin: 40px 0 25px;
  	color: #000;
}

.content h2 {
    text-align: center;
    margin: 40px 0 25px;
}

.content h3 {
	text-align: center;
	margin-top: 20px;
}

.content p {
	line-height: 30px;
	margin: 10px 0;
}

.content .cta {
	margin: 20px auto 0px;
	padding: 20px;
	width: 240px;
}

#chef {
	background: #E7D5A5;
	background-image: -moz-linear-gradient(top,  #e7d5a5 20%, #e7dec7 20%);
	background-image: -webkit-linear-gradient(top,  #e7d5a5 20%,#e7dec7 20%);
	background-image: linear-gradient(to bottom,  #e7d5a5 20%,#e7dec7 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d5a5', endColorstr='#e7dec7',GradientType=0 );
	width: 100%;
}

#chef .left {
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
	width: 50%;
	position: relative;
}

#chef .left img {
	width: 100%;
	height: 100%;
	padding-top: 0;
}

#chef .right {
	float: right;
	width: 50%;
	position: relative;
}

#chef .right #holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#chef .right #holder .vert {
	vertical-align: middle;
	width: 600px;
	padding-top: 10vw ;
}

#chef .right .vert h2 {
	padding-bottom: 30px;
}

#chef .right .vert p {
    line-height: 30px;
    margin: 10px 0;
}

#restaurantgallery {
	border-top: #835531 10px solid;
	border-bottom: #835531 10px solid;
	background-color: #e7d5a5;
}

#restaurantgallery .gallery {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	text-align: center;
}

#restaurantgallery .gallery h2 { 
	padding: 30px 0;
}

#restaurantgallery .gallery img {
	width: 24%;
	height: 24%;
}

footer {
	padding: 30px 0;
}

footer .cell {
    width: 32%;
    float: left;
  	color: #fff;
}

footer .cell h3 {
  	padding-bottom: 20px;
  text-align: center;
}

footer a {
  	display: inline-block;
  	padding-top: 10px;
}

footer a:link {
  	text-decoration: none;
  	color: #ffffff;
}

footer a:visited{
  	text-decoration: none;
  	color: #ffffff;
}

footer input[type=text] {
    width: 94%;
    margin: 5px 0px 10px;
    padding: 5px;
    box-sizing: border-box;
}

footer input[type=email] {
    width: 94%;
    margin: 5px 0px 10px;
    padding: 5px;
    box-sizing: border-box;
}

footer a:active {
  	text-decoration: none;
  	color: #ffffff;
}

footer a:hover {
  	text-decoration: none;
  	color: #5C927D;
}

.footer .copyright {
	width: 100%;
	text-align: center;
}

/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */

@media all and (max-width: 1500px) and (min-width: 1280px) {
  
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */  
  
#chef .right .vert h2 {
    padding-bottom: 22px;
  	font-size: 22px;
}
  
#chef .right .vert p {
    line-height: 24px;
    margin: 10px 0;
}  
  
}  

/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */

@media all and (max-width: 1279px) and (min-width: 1024px) {

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	width: 100%;
	margin: 0 auto;
} 
  
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */  
  

#chef {
    background: #E7DEC7;
  	background-image: none;
}  
  
#chef .right .vert h2 {
    padding-bottom: 22px;
  	font-size: 22px;
}

#chef .right #holder .vert {
    vertical-align: middle;
    width: 100%;
    padding-top: 4vw;
    padding-right: 10px;
    box-sizing: border-box;
}  
  
#chef .right .vert p {
    line-height: 24px;
    margin: 10px 0;
}  
  
#chef .left img {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}  
  
}  

/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */

@media all and (max-width: 1023px) and (min-width: 768px) {

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	width: 100%;
	margin: 0 auto;
} 
  
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */  
  
h2 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
    font-size: 20px;
}
  
#chef {
    background: #E7DEC7;
  	background-image: none;
}  
  
#chef .right .vert h2 {
    padding-bottom: 22px;
  	font-size: 22px;
}

#chef .right #holder .vert {
    vertical-align: middle;
    width: 100%;
    padding-top: 4vw;
    padding-right: 10px;
    box-sizing: border-box;
}  
  
#chef .right .vert p {
    line-height: 24px;
    margin: 10px 0;
}  
  
#chef .left img {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}  
  
#chef .left {
    float: none;
    width: 100%;
    border-bottom: 2px solid #835531;
} 
 
#chef .right {
    float: none;
    width: 100%;
}  
  
#chef .right #holder {
    position: relative;
    padding: 20px;
}  
  
footer .cell img {
    width: 100%;
    height: 100%;
}     
  
}  

/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */

@media all and (max-width: 767px) and (min-width: 600px) {

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	width: 100%;
	margin: 0 auto;
} 
  
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */  
  
h2 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
    font-size: 20px;
}
  
.mobilehide {    
    display: none;
}  
  
nav .divider {
    display: none;
}  
  
nav {
    background-image: url("../images/bars.png");
  	background-position: right 5px;
  	background-repeat: no-repeat;
}  
  
.navbtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 89px;
    cursor: pointer;
} 
  
nav ul {
    position: relative;
    z-index: 20;
    margin-top: 42px;
  	display: none;
}  
  
nav li {
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding: 0px;
    width: 100%;
    background-color: #A8AE7E;
    border-bottom: 2px solid #fff;
}  
  
nav li a {
    text-decoration: none;
    color: #fff;
    padding: 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}  
  
#chef {
    background: #E7DEC7;
  	background-image: none;
}  
  
#chef .right .vert h2 {
    padding-bottom: 22px;
  	font-size: 22px;
}

#chef .right #holder .vert {
    vertical-align: middle;
    width: 100%;
    padding-top: 4vw;
    padding-right: 10px;
    box-sizing: border-box;
}  
  
#chef .right .vert p {
    line-height: 24px;
    margin: 10px 0;
}  
  
#chef .left img {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}  
  
#chef .left {
    float: none;
    width: 100%;
    border-bottom: 2px solid #835531;
} 
 
#chef .right {
    float: none;
    width: 100%;
}  
  
#chef .right #holder {
    position: relative;
    padding: 20px;
}  
  
.content .left {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    color: #fff !important;
    background-color: #A8AE7E;
    text-align: center;
}  
  
.content .center {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background-color: #E6DEC7;
}  
  
.content .right {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    color: #fff !important;
    background-color: #A8AE7E;
}  
  
footer .cell {
    width: 100%;
    float: none;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
  
footer .cell img {
    width: 100%;
    height: 100%;
}   
  
}  

/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */
/* 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 New Media Size 0O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O00O{}()[](){}O0 */

@media all and (max-width: 599px) and (min-width: 0px) {

/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] WRAPPER [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */

.wrapper {
	width: 100%;
	margin: 0 auto;
} 
  
/* [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] STRUCTURAL ELEMENTS [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] */  
  
h2 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
    font-size: 20px;
}
  
.mobilehide {    
    display: none;
}  
    
  
nav .divider {
    display: none;
}  
  
nav {
    background-image: url("../images/bars.png");
  	background-position: right 5px;
  	background-repeat: no-repeat;
}  
  
.navbtn {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 89px;
    cursor: pointer;
}  
  
nav ul {
    position: relative;
    z-index: 20;
    margin-top: 42px;
  	display: none;
}  
  
nav li {
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding: 0px;
    width: 100%;
    background-color: #A8AE7E;
    border-bottom: 2px solid #fff;
}  
  
nav li a {
    text-decoration: none;
    color: #fff;
    padding: 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}  
  
#chef {
    background: #E7DEC7;
  	background-image: none;
}  
  
#chef .right .vert h2 {
    padding-bottom: 22px;
  	font-size: 22px;
}

#chef .right #holder .vert {
    vertical-align: middle;
    width: 100%;
    padding-top: 4vw;
    padding-right: 10px;
    box-sizing: border-box;
}  
  
#chef .right .vert p {
    line-height: 24px;
    margin: 10px 0;
}  
  
#chef .left img {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}  
  
#chef .left {
    float: none;
    width: 100%;
    border-bottom: 2px solid #835531;
} 
 
#chef .right {
    float: none;
    width: 100%;
}  
  
#chef .right #holder {
    position: relative;
    padding: 20px;
}  
  
.content .left {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    color: #fff !important;
    background-color: #A8AE7E;
    text-align: center;
}  
  
.content .center {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background-color: #E6DEC7;
}  
  
.content .right {
    width: 100%;
    float: none;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    color: #fff !important;
    background-color: #A8AE7E;
}  
  
header h1 {
    font-size: 16px;
    text-align: center;
    line-height: 92px;
}  
  
h2 {
    font-family: zapfino, Arial, Helvetica, sans-serif;
    font-size: 15px;
}  
  
#chef .right .vert h2 {
    padding-bottom: 0px;
    font-size: 22px;
    line-height: 50px;
}  

#restaurantgallery .gallery h2 {
    padding: 30px 0;
    line-height: 36px;
}  
  
#restaurantgallery .gallery {
    padding: 15px;
} 
  
.content .cta {
    margin: 20px auto 0px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
  
footer .cell {
    width: 100%;
    float: none;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 30px;
}
  
footer .cell img {
    width: 100%;
    height: 100%;
}  
  
}  