/*
Theme Name: 	Good N U Theme
Description: 	Custom Responsive WordPress Theme
Version: 		1.0
Author: 		O'Rourke Hospitality Marketing
Author URI: 	http://orourkehospitality.com
*/


/*	--------------------------------------------------
     TABLE OF CONTENTS
    --------------------------------------------------
    00 Reset
    01 Defaults
    02 Layout
    03 Main Menu
    04 Mobile Top Menu
    05 Header
    06 Footer
    07 Homepage
    08 Homepage Booking Form
    09 Interior
    10 Gallery
    11 Page Defaults6
    12 Forms
    XX Icon Fonts
    Overrides

*/



/*	--------------------------------------------------
     00 RESET
    -------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
display: none;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
li {
	list-style: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid !important;
	margin: 2em 0;
	padding: 0;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
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-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
*:first-child+html .clearfix {
	zoom: 1;
}
/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;/* overflow:hidden; // to avoid scrollbars */
}
 select::-ms-expand {
display: none;
}
/*	--------------------------------------------------
     01 LAYOUT
    -------------------------------------------------- */

/* Reusable column setup */
.col {
	border: 0px solid rgba(0,0,0,0);
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
 *behavior: url('js/boxsizing.htc');
}



    /* 1. 12 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 0px) {
.col {
	margin-left: 3%;
	margin: 3% 0;
	padding: 0 3%;
}
.row .col:first-child {
	margin-left: 0;
}
/*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }
        */

.span_1 {
	width: 5.58333333333%;
}
.span_2 {
	width: 14.1666666667%;
}
.span_3 {
	width: 22.75%;
}
.span_4 {
	width: 30%;
}
.span_5 {
	width: 39.9166666667%;
}
.span_6 {
	width: 48.5%;
}
.span_7 {
	width: 57.0833333333%;
}
.span_8 {
	width: 65.6666666667%;
}
.span_9 {
	width: 74.25%;
}
.span_10 {
	width: 82.8333333333%;
}
.span_11 {
	width: 91.4166666667%;
}
.span_12 {
	margin-left: 0;
	width: 100%;
}
}
 @media screen and (max-width: 448px) {
.col {
	padding: 5%;
}
}
 @media screen and (max-width: 1000px) {
.span_9 {
	width: 100%;
}
.span_3 {
	width: 100%;
}
.span_3.col {
	margin-left: 0;
}
}





/*	--------------------------------------------------
    02	DEFAULTS
    -------------------------------------------------- */



