/*
	Theme Name: Corner Kitchen
	Theme URI: http://statusforward.com/
	Description: Child theme for the Genesis Framework - The Corner Kitchen.
	Author: Status Forward
	Author URI: http://www.statusforward.com/

	Version: 1.0.1

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* font reference
font-family: "brandon-grotesque",sans-serif;
font-family: BelweBT-Light;
font-family: 'Libre Baskerville', serif;
*/


/* 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,nav,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}

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

*,
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 {
	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 {
	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;
	color: #010101;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
	-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,
.site-container .wdpu-1125 a,
.site-container .wdpu-1125 a:visited {
	color: #972d22;
	text-decoration: none;
}

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

a,
a:hover,
a:active,
a:focus,
img:focus {
	outline: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 0px 0px 40px 0px;
	border-bottom:1px solid #dcdcdc;
	padding:0px 100px 40px 100px;
}
blockquote > p{
	font-size:22px !important;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #010101;
	font-family: 'BelweBT-Light', serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: .05em;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing:0;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

.comment-respond h3,
.entry-comments h3 {
	margin-bottom: 60px;
	margin-top: 100px;
}

h4,
h5,
h6 {
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

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

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

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

img {
	height: auto;
}

.single .entry-content .wp-post-image {
	margin: 0 0 40px;
}

/*img.entry-image {
	max-width: 500px;
}

.full-width-content img.pull {
	margin-left: -70px;
	margin-right: -70px;
	max-width: 800px;
}*/



/* 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"],
.footer-widgets input[type="email"]{
	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 {
	background-color: #5c261f;
	border: none;
	color: #ffeab5;
	cursor: pointer;
	font-family: "brandon-grotesque",sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 15px 40px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="submit"],
.footer-widgets .button {
	color: #010101;
	background-color: #ffeab5;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.entry-content a.button.small,
.textwidget a.button.small {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 20px;
}

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

.footer-widgets input[type="submit"] {
	width: auto;
	margin-top: 16px;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 15px 20px;
}

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 {
	border: none;
	text-decoration: none;
	opacity: 0.9;
}


/*.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .textwidget a.button:focus,
.footer-widgets .textwidget a.button:hover {
	background-color: #fff;
	color: #232525;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #333;
	border-width: 0;
    color: #ccc;
    cursor: not-allowed;
}*/

.button {
	display: inline-block;
}

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

/*.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;
}


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

/* Site Container
--------------------------------------------- */

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

.wrap {
	padding-left: 5%;
	padding-right: 5%;
}

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

/* Site Inner
--------------------------------------------- */

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

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


/* Common Classes
---------------------------------------------------------------------------------------------------- */
.intro {
	line-height: 1.4;
    font-family: 'BelweBT-Light', serif;
    font-size: 2.2rem;
}

/* 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,
.page.page-template-page_blog .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.page .entry-title,
.single .entry-title {
	font-size: 48px;
	font-size: 4.8rem;
	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;
	color: #232525;
}

.content .entry-title a:focus,
.content .entry-title a:hover {

}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}

.widget-title.center {
	margin-bottom: 10%;
	text-align: center;
}

.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 ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.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 {
	font-size: 22px;
	font-size: 2.2rem;
	text-transform: none;
	font-family: "BelweBT-Light",serif;
    letter-spacing: 0.5px;
	margin: 0;
}


/* 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
---------------------------------------------------------------------------------------------------- */

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

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

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

/* Mobile Top Bar
---------------------------------------------------------------------------------------------------- */
#mobile-reserve {
	text-align: center;
	background: #4db7ba;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	padding: 12px 0;
	letter-spacing: .05em;
}

#mobile-reserve a {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	line-height:2;
	font-weight:700;
	letter-spacing:.05em;
}

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

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

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

