/*
	Theme Name: Chestnut
	Theme URI: https://statusforward.com/
	Description: Child theme for the Genesis Framework - Chestnut
	Author: Status Forward
	Author URI: https://www.statusforward.com/

	Version: 1.0.1

	Template: genesis
	Template Version: 2.3

*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#5b5e5e}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Don't load nav yet
--------------------------------------------- */

nav {display: none;}

/* Box Sizing
--------------------------------------------- */

*,
.wrap,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before,
.wrap-wide:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after,
.wrap-wide:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fff;
	line-height: 1.65;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	color: rgba(71, 41, 43, 1); /* hex value: 47292b */
	-webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
	outline: none;
}

::-moz-selection {
	background-color: #5c5c5c;
	color: #fff;
}

::selection {
	background-color: #5c5c5c;
	color: #fff;
}

a {
	color: rgba(208, 161, 73, 1); /* hex value: #d0a149 */
	text-decoration: none;
}

a:focus,
a:hover {
	opacity: 0.9;
}

a,
a:hover,
a:active,
a:focus,
img:focus,
#top-bar button,
#top-bar button:focus
#top-bar button:hover,
#top-bar button:active {
	outline: none;
}

p {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6471;
	margin: 0 0 26px;
	margin: 0 0 2.6rem;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 14px;
	font-size: 1.4rem;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 31px 26px 33px 0;
	border-left: 3px solid #ccc;
	padding: 0 0 0 18px;
}

blockquote > p {
	font-size: 23px;
	font-size: 2.3rem;
	font-style: italic;
	color: #755e60;
	margin: 0;
	text-align: left;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 20px;
}


/* Lists
--------------------------------------------- */

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.entry-content ol,
.entry-content ul {
	margin: 10px 20px;
	padding: 10px 20px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content li,
.flex-row li {
	line-height: 1.8824;
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: italic;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3 {
	font-weight: 700;
	font-style: normal;
	font-family: "Playfair Display";
	color: #47292b;
	line-height: 1.25;
}

h1 {
	font-size: 60px;
	font-size: 6rem;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}

h2 {
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0 0 26px;
	margin: 0 0 2.6rem;
}

h3 {
	font-size: 32px;
	font-size: 3.2rem;
	margin: 0 0 18px;
	margin: 0 0 1.8rem;
}

h4,
h5,
h6,
.widget-title {
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	font-weight: 700;
	font-style: normal;
	font-family: "mostra-nuova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #47292b;
}

h4,
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.featured-content img.entry-image,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.clear {
	clear: both;
}

.single .entry-content .wp-post-image {
	max-width: 520px;
	float: left;
	margin: 0 30px 30px 0;
}



/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #5b5e5e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 20px;
	width: 100%;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #5b5e5e;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

.footer-widgets input[type="text"] {
	font-style: italic;
	font-size: 15px;
	padding: 12px;
}

input:focus,
textarea:focus {
	background-color: #eee;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.textwidget a.button {
	font-family: "mostra-nuova", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .125em;
	padding: 9px 22px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(208, 161, 73, 1);
	border-width: 3px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 1);
	outline: 1px solid #47292b;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: auto;
	margin: 1px;
	transition: all 0.6s ease-in-out;
}


input[type="submit"],
.content input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px 25px;
	width: 100%;
}

a.more-link {
	display: inline-block;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:focus,
.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.textwidget a.button:focus,
.textwidget a.button:hover {
	text-decoration: none;
	background-color: #47292b;
	color: #fff;
	outline: 1px solid #47292b;
	transition: all 0.6s ease-in-out;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.entry-content .order-buttons a.button {
    margin-right: 20px;
    display: inline-block;
}

/*.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}*/




/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #010101;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #010101;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}

/* Status Forward
--------------------------------------------- */

.lead {
	 font-size: 22px;
	 font-size: 2.2rem;
	 line-height: 1.565;
	 margin: 0 0 33px;
	 margin: 0 0 3.3rem;
	 font-family: "Playfair Display";
	 font-weight: 400;
	 font-style: normal;
	 letter-spacing: .04rem;
}
.page-id-492 .lead {
	padding-right: 8px;
}

.callout {
	 display: block;
	 overflow: hidden;
	 text-align: center;
	 font-size: 27px;
	 font-size: 2.7rem;
	 line-height: 1.4444;
	 margin: 32px 0;
	 margin: 3.2rem 0;
	 padding: 27px;
	 padding: 2.7rem;
	 font-family: "Playfair Display";
	 font-weight: 400;
	 font-style: normal;
	 border-top: 1px solid #ccc;
	 border-bottom: 1px solid #ccc;
}

span.dropcap {
	 float: left;
	 color: #333333;
	 font-size: 89px;
	 font-size: 8.9rem;
	 line-height: .8;
	 padding: 8px 8px 0 3px;
}

/* change to post meta? */
p.author-byline {
	 text-align: center;
	 font-size: 14px;
	 margin: 0 0 20px;
	 font-family: mostra-nuova;
	 font-weight: 400;
	 font-style: normal;
	 text-transform: uppercase;
	 letter-spacing: 0.1em;
}

/* Misc Typography
--------------------------------------------- */
.chestnut .fa-lg {
	font-size: 20px;
	font-size: 2rem;
}

.mostra {
	font-weight: 700;
	font-style: normal;
	font-family: "mostra-nuova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 100%;
}

.wrap,
.blog .site-inner,
.single .site-inner,
.restaurant-menu .site-inner,
.page-id-16 .site-inner,
.error404 .site-inner,
.category .site-inner {
	display: block;
	overflow: hidden;
	padding-left: 5%;
	padding-right: 5%;
}

.blog .site-inner,
.category .site-inner {
	padding-top: 60px;
}

.front-page .site-inner {
	margin-top: 0;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.after-entry .avatar {
	float: right;
	height: 180px;
	margin-bottom: 30px;
	margin-left: 30px;
	width: 180px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.author-box .avatar {
	display: inline-block;
	float: none;
	height: 80px;
	margin: 0 auto 20px;
	width: 80px;
}

.comment .avatar {
	height: 60px;
	margin: 0 16px 24px 0;
	width: 60px;
}


/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {

}

.archive-description p,
.archive-description .archive-title,
.author-box,
.author-box p,
.author-box .author-box-title {

}

.breadcrumb {
	padding-bottom: 10px;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	padding-top: 10%;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input {
	-webkit-appearance: none;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.search .archive-title {
	margin-bottom: 0;
}

.entry-title,
.blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.entry-title a {
	color: #47292b;
}

.page .entry-title,
.single .entry-title {
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: 1px;
}

.error404 .entry-title {
	margin-left: auto;
	margin-right: auto;
}

.content .entry-title a,
.content .entry-title a:focus,
.content .entry-title a:hover {
	border-bottom: none;
}

.single .entry-footer {
	padding: 40px 0;
}

.blog .entry-footer {
	display: none;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {

}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 50px 5px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 50px;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 0 0 40px;
}

.wp-caption-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content.widget .entry {
	padding-bottom: 20px;
}

.featured-content.widget .entry:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featuredpost .entry-title,
.featured-content.widget .entry-title {

}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget ::-moz-placeholder {
}

.enews-widget ::-webkit-input-placeholder {
}

.enews-widget input {
	margin-bottom: 30px;
	text-align: center;
}

.sidebar .enews-widget input {
	margin-bottom: 10px;
}

.enews-widget input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0;
}

.enews-widget p {
	margin-bottom: 20px;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 30px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #5b5e5e;
	border: 1px solid #5b5e5e;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #5b5e5e !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #232525;
	outline: #ddd solid 1px;
}


/* Site Header Area
---------------------------------------------------------------------------------------------------- */

/* Top Bar
--------------------------------------------- */
#top-bar {
	padding: 0;
}

#top-bar .col-1 {
	background: #d0a149;
	text-align: center;
	padding: 16px 0;
	font-weight: 700;
}

#top-bar .col-3 {
	text-align: center;
	padding: 16px 0;
	font-weight: 700;
}

#top-bar .col-1 .call {
	font-size: 20px;
	font-size: 2.2rem;
}

#top-bar .col-2 {
	padding: 16px 0;
	text-align: center;
}