::-moz-selection {
background: #c3c3c3;
color:#221408;
}
::selection {
	background: #c3c3c3;
	color: #221408;
}
body {
	color: #000;
	font-family: "interstate", sans-serif;
	font-size: 1em;
	line-height: 150%;
	font-weight: 300;
	overflow-x: hidden;
}
.wrapper {
	background: none repeat scroll 0 0 #ffffff;
	margin: 0 auto;
	max-width: 75%;
}
 @media only screen and (max-width : 1800px) {
.wrapper {
	max-width: 90%;
}
}
 @media only screen and (max-width : 1300px) {
.wrapper {
	max-width: 100%;
}
}
.flex, .flex-desktop {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-justify-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-dir-col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
/*	--------------------------------------------------
     FONT STACK
    -------------------------------------------------- */

@font-face {
	font-family: 'goodnu';
	src: url('font/goodnu.eot?38253721');
	src: url('font/goodnu.eot?38253721#iefix') format('embedded-opentype'),  url('font/goodnu.woff2?38253721') format('woff2'),  url('font/goodnu.woff?38253721') format('woff'),  url('font/goodnu.ttf?38253721') format('truetype'),  url('font/goodnu.svg?38253721#goodnu') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'goodnu';
    src: url('../font/goodnu.svg?5119601#goodnu') format('svg');
  }
}
*/
.icon-down-open-big {
	display: block;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "goodnu";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-open-big:before {
	content: '\e800';
} /* '' */
.icon-left-open-big:before {
	content: '\e801';
} /* '' */
.icon-right-open-big:before {
	content: '\e802';
} /* '' */
.icon-up-open-big:before {
	content: '\e803';
} /* '' */
.icon-twitter:before {
	content: '\f099';
} /* '' */
.icon-menu:before {
	content: '\f0c9';
} /* '' */
.icon-gplus:before {
	content: '\f0d5';
} /* '' */
.icon-instagram:before {
	content: '\f16d';
} /* '' */
.icon-facebook-squared:before {
	content: '\f30e';
} /* '' */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
H1 {
	color: #000;
	font-family: "mrs-eaves", sans-serif;
	font-size: 2.25em;
	line-height: 90%;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
H1.white {
	color: #fff;
}
H2 {
	font-family: "mrs-eaves", sans-serif;
	font-size: 2.5em;
	color: #565759;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: 500;
}
H3 {
	font-family: "mrs-eaves", sans-serif;
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 125%;
}
H4 {
	color: #000;
	font-family: "mrs-eaves", sans-serif;
	font-size: 1.75em;
	line-height: 120%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
H4.white {
	color: #fff;
}
h6 {
	font-weight: bold;
}
p {
	color: #000;
	font-family: "interstate", sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 178%;
	margin-bottom: 1em;
}
a {
	font-size: 1em;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	color: #8d201e;
}
a:link {
	text-decoration: none;
	color: #221408;
}
a:visited {
	color: #221408;
}
a:active {
	color: #221408;
}
a:hover {
	color: #221408;
	outline: medium none;
	text-decoration: none;
	transition: color 0.5s ease-out 0s;
}
p a:link {
	text-decoration: none;
	color: #221408;
}
p a:visited {
	color: #221408;
}
p a:active {
	color: #221408;
}
p a:hover {
	color: #221408;
	outline: medium none;
	text-decoration: none;
	transition: color 0.5s ease-out 0s;
}
.entry p {
	margin-bottom: 1.25em;
}
.entry ul, .entry ol {
	margin-bottom: 1.25em;
}
.entry ul li {
	list-style: circle outside none;
	margin-left: 35px;
	padding-left: 5px;
}
.entry ol li {
	list-style: decimal outside none;
	margin-left: 35px;
	padding-left: 5px;
}
.entry li ul li {
	list-style: circle outside none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 300 !important;
}
/*	--------------------------------------------------
     03  MAIN MENU
    -------------------------------------------------- */
.logo img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 270px;
	margin-bottom: 20px;
}
.bandita-logo img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 160px;
	margin: 0 auto;
}
a.bandita-logo-link {
	position: absolute;
	bottom: 25px;
	left: 125px;
	z-index: 1900000000;
	border-bottom: 0px solid #000;
}
.fixed .logo img {
	max-width: 175px;
	margin: 0;
}
.top-menu-wrapper {
	display: block;
	height: 50px;
	padding: 0 5%;
}
header[role="site-header-interior"].home-header-scroll.fixed {
	position: fixed !important;
	width: 100%;
	top: 0;
	z-index: 888;
	height: 87px;
}
header[role="header-mobile"] {
	display: none;
}
.mobile-menu-wrapper {
	display: none;
}
.home-intro.fixed-slider p {
	display: none;
}
@media screen and (max-width:900px) {
header[role="site-header-interior"], header[role="site-header-homepage"] {
	display: none;
}
header[role="header-mobile"] {
	display: block;
	background-color: #607B71;
	background-size: cover;
	background-position: center;
}
header[role="header-mobile"] .brand-wrapper-left, header[role="header-mobile"] .brand-wrapper-right {
	float: left;
	position: relative;
	top: 0;
	width: 50% !important;
	text-align: center;
	left: 0;
	right: 0;
}
.logo {
	padding: 5px 20px;
}
.bandita-logo {
	padding: 5px 20px;
}
.logo img {
	width: 197px !important;
	margin: 0;
}
.bandita-logo img {
	width: 197px !important;
	margin: 0;
}
header[role="header-mobile"] .brand-wrapper-right {
	float: right;
}
header[role="header-mobile"] {
	height: 93px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
.mobile-menu-toggle {
	color: #fff !important;
	display: block;
	font-size: 3em;
	margin-top: 20px !important;
	border: none;
	text-align: right;
	margin-right: 20px;
}
.mobile-menu-wrapper {
	/* background-color: rgba(154, 81, 27, 0.95); */
	background-color: #18413C;
	margin: 0 auto;
	position: fixed;
	top: 93px;
	width: 100%;
	z-index: 2;
	overflow-y: auto;
	height: calc(100% - 93px);
}
.mobile-menu-wrapper a {
	color: #fff;
	display: block;
	font-family: "interstate", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.mobile-menu-wrapper li {
	border-bottom: 1px solid rgba(241, 236, 231, 0.8);
	display: block;
	float: none;
}
.mobile-menu-wrapper li ul {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}
.mobile-menu-wrapper .sub-menu .menu-item:active {
	background-color: #151515;
}
.mobile-menu-wrapper .sub-menu {
	display: none;
	background: #607B71;
}
.mobile-menu-wrapper .sub-menu a {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 100;
	padding: 20px 30px !important;
	text-shadow: none;
	line-height: 125%;
}
.mobile-menu-wrapper .sub-menu li:first-child {
	border-top: 1px solid rgba(241, 236, 231, 0.8);
}
.mobile-menu-wrapper .sub-menu li:last-child {
	border-bottom: none;
}
}
.brand-wrapper-left, .brand-wrapper-right {
	position: absolute;
	top: 50px;
	z-index: 888;
}
.brand-wrapper-top-right {
	top: 50px;
	position: absolute;
	right: 50px;
}
.brand-wrapper-top-right a {
	color: #fff !important;
}
.brand-wrapper-top-right a:hover {
	color: #fff !important;
}
.brand-wrapper-top-right .social-icons {
	position: relative;
	text-align: right;
	z-index: 863;
}
.brand-wrapper-top-right .social-icons > a {
	color: #000;
	font-size: 1.8em;
}
.bottom-right-mobile {
	display: none;
}
@media screen and (max-width:900px) {
.brand-wrapper-top-right {
	display: none;
}
.bottom-right-mobile {
	display: block;
	position: fixed !important;
}
.brand-wrapper-top-right .social-icons > a {
	font-size: 1.25em;
}
}
.brand-wrapper-left-top {
	left: 22px;
	position: absolute;
	top: 25px;
}
.brand-wrapper-left {
	left: 50px;
	width: 320px;
	height: 100%;
	max-height: 475px;
	margin-top: 0;
}
 @media screen and (max-width:1040px) {
.brand-wrapper-left {
	left: 25px;
}
}
.brand-wrapper-right {
	right: 22px;
}
.main-menu-toggle {
	background-color: #000;
	color: #ffffff !important;
	float: left;
	height: 95px;
	text-align: center;
	width: 90px;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
	position: relative;
}
.main-menu-toggle.active {
	background-color: #293d46;
}
.main-menu-toggle:hover {
	background-color: #bd5248;
	transition: .3s all ease;
}
.menu-text {
	bottom: 15px;
	position: absolute;
	width: 100%;
}
.booking-link a {
	border: 3px solid;
	color: #8d201e !important;
	cursor: pointer;
	font-family: "interstate", sans-serif;
	font-size: 2.25em;
	letter-spacing: 4px;
	line-height: 1;
	padding: 3px 8px 0;
	text-transform: uppercase;
}
.booking-link > a:hover {
	background-color: #8d201e;
	color: #fff !important;
	transition: .3s all ease;
	border-color: #8d201e;
}
.main-menu-wrapper {
	display: none;
}
.active .main-menu-wrapper {
	display: block !important;
}
.main-menu li {
	position: relative;
	list-style: none outside none;
	text-align: left;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu ul {
	margin: 0 auto;
	text-align: center;
}
.main-menu a {
	color: #fff;
	display: inline-block;
	font-family: "interstate", sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	padding: 36px 18px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}
.brand-wrapper-left .menu-item > a::after {
	content: "";
	display: block;
	margin: auto;
	height: 3px;
	width: 0;
	top: 5px;
	background: transparent;
	transition: all 0.3s;
	
  }
  
  .brand-wrapper-left .menu-item > a:hover::after {
	width: 100%;
	background: #607B71;
  }
 @media screen and (max-width:1400px) {
.main-menu a {
	padding: 35px 10px;
}
}
 @media screen and (max-width:1300px) {
.main-menu a {
	font-size: 0.85em;
	padding: 35px 10px;
}
}
 @media screen and (max-width:1200px) {
.main-menu a {
	padding: 35px 8px;
	letter-spacing: 1px;
}
header[role="site-header-interior"] .brand-wrapper-right .main-menu {
	width: 83% !important;
}
.brand-wrapper-right .social-icons {
	width: 17% !important;
}
}
.brand-wrapper-left .main-menu a {
	font-size: 20px !important;
	padding: 10px 0;
	line-height: 1.2;
}
.main-menu li ul {
	position: absolute;
	opacity: 0;
	top: 33px;
	left: -9999px;
	min-width: 100%;
	width: auto;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.main-menu li li {
	float: none;
	margin: 0;
	padding: 0 !important;
	white-space: nowrap;
	width: 100%;
}
.main-menu li ul {
	opacity: 1;
	left: 0;
}
.top-menu-wrapper {
	display: block;
}
.main-menu a:hover, .main-menu li:hover > a, .main-menu ul > li.current_page_item > a {
	background: #18413C;
	background: -webkit-#18413C;
	background: -o-#18413C;
	background: -moz-#18413C;
}
.brand-wrapper-left .main-menu a:hover, .brand-wrapper-left .main-menu li:hover > a, .main-menu ul > li > a.active {
	/*color: #884d22;*/
	background: transparent;
}
.main-menu li ul {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}
.main-menu .sub-menu a {
	color: #666;;
	font-weight: 300;
	padding: 15px 20px;
	text-align: left;
	text-shadow: none;
	width:100%;	
}
.main-menu .sub-menu a:hover,
.main-menu .sub-menu .current_page_item a{
	background: #607B71;
	color: #fff;
}
.main-menu li ul {
	background: #F8F8F8;
	left: -9999px;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 87px;
	transition: opacity 0.2s ease-in-out 0s;
	width: auto;
}
.brand-wrapper-left .sub-menu {
	display:none;
	position:relative;
	background:none;
	top:0;	
	left:0;
	opacity:1;
}
.brand-wrapper-left .sub-menu li a {
	font-weight: 500;
	padding: 8px;
	font-size: 16px !important;	
	color:#fff;
	width: auto;
}
.main-menu li:hover ul {
	left: 0;
	opacity: 1;
}
header[role="site-header-interior"] {
	/* background-color: #000; */
	background-color: #607B71;
	background-size: cover;
	background-position: center;
}
header[role="site-header-interior"] .logo-link, header[role="header-mobile"] .logo-link {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	transform: translatey(-50%);
	text-decoration: none !important;
	border: 0;
}
header[role="site-header-interior"] .main-menu li {
	display: inline-block;
}
header[role="site-header-interior"] {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	height: 87px;
}
header[role="site-header-interior"] .logo img {
	max-width: 175px !important;
}
header[role="site-header-interior"] .brand-wrapper-left {
	position: relative;
	top: 0;
	width: 13% !important;
	float: left;/*     margin-top: 6px; */
}
header[role="site-header-interior"] .brand-wrapper-right {
	position: relative;
	top: 0;
	width: 80% !important;
	float: right;
}
header[role="site-header-interior"] .brand-wrapper-right .main-menu {
	float: left;
	width: 85%;
}
.brand-wrapper-right .social-icons {
	width: 15%;
	float: right;
	margin-top: 10px;
	text-align: right;
}
header[role="site-header-interior"].home-header-scroll {
	position: relative !important;
	height: 0;
	overflow: hidden;
	transition: height .5s ease-in-out;
}
header[role="site-header-interior"].home-header-scroll.fixed {
	overflow: visible;
}

.brand-wrapper-right .social-icons a {
	color: #fff;
}
/*	--------------------------------------------------
     05  HEADER
    -------------------------------------------------- */

.header-wrapper {
	margin: 0 auto;
	width: 100%;
}
header[role="page-header"] {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
header[role="page-header"] img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
.mobile-logo {
	display: none;
}
 @media only screen and (min-width : 2000px) {
.page-name-header {
	margin-right: 15%;
}
}
@media only screen and (max-width : 1300px) {
.page-name-header {
	margin-right: 3%;
}
.page-name-header-wrapper {
	top: 60%;
}
}
@media only screen and (max-width : 2000px) {
.header-wrapper {
	max-width: 100%;
}
}
 @media only screen and (max-width : 1025px) {
.header-wrapper {
	clear: both;
}
}
 @media only screen and (max-width : 1025px) {
.main-menu-wrapper {
	padding-right: 0;
}
}
 @media only screen and (max-width : 1025px) {
.rsOverflow {
	overflow: visible !important;
}
header[role="site-header-mobile"] {
	position: relative;
	/*height: 60%;*/
	z-index: 100;
}
header[role="site-header-mobile"] {
	position: relative;
	z-index: 100;
}
header[role="site-header-mobile"] .new-royalslider-1 .rsSBlock {
	display: none;
}
.home-cta-wrapper > .grid {
	padding-top: 0px;
}
.slideshow-book-wrapper .gallery-link-header > a {
	border-radius: 0px!important;
	bottom: 0px;
	left: 0px;
	padding: 7px 0;
	text-align: center;
	position: relative;
}
}
/*	--------------------------------------------------
     XX  HOMEPAGE
    -------------------------------------------------- */


.entry.homepage-main-content {
	margin: 0 auto;
	padding: 90px 0;
	position: relative;
	text-align: center;
	width: 46%;
}
@media only screen and (max-width : 600px) {
.entry.homepage-main-content {
	width: 85%;
}
}
.homepage_content_wrapper, .interior_content_wrapper {
	width: 40%;
	float: left;
	display: table;
	height: 550px;
	padding: 3%;
	position: relative;
}
.grey-new-sec .homepage_content_wrapper, .interior_content_wrapper {
	background-color: #F3F1ED;
}
.interior_content_wrapper {
	width: 50%;
	padding: 0px 6%;
}
.interior_list_image_wrapper {
	height: 550px;
	width: 50%;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width : 800px) {
.interior_list_image_wrapper {
	width: 100%;
}
.interior_content_wrapper {
	width: 100%;
}
}
.images_left .interior_content_wrapper {
	float: right;
}


::-moz-placeholder {
 opacity: 1;
 color: #000;
}
::-moz-selection {
 background: #c3c3c3;
 color: #221408;
}
.mpfy-zoom-out, .mpfy-zoom-in {
	border: none;
}
.full-width-image {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 200px;
}
.website-link .full-width-image {
	height: auto;
}
.full-width-image h1 {
	display: block;
	padding: 80px 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	background-color: rgba(0,0,0,.35);
}
.homepage_content_slider_individual, .interior_content_image_individual {
	border-top: 40px solid #fff;
}
.section-one {
	background-image: url(images/mountain.png);
	background-position: left bottom;
	background-size: 75% auto;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
.grey-new-sec {
	border-bottom: 60px solid #F3F1ED;
	border-top: 40px solid #F3F1ED;
}

.box-one {
	border: 1px solid #F3F1ED !important;
	/* border-right: 1px solid #F3F1ED; */
}
.box-two {
	border: 1px solid #F3F1ED !important;
	/* border-bottom: 1px solid #F3F1ED !important; */
}
.box-three {
	border: 1px solid #F3F1ED !important;
	/* border-right: 1px solid #F3F1ED; */
}
.box-four {
	border: 1px solid #F3F1ED !important;
	/* border-right: 1px solid #F3F1ED; */
}

.interior_content {
	border-top: 15px solid #fff;
}
.white-bg {
	background-color: #fff;
	position: relative;
}
.homepage_slider_wrapper {
	width: 60%;
	float: left;
	height: 550px;
}
.homepage_image_callout_wrapper {
	width: 60%;
	float: left;
	height: 550px;
	background-size: cover;
    background-position: center center;
}
.button.full-width-button {
	display: none;
}
@media screen and (max-width:668px) {
.button.full-width-button {
	display: block;
	width: 100%;
	clear: both;
}
.in-content-button {
	display: none !important;
}
.homepage_content_wrapper, .homepage_slider_wrapper, .interior_content_wrapper, .interior_list_image_wrapper, .homepage_image_callout_wrapper {
	width: 100%;
}
.homepage_slider_wrapper, .homepage_image_callout_wrapper {
/* 	height: 300px; */
}
.homepage_content_wrapper, .interior_content_wrapper {
	height: auto;
	padding: 50px 30px 20px;
}
}
.homepage_content_slider_individual:nth-child(2n) .homepage_content_wrapper {
	float: right;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.headline-black-bar {
	background: #000;
	width: 100%;
}
.headline-black-bar {
	background-color: #607B71;
	background-size: cover;
	background-position: center;
	border-bottom: 15px solid #fff;
	border-top: 10px solid #fff;
}
.mobile-reservation {
	display: none;
}
@media screen and (max-width:915px) {
.headline-black-bar {
	display: none;
}
.mobile-reservation {
	display: block;
}
.mobile-reservation a {
	width: 100%;
	padding: 20px 10px !important;
}
}
.headline-black-bar img {
	width: 21%;
	margin: 0 1%;
}
.headline-black-bar img:nth-child(1) {
	margin-left: -8%;
	opacity: .25;
}
.headline-black-bar img:nth-child(5) {
	margin-right: -8%;
	opacity: .25;
}
.headline-black-bar img:nth-child(2), .headline-black-bar img:nth-child(4) {
	opacity: .5;
}
.headline-black-bar img:nth-child(3) {
	opacity: .75;
}
/*----------------owl-----------------------*/
.owl-carousel .owl-nav>div {
	position: absolute;
	top: 40%;
	font-size: 0;
}
.owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.owl-carousel .owl-nav .owl-prev::before {
	content: "\e808";
	font-family: 'goodnu';
	color: #afafaf;
	line-height: 45px;
	font-size: 45px;
}
.owl-carousel .owl-nav .owl-prev:hover::before {
	color: #fff;
	line-height: 45px;
	font-size: 45px;
}
.owl-carousel .owl-nav .owl-next {
	right: 10px;
}
.owl-carousel .owl-nav .owl-next::after {
	content: "\e809";
	font-family: 'goodnu';
	color: #afafaf;
	line-height: 45px;
	font-size: 45px;
}
.owl-carousel .owl-nav .owl-next:hover::after {
	color: #fff;
}
.owl-carousel .item a {
	position: relative;
	display: block;
	border: none;
}
.owl-carousel .item a::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.3);
}
.owl-carousel .item a:hover::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.7);
	transition: all ease 0.5s;
}
.owl-carousel .item a img {
}
.owl-carousel .item-caption {
	position: absolute;
	top: 13%;
	z-index: 9999;
	padding: 15%;
}
.owl-carousel.team .item-caption {
	top: 0;
	padding: 30.4% 12%;
	width: 100%;
	text-align: center;
}
.single-team .owl-carousel.team .item-caption {
	padding: 63% 0 0 0;
}
.owl-carousel .item-caption h4 {
	color: #fff;
	margin-bottom: 0;
	margin-top: 20px;
}
.owl-carousel.food-item .item-caption {
	width: 100%;
	text-align: center;
}
/*	--------------------------------------------------
     06  FOOTER
    -------------------------------------------------- */

.main-footer a {
	border: none;
	color: #fff;
}
.main-footer a:hover {
	color: #884d22;
}
footer[role="site-footer"] .main-footer .wrapper {
	font-size: 1em;
	padding: 25px 0 40px 0 !important;
}
.footer-wrapper {
	color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.social-icons a {
	color: #fff !important
}
.social-icons a:hover {
	color: #884d22 !important;
}
.social-icons {
	padding-top: 20px;
}
h2.gform_title {
	display: none !important;
}
.footer-right {
	float: right;
	width: 33.333%;
	color: #fff;
	padding-right: 100px;
}
.footer-right p {
	color: #fff;
}
.footer-right a {
	color: #fff;
}
.footer-left ul {
	text-align: center;
}
.stay-intouch {
	padding-top: 20px;
}
.stay-intouch p:first-child {
	margin-bottom: 0;
}
.footer-left {
	padding-left: 50px;
	float: left;
	width: 33.333%;
	text-align: center;
}
.social-icons a {
	font-size: 26px;
	margin: 0;
	border: none;
	color: #ffffff;
	margin-right: 10px;
}
@media screen and (max-width:1040px) {
.social-icons a {
	font-size: 1.25em;
}
}
.footer-middle {
	float: left;
	width: 33.333%;
	text-align: center;
}
.footer-middle ul li {
	padding-bottom: 2px;
	font-size: 18px;
}
.head-stay {
	font-size: 18px;
}
.footer-left .logo {
	width: 225px;
	display: inline-block;
}
@media only screen and (max-width : 1095px) {
.footer-right {
	float: right;
	width: 33.333%;
	color: #fff;
	padding-right: 60px;
	padding-left: 60px;
}
.footer-left {
	padding-left: 60px;
	float: left;
	width: 33.333%;
	text-align: center;
	padding-right: 60px;
}
}
@media only screen and (max-width : 991px) {
.footer-left, .footer-right, .footer-middle {
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
	padding-bottom: 20px;
}
}
@media only screen and (max-width : 865px) {
.footer-left, .footer-right, .footer-middle {
	float: none;
	text-align: center;
	width: 100%;
	clear: both;
}
.footer-left, .footer-middle {
	padding: 0 15px;
	padding-bottom: 20px;
}
.footer-left .logo {
	width: 100%;
	margin-bottom: 20px;
}
.footer-left .logo img {
	margin: 0 auto;
}
}
.footer-menu {
	margin: 10px auto;
}
.footer-menu li {
	list-style: outside none none;
	margin: 0;
}
.footer-menu a {
	color: #fff;
	/* font-family: "interstate", sans-serif; */
	font-size: 16px;
	line-height: 120%;
	padding: 0 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-menu a:hover {
	transition: color 0.3s ease-out 0s;
	color: #884d22;
}
.address {
	display: block;
	font-family: 'open sans';
	font-size: 1.15em;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media only screen and (max-width : 570px) {
.address {
	text-align: center;
	width: 100%;
}
.footer-menu {
	text-align: center;
	width: 100%;
}
}
.website-design {
	display: block;
	font-family: "interstate", sans-serif;
	font-size: 0.8em;
}
.website-design a {
	color: #000 !important;
}
/*	--------------------------------------------------
     07  HOMEPAGE
    -------------------------------------------------- */



.home-intro .royalSlider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0; /* height of thumbs (if not required set to 0) */
	height: auto;
	width: auto !important;
	z-index: 0;
}
@media only screen and (min-width : 668px) {
#new-royalslider-1 {
	height: 100% !important;
	width: 100% !Important;
}
}
@media only screen and (max-width : 1025px) {
#new-royalslider-1 {
	position: relative !important;
	height: auto;
	/*         height: 100% !important; */
	width: 100% !Important;
}
}
.slideshow-book-wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.slideshow-book-wrapper {
	position: inherit;
}
.gallery-link-header {
	z-index: 1;
}
.gallery-link-header > a {
	color: #ffffff;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 200;
	border-radius: 15px 0 0 15px !important;
	bottom: 10%;
	padding: 15px 30px;
	position: absolute;
	right: 0;
	display: block;
	border: none !important;
}
.gallery-link-header > a:hover {
	color: #ffffff;
	background: none repeat scroll 0 0 #6796a7 !important;
	border-radius: 15px 0 0 15px !important;
	border: none !important;
	transition: color 0.5s ease-out 0s;
}
@media only screen and (max-width : 1025px) {
.header-image-wrapper .home-intro {
	background-attachment: scroll !important;
}
.gallery-link-header > a:hover {
	color: #ffffff;
	background: none repeat scroll 0 0 #6796a7 !important;
	border-radius: 0 !important;
	border: none !important;
	transition: color 0.5s ease-out 0s;
}
.gallery-link-header > a {
	padding: 30px;
}
.gallery-link-header {
	margin: 10px 0 -5px;
	z-index: 1;
}
}
 @media screen and (max-width:668px) {
.header-image-wrapper, .header-image-wrapper .home-intro.fixed-slider {
	margin-top: 90px;
}
.header-image-wrapper .home-intro {
	padding-bottom: 59.5%;
}
.scroll-down-link {
	display: none !important;
}
}
/*	--------------------------------------------------
     09  INTERIOR
    -------------------------------------------------- */
.content-interior {
	margin-left: 0px;
}
/*	--------------------------------------------------
     10  GALLERY
    -------------------------------------------------- */

.ngg-gallery-thumbnail-box {
	border-right: medium none;
	border-top: medium none;
	float: left;
	padding-right: 0;
	width: 20%;
}
.ngg-gallery-thumbnail img {
	width: 100% !important;
}
.ngg-gallery-thumbnail a {
	margin: 0 !important;
}
.ngg-gallery-thumbnail {
	border: medium none !important;
	margin: 0 !important;
}
@media only screen and (max-width : 300px) {
.ngg-gallery-thumbnail-box {
	padding-bottom: 0;
	width: 100%;
}
}
/*	--------------------------------------------------
     11  PAGE DEFAULTS
    -------------------------------------------------- */

.row {
	overflow: hidden;
}
.col3 {
	float: left;
	width: 32%;
	margin-left: 2%;
	padding: 0 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url('js/boxsizing.htc');
}
.row .col3:first-child {
	margin-left: 0;
}
.col3 img {
}
.entry img, .entry img[class*="align"], .entry img[class*="wp-image-"] {
	max-width: 100%;
	height: auto;
}
section[role="content"] {
	background-color: #ffffff;
	position: relative;
}
@media only screen and (max-width : 1025px) {
section[role="content"] {
	clear: both;
}
}
section[role="secondary-content"] {
	background-color: #ffffff !important;
}
.button img {
	vertical-align: top;
	margin: 5px 0px 0 10px;
}
.button {
	background-color: #AC5B1F;
	/*
     background: #8d201e;
    background: -webkit-linear-gradient(#8d201e, #6e0604);
    background: -o-linear-gradient(#8d201e, #6e0604);
    background: -moz-linear-gradient(#8d201e, #6e0604);
    background: linear-gradient(#8d201e, #6e0604);
*/
	border: none;
	border-radius: 0;
	color: #fff !important;
	display: inline-block;
	font-family: "interstate", sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 10px 30px !important;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.5s ease;
}
.in-head-button {
	background-color: #607B71;
	margin-bottom: 0;
}
.gform_footer.top_label {
	text-align: center;
}
p .button {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px 20px;
}
.button:hover {
	color: #ffffff;
	background-color: #884d22;
}
.in-head-button:hover {
	color: #ffffff;
	background-color: #884d22;
}
.button > a {
	display: inline-block;
	color: #fff !important;
	border-bottom: none !important;
}
.button:hover > a {
	color: #ffffff !important;
	transition: 0.5s all ease;
}
.gfield.gsection.field_sublabel_below.field_description_below {
	font-size: 0.8em;
	text-align: center;
}
@media only screen and (max-width : 650px) {
.col3 {
	float: none;
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
}
 @media only screen and (max-width : 1240px) {
.ngg-gallery-thumbnail-box {
	margin: 0px;
}
}
/*	--------------------------------------------------
     12 FORMS
    -------------------------------------------------- */

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	box-shadow: none;
	display: block;
	font-size: 13px;
	padding: 9px;
	width: 98%;
}
select {
	background: rgba(0, 0, 0, 0) url("images/arrow-down-black.png") no-repeat scroll 96% center;
	color: #000 !important;
	padding: 7px 10px 8px !important;
	width: 95%;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	-moz-appearance: none !important;
	opacity: 1 !important;
	border: none;
	border: 2px solid #000;
	font-family: "interstate", sans-serif;
	border-radius: 0;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0 !important;
}
@media only screen and (max-width : 1025px) {
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
	margin-top: 0;
}
}
@media only screen and (max-width : 600px) {
.name_first, .name_last {
	width: 100% !important;
}
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	float: left;
	margin-top: 7px !important;
}
.gform_wrapper .top_label .gfield_label {
	clear: both;
	display: inline-block;
	font-weight: bold;
	line-height: 1.3em;
	margin: 20px 0 5px !important;
}
.gform_wrapper table.gfield_list thead th {
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
}
body .gform_wrapper .gform_heading .gform_title {
	font-size: 2em !important;
	font-weight: 300 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title {
	font-size: 1.6em !important;
	font-weight: 300 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-size: 1.6em !important;
	font-weight: 300 !important;
}
.gform_wrapper .gsection {
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	margin: 30px 0 20px !important;
	padding: 0 0 8px;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	box-shadow: none;
	display: block;
	font-size: 13px;
	padding: 9px;
	width: 100%;
	border: 2px solid #000;
}
.gform_button {
	margin: 0 auto !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
	border: 1px solid #CCCCCC;
}
.gform_confirmation_wrapper {
	color: #000;
	padding: 10px;
	text-align: center;
}

/*	--------------------------------------------------
     XX SLIDER OVERIDES
    -------------------------------------------------- */




@media only screen and (max-width : 800px) {
.widget.gform_widget {
	width: 100%;
}
}
input, textarea {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid;
	border-radius: 0 !important;
	color: #000;
	font-family: "interstate", sans-serif;
	font-size: 0.85em !important;
	font-weight: 300;
	padding: 10px !important;
	text-align: left;
}
::-webkit-input-placeholder {
color:#000;
}
:-moz-placeholder {
opacity: 1;
color:#000;
} /* Firefox 18- */
::-moz-placeholder {
opacity: 1;
color:#000;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#000;
} /* ie */
input:-moz-placeholder {
color:#000;
}
.room-secondary-links {
	margin: 45px 0 0;
}
/* BLOG STYLING */

.blog-header .page-name-header {
	text-align: center;
}
.blog-header .page-name-header-wrapper {
	top: 47%;
}
@media only screen and (max-width : 1110px) {
.blog-header .page-name-header {
	padding: 15px;
}
.blog-header .page-name-header-wrapper {
	top: 50%;
}
}
@media only screen and (max-width : 1025px) {
.blog-header .page-name-header-wrapper {
	line-height: 30%;
	top: 53%;
}
}
@media only screen and (max-width : 965px) {
.blog-header .page-name-header-wrapper {
	line-height: 30%;
	top: 55%;
}
}
@media only screen and (max-width : 910px) {
.blog-header .page-name-header-wrapper {
	top: 56%;
}
}
#archives-2 ul li, ul li.cat-item {
	list-style: none outside none;
	margin-left: 0;
	padding-left: 0;
}
.entry-title {
	font-size: 1.35em;
	margin-bottom: 5px;
}
.blog-image {
	overflow: hidden;
	height: auto;
	width: 100%;
}
.entry article:nth-child(odd) {
	clear: both;
}
.entry.archive-entry article:nth-child(odd) {
	clear: none;
}
.entry.archive-entry article:nth-child(even) {
	clear: both;
}
.blog-image img {
	height: auto;
	width: 100%;
}
.entry article {
	margin-bottom: 40px;
	padding-bottom: 10px;
	float: left;
	width: 48%;
	margin-right: 2%;
}
.entry-content .button {
	margin-top: 10px;
}
.pubdate {
	text-transform: uppercase;
	font-weight: 500;
	font-family: "interstate", sans-serif;
	font-size: 1.15em;
	margin-bottom: .7em;
}
.pubdate a {
	border: none;
}
.blog-items {
	border-bottom: 1px solid #3F3E49;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.post-image {
	padding-bottom: 20px;
}
.blog-text {
	float: left;
	width: calc(100% - 170px);
}
.blog-text h2 a {
	border-bottom: medium none;
	font-weight: 300;
}
.blog-text h1 {
	line-height: 100%;
	margin: 0;
	padding: 0 0 10px;
}
.blog-image {
	background-position: center center;
	background-size: 90%;
	height: 150px;
	overflow: hidden;
	width: 150px;
	border: 1px solid #cfcfcf;
	background-repeat: no-repeat;
	float: left;
	margin-right: 20px;
}
.more-link {
	font-size: 1em;
	font-weight: 300 !important;
	text-transform: uppercase;
}
.screen-reader-text {
	display: none;
}
#searchsubmit {
	background-color: #ffffff;
	border: medium none;
	color: #ffffff;
	font-size: 1.1em !important;
	letter-spacing: 1px;
	padding: 8px 10px;
	text-transform: uppercase;
}
#searchsubmit:hover {
	background-color: #01584F;
}
#searchform input {
	height: 40px;
	margin-bottom: 20px;
}
#s {
	width: 180px;
}
.widget.widget_search {
	padding-left: 20px;
}
@media only screen and (max-width : 475px) {
.widget.widget_search {
	padding-left: 0px;
	text-align: center
}
.footer-right {
	padding-right: 20px;
	padding-left: 20px;
}
}
 @media only screen and (max-width : 831px) {
.entry article {
	float: none;
	width: 100%;
}
}
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 8px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #010011;
	height: 35px;
	width: 35px;
	line-height: 25px;
	text-align: center;
	background-color: none repeat scroll 0 0 #FCFCFC;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.pagination a:hover {
	background: none repeat scroll 0 0 #e1e1e1;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #e1e1e1;
}
 @media only screen and (max-width : 475px) {
.blog-image {
	float: none;
	margin: 0 0 20px;
}
.blog-text {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.blog-items {
	text-align: center;
}
.pagination {
	width: 90px;
	margin: 0 auto 10px;
	padding: 0 0 45px;
}
}
/* FORM STYLING */

.gform_fields.top_label.description_below li {
	margin-bottom: 15px;
}
.datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
	width: 100% !important;
}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message {
	color: #6e0604 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	letter-spacing: normal !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: none !important;
	border: none !important;
}
.green-btn {
	border: medium none;
	color: #ffffff;
	font-size: 0.8em !important;
	font-weight: normal;
	margin-top: 0;
	padding: 11px 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	max-width: 300px;
	width: auto;
	text-align: center;
}
p.green-btn a:link {
	color: #ffffff !important;
	padding: 15px;
}
p.green-btn:hover {
	background: none repeat scroll 0 0 #01584f !important;
}
.green-btn > a {
	color: #ffffff !important;
}
b {
	font-weight: 700;
}
strong {
	font-weight: 700;
}
.rooms-text > p {
	line-height: 140%;
}
#html5-text {
	font-size: 18px !important;
	padding: 7px 10px !important;
}
.alignright {
	float: right;
}
.gform_wrapper div.validation_error {
	display: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: none !important;
	margin-top: none !important;
	padding-left: none !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: none !important;
}
/* 404 ERROR PAGE STYLING */
.error-404 {
	font-size: 6em;
	line-height: 100%;
	text-align: center;
}
.error-404-headline {
	font-size: 1.4em;
	padding-top: 0;
	text-align: center;
}
.error-404-copy {
	font-weight: 300;
	font-size: 1.1em;
	padding-top: 20px;
	text-align: center;
}
 @media screen and (max-width: 1025px) {
.gform_confirmation_message {
	text-align: center;
}
}
.alignleft {
	float: left;
	padding-right: 20px;
	clear: both;
	padding-bottom: 20px;
}
.alignright {
	float: right;
	padding-left: 20px;
	clear: both;
	padding-bottom: 20px;
}
.gform_wrapper {
	max-width: 100% !important;
}
.mgl_instagram_pagination {
	display: none;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}
 @media screen and (max-width: 1025px) {
.gform_wrapper {
	margin: 0 auto !important;
}
.gform_button.button {
	width: 100%;
}
}
.fullwidth-wrapper {
	max-width: 100%;
	width: 100% !important;
}
.fullwidth-wrapper.alternate-bg {
	background-color: #e7e7e7;
	color: #fff;
	font-family: "interstate", sans-serif;
	text-align: center;
	font-style: normal;
	padding: 10px 0;
}
a.parent-page-link {
	color: #fff;
	font-family: "interstate", sans-serif;
	font-style: normal;
}
a.parent-page-link:hover {
	color: #221408;
}
.fullwidth-wrapper.alternate-bg2 {
	background-color: #000;
}
.rsNav.rsBullets {
	bottom: 60px !important;
	position: absolute !important;
}
.rsUni .rsBullet {
	width: 16px !important;
	height: 16px !important;
	padding: 10px !important;
}
.rsUni .rsBullet span {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 1px solid rgba(255,255,255,1) !important;
	display: block;
	height: 16px !important;
	width: 16px !important;
}
.rsUni .rsBullet.rsNavSelected span {
	border: 1px solid rgba(255,255,255,1) !important;
	background: none repeat scroll 0 0 rgba(255,255,255,1) !important;
}
.attachment-post-thumbnail.wp-post-image {
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.interior-header-image {
	-webkit-box-shadow: inset 0 90px 50px 0 rgba(34,20,8,.5);
	box-shadow: inset 0 90px 50px 0 rgba(34,20,8,.5);
}
#interior-header-image {
	position: relative;
}
@media screen and (min-width:1025px) {
#interior-header-image::before {
	background-image: linear-gradient( bottom,  rgba( 34, 20, 8, 0 ) 25%,  rgba( 34, 20, 8, .5 ) 100% );
	background-image: -moz-linear-gradient( bottom,  rgba( 34, 20, 8, 0 ) 25%,  rgba( 34, 20, 8, .5 ) 100% );
	background-image: -ms-linear-gradient( bottom,  rgba( 34, 20, 8, 0 ) 25%,  rgba( 34, 20, 8, .5 ) 100% );
	background-image: -o-linear-gradient( bottom,  rgba( 34, 20, 8, 0 ) 25%,  rgba( 34, 20, 8, .5 ) 100% );
	background-image: -webkit-linear-gradient( bottom,  rgba( 34, 20, 8, 0 ) 25%,  rgba( 34, 20, 8, .5 ) 100% );
	content: "\00a0";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;
}
}
.header-image-wrapper .home-intro {
	background-size: cover;
	height: 100vh;
	background-position: center;
	background-attachment: fixed;
	z-index: -1;
	width: 100%;
	top: 0;
}
.header-image-wrapper .home-intro.fixed-slider {
	position: fixed;
	z-index: 0 !important;
}
.single-restaurants .rsSlide:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	background-blend-mode: multiply;
	background-color: rgba(0, 0, 0, 0.3);
}
.home .homepage_header_callout {
	left: 15.25%;
	position: absolute;
	text-align: center;
	top: 34%;
	width: 77%;
}
.homepage_header_callout {
	left: 10%;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 80%;
}
 @media screen and (max-width: 1180px) {
.homepage_header_callout {
	left: 33.25%;
	width: 45%;
}
}
@media screen and (max-width: 820px) {
.homepage_header_callout {
	left: 27.25%;
	width: 57%;
}
}
@media screen and (max-width: 700px) {
.homepage_header_callout {
	left: 2.5% !important;
	width: 95% !important;
}
}
.entry.entry-center {
	margin: 70px auto;
	text-align: center;
	width: 65%;
}
.full-width-booking-link > a {
	background-color: #000;
	color: #ffffff;
	display: block;
	font-family: "interstate", sans-serif;
	font-size: 1.75em;
	padding: 32px 0;
	text-align: center;
	width: 100%;
}
.full-width-booking-link > a:hover {
	background-color: #8d201e;
	transition: .3s all ease;
}
.entry.home_page_links_wrapper_full {
	position: relative;
}
.home_page_links_wrapper .page-links-image {
	height: 385px;
	overflow: hidden;
	width: 33.333%;
	float: left;
}
.page-links-image.page-links-image-right-two {
	width: 66.666%;
	float: right;
}
.page-links-content.page-links-content-left {
	width: 33.333%;
	float: left;
	background-color: #000;
}
.page-links-content.page-links-content-center {
	background-color: #8d201e;
	float: left;
	width: 33.333%;
}
.page-links-content.page-links-content-right {
	background-color: #8d201e;
	float: right;
	width: 33.333%;
}
.page-links-image.page-links-image-left-two {
	float: left;
	width: 66.666%;
}
.page-links p, .page-links a {
	color: #ffffff;
}
.page-links > a {
	float: left;
	text-align: center;
	width: 50%;
	max-height:500px;
	display: table;
	background-size: 100% 100%;
	aspect-ratio: 2 / 1;
	background-position: center;
	position: relative;
	transition: all 0.3s linear;
}