.genesis-nav-menu a {
	border-bottom-width: 0;
	color: #ffffff;
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 17px 14px;
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu {
	background:#5c261f;
	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 {
	border: 1px solid #fff;
	border-top: 0;
	padding: 15px;
	position: relative;
	letter-spacing:.1em;
	font-size:14px;
}

.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 .genesis-nav-menu li.last.takeout a {
	background: #ffeab5;
	color: #010101;
}

.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
--------------------------------------------- */

.entry,
.page.page-template-page_blog .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.page .entry,
.single .entry {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page .entry-content,
.single .entry-content {

}

.page.page-template-page_blog .entry-content {
	max-width: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
}

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

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

.entry-content ol ol,
.entry-content ul ul {
	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;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

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

.after-entry ol,
.after-entry ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #232525;
	border: 1px solid #232525;
	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: #972d22;
	border: 1px solid #972d22;
	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 1
--------------------------------------------- */

/*.front-page-1 {
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.front-page-1 .front-page-row {
	padding-top: 0;
}*/

/* Change to video */
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 {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	position: relative;
	min-height: 420px;
}



.front-page-1 .wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 2;
	position: relative;
}

.front-page-1 .widget {
	margin-bottom: 40px;
}

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

.front-page-1,
.front-page-1 p,
.front-page-1 h2,
.front-page-1 .widget-title {
	color: #ffffff;
}

.front-page-1 h2 {
	margin-top:10px;
	font-size: 48px;
	font-size: 4.8rem;
	letter-spacing:0;
}

.front-page-1 .widget_text .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.front-page-1 p {
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
}

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


/* Front Page 2
--------------------------------------------- */
.front-page-2 {
	background-color: #fff;
	/*border-top: 70px solid transparent;
	margin-top: -70px;*/
}

.front-page-2 .wrap {
	margin: 0 auto;
	padding: 70px 0 50px;
	border-bottom: 1px solid #e5e5e5;
}

.front-page-2 .widget {
	margin-bottom: 40px;
	text-align: center;
	padding: 0;
}

.front-page-2 .widget h3 {
	margin: 10px 0 20px;
}

.front-page-2 .widget p {
	font-family: "brandon grotesque", sans-serif;
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: .02em;
}

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

.front-page-3 .wrap {
	margin: 0 auto;
}

.front-page-3 .widget {
	margin-bottom: 40px;
}

.front-page-3 .widget-fourths .widget:nth-last-child(-n+4),
.front-page-3 .widget-halves.even .widget:nth-last-child(-n+2),
.front-page-3 .widget-thirds .widget:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.front-page-3 .wrap {
	margin: 0 auto;
	max-width: 1024px; 
	padding: 50px 30px;
}

.front-page-3 .one-fourth {
	text-align: center;
	padding: 14px 0;
}

.front-page-3 .three-fourths {
	text-align: center;
	padding: 6px 0;
}

.front-page-3 .three-fourths .patio {
	font-style:  italic;
	display:  block;
	float:  none;
	clear:  both;
	text-align: center;
}

.front-page-3 h3 {
	color: #4db7ba;
	font-family: BelweBT-Light;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	margin: 0;
	letter-spacing:0;
}

.front-page-3 .hours-title {
	font-weight: 700;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
	letter-spacing:.075em;
}

.front-page-3 .meal-title {
	text-transform: uppercase;
	margin-right: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

.front-page-3 .meal-hours {
	font-style: italic;
	margin-right: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.front-page-4 {
	background: url(images/dinner.jpg) no-repeat;
	background-size: cover;
	background-position:0;
}

.front-page-4 h2,
.front-page-4 h4 {
	color: #fff;
}

.front-page-4 h2 {
	font-size: 48px;
	margin: 0 0 8px;
}

.front-page-4 h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: "brandon grotesque", sans-serif;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.9);
}

.front-page-4 .wrap {
	margin: 40px auto;
	padding: 210px 0;
	text-align: center;
}

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

.front-page-5 {
	text-align: center;
}

.front-page-5 .wrap {
	padding: 40px 20px 80px;
	max-width: 780px;
	margin: 0 auto;
}

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

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

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

.front-page-6 {
	background: url(images/kitchen-and-bar.jpg) no-repeat;
	background-size: cover;
}

.front-page-6 .wrap {
	padding: 220px 0;
	text-align: center;
}

.front-page-6 a {
	color: #fff;
	padding: 24px 20px;
}

.front-page-6 a .fa {
	font-size: 26px;
	font-size: 2.6rem;
}

.front-page-6 h5 {
	color: #fff;
	font-weight:700;
	letter-spacing:.1em;
}

.front-page-6 #be-social {
	border: 4px solid #fff;
	padding: 20px 10px;
	width: 278px;
	text-align: center;
	margin: 0 auto;
}

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

.front-page-7 .wrap {
	padding: 80px 0;
}

.front-page-7 .one-fourth {
	padding: 0;
}

.front-page-7 #stacked {
	text-align: center;
}

.front-page-7 .three-fourths {
	margin-left: 0;
}

.front-page-7 #cols {
	display: none;
}