#top-bar .col-1 a {
	color: #47292b;
}

/*#top-bar .col-1 .social,
#top-bar .col-3 {
	display: none;
} */

/* Site Header
--------------------------------------------- */

.site-header {
	color: #47292B;
	padding: 0 30px;
	/*position: fixed;
	top: 0;	*/
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	height: 0;
	text-indent: -9999px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	border-bottom-width: 0;
	color: #232525;
}

.header-image .site-header.shrink {
	padding: 0 40px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .sub-menu .menu-item {
	float: none;
}

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #47292B;
	display: block;
	font-family: "mostra-nuova", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 10px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #47292B;
}

.genesis-nav-menu .sub-menu {
	background: #d0a149;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 220px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 219px;
}

.genesis-nav-menu .sub-menu a {
	padding: 15px 0;
	margin: 0;
	position: relative;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary .genesis-nav-menu li.last a {
	background: #4db7ba;
}

.nav-primary .sub-menu {
	border-top: 1px solid #ddd;
	z-index: 9999;
}

.nav-primary .genesis-nav-menu li li {
	margin-left: 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

.page .content,
.single .content {
	overflow: hidden;
}


/* Entries
--------------------------------------------- */
.blog-nav {
	padding: 0 0 40px;
	text-align: center;
}

.blog-nav a {
	color: #47292B;
	font-family: "mostra-nuova", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 0 20px;
	text-transform: uppercase;
}

.blog .entry,
.category .entry {
	border-bottom: 2px solid #BCBEC0;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.blog .entry:last-child,
.single .entry,
.category .entry:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog .entry .entry-image-link img {
	margin: 0 30px 30px 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}



/* Intro Text
--------------------------------------------- */

.single .entry-content p.intro {
	color: #232525;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

.single .entry-content p.intro:after {
	border-bottom: 1px solid #232525;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
    font-family: "mostra-nuova", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.entry-meta a,
.entry-meta a:focus,
.entry-meta a:hover {
	border-bottom-width: 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border: 1px solid #eee;
	margin: 0 auto 10%;
	max-width: 660px;
	overflow: hidden;
	padding: 40px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-transform: uppercase;
	width: auto;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.arhive-pagination {
	text-align: center;
}

.archive-pagination li {
	display: inline;
	margin: 0 4px;
}

.archive-pagination li a {
	background-color: rgba(208,161,73,1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: rgba(208,161,73,.8);
	color: #fff;
}


/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

/* Flexible Widgets
--------------------------------------------- */
.front-page .widget {
	padding-left: 0;
	padding-right: 0;
}

/* Front Page To Go - Temporary Hero for COVID-19 changes
--------------------------------------------- */
.front-page-to-go {
	padding: 0;
    position: relative;
}

.front-page-to-go .to-go-wrap {
	background-image: none;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.front-page-to-go .to-go-wrap .to-go-section {
    text-align: center;
    text-decoration: none;
}

.front-page-to-go .to-go-wrap .to-go-left {
	background-color: #47292b;
	color: #fff;
    padding: 40px;
}

.front-page-to-go .to-go-wrap .to-go-left h2 {
	color: #d0a149;
	font-family: "mostra-nuova",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}

.to-go-pipe {
    font-size: 3rem;
}

.front-page-to-go .to-go-wrap .to-go-left a {
	color: #d0a149;
}

.front-page-to-go .to-go-wrap .to-go-left .button {
	color: #47292b;
}

.front-page-to-go .to-go-wrap .to-go-left .button:hover {
    background-color: #fff;
}

.front-page-to-go .to-go-wrap .to-go-left .button:focus {
    background-color: rgba(208, 161, 73, 1);
}

.to-go-logo, .to-go-pipe, .to-go-text {
    margin-bottom: 26px;
}

/* Section 2 - Takeout Message */
.front-page-takeout {
    background: #d0a149;
}

.front-page-takeout .wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

.front-page-takeout a {
	color: #fff;
}

.front-page-takeout a:hover {
	color: #47292b;
}

@media (min-width: 600px ) {
    .front-page-to-go .to-go-wrap .to-go-left {
        padding: 40px;
    }
}

@media (min-width: 768px ) {

    .front-page-to-go .to-go-wrap {
    	display: -webkit-box;
    	display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden;
        align-items: center;
        justify-content:space-around;
        height: 550px;
    }

     .front-page-to-go .to-go-wrap .to-go-section {
     	width:50%;
     	height:100%;
     }

    .front-page-to-go .to-go-wrap .to-go-section.to-go-left {
        display: -webkit-box;
    	display: -ms-flexbox;
        display: flex;
    	flex-direction: column;
        padding: 80px 60px;
        height: 100%;
        justify-content:center;
        align-items:center;
    }

    .front-page-to-go .to-go-wrap .to-go-left h2 {
	    max-width: 360px;
	}

    .front-page-to-go .to-go-wrap .to-go-section.to-go-right {
        background: url(lib/images/hero-food-takeout.jpg) no-repeat center center;
        background-size:cover;
        height: 100%;
        display: block;
    }

	.front-page-takeout .wrap {
        padding-top: 120px;
	    padding-bottom: 110px;
	}
}

@media (min-width: 1024px ) {

	.front-page-to-go .to-go-wrap {
		height: 700px;
	}

	.to-go-text p {
	    font-size: 2.4rem;
	}

	.front-page-takeout .wrap {
		padding: 115px 207px 130px;
	}

}

@media (min-width: 1400px ) {

	.front-page-to-go .to-go-wrap {
		height: 725px;
	}

	.front-page-to-go .to-go-wrap .to-go-section.to-go-left {
		padding: 0 10%;
	}

	.to-go-pipe {
	    font-size: 4rem;
	}

}
/*
.front-page-to-go .to-go-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
}

.front-page-to-go .to-go-wrap .to-go-section {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    text-decoration: none;
}

.front-page-to-go .to-go-wrap .to-go-left {
	background-color: #47292b;
	color: #fff;
}

.front-page-to-go .to-go-wrap .to-go-left a {
	color: #d0a149;
}

.front-page-to-go .to-go-wrap .to-go-left h2 {
	color: #d0a149;
	font-family: "mostra-nuova",sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
}*/

/* Front Page 1
--------------------------------------------- */

video#bgvid {
   display: none;
}

.front-page-1 .overlay {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right:0;
	top:0;
	z-index: 1;
}

.front-page-1 .front-page-row .wrap {
	z-index: 2;
	position: relative;
}

.front-page-1 {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 420px;
}

.front-page-1 .front-page-row {
	display: table-cell;
	padding-top: 50px;
	padding-bottom: 40px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.front-page-1 .cn-logo {
	width: 220px;
	height: 108px;
}

.front-page-1 h3 {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
}


/* Front Page 2
--------------------------------------------- */

.front-page-2 {
	background: url(lib/images/vintage-street.jpg) no-repeat center center;
	background-size: cover;
}

.front-page-2 .wrap {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.front-page-2 .icons {
	width: 120px;
	display: block;
	overflow: hidden;
	margin: 0 auto 15px;
}

.front-page-2 .wrap h2 {
	font-size: 32px;
	font-size: 3.22rem;
}

.front-page-2 .wrap h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}



/* Front Page 3 - Front Page 4
--------------------------------------------- */
.front-page-3 {
	background: #fff;
}

.front-page-3 .wrap {
	padding: 50px 20px;
}

.front-page-3 h4,
.front-page-4 h4,
.front-page-5 h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0;
	letter-spacing: .04em;
}

.front-page-3 h3,
.front-page-4 h3,
.front-page-5 h3 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.front-page-3 .wrap-wide {
	background: url(lib/images/avl-delicious.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 320px;
	position: relative;
	overflow: visible;
}

.front-page-3 .wrap-wide .menu-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.front-page-3 .wrap-wide .word-icon {
	display: none;
}



/* Front Page 4
--------------------------------------------- */

.front-page-4 {
	background-color: #fff;
}

.front-page-4 .wrap {
	padding: 50px 20px 0;
}

.front-page-4 .wrap-slider {
	padding: 50px 0 90px;
	display: block;
	overflow: hidden;
}



/* Front Page 5
--------------------------------------------- */

.front-page-5 {
	background-color: #fff;
}

.front-page-5 .wrap {
	padding: 0;
	background-color: #fff;
}

.front-page-5 #brunch {
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #47292b;
	/*background: url(lib/images/breakfast-plate.jpg) no-repeat right bottom #fff;
	background-size: 254px 114px;*/
	background: #fff;
	padding: 16px;
	padding: 1.6rem;
}

.front-page-5 h3 {
	margin: 0 0 30px;
}

.front-page-5 p {
	font-size: 20px;
	font-size: 2rem;
}

.front-page-5 p .button {
	font-style: normal;
}


/* Front Page 6
--------------------------------------------- */

.front-page-6 {
	clear: both;
}

.front-page-6 .wrap {
	padding: 80px 20px;
}

.front-page-6 p {
	margin-bottom: 34px;
	font-size: 22px;
	font-size: 2.2rem;
}

.front-page-6 p:last-child,
..front-page-6 .widget:last-child {
	margin-bottom: 0;
}

.front-page-6 a {
	color: #47292b;
	text-transform: uppercase;
	font-weight: 700;
}

.front-page-6 .menu-left,
.front-page-6 .reserve-right {
	text-align: center;
}

.front-page-6 .menu-left {
	margin: 0 0 50px;
}



/* Interior Pages
---------------------------------------------------------------------------------------------------- */

.page-header {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	background-size: cover;
	background-position: center center;
	z-index: 200;
}

.page-header .wrap {
	padding: 90px 0;
	display: block;
	z-index: 400;
}

.page-header .logo {
	display: block;
	overflow: hidden;
	max-width: 270px;
	text-align: center;
	margin: 0 auto 30px;
}

.page-header .page-title {
	text-align: center;
}

.page-header .page-title h1,
.page-header .page-title h2 {
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	margin: 0;
}

.blog .page-header,
.single .page-header {
	background: url(lib/images/happenings.jpg) no-repeat center bottom;
	background-size: cover;
}

.flex-row {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 36px;
}

.flex-content .wrap-wide {
	padding: 140px 20px 136px;
	text-align: center;
}

.flex-content .wrap-wide h1,
.flex-content .wrap-wide h2,
.flex-content .wrap-wide h3,
.flex-content .wrap-wide h4,
.flex-content .wrap-wide h5,
.flex-content .wrap-wide p {
	color: #fff;
	margin: 0;
}

.flex-content .wrap h1,
.flex-content .wrap h2,
.flex-content .wrap h3,
.flex-content .wrap h4,
.flex-content .wrap h5 {
	line-height: 1.2;
}

.flex-row hr {
	margin: 0;
	padding-top: 0;
}


/* Food and Drink Menu Pages
---------------------------------------------------------------------------------------------------- */
.show-mobile {
	margin: 0 0 20px;
}

.menu-section,
.menu-intro,
.menu-section .one-half.first,
.partner {
	padding-bottom: 44px;
	margin-bottom: 44px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	overflow: hidden;
	clear: both;
}

.menu-footer {
	padding-bottom: 50px;
	display: block;
	overflow: hidden;
	clear: both;
}

.menu-section:last-child,
.partner:last-child {
	border-bottom: none;
}

.page-id-14 .menu-section:last-child {
	margin: 0;
	padding-bottom: 50px;
}

.mmenu-item {
	margin: 0 0 30px;
}

#kids .mmenu-item {
	margin: 0 0 15px;
}

#starts .mmenu-item p {
	margin: 0;
}

#starts .mmenu-item p.options {
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.mmenu-item:last-child {
	margin: 0;
}

.mmenu-item p:first-child {
	margin: 0;
}

.mmenu-nav li {
	list-style-type: none;
}

.mmenu-item .title,
.mmenu-nav li a,
.mmenu-nav .sflead {
	font-family: "mostra-nuova", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.mmenu-item .continued,
.mmenu-item .price {
	font-style: italic;
}

.mmenu-item .first-price {
	margin-right: 20px;
}

.mmenu ul {
	margin: 0 0 60px;
}

.mmenu-nav {
	padding-top: 50px;
	border-top: 1px solid #dcdcdc;
}

.mmenu-nav ul {
	padding: 0 0 30px 5px;
	margin: 0;
}

.mmenu-nav ul > li {
	list-style-type: none;
	padding: 0 0 20px;
	font-style: normal;
	line-height: 20px;
}

.menu-section .intro p {
    font-family: "mostra-nuova", sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.bottle, .glass {
	width: 100px;
	float: left;
	text-align: center;
}

#drinks-sides .mmenu-item .title {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: .08em;
}

#drinks-sides .mmenu-item {
	margin: 0 0 15px;
}

#charcuterie .intro {
	padding-bottom: 30px;
}

.mmenu h3.print-only {
	display: none;
}

h3.current-date {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 24px;
}

.mmenu-item .option {
	font-size: 16px;
	font-size: 1.6rem;
}

.mmenu-item .locale {
	margin-right: 5px;
}

.mmenu-item .brew-type {
	margin-left: 5px;
}

#kids .menu-footer {
	font-style: italic;
}

.error404 .entry-content ul.mmenu-nav > li {
	list-style-type: none;
}

.error404 .entry-content ul.mmenu-nav {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	float: none;
}





/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar .widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.sidebar .widget {
	margin-bottom: 70px;
}

.sidebar p:last-child,
.sidebar .ul li:last-child,
.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar ul li {
	margin-bottom: 10px;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar-primary .textwidget img.alignleft {
	margin-bottom: 0;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	margin: 0 auto;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-pings .reply {
	display: none;
}

.entry-comments .comment {
	border-bottom: 1px solid #eee;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
}

.front-page .footer-widgets {
	display: none;
}

.footer-widgets .wrap {
	padding: 80px 20px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 #logos {
	max-width: 1000px;
	margin: 55px auto 0;
	display: block;
	overflow: hidden;
}

.footer-widgets-1 {
	text-align: center;
}

.footer-widgets-1 img {
	margin: 0 0 36px;
}



/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(lib/images/footer-bg.jpg) no-repeat center center;
	background-size: cover;
}

.site-footer .wrap {
	padding: 60px 0 10px;
}

.site-footer,
.site-footer p {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}

.site-footer a,
.site-footer p a {
	color: #D0A149;
}

.site-footer img {
	vertical-align: middle;
}

.site-footer .address .lhs {
	text-align: center;
	display: block;
	float: none;
	overflow: hidden;
	max-width: 280px;
	margin: 0 auto;
	padding: 0 0 20px;
}

.site-footer .address .lhs img {
	margin-top: 10px;
}

.site-footer .address .container {
	padding: 0 0 15px;
	display: block;
	overflow: hidden;
	text-align: center;
	border-bottom: 2px solid #755E60;
	font-style: italic;
}

.site-footer .address .cc-signup {
	padding: 15px 0 0;
	display: block;
	overflow: hidden;
}

.site-footer .address .vert-div {
	display: none;
}

.site-footer .address .rhs p {
	font-style: italic;
}

.site-footer .hours .one-fourth {
	text-align: center;
	padding-bottom: 50px;
}

.site-footer .hours .one-fourth:nth-of-type(4) {
	padding-bottom: 0;
}

.site-footer .hours {
	padding: 50px 20px;
	border-bottom: 2px solid #755E60;
}

.site-footer .hours h4,
.site-footer .hours p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 5px;
}

.site-footer .hours h4 {
	margin: 0 0 4px;
	letter-spacing: .08em;
}

.site-footer .button,
.site-footer .hours .button,
.site-footer .hours .button:hover,
.site-footer .hours .button:focus,
.site-footer .hours .button:active,
.site-footer .address .cc-submit button,
.site-footer .address .cc-submit button:hover,
.site-footer .address .cc-submit button:focus,
.site-footer .address .cc-submit button:active {
	color: #47292B;
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(208, 161, 73, 1);
	outline: 1px solid #d0a149;
	-moz-background-clip: padding;     /* Firefox 3.6 */
  	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 7px 20px;
	padding: .7rem 2rem;
	letter-spacing: .08em;
}
.site-footer .address .cc-submit {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.site-footer .address .cc-submit input[type="submit"],
.site-footer .address .cc-submit input[type="submit"]:hover,
.site-footer .address .cc-submit input[type="submit"]:focus,
.site-footer .address .cc-submit input[type="submit"]:active{
	color: #47292B;
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(208, 161, 73, 1);
	outline: 1px solid #d0a149;
	-moz-background-clip: padding;     /* Firefox 3.6 */
  	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  	background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
	padding: 7px 20px;
	padding: .7rem 2rem;
	letter-spacing: .08em;
	min-height: 46px;
}


.site-footer .hours .button,
.site-footer .hours .button:hover,
.site-footer .hours .button:focus,
.site-footer .hours .button:active {
	margin-top: 20px;
	margin-top: 2rem;
	padding: 13px 40px;
	padding: 1.3rem 4rem;
}

.site-footer .hours .fine {
	line-height: 1.4;
}

.site-footer .fine-print {
	font-family: "mostra-nuova", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7333;
	margin: 34px 0;
	width: 100%;
}

.site-footer .fine-print .careers-link {
	float: none;
	margin: 30px 0;
    text-align: center;
}

.site-footer .fine-print .button {
	padding: 4px 20px;
}

.site-footer .address .cc-intro,
.site-footer .address .cc-email,
.site-footer .address .cc-submit {
	text-align: center;
}

.site-footer .address .cc-email {
	padding: 8px 0;
}

.site-footer .address .cc-email input[type="text"],
.site-footer .address .cc-email input[type="email"]{
	background-color: transparent;
	border: 2px solid #d0a149;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 12px;
	width: 70%;
	margin: 0 auto;
}

.site-footer :-webkit-input-placeholder,
.site-footer :-moz-placeholder,
.site-footer :-ms-input-placeholder {
	color: #fff;
}

.site-footer .address .cc-intro h5 {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.site-footer #copyright,
.site-footer #siteby,
.site-footer #logos {
	height: 30px;
	text-align: center;
	width: 100%;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.site-footer #logos {
	width: 264px;
	margin: 0 auto;
}

.site-footer .logo {
	display: block;
	float: none;
	text-align: center;
}

.site-footer .fine-print,
.site-footer .fine-print img {
	vertical-align: middle;
}

.site-footer #logos {
	height: 60px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-footer .logo {
	float: left;
}

.site-footer #ck-logo {
	padding: 13px 20px 13px 0;
}

.site-footer #ckc-logo {
	padding: 8px;
}

.site-footer #ws-logo {
	padding: 12px 16px 12px 8px;
}

.site-footer .address div .social-footer .social {
    padding: 0 6px;
}

/* Soliloquy
---------------------------------------------------------------------------------------------------- */

.chestnut #soliloquy-container-354 .soliloquy-viewport {
	height: 320px !important;
	overflow: hidden;
	text-align: center;
}