.page-links > a:hover {
	background-size: 110% 110%;
}

@media screen and (max-width: 1000px) {
.page-links > a {
	width: 100%;
	min-height:200px;
}
}
.bottom-bar {
	display: flex;
    vertical-align: middle;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
	top:0;
    height: 100%;
    position: absolute;
}
.page-links h1 {
	color: #fff;
	position: relative;
	display: inline-block;
	transition: all .3s ease;
	font-size: 3em;
}
.bottom-bar .bar-bar {
	background-color: #658E82;
	width: 100px;
	height : 5px;
	margin: 0 auto;
}
/*.page-links a:hover h1 {
	font-size: 400%;
}*/
.page-links a:before {
	background-color: rgba(24, 65, 60, 0.9);
	background-blend-mode: multiply;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
	border: 0.5px solid #F3F1ED;
	transition: all 0.3s ease 0s;
}

.page-links a:hover::before {
	background-color: rgba(0,0,0,0.05);
}
.column {
	float: left;
	margin: 0 1%;
	text-align: left;
	width: 23%;
}
@media screen and (max-width: 800px) {
.column {
	width: 100%;
}
}
.column > br {
	margin-bottom: 13px;
}
/* DATEPICKER STYLING */

.ui-datepicker-title {
	font-family: "interstate", sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	letter-spacing: 1px;
	text-shadow: none;
	color: #221408;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	border-radius: 0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
	background: none repeat scroll 0 0 #e9e9ea;
	border: medium none;
	border-radius: 0;
	padding-bottom: 5px !important;
}
.ui-widget-header .ui-icon {
	background-image: url("images/grey-arrows.png");
	position: absolute;
	top: 10px;
	overflow: hidden;
}
.ui-icon-circle-triangle-e {
	background-position: -10px 0;
	right: 10px;
}
.ui-icon-circle-triangle-w {
	background-position: 0 0;
	left: 10px;
}
.ui-icon {
	height: 17px;
	width: 11px;
}
.ui-state-hover {
	border: none !important;
	background: none !important;
}
th {
	line-height: 135% !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #e9e9ea !important;
	border: medium none !important;
	margin: 0 !important;
	text-align: center !important;
	font-family: "interstate", sans-serif;
	font-weight: 100;
	width: 100%;
	text-shadow: none;
}
.ui-datepicker tbody td {
	width: 14.285714286%;
}
.ui-datepicker th {
	font-family: "interstate", sans-serif;
	font-weight: 100;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
	background: none repeat scroll 0 0 #d3d3d4 !important;
}
.ui-state-active {
	background: none repeat scroll 0 0 #b9b9ba !important;
}
.ui-widget-content {
	border: 1px solid #f4efe5;
}
.ui-datepicker table {
	margin: 0;
}
.ui-datepicker-title select {
	width: 33%;
	background-position: 91% center;
	border: 1px solid #cfcfcf;
	margin: 0 1%;
	padding: 5px !important;
	background-image: url('images/arrow-down-smaller.png');
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	background-image: none !important;
	border-bottom: none;
}
.ui-datepicker {
	padding: 0 !important;
}
.main-container-wrapper {
	margin: 0 auto !important;
	width: 90% !important;
	display: block !important;
}
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.main-container-wrapper {
	margin-bottom: 40px !important;
}
h2 a, h2 a:hover {
	font-family: "interstate", sans-serif;
}
.entry.entry-center li {
	float: left;
	list-style: outside none none;
	margin: 6px 1%;
	padding: 0;
	width: 31.333%;
}
.entry.entry-center > p {
	clear: both;
}
.entry.entry-center li:nth-child(3n+1) {
	clear: both;
}
.footer-right .in-head-button {
	width: 100%;
	padding-left: 23px !important;
	padding-right: 23px !important;
}
.footer-right .in-head-button:hover {
	color: #6e0604;
}
footer {
	position: relative;
	background: #18413C;
	padding-top: 50px;
	padding-bottom: 30px;
}
#field_submit #gform_submit_button_6 {
	padding-top: 5px !important;
	padding-bottom: 6px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}