/*.front-page-7 #sb_instagram.sbi_col_4 #sbi_images .sbi_item:first-child:before {
    content: 'Flavorful Images';
	width: 25%;
	display: inline-block;
	min-height: 280px;
	min-width: 280px;
	text-indent: -9999px;
	background: url(images/flavorful-photos.png) no-repeat;
}*/

/*.front-page-7 #sb_instagram.sbi_col_4 #sbi_images {
	background: url(images/flavorful-photos.png) no-repeat 20px 20px;
}

.front-page-7 #sb_instagram.sbi_col_4 #sbi_images .sbi_item:first-child {
	margin-left: 25% !important;
}*/

#sb_instagram #sbi_images .sbi_item {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 !important;
    padding: inherit !important;
    text-decoration: none;
    vertical-align: top;
}

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

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

.page-header .wrap {
	padding-top: 100px;
	padding-bottom: 90px;
}

.page-header .logo {
	display: none;
}

.page-header .page-title h1 {
	font-size: 42px;
	font-size: 4.2rem;
	color: #fff;
	margin: 0;
}

.page-header .page-title h5,
.page-header .archive-description p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
	letter-spacing: .05em;
}

.blog .page-header {
	background: url(images/ck-happenings.jpg);
}


/* Food and Drink Menu Pages + Partners Page
---------------------------------------------------------------------------------------------------- */
.menu-section,
.menu-intro,
.partner {
	padding-bottom: 44px;
	margin-bottom: 44px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	overflow: hidden;
	clear: both;
}

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

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

.mmenu-item.ssimple {
	margin: 0 0 5px;
}

.mmenu-item.wine-item {
	margin: 0;
}

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

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

.spirits-section {
	margin: 0 0 30px;
}

.mmenu-item .title,
.mmenu-nav li a {
	font-family: "brandon grotesque", 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 50px;
}

.mmenu-nav li {
	list-style-type: none;
	padding: 0 0 10px;
}

.mmenu h3.print-only,
#soups img.print-only {
	display: none;
}

.wine-label {
	width: 100%;
	font-weight: 700;
}

.wine-prices {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-style: italic;
}

.wine-prices .price-spacer {
	padding: 0 12px;
}

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


.partner .one-third {
	text-align: center;
	padding: 0 0 30px;
}

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

.partners-list li {
	font-style: italic;
}

#fresh-greens .item-list{
	column-count: 2;
}