.chestnut #soliloquy-container-354 .soliloquy-viewport img {
	height: 320px;
	width: 672px;
	max-width: 672px;
    position: relative;
    left: 50%;
    transform: translate(-50%,0)
}

.chestnut .soliloquy-container .soliloquy-prev {
    background: url("lib/images/prev-white.png") no-repeat scroll 50% 50%;
    display: block;
    height: 17px;
    left: 18px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1320;
}

.chestnut .soliloquy-container .soliloquy-next {
    background: url("lib/images/next-white.png") no-repeat scroll 50% 50%;
    display: block;
    height: 17px;
    right: 18px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1320;
}

.chestnut .soliloquy-container,
.chestnut .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	overflow: visible;
}

.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
   background:none;
   background-color:none;
   text-shadow: none;
   padding: 0;
   text-align: left;
   position: relative;
   overflow: visible;
}

.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .menu-icon,
.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .word-icon {
	display: block;
	z-index: 2000;
	position: absolute;
}

.chestnut .wrap-slider .slide-inner {
	display: block;
	position: relative;
	overflow: visible;
}

.chestnut .wrap-slider .slide-inner .menu-icon,
.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .menu-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 90000;
}

.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .word-icon {
	display: none;
}

/* Gravity Forms
---------------------------------------------------------------------------------------------------- */