.ginput_container_email #input_6_1 {
	border-color: #fff;
	background: #fff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	width: 100%;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 0 !important;
}
.scroll-down-link {
	bottom: 50px;
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
	z-index: 2;
}
.scroll-down-link a {
	color: #ffffff;
	display: block;
	font-size: 4.5em;
	line-height: 1;
	text-align: center;
	border-bottom: none;
}
.scroll-down-link .icon-down-open-big:before {
	font-weight: bold;
}
.scroll-down-link a:hover {
	color: #884d22;
}
#interior-header-image > img {
	width: 100%;
}
.widget h2 {
	display: none;
}
.child-page-list.blog-filter {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	width: 95%;
	color: #fff;
}
.blog-filter .widget {
	display: inline-block;
	width: 28%;
	color: #fff;
}
.blog-filter .widget select {
	color: #fff !important;
	border-color: #fff;
}
.child-page-list.blog-filter > span {
	display: inline-block;
	font-family: "interstate", sans-serif;
	font-size: 2em;
	letter-spacing: 2px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	top: 6px;
	width: 15%;
	color: #fff;
}
.child-page-list.blog-filter > span > a {
	display: inline-block;
	font-family: "interstate", sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	border-bottom: none;
}
.all-posts-link {
	width: 20% !important;
}
@media screen and (max-width:645px) {
.child-page-list.blog-filter {
	width: 95%;
}
}
@media screen and (max-width:495px) {
.child-page-list.blog-filter > span {
	width: 100%;
}
.blog-filter .widget {
	width: 100%;
	margin-top: 10px;
}
}
.container {
	position: relative;
	max-width: 420px;
	width: 100%;
	margin: 0 auto;
}
.callout-content-interior a {
	border-bottom: 1px solid !important;
	color: #ffffff !important;
}
.entry a {
	border-bottom: none;
}
li a {
	border-bottom: medium none !important;
}
.gform_button.button {
	display: block !important;
	margin: 0 auto;
}
.image_links {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 370px;
	width: 50%;
	position: relative;
	border: none;
	float: left;
	background-color: #000;
}
.gear_links {
	background: none;
	text-align: center;
	width: 33.33%;
	margin: 15px 0;
}
.image_links.gear_links:before {
	content: none;
}
.gear_links img {
	width: auto;
	max-width: 300px;
	height: 300px
}
.left-half, .right-half {
	width: 50%;
	float: left;
}
.left-half {
	padding-right: 20px;
}
.right-half {
	padding-left: 20px;
}
@media screen and (max-width:795px) {
.image_links {
	width: 100%;
}
.gear_links {
	width: 50%;
}
.left-half, .right-half {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
}
@media screen and (max-width:460px) {
.gear_links {
	width: 100%;
}
}
.image_links:before {
	background-color: rgba(18, 18, 18, 0.35);
	background-blend-mode: multiply;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	position: absolute;
}
.scrolling_links .image_links {
	width: 20%;
	height: 235px;
}
.scrolling_links .page-links-content {
	height: 235px;
	font-size: .7em;
}
.scrolling_links .page-links-cell {
	padding: 0 3%;
}
.page-links-cell img {
	width: 90%;
}
.image_links h1, .image_links p {
	color: #fff;
}
.image_links:hover::before {
	background-color: rgba(18, 18, 18, 0.8);
	transition: all 0.3s ease 0s;
}
.page-links-content {
	display: table;
	height: 370px;
	width: 100%;
}
.page-links-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 15%;
	text-transform: uppercase;
	font-family: "interstate", sans-serif;
	letter-spacing: 5px;
	font-size: 3em;
	line-height: 115%;
}
@media screen and (max-width:675px) {
.page-links-cell {
	font-size: 1.5em;
	padding: 0 5%;
	letter-spacing: 2px;
}
}
.full-width-title {
	position: relative;
}
.full-width-title h1 {
	background-color: #223F3C;
	display: block;
	padding: 30px 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
	border-top: 15px solid #fff;
	line-height: 125%;
}
.no-border h1 {
	border-top: none;
}
.content-column-content {
	margin: 70px auto;
	width: 85%;
}
.page-id-84 .content-column-content {
	margin: 35px auto;
	width: 85%;
}
.column.column-thirds {
	width: 31.333%;
}
.column.column-half {
	width: 48%;
}
.column.column-full {
	width: 100%;
}
@media screen and (max-width:1000px) {
.column.column-thirds {
	width: 100%;
}
}
@media screen and (max-width:800px) {
.column.column-half {
	width: 100%;
}
}
.homepage-restaurant-logo {
	position: absolute;
	top: 33% !important;
	left: 0 !important;
	width: 80% !important;
	text-align: center;
	z-index: 2;
	left: 10% !important;
}
.homepage-restaurant-logo img {
	max-width: 440px;
	width: 100%;
}
.rsSBlock.restaurant-slider-background {
	background-color: rgba(0, 0, 0, 0.4) !important;
	bottom: 0 !important;
	content: "" !important;
	display: block !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 1;
	left: 0 !important;
}
/* .rsSBlock.home-slider-background */
.home .home-intro .rsSlide:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000+0,000000+100&0.75+0,0+15,0+85,0.75+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000', GradientType=1 ); /* IE6-9 */
	bottom: 0 !important;
	content: "" !important;
	display: block !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 1;
	left: 0 !important;
}
@media screen and (max-width:900px) {
.home .home-intro .rsSlide:before {
	background: transparent !important;
}
}
.homepage-restaurant-logo a {
	border: none;
}
.column li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}
.content-column-content h2 {
	text-align: center;
}
.insta-sec {
	position: relative;
}
.insta-sec h3 {
	text-align: center;
	font-family: "interstate", sans-serif;
}
.insta-sec h3 a {
	display: inline-block;
	border: none;
	color: #565759;
	font-size: 24px;
}
.full-width-content.alternate-bg {
	background-color: #ededed;
	padding: 10px 0 30px 0;
}
.insta-sec.alternate-bg {
	background-color: #ffffff;
}
.full-width-content.wht-bg {
	height: 100%;
}
.full-width-content.alternate-bg .column.column-half p img {
	Width: 100%;
	Height: auto;
}
.restaurant-logo {
	position: absolute;
	z-index: 9999;
	top: 30%;
	left: 50%;
	width: 726px;
	margin-left: -363px;
}
.restaurant-logo img {
	width: 100%;
}
@media screen and (max-width:800px) {
.restaurant-logo {
	width: 500px;
	margin-left: -250px;
}
}
@media screen and (max-width:455px) {
.restaurant-logo {
	width: 300px;
	margin-left: -150px;
}
}
.reservation-popout-link {
	position: fixed;
	right: -128px;
	bottom: 395px;
	z-index: 9999;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.reservation-popout-link a, .reservation-mobile a {
	background: rgb(137,166,88); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(137,166,88,1) 0%, rgba(75,91,48,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(137,166,88,1) 0%, rgba(75,91,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(137,166,88,1) 0%, rgba(75,91,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b4c02', endColorstr='#c96202', GradientType=1 ); /* IE6-9 */
	width: 300px;
	margin: 0;
}
.reservation-popout-block {
	background-color: #fff;
	display: block;
	position: fixed;
	right: -100%;
	text-align: center;
	bottom: 267px;
	z-index: 11;
	transition: right 0.5s;
	-o-transition: right 0.5s;
	-ms-transition: right 0.5s;
	-moz-transition: right 0.5s;
	-webkit-transition: right 0.5s;
	width: 240px;
	height: 299px;
}
.reservation-popout-block.open {
	right: 46px;
}
.reservation-mobile {
	display: none;
}
@media screen and (max-width:900px) {
.reservation-mobile {
	display: block;
	position: relative;
	right: auto;
	bottom: auto;
	transform: none;
	width: 100%;
	display: block;
}
.reservation-mobile a {
	width: 100%;
}
.reservation-desktop {
	display: none;
}
}
.wsp-pages-list li, .wsp-restaurantss-list li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.wsp-pages-list .children {
	margin-bottom: 0 !important;
}
.newsletter-form-signup {
	display: none;
}
.newsletter-form-signup.active {
	display: block;
}
.newsletter-form-signup {
	bottom: 0;
	display: none;
	height: auto;
	left: 0;
	margin-left: 0;
	max-width: 100%;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0;
}
.newsletter-headline h2 {
	margin-bottom: 0;
}
.close-newsletter {
	font-size: 2em;
	position: absolute;
	right: -40px;
	top: 0;
}
.overlay-toggle {
	color: #fff !important;
	font-weight: 300;
	border: none;
}
.newsletter-interior-wrapper {
	width: 60%;
	margin: 10% auto;
	background-color: white;
	position: relative;
	padding: 30px;
	text-align: center;
	min-width: 260px;
}
.newsletter-interior-wrapper .gfield {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.newsletter-interior-wrapper input {
	width: 100% !important;
}
.newsletter-interior-wrapper .gform_wrapper {
	margin: 0;
}
.newsletter-interior-wrapper .ginput_container_checkbox label {
	font-size: 1em !important;
	margin-left: 10px !important;
	margin-top: 2px !important;
}
.team_members .page-links-cell {
	font-size: 1.5em;
	vertical-align: bottom;
	padding: 20px 5%;
}
.page-links-cell span.team-details {
	font-size: .75em;
	display: block;
	line-height: 100%;
	display: inline-block;
	border-right: 1px solid;
	padding: 0 10px 0 3px;
	line-height: 135%;
}
@media screen and (max-width:800px) {
.page-links-cell span.team-details {
	display: block;
	border-right: none;
}
}
.page-links-cell span.team-details:last-child {
	border-right: none;
}
.page-links-cell span.team-name {
	display: block;
}
.team_members .page-links-content, .team_members .image_links {
	height: 500px;
}
.team_members .image_links::before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#121212+0,121212+100&0+0,0+75,0.35+100 */
	background: -moz-linear-gradient(top, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(18,18,18,0) 0%, rgba(18,18,18,0) 50%, rgba(18,18,18,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121212', endColorstr='#59121212', GradientType=0 ); /* IE6-9 */
}
.team-member-image {
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}
.single-team .scrolling_links .page-links-cell {
	font-size: 1.75em;
	letter-spacing: 3px;
}
.logo-block-restaurants img {
	width: 100%;
}
.logo-block-restaurants span {
	margin-top: 70px !important;
	line-height: 125%;
	display: block;
}
.logo-block-restaurants {
	position: absolute;
	top: 35%;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "interstate", sans-serif;
	letter-spacing: 4px;
	font-size: 4em;
}
@media screen and (max-width:700px) {
.logo-block-restaurants {
	width: 400px;
	margin-left: -200px;
}
}
@media screen and (max-width:400px) {
.logo-block-restaurants {
	width: 300px;
	margin-left: -150px;
}
}
.gfield_list_group td {
	width: 25%;
}
.right-half img, .gear_links img {
	border: 1px solid #cfcfcf;
}
.positions-restaurant-wrapper {
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 15px solid #000;
}
.positions-restaurant-wrapper h3 {
	font-size: 2.25em;
	margin-bottom: 40px;
}
.positions-wrapper {
	margin-top: 20px;
}
.positions-restaurant-wrapper:last-child {
	border-bottom: none;
}
.positions-wrapper h4 {
	font-size: 1.25em;
}
.gfield_checkbox label, .gfield_radio label {
	margin-left: 10px !important;
	margin-top: 2px !important;
}
/* Job Form */
#field_4_48 table, #field_4_48 table tbody, #field_4_48 table tbody tr {
	display: block;
}
#field_4_48 table thead {
	display: none;
}
#field_4_48 table td {
	display: block;
	width: 100%;
	padding-left: 0;
}
#field_4_48 table td::before {
	content: attr(data-label);
	font-size: 0.85em;
	white-space: pre-wrap;
	display: block;
	clear: both;
	font-weight: 700;
}
#field_4_48 table .charleft {
	display: none;
}
#field_4_48 table, #field_4_48 table tbody, #field_4_48 table tbody tr {
	margin-bottom: 30px;
}
.gform_wrapper select option {
	padding: 0 !important;
}
#gform_confirmation_message_4 {
	border: 1px solid;
	padding: 20px;
}
/*
.otw-widget-form-wrap label {
    display: none !important;
}
.otw-input-wrap {
    margin: 0 0 15px !important;
    width: 25% !important;
    float: left !important;
    padding: 20px !important;
}
.otw-reservation-date, .otw-wrapper .selectric {
    color: #fff !important;
    background: transparent !important;
}
input.otw-submit {
    background: #8d201e;
    background: -webkit-linear-gradient(#8d201e, #6e0604);
    background: -o-linear-gradient(#8d201e, #6e0604);
    background: -moz-linear-gradient(#8d201e, #6e0604);
    background: linear-gradient(#8d201e, #6e0604);
    border: none;
    border-radius: 0 !important;
    color: #fff;
    font-family: "interstate", sans-serif;
    font-size: 1.25em !important;
    font-weight: 400;
    padding: 10px !important;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.powered-by-open-table {
    display: none !important;
}


*/