/*.cornerkitchen #OT_searchWrapperAll,
.cornerkitchen #OT_searchWrapper {
	height: 500px;
	font-size: 16px;
}

.cornerkitchen #OT_searchWrapper .OT_feedTitle {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "brandon grotesque",sans-serif;
	color: #010101;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.cornerkitchen #OT_searchWrapper dl {
	top: 40px;
}

.cornerkitchen #OT_searchWrapper input[type="text"] {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 2.75rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.cornerkitchen #OT_logoLink {
	top: 280px;
}

.cornerkitchen #OT_logo {
	top: 320px;
}

.cornerkitchen #OT_date,
.cornerkitchen #OT_dateLbl,
.cornerkitchen #OT_time,
.cornerkitchen #OT_timeLbl {
	top: 75px;
}

.cornerkitchen #OT_searchWrapper select {
	padding: 6px;
	border: 1px solid #ddd;
	width: 100px;
}

.cornerkitchen #OT_searchWrapper .feedFormField,
.cornerkitchen #OT_searchWrapper .feedFormField option {

}

.cornerkitchen #OT_date {
	width: 120px;
	color: #010101;
}

.cornerkitchen #OT_timeLbl {
    left: 250px;
}

.cornerkitchen #OT_time {
	left: 320px;
}

.cornerkitchen #OT_searchWrapper #startDate,
.cornerkitchen #OT_searchWrapper .OT_feedFormfieldCalendar,
.cornerkitchen #OT_date input[type="text"] {
	width: 120px;
	color: #010101;
	padding: 5px;
}

.cornerkitchen #OT_submitWrap {
    left: 100px;
    margin: 0 5px 0 0;
    position: relative;
    top: 145px;
    z-index: 5;
}

.cornerkitchen #OT_submitWrap input[type="image"] {
	background: none;
	border: 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;
}

#text-19 a {
	color: #4cb7ba;
	padding: 24px 20px;
}

#text-19 a .fa {
	font-size: 26px;
	font-size: 2.6rem;
}

.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 {
	background-color: #010101;
	clear: both;
}

.footer-widgets .wrap {
	padding: 42px 0;
}

.footer-widgets p {
	margin-bottom: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets-2 p {
	margin-bottom: 20px;
}

.footer-widgets-2 .fine {
	font-size: 15px;
	font-style: italic;
}

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

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets a {
	color: #ffeab5;
}

.footer-widgets-3 .featured-content .entry-meta .entry-categories a {
	color: #fff;
	font-style: italic;
	text-tranform: none;
}

.footer-widgets-3 .featured-content .entry-meta .entry-categories a:last-child {
	display: none;
}

.footer-widgets-3 .featured-content .entry-title {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: "Libre Baskerville",serif;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	padding: 5% 3%;
}

.footer-widgets-1,
.page .entry-header,
.single .entry-header {
	text-align: left;
}

.footer-widgets-1 #text-12 {
	padding-bottom: 38px;
	margin-bottom: 24px;
	width: 100%;
}

.footer-widgets-1 #text-13 {
	padding-top: 30px;
	margin-top: 2px;
	border-top: 1px solid #808080;
}

.footer-widgets-1 #text-22 img {
	margin-bottom: 10px;
}

.footer-widgets-4 form label {
	display: none;
}

.footer-widgets a.careers-link {
	font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    color: #ffeab5;
}
.footer-widgets a.careers-link span {
	font-size: 2.6rem;
}


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

.site-footer {
	background: #010101;
	padding: 20px;
	text-align: center;
}

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

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

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

.site-footer .rhs img {
	vertical-align: text-top;
}


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

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

.gform_wrapper .top_label .gfield_label {
	font-family: "brandon-grotesque",sans-serif;
	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
---------------------------------------------------------------------------------------------------- */

.cornerkitchen .selectric,
.cornerkitchen .selectric-hover .selectric {
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	color: #5b5e5e;
}

.cornerkitchen div.otw-wrapper div.selectric p {
	padding: 4px;
}

.cornerkitchen .selectric .label {
    color: #010101;
	font-size: 15px;
    font-size: 1.5rem;
	height: 38px;
    height: 3.8rem;
    line-height: 3rem;
    margin: 0 2.75rem 0 1rem;
}

.cornerkitchen .selectric .button {
	color: #ffeab5;
}

.cornerkitchen input.otw-reservation-date,
.cornerkitchen .otw-widget-form-wrap input[type="text"] {
	font-size: 14px;
	font-size: 1.4rem;
	height: 38px;
	height: 3.8rem;
	line-height: 30px;
	line-height: 3rem;
	background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #5b5e5e;
}

.cornerkitchen .otw-widget-form-wrap label {
	font-family: "brandon grotesque", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing:.075em;
	font-weight: 700;
    line-height: 1.3;
    margin: 0.625em 0 0.5em;
}