.gform_wrapper ul li.gfield{
	margin-top:20px;
}

.gform_wrapper .top_label .gfield_label {
	text-transform: uppercase;
	font-size:14px;
	letter-spacing:.075em;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
	width:auto;
	padding: 18px 40px;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url]{
	padding:.65em !important;
}

.content .gform_wrapper .top_label li.gfield.gf_left_half,
.content .gform_wrapper .top_label li.gfield.gf_right_half {
	margin-top: 20px;
}


/* Open Table
---------------------------------------------------------------------------------------------------- */

.chestnut .selectric,
.chestnut .selectric-hover .selectric {
	border: 1px solid #f4f4f4;
	background-color: #ffffff;
	color: #5b5e5e;
}

.chestnut div.otw-wrapper div.selectric p {
	padding: 5px;
}

.chestnut .selectric .label {
    color: #47292b;
	font-size: 18px;
    font-size: 1.8rem;
	height: 38px;
    height: 3.8rem;
    line-height: 1.7;
    margin: 0 2.75rem 0 1rem;
}

.chestnut .selectric .button {
	color: #fff;
}

.chestnut .selectric .button::after,
.chestnut .selectric .button:hover::after,
.chestnut .selectric .button:active::after,
.chestnut .selectric .button:focus::after {
	border-color: #fff transparent !important;
}