.reservation-headline {
	width: 20%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 20px;
	text-align: center;
	font-family: "interstate", sans-serif;
	border-right: 2px solid;
	height: 80px;
	padding: 17px 15px;
}
.otw-bare-bones-style.widget.open-table-widget {
	margin: 0 auto !important;
	width: 80%;
	float: left;
}
.otw-widget-form-wrap label {
	display: none !important;
}
.otw-input-wrap {
	float: left !important;
	margin: 0 !important;
	width: 25% !important;
}
.OT-reservations {
	border-top: 2px solid #282828;
	margin-top: 20px;
	padding-top: 20px;
}
.powered-by-open-table {
	display: none;
}
.otw-reservation-date {
	border-right: 1px solid #fff !important;
	font-family: "interstate", sans-serif;
}
.selectric .button {
	border: medium none;
	height: 80px !important;
	color: transparent !important;
}
.otw-submit {
	background: #223F3C;
	/*background: #8d201e;
    background: -webkit-linear-gradient(#8d201e, #671615);
    background: -o-linear-gradient(#8d201e, #671615);
    background: -moz-linear-gradient(#8d201e, #671615);
    background: linear-gradient(#8d201e, #671615);*/
	border: none;
	border-radius: 0 !important;
	color: #fff;
	font-family: "interstate", sans-serif;
	font-size: 20px !important;
	font-weight: 400;
	padding: 32px 5px 24px !important;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 25%;
	text-align: center;
}
.otw-submit:hover {
	background-color: #884d22;
}
.otw-reservation-date {
	font-size: 20px;
	height: 31px !important;
	padding: 3px 9px 0 !important;
	cursor: pointer;
}
.selectric .button::after {
	border-width: 0 !important;
}
.selectric .button {
	background: rgba(255,255,255,0) no-repeat scroll 65% center !important;
	border: none !important;
}
.otw-input-wrap {
	background: rgba(255,255,255,0) url("images/arrow-down.png") no-repeat scroll 92% center !important;
	border: none !important;
}
div.otw-wrapper div.selectric p {
	font-family: "interstate", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1 !important;
	margin: 0;
	padding: 27px 10px !important;
	text-transform: uppercase;
	color: #fff;
}
.selectric {
	border-right: 2px solid #fff !important;
	height: 80px;
	padding: 5px 0;
	background-color: transparent !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
}
.otw-reservation-date {
	background-color: transparent !important;
	color: #fff !important;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	border-right: 2px solid #fff !important;
	height: 80px !important;
	padding: 0 20px !important;
	font-size: 20px !important;
}
.overlay-logo {
	position: absolute;
	width: 250px;
	height: auto;
	right: 30px;
	bottom: 30px;
}
/* MENU PAGE */
.menus-thumbs {
	display: none;
}
.menus-thumbs.active {
	display: block;
}
.menu-section, .menu-section-image {
	width: 50%;
	float: left;
}
.menu-section-image {
	min-height: 500px;
}
.menu-titles {
	margin-bottom: 30px;
}
.menu-section {
	padding: 50px 100px;
}
.menu-notice {
	font-size: 12px;
	padding: 10px 100px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.menus-nav {
	text-align: center;
}
.menus-nav li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin: 30px;
	padding: 7px;
	border-bottom: 2px solid transparent;
}
.menus-nav li.active {
	border-bottom: 2px solid #000;
}
.visible-mobile {
	display: none;
}
.hidden-mobile {
	display: block;
}
 @media screen and (max-width: 1000px) {
.menu-section {
	padding: 50px;
}
.menu-notice {
	padding: 10px 50px;
}
.menus-nav li {
	margin: 30px 20px;
}
}
 @media screen and (max-width: 800px) {
.visible-mobile {
	display: block !important;
}
.hidden-mobile {
	display: none !important;
}
.flex-desktop {
	display: block;
}
.menu-section, .menu-section-image {
	width: 100%;
}
.menu-section-image {
	height: 300px;
	min-height: 300px;
}
.menus-nav li {
	margin: 20px 15px;
}
}
 @media screen and (max-width: 600px) {
.menus-nav li {
	display: block;
	margin: 15px;
}
}

.two-column-content{
	display:flex;
}

.two-column-content.left-content{
	background-image: url(images/mountain.png);
    background-position: left bottom;
    background-size: 75% auto;
    background-repeat: no-repeat;
}

.two-column-content.right-content{
	background:#ededed;
	flex-direction:row-reverse;
}

.two-column-content .content{
	padding:100px 70px;
	width:60%;
}

.two-column-content .image-bg{
	width:40%;
	background-size:cover !important;
	background-position:center !important;
}

.two-column-content .buttons{
	display: flex;
    column-gap: 20px;
    margin-top: 20px;
    row-gap: 5px;
    flex-wrap: wrap;
}

@media only screen and (max-width:900px){
	.two-column-content.left-content{
		flex-direction: column-reverse;
	}
	.two-column-content.right-content{
		flex-direction: column-reverse;
	}
	
	.two-column-content .content{
		width:100%;
		padding:50px 30px;
	}
	
	.two-column-content .image-bg{
		height:350px;
		width:100%;
	}
}