.content .open-table {
	max-width: 600px;
	margin-bottom: 60px;
}

.page-id-887 #text-16 {
	display: none;
}

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

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

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

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


/* 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: 960px) {

	.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;
		border-radius: 0;
		border-width: 0;
		color: #1e1e1e;
		display: block;
		margin: 0 auto;
		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 {
		padding-bottom: 0;
		padding-top: 8px;
		padding-bottom: 8px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

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

	.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: #fff;
		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: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.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 {
		color: #972d22;
	}

	.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) {

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

	.page-header .logo {
		display: block;
		width: 32%;
		float: left;
		padding: 14px 0 20px;
		border-right: 2px solid rgba(255,255,255,0.85)
	}

	.page-header .page-title {
		width: 64%;
		float: right;
		padding: 50px 0 30px;
	}

	.page-id-16 .page-header .logo {
		padding-right: 30px;
	}

	.page-id-16 .page-header .page-title {
		padding: 20px 0 40px 0;
	}

	.page-header .page-title h1 {
		font-size: 42px;
		font-size: 4.2rem;
	}

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

}

@media only screen and (min-width: 480px) {
	.partner .one-third img {
		max-width: 40%;
	}
	
	.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;
	}

}

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

	.page-header .logo {
		width: 25%;
		padding: 24px 0 30px;
	}

	.page-header .page-title {
		width: 70%;
		padding: 60px 80px 40px 0;
	}

	.page-header .page-title h1 {
		font-size: 46px;
		font-size: 4.6rem;
	}

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

	.partner .one-third img {
		max-width: 30%;
	}
	
	.partners-list {
		-moz-column-count: 3;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 3;
	    -webkit-column-gap: 20px;
	    column-count: 3;
	    column-gap: 20px;
	    padding-bottom: 80px;
	    
	}
	.intro {
    	font-size: 2.8rem;
	}

	/*.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%);
	}


}


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


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

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

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

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

/* Column Classes
 *
 * Width: 1160px
 * Gutter: 28px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.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,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin-left: 2.41379310345%;
}

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

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

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

.one-fourth,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 23.1896551724%;
}

.three-fourths {
	width: 74.3965517241%;
}

.one-fifth {
	width: 18.0689655172%;
}

.two-fifths {
	width: 38.5517241379%;
}

.three-fifths {
	width: 59.0344827586%;
}

.four-fifths {
	width: 79.5172413793%;
}

.one-sixth {
	width: 14.6551724138%;
}

.five-sixths {
	width: 82.9310344828%;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	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;
}

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

.front-page .widget {
	float: left;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.front-page .widget:first-child {
	margin-bottom: 40px;
}

.front-page .widget-full .widget {
	width: 100%;
}

.widget-fourths .widget {
	width: 25%;
}

.widget-halves .widget {
	width: 50%;
}

.widget-thirds .widget {
	width: 33.33%;
}

.widget-halves .widget:nth-child(even),
.widget-thirds .widget:nth-child(3n+2),
.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}

.front-page-2 .front-page-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.front-page-2 .widget {
	margin-bottom: 0;
}

.front-page-3 .one-fourth {
	border-right: 1px solid #e5e5e5;
	width: 40%;
}

.front-page-3 .three-fourths {
	width: 57%;
}

.front-page-2 p a.email {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: normal;
}

.front-page-7 .one-fourth {
	padding: 20px 4px;
}

.front-page-7 #cols {
	display: block;
}

.front-page-7 #stacked {
	display: none;
}

.page .content .entry-content h3:nth-of-type(1) {
	line-height: 1;
}

.footer-widgets-1 #text-12 {
	padding-bottom: 38px;
	margin-bottom: 38px;
	border-bottom: 2px solid #414141;
	width: 100%;
}

.footer-widgets-1 #text-13 {
	padding-top: 30px;
	margin-top: 2px;
	border-top: 1px solid #808080;
}

.partner .one-third.first {
	padding-right: 30px;
}

.partner .one-third {
	text-align: left;
	padding: 0;
}

.partner .one-third img {
	margin: 0;
	max-width: 100%;
}

/* Site Footer
--------------------------------------------- */
.footer-widgets .wrap {
	padding: 60px 20px 50px;
}