.chestnut input.otw-reservation-date,
.chestnut .otw-widget-form-wrap input[type="text"] {
	font-size: 18px;
	font-size: 1.8rem;
	height: 38px;
	height: 3.8rem;
	line-height: 1.7;
	background-color: #fff;
    border: 1px solid #f5f5f5;
    color: #47292b;
}

.chestnut .otw-widget-form-wrap label {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700;
    line-height: 1.3;
    margin: 0.625em 0 0.5em;
	font-weight: 700;
	font-style: normal;
	font-family: "mostra-nuova", sans-serif;
	letter-spacing: 0.1em;
	color: #47292b;
}

.content .open-table {
	max-width: 600px;
	margin: 0 auto 140px;
}

.chestnut .otw-widget-form-wrap input[type="submit"] {
	width: auto;
}

.chestnut .otw-widget-form-wrap .otw-button-wrap {
	padding-top: 16px;
}

.chestnut .otw-widget-form-wrap .otw-input-wrap {
	padding: 0 0 16px;
}

.chestnut .powered-by-open-table {
	display: none;
}

.page-id-16 .site-inner .content .entry-content {
	margin: 0 0 20px;
	text-align: center;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background: none;
		outline: none;
		border-radius: 0;
		border-width: 0;
		color: #47292b;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1;
		border: none;
		display: block;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background: none;
		border-width: 0;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #47292b;
		content: "\f0c9";
		display: inline-block;
		font: normal 28px/1 'FontAwesome';
		margin: -2px auto 0;
		padding-right: 15px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: middle;
		border: none;
	}

	.menu-toggle.activated:before {

	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f078";
		display: inline-block;
		font-family: 'FontAwesome';
		color: #47292b;
		font-size: 20px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f077";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: center;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 16px 0;
		width: 100%;
		font-size: 22px;
		font-size: 2.2rem;
	}

	.js .genesis-nav-menu .menu-item:nth-of-type(1) a {
		padding-top: 32px;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		color: #1e1e1e;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {

	}

	.js .nav-primary .genesis-nav-menu li.last a {
		background: transparent;
	}

	.js .nav-primary .genesis-nav-menu {
		padding-bottom: 10px;
	}

}

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

	/* Home Page
	------------------------------*/

	.front-page-1 .front-page-row {
		padding-top: 82px;
		padding-bottom: 82px;
	}


	/* Interior Page Headers
	------------------------------*/
	.page-header .wrap {
		padding: 118px 0;
	}

	.page-header .logo {
		max-width: 300px;
		margin: 0 auto 36px;
	}

	.page-header .page-title h1,
	.page-header .page-title h2 {
		font-size: 42px;
		font-size: 4.2rem;
	}
	
	.partners-list {
		-moz-column-count: 2;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 2;
	    -webkit-column-gap: 20px;
	    column-count: 2;
	    column-gap: 20px;
	    margin-bottom: 60px;
	}
		
	.partners-list li {
		line-height: 1.4;
		padding-bottom:10px;
	}
}

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

	/* Home Page
	------------------------------*/

	.front-page-1 .front-page-row {
		padding-top: 96px;
		padding-bottom: 90px;
	}

	.front-page-1 .cn-logo {
		width: 260px;
		height: 128px;
	}

	.front-page-1 h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.front-page-2 .wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.front-page-2 .icons {
		width: 127px;
		margin: 0 auto 24px;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport {
		height: 420px !important;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport img {
		height: 420px;
		width: 883px;
		max-width: 883px;
	}

	.front-page-6 .menu-left {
		width: 50%;
		float: left;
		border-right: 2px solid #e8e8e8;
		margin: 0;
	}

	.front-page-6 .reserve-right {
		width: 49.8%;
		float: right;
	}

	/* Footer Widgets - Side Lines
	------------------------------*/

	.footer-widgets-1 h4.title {
		position: relative;
		margin-top: 20px;
	  }

	 .footer-widgets-1 h4.title {
		margin-top: 0;
	  }

	.footer-widgets-1 h4.title:before {
		content: "";
		display: block;
		border-top: solid 2px #D1D3D4;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		z-index: 1;
	  }

	.footer-widgets-1 h4.title span {
		background: #fff;
		padding: 0 20px;
		position: relative;
		z-index: 5;
	}

}

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


	/* Site Structure
	--------------------------------------------- */
	.wrap {
		/*margin-left: 8.85%;
		margin-right: 8.85%;*/
	}

	/* Typography
	--------------------------------------------- */

	h1 {
		font-size: 68px;
		font-size: 6.8rem;
	}

	h2 {
		font-size: 52px;
		font-size: 5.2rem;
	}

	h3 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 48px;
		font-size: 4.8rem;
	}


	/* Top Bar
	--------------------------------------------- */
	#top-bar {
		padding-top: 32px;
		padding-bottom: 27px;
	}

	#top-bar .col-1 a.middle {
		margin-left: 20px;
		margin-right: 20px;
	}

	#top-bar .col-1 {
		width: auto;
		float: left;
		padding: 10px 0;
		background-color: transparent;
	}

	#top-bar .col-2 {
		width: 65%;
		float: left;
	}

	#top-bar .col-3 {
		display: block;
		width: auto;
		float: right;
		text-align: center;
		padding: 10px;
		/*margin-top: 10px;*/
	}

	/*#top-bar .col-1 .social {
		display: inline-block;
		color: #d0a149;
	}*/

	#top-bar .col-1 .call {
		display: none;
	}

	#top-bar .col-3 a,
	#top-bar .col-1 a {
		color: rgba(71,41,43,1);
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0.05em;
		border-top: 3px solid #d0a149;
		border-bottom: 3px solid #d0a149;
		padding: 10px 0;
	}

	/* Home Page
	------------------------------*/
	.js .front-page-1 {
		background: none;
	}

	.front-page-1 .cn-logo {
		width: 380px;
		height: 186px;
	}

	.front-page-1 h3 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport {
		height: 320px !important;
		overflow: hidden;
		text-align: center;
	}


	.front-page-2 .wrap {
		padding-top: 120px;
		padding-bottom: 110px;
	}

	.front-page-2 .wrap h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.front-page-2 .wrap h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.front-page-3 .wrap-wide {
		height: 420px;
	}

	.front-page-3 .wrap-wide .menu-icon {
		position: absolute;
		right: 40px;
		top: -40px;
		left: auto;
	}

	.front-page-3 .wrap-wide .word-icon {
		display: block;
		position: absolute;
		left: 68px;
		bottom: 58px;
	}


	/* Slider
	--------------------------------------------- */
	.chestnut #soliloquy-container-354 .soliloquy-viewport {
		height: 468px !important;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport img {
		height: 468px;
		width: 983px;
		max-width: 983px;
	}

	.chestnut .wrap-slider .slide-inner .menu-icon,
	.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .menu-icon {
		top: -40px;
		right: 40px;
		left: auto;
	}


	/* Page Headers
	--------------------------------------------- */
	.page-header {
		min-height: 600px;
	}

	.page-header .wrap {
		padding: 140px 0 100px;
	}

	.page-header .logo {
		max-width: 380px;
		margin: 0 auto 38px;
	}

	.page-header .page-title h1,
	.page-header .page-title h2 {
		font-size: 54px;
		font-size: 5.4rem;
	}

	.page-header .page-title h5,
	.archive-description p {
		font-size: 20px;
		font-size: 2rem;
	}

	.partner .one-third img {
		max-width: 30%;
	}

	.flex-content .wrap-wide {
		padding: 200px 20px 195px;
	}


	/* Single Blog Posts
	------------------------------*/
	.blog .entry .entry-image-link img {
		max-width: 380px;
	}


	/* Site Footer
	------------------------------*/
	.site-footer .wrap {
		padding: 67px 20px;
	}

	.site-footer .hours .one-fourth {
		width: 50%;
		float: left;
		margin: 0;
		padding-bottom: 0;
	}

	.site-footer .hours .one-fourth.first,
	.site-footer .hours .one-fourth:nth-of-type(3) {
		clear: both;
	}

	.site-footer .hours .one-fourth:nth-of-type(1),
	.site-footer .hours .one-fourth:nth-of-type(2) {
		padding-bottom: 60px;
	}

	.site-footer .fine-print {
		font-family: "mostra-nuova", sans-serif;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.7333;
		margin: 34px 0 0;
	}

	.site-footer .address div.cc-signup {
		width: 670px;
		float: none;
		margin: 0 auto;
	}

	.site-footer .address .cc-intro {
		padding: 12px 0;
		width: 278px;
		float: left;
		text-align: left;
	}

	.site-footer .address .cc-email {
		width: 270px;
		float: left;
		padding: 0;
	}

	.site-footer .address .cc-submit {
		width: 120px;
		float: left;
		text-align: right;
		margin-left: 8px;
	}

	.site-footer .address .cc-email input[type="text"],
	.site-footer .address .cc-email input[type="email"]{
		width: 100%;
	}
}


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

	/* Site Structure
	------------------------------*/
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 65%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-content .content {
		float: right
	}

	.page .content,
	.single .content {
		overflow: hidden;
	}

	/* Home Page
	------------------------------*/

	.front-page-1 .front-page-row {
		padding-top: 0;
		padding-bottom: 0;
		height: 400px;
		overflow: hidden;
	}

	video#bgvid {
		display: block;
		position: absolute;
		overflow: hidden;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport {
		height: 482px !important;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport img {
		height: 482px;
		width: 1012px;
		max-width: 1012px;
	}


	/* Sidebar
	--------------------------------------------- */

	.content-sidebar .sidebar,
	.sidebar-content .sidebar {
		width: 30%;
	}

	.content-sidebar .sidebar {
		float: right;
	}

	.sidebar-content .sidebar {
		float: left;
	}



	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.58620689655%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.7068965517%;
	}

	.one-third,
	.two-sixths {
		width: 31.6091954023%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.8045977011%;
	}

	.one-fourth {
		width: 23.0603448276%;
	}

	.three-fourths {
		width: 74.3534482759%;
	}

	.one-fifth {
		width: 17.9310344828%;
	}

	.two-fifths {
		width: 38.4482758621%;
	}

	.three-fifths {
		width: 58.9655172414%;
	}

	.four-fifths {
		width: 79.4827586207%;
	}

	.one-sixth {
		width: 14.5114942529%;
	}

	.five-sixths {
		width: 82.9022988506%;
	}

	.first,
	.footer-widgets-1,
	.menu-left {
		clear: both;
		margin-left: 0;
	}

	.footer-widgets-1 {
		padding: 0;
	}




	/* Gallery
	--------------------------------------------- */

	.gallery {
		overflow: hidden;
	}

	.gallery-item {
		float: left;
		margin: 0 0 28px;
		text-align: center;
	}

	.gallery-columns-1 .gallery-item {
		width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33%;
	}

	.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		width: 16.6666%;
	}

	.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		width: 11.1111%;
	}

	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}

	.gallery img {
		border: 1px solid #ddd;
		height: auto;
		padding: 4px;
	}

	.gallery img:hover,
	.gallery img:focus {
		border: 1px solid #999;
	}

	/* Food and Drink Menus
	--------------------------------------------- */

	.menu-section .one-half.first {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
		clear: none;
	}


	/* Flex Content
	--------------------------------------------- */
	.flex-row p:last-of-type,
	.flex-row p img.alignnone:last-of-type {
		margin: 0;
	}

	.flex-row {
		margin: 0 0 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets-1 .one-fifth:nth-of-type(2) {
		text-align: right;
		padding-top: 12px;
	}

	.footer-widgets-1 .one-fifth:nth-of-type(5) {
		
		padding-top: 49px;
	}

	.footer-widgets img {
		margin: 0;
	}

}


@media only screen and (min-width: 1024px) {
	nav {
		display: block;
	}

	.wrap,
	.restaurant-menu .site-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Top Bar
	--------------------------------------------- */
	#top-bar {
		padding: 34px 15px;
	}

	#top-bar .col-2 {
	text-align: left;
	}

	#top-bar .col-1 {
		text-align: left;
	}

	#top-bar .col-3 {
		text-align: right;
	}

	#top-bar .col-2 {
		width: 72%;
		padding: 0;
	}

	.col-2 .genesis-nav-menu {
		text-align: left;
	}

	.genesis-nav-menu a {
		padding: 17px 15px;
	}

	.genesis-nav-menu .nav-item-1 a {
		padding-left: 0;
	}

	/* Home Page
	------------------------------*/
	.front-page-1 .front-page-row {
		height: 520px;
	}

	.front-page-1 .cn-logo {
		width: 420px;
		height: 206px;
	}

	.front-page-2 .wrap {
		padding: 115px 207px 130px;
	}

	.front-page-2 .wrap h2 {
		font-size: 44px;
		font-size: 4.4rem;
	}

	.front-page-2 .wrap h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.front-page-3 .wrap {
		padding: 50px 20px;
	}

	.front-page-3 h4,
	.front-page-4 h4,
	.front-page-5 h4 {
		font-size: 24px;
		font-size: 2.4rem;
		letter-spacing: .06em;
	}

	.front-page-3 h3,
	.front-page-4 h3,
	.front-page-5 h3 {
		font-size: 48px;
		font-size: 4.8rem;
		letter-spacing: .04em;
	}

	.front-page-3 .wrap-wide {
		height: 652px;
	}

	.front-page-3 .wrap-wide .menu-icon {
		right: 40px;
		top: 40px;
	}


	/* Soliloquy
	---------------------------------------------------------------------------------------------------- */

	.slide-inner {
		max-width: 868px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport {height: 394px !important; overflow: hidden;}
	.chestnut #soliloquy-container-354 .soliloquy-viewport img {height: auto; width: auto; max-width: 828px; }

	.chestnut .soliloquy-container .soliloquy-prev {
		background: url("lib/images/prev.png") no-repeat scroll 50% 50%;
		display: block;
		height: 17px;
		left: -80px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 50px;
		z-index: 1320;
	}

	.chestnut .soliloquy-container .soliloquy-next {
		background: url("lib/images/next.png") no-repeat scroll 50% 50%;
		display: block;
		height: 17px;
		right: -80px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		width: 50px;
		z-index: 1320;
	}


	.chestnut .wrap-slider .slide-inner .menu-icon {
		top: 40px;
		right: 60px;
	}

	.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .word-icon {
		display: block;
		top: 260px;
		left: 54px;
	}

	.front-page-5 {
		background-color: transparent;
		background: url(lib/images/toast-cn-dinner.jpg) no-repeat center center;
		/*background: url(lib/images/CN-ingredients.jpg) no-repeat center center;
		background: url(lib/images/brunch.jpg) no-repeat center center;*/
		background-size: cover;
	}

	.front-page-5 .wrap {
		padding: 145px 20px 150px;
		background-color: transparent;
	}

	.front-page-5 #brunch {
		display: block;
		float: right;
		width: 590px;
		border: 2px solid #47292b;
		/*background: url(lib/images/breakfast-plate.jpg) no-repeat right bottom #fff;
		background-size: 254px 114px; */
		padding: 46px;
		padding: 4.6rem;
	}

	.front-page-5 h3 {
		margin: 0 0 30px;
	}

	.front-page-5 p {
		font-size: 20px;
		font-size: 2rem;
	}



	/* Other */

	.show-mobile,
	.genesis-nav-menu .menu-item.show-mobile {
		display: none;
	}

	.mmenu {
		width: 78%;
		float: right;
		padding-left: 80px;
		border-left: 1px solid #ccc;
	}

	.mmenu-nav {
		width: 22%;
		float: left;
		padding-right: 20px;
		padding-top: 0;
		border-top: none;
	}


	.page-header .page-title h1,
	.page-header .page-title h2 {
		font-size: 68px;
		font-size: 6.8rem;
		line-height: 1;
	}

	.page-header .wrap {
		padding: 152px 20px 100px;
	}

	.page-header .logo {
		max-width: 420px;
	}

	.flex-content .wrap-wide {
		padding: 275px 20px 270px;
	}

	/* Single Blog Posts
	------------------------------*/
	.blog .entry .entry-image-link img {
		max-width: 420px;
	}

	/* Site Footer
	--------------------------------------------- */

	.site-footer .address .lhs {
		width: 20%;
		float: left;
		text-align: left;
		padding: 10px 0 0;
	}

	.site-footer .address .rhs {
		width: 76%;
		float: right;
		text-align: right;
		letter-spacing: .02rem;
	}

	.site-footer p {
		line-height: 1;
	}

	.site-footer .address div {
		display: block;
		float: left;
		text-align: left;
	}

	.site-footer .address .rhs {
		margin: 0;
	}

	.site-footer .address .vert-div {
		display: block;
		margin-left: 10px;
		margin-right: 10px;
	}

	.site-footer .address div.container,
	.site-footer .address div.cc-signup {
		width: 100%;
		float: none;
	}

	.site-footer #logos {
		float: left;
		display: block;
		overflow: hidden;
		height: 50px;
	}

	.site-footer #copyright {
		float: left;
		display: block;
		overflow: hidden;
		padding: 14px 24px 14px 8px;
		width: auto;
		height: 50px;
	}

	.site-footer #siteby {
		display: block;
		overflow: hidden;
		float: left;
		padding: 14px 0 14px 24px;
		border-left: 2px solid #755E60;
		width: auto;
		height: 50px;
	}

	.site-footer .hours .one-fourth {
		width: 24%;
		text-align: left;
		margin-left: 1.33%;
	}

	.site-footer .hours .one-fourth.first {
		margin-left: 0;
	}

	.site-footer .hours .one-fourth:nth-of-type(3) {
		clear: none;
	}

	.site-footer .hours .one-fourth:nth-of-type(1),
	.site-footer .hours .one-fourth:nth-of-type(2) {
		padding-bottom: 0;
	}

	.site-footer .address .cc-submit {
	width: auto;
	margin-left: 8px;
	margin-right: 0;
	}


	.site-footer #ws-logo {
		margin-left: 0;
	}	
	
	.site-footer .fine-print .careers-link {
	    float: right;
	    margin:0;
	}
	.site-footer #logos {
	  height: 60px;
	  display:block;
	}

	/* Interiors 
	------------------------------*/	  
	.partners-list {
		-moz-column-count: 3;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 3;
	    -webkit-column-gap: 20px;
	    column-count: 3;
	    column-gap: 20px;
	    margin-bottom: 60px;
	}

}


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

	/* Site Structure
	--------------------------------------------- */

	.wrap,
	.blog .site-inner,
	.single .site-inner,
	.page-id-16 .site-inner,
	.error404 .site-inner,
	.category .site-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.single .site-inner {
		padding: 60px 60px 0;
	}

	.wrap-wide {
		max-width: 96%;
		margin: 0 auto;
	}

	#top-bar {
		padding: 30px 15px;
	}

	#top-bar .col-2 {
		width: 75%;
	}

	/* Mobile Nav
	--------------------------------------------- */

	.genesis-nav-menu a {
		padding: 17px 20px;
	}

	/* Home Page
	--------------------------------------------- */

	/*.front-page-1 .front-page-row {
		padding-top: 230px;
		padding-bottom: 120px;
		height: 882px;
	}

	video#bgvid {
		height: 882px;
		width: 1568px;
		max-width: 1568px;
	}*/

	.front-page-1 .front-page-row {
		height: 650px;
	}


	.front-page-3 h3,
	.front-page-5 h3 {
		font-size: 52px;
		font-size: 5.2rem;
		letter-spacing: .06em;
	}

	.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .word-icon {
		top: 415px;
	}

	/* Single Blog Posts
	------------------------------*/

	.blog .entry .entry-image-link img {
		max-width: 560px;
	}


	/* Site Footer
	--------------------------------------------- */

	.site-footer .hours .one-fourth {
		width: 23.0603448276%;
		margin-left: 2.58620689655%;
	}

	.site-footer .address .lhs {
		width: 26%;
		padding: 0;
	}

	.site-footer .address .rhs {
		width: 71%;
	}

	.site-footer .address .rhs #street,
	.site-footer .address .cc-wrap {
		margin-left: 10px;
	}

	.site-footer,
	.site-footer p {
		font-size: 20px;
		font-size: 2rem;
	}

}

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

	.front-page-1 .front-page-row {
		height: 680px;
	}

}


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

	/* Home Page
	--------------------------------------------- */
	.front-page-1 .front-page-row {
		height: 720px;
	}

	.chestnut .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .word-icon {
		top: 362px;
		left: 62px;
	}

	.slide-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.chestnut #soliloquy-container-354 .soliloquy-viewport {height: 550px !important; overflow: hidden;}
	.chestnut #soliloquy-container-354 .soliloquy-viewport img {height: auto; width: auto; max-width: 1160px; }

	.front-page-4 {
		background-image: url(lib/images/side-lemon.jpg), url(lib/images/side-cherry.jpg);
		background-repeat: no-repeat;
		background-size: 278px 432px, 278px 330px;
		background-position: 0 80px, 100% 100%;
	}

}

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

	/* Home Page
	--------------------------------------------- */
	.front-page-1 .front-page-row {
		height: 780px;
	}
}

@media only screen and (max-width: 1023px) {
.front-page-5 {
	background-color: #fff;
	background-image: none !important;
}
}

@media only screen and (max-width: 767px) {

	.front-page-1 {
		background: url(lib/images/restaurant-bg.jpg) no-repeat;
		background-size: cover;
	}

}