.footer-widgets-1 #text-12 {
	padding-bottom: 38px;
	margin-bottom: 24px;
	border-bottom: 2px solid #414141;
}

.footer-widgets-1 #text-13 {
	padding-top: 30px;
	margin-top: 2px;
	border-top: 1px solid #808080;
}

.footer-widgets-1 #text-22 img {
	margin-bottom: 18px;
}

.footer-widgets button,
.footer-widgets input[type="submit"],
.footer-widgets .button {
	padding: 15px 20px;
}

.site-footer .lhs {
	width: 60%;
	float: left;
	text-align: left;
}

.site-footer .rhs {
	width: 40%;
	float: right;
	text-align: right;
}

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

}

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

	.footer-widgets .wrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}

@media only screen and (min-width: 961px) {
	#mobile-reserve {
		display: none;
	}

	.genesis-nav-menu a {
		padding: 17px 8px;
		letter-spacing: normal;
	}

	.genesis-nav-menu li:first-of-type a {
		padding-left: 0;
	}
}

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

	.genesis-nav-menu a {
		padding: 17px 10px;
		letter-spacing:.015em;
	}
	
	.mmenu {
		width: 78%;
		float: right;
		padding-left: 80px;
		border-left: 1px solid #ccc;
	}

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

	.page-header .wrap {
		padding-top: 140px;
		padding-bottom: 130px;
	}

	.page-header .logo {
		width: 20%;
		padding: 24px 0 30px;
	}

	.page-header .page-title {
		width: 72%;
		padding: 60px 100px 40px 0;
	}

	.page-id-16 .page-header .logo {
		padding-right: 30px;
	}

	.page-id-16 .page-header .page-title {
		padding: 20px 0 40px 0;
	}

	.page-header .page-title h1 {
		font-size: 52px;
		font-size: 5.2rem;
	}

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

	.front-page-3 .one-fourth {
		width: 32%;
		text-align: right;
		padding-right: 30px;
	}

	.front-page-3 .three-fourths {
		width: 65%;
	}

	.front-page-3 .lhs {
		float: left;
	}

	.front-page-3 .rhs {
		float: left;
		clear: right;
		padding-left: 10px;
	}

	.front-page-3 .rhs br {
		display: none;
	}

	.front-page-2 p a.email {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}

	.front-page-7 .one-fourth {
		padding: 22px 5px;
	}

	.front-page-3 .three-fourths .patio {
		text-align: left;
	}

}

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

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

}


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

	.site-inner {
		max-width: 1200px;
	}

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

	.genesis-nav-menu a {
		padding: 17px 18px;
		letter-spacing:.05em;
	}

	.page-header .logo {
		width: 15%;
	}

	.page-header .page-title {
		width: 80%;
		padding: 60px 0 40px 0;
	}

	.page-id-16 .page-header .logo {
		width: 25%;
	}

	.page-id-16 .page-header .page-title {
		width: 70%;
		padding: 30px 0 40px 0;
	}

	/* Widgets
	--------------------------------------------- */
	.footer-widgets button,
	.footer-widgets input[type="submit"],
	.footer-widgets .button {
		padding: 15px 40px;
	}


	.front-page-2 .widget p {
		letter-spacing: .1em;
	}

}

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

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

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

	.front-page-5 .wrap {
		padding: 60px 0 100px;
	}

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

	.genesis-nav-menu a {
		padding: 17px 19px;
		letter-spacing:.065em;
	}

	.genesis-nav-menu .takeout {
		margin-right: -6px;
	}

}

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

	.front-page-1 {
		background:  url(images/top-image.jpg) no-repeat;
		background-size:  cover;

	}

	.overlay {
		display:  none;
	}

	}
