/*
Theme Name: 	Nashville Grange 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 */
}

html {
  scroll-behavior: smooth;
}

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


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



/*	--------------------------------------------------
    02	DEFAULTS
    -------------------------------------------------- */



::-moz-selection 	{ background: #c3c3c3; color:#221408; }
::selection 		{ background: #c3c3c3; color:#221408; }

body {
    color: #000;
    font-family: 'Proxima Nova', 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%;
    }
}



/*	--------------------------------------------------
     FONT STACK
    -------------------------------------------------- */

@font-face {
  font-family: 'Confidential';
  src: url('font/ConfidentialRegular.otf') format('opentype'),
       url('font/ConfidentialRegular.woff2') format('woff2'),
       url('font/ConfidentialRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

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


 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "goodnu";
  font-style: normal;
  font-weight: normal;
  speak: none;
	color:#9D2022;
  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: #565759;
    font-family: 'Confidential', sans-serif;
    font-size: 2.25em;
    line-height: 90%;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 300;
}
H1.white {
    color: #fff;
}
H2 {
    font-family: 'Confidential', sans-serif;
    font-size: 52px;
    color: #565759;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
    line-height: 60px;
	font-weight:400;
}


H3 {
  font-family: 'Confidential', sans-serif;
  font-size: 2em;
  color: #000;
  text-transform: uppercase;
   margin-bottom: 10px;
   line-height: 125%;
}
H4 {
    color: #000;
    font-family: 'Confidential', 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: #2a2a2a;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 1em;
}

a {
font-size: 1em;
color: #000000;
text-decoration: none;
border-bottom: 1px dashed;
}

a:hover{
color: #004c8d;
}

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: 133px;
  margin: 0 auto;
}
.fixed .logo img {
    max-width: 175px;
    margin: 0;
}
.top-menu-wrapper {
    display: block;
    height: 50px;
    padding: 0 5%;

}

header[role="site-header-interior"] .logo img {
  max-width: 250px;
}

header[role="site-header-interior"].home-header-scroll.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 888;
  overflow: visible;
  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:1205px) {
header[role="site-header-interior"], header[role="site-header-homepage"] {
  display: none;
}
header[role="header-mobile"] {
  display: block;
}
header[role="header-mobile"] .brand-wrapper-left, header[role="header-mobile"] .brand-wrapper-right {
    float: left;
    position: relative;
    top: 0;
	height:93px;
	padding:15px;
    width: 70% !important;
    text-align: center;
    left: 0;
    right: 0;
}
	
	header[role="header-mobile"] .brand-wrapper-left{
		padding-right:0;
		
	}
	
.logo {
    padding: 5px 20px;
}
.logo img {
    width: 197px !important;
    margin: 0;
	max-width:100% !important;
}

header[role="header-mobile"] .brand-wrapper-right {
    float: right;
	height:93px;
	padding:15px;
	width:30% !important;
	justify-content: flex-end;
}
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: 8px !important;
    border: none;
    text-align: right;
    margin-right: 20px;
}

.mobile-menu-wrapper {
	background-color: #9D2022;
    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: "Proxima Nova",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: #000;
    font-size: 15px;
}
.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;
}
}

.overlay-logo {
    position: absolute;
    width: 250px;
    height: auto;
    right: 30px;
    bottom: 30px;
}

.brand-wrapper-left, .brand-wrapper-right {
 left: 0;
    top: 0;
    width: 100%;
    height: 143px;
    padding: 30px;
    background: #000;
	    display: flex;
    justify-content: space-between;
}
.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: #004c8d !important;
}

.brand-wrapper-top-right .social-icons {
    position: relative;
    text-align: center;
    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;
}
@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: #0062b7;
    transition: .3s all ease;
}
.menu-text {
    bottom: 15px;
    position: absolute;
    width: 100%;
}
.booking-link a {
    border: 3px solid;
    color: #0062b7 !important;
    cursor: pointer;
    font-family: "oswald",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: #004c8d;
    color: #fff !important;
    transition: .3s all ease;
    border-color: #004c8d;
}

.main-menu-wrapper {
    display: none;
}
.active .main-menu-wrapper {
    display: block !important;
}
.main-menu li {
    position: relative;
    list-style: none outside none;
    text-align: center;
}
.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: "Proxima Nova",sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1;
    padding: 35px 20px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width:1300px) {
.main-menu a {
    padding: 35px 10px;
}
}
@media screen and (max-width:1040px) {
.main-menu a {
    padding: 35px 8px;
    letter-spacing: 1px;
}
}
.brand-wrapper-left .main-menu a {
font-size: 16px;
    padding: 0 6px;
    font-family: 'Proxima Nova';
    font-weight: 500;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 54px;
}

@media screen and (max-width:1300px) {
	.brand-wrapper-left .main-menu a {
font-size: 14px;
}
}

.brand-wrapper-left .main-menu a:hover {
	color:#D4D0CA !important;
}
.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 > a.active {
  /*  background: #0062b7;
    background: -webkit-linear-gradient(#0062b7, #004c8d);
    background: -o-linear-gradient(#0062b7, #004c8d);
    background: -moz-linear-gradient(#0062b7, #004c8d);
    background: linear-gradient(#0062b7, #004c8d);*/
    background-color: #004c8d;
}
.brand-wrapper-left .main-menu a:hover, .brand-wrapper-left .main-menu li:hover > a, .main-menu ul > li > a.active {
    color: #fff !important;
	font-weight:700;
    background: transparent;
}
.main-menu li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}
.main-menu .sub-menu a {
    color: #ffffff;
    font-weight: 300;
    padding: 5px 20px;
    text-align: left;
	line-height: 30px;
    font-size: 15px;
    text-shadow: none;
}
.main-menu .sub-menu a:hover {
  background: transparent;
  color: #0062b7;
}
.main-menu li ul {
    background: #9D2022;
    left: -9999px;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 47px;
    transition: opacity 0.2s ease-in-out 0s;
    width: auto;
}

.main-menu li:hover ul, .main-menu li:focus-within ul {
    left: 0;
    opacity: 1;
}
header[role="site-header-interior"] {
}

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: 143px;
    background: #262626;
}

header[role="site-header-interior"] .brand-wrapper-left {
}
header[role="site-header-interior"] .brand-wrapper-right {
}

header[role="site-header-interior"] .brand-wrapper-right .main-menu {
}
.brand-wrapper-right .social-icons {
    width: 15%;
    float: right;
    margin-top: 30px;
    text-align: right;
}
header[role="site-header-interior"].home-header-scroll {

}
.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: 10px 50px;
    position: relative;
  background-color: #fff;
}
.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 {
 	padding: 35px 0 35px 0;
	position: relative;
    z-index: 1;
}
.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 {
    float: left;
    height: 550px;
	width: calc(60% - 25px);
	background-size: cover;
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
	margin-left:25px;
}

.homepage_content_slider_individual:nth-of-type(even) .homepage_image_callout_wrapper{
	margin-left:0;
	margin-right:25px;
}

.homepage_content_slider_individual:first-child{
	padding-top:70px;
}

.homepage_content_slider_individual:last-child{
	padding-bottom:70px;
}

.button.full-width-button {
    display: none;
}
@media screen and (max-width:900px) {
.button.full-width-button {
    display: block;
    width: 100%;
    clear: both;
}

.homepage_content_slider_individual:first-child {
    padding-top: 0px !important;
}

.homepage_content_slider_individual:last-child {
    padding-bottom: 50px !important;
}
	
.homepage_content_wrapper, .homepage_slider_wrapper, .interior_content_wrapper, .interior_list_image_wrapper, .homepage_image_callout_wrapper {
  width: 100%;
}
	.homepage_image_callout_wrapper{
		width:90%;
		margin-left:5% !important;
		margin-top: 25px;
	}
	
.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: middle;
}

.headline-black-bar {
  background:#565759;
	width: 100%;
  background-size: cover; 
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  height: 100px;
}
.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;
	margin:10px 0;
}
}

@media screen and (max-width:668px) {
	.mobile-reservation a {
    width: 100%;
    padding: 20px 10px !important;
	margin-top:0;
		margin-bottom:15px;
}
	
	.scroll-down-link{
		display:none !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;
}
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%;

}

.footer-right {
  float: right;
  width: 250px;
}
.footer-left {
  padding-left: 50px;
    float: left;
    width: 30%;
    margin-top: 35px;
}
.social-icons a {
  font-size: 30px;
    margin: 0;
    padding: 0 3px;
	border:none;
}
@media screen and (max-width:1040px) {
.social-icons a {
   font-size: 30px;
    margin: 0;
    padding: 0 3px;
}

}
.footer-right .button:nth-child(2) {
  background-image: url('images/pattern-bg.png');
  background-size: cover;
  background-position: center;
}

.footer-middle {
    float: left;
    width: 40%;
    text-align: center;
    margin-top: 35px;
}
.footer-left .logo {
 width: 133px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width : 1920px) {
.footer-left, .footer-right {
    width: 25% !important;
}
.footer-middle {
    width: 50%;
}
}

@media only screen and (max-width : 1270px) {
.footer-left, .footer-right {
    width: 30% !important;
}
.footer-middle {
    width: 40%;
}
}
@media only screen and (max-width : 865px) {
.footer-left, .footer-right, .footer-middle {
    float: none;
    text-align: center;
    width: 100% !important;
    clear: both;
}
.footer-left, .footer-middle {
    padding: 0 15px;
}
.footer-left .logo {
  width: 100%;
  margin-bottom: 20px;
}
.footer-left .logo img {
    margin: 0 auto;
}
}

.footer-menu {
   margin-top: 20px;
}
.footer-menu li {
    display: block;
    list-style: outside none none;
    margin: 0;
}
.footer-menu a {
    font-family: "Proxima Nova",sans-serif;
    font-size: 16px;
    line-height:30px;
    padding: 0 15px;
    text-transform: uppercase;
	color:#fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer-menu a:hover {
    transition: color 0.3s ease-out 0s;
    color: #D4D0CA;
}
.address {
    display: block;
    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-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) {
    .home-intro .royalSlider{
       height: 100% !important;
width: 100% !Important;
    }
}
@media only screen and (max-width : 1025px) {
.home-intro .royalSlider {
    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;
}
}


/*	--------------------------------------------------
     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 {
  background-color: #9D2022;
    border: none;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family: "Proxima Nova",sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 30px !important;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.5s  ease;
}
.gform_footer.top_label {
    text-align: center;
}
p .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
}

.button:hover {
background:#fff;
    color: #9D2022 !important;
}
.button > a {
    display: inline-block;
    color: #fff !important;
  border-bottom: none !important;
}
.button:hover > a {
    color: #9D2022 !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: 100%;
}

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: 'Open Sans', 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-size: 0.85em !important;
    font-weight: 300;
	font-family: 'Proxima Nova';
    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: "oswald",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
}
}

@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: #B30838 !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;
	margin: 5px 0 5px !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: "oswald",sans-serif;
    text-align: center;
    font-style: normal;
    padding: 10px 0;
}

a.parent-page-link {
    color: #fff;
    font-family: "oswald",sans-serif;
    font-style: normal;
}
a.parent-page-link:hover {
    color: #221408;
}
.fullwidth-wrapper.alternate-bg2 {
    background-color: #000;
}


.rsNav.rsBullets {
    bottom: 80px !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: 600px;
    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;
}

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



.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: "oswald",sans-serif;
    font-size: 1.75em;
    padding: 32px 0;
    text-align: center;
    width: 100%;
}
.full-width-booking-link > a:hover {
    background-color: #0062b7;
    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: #0062b7;
    float: left;
    width: 33.333%;
}

.page-links-content.page-links-content-right {
    background-color: #0062b7;
    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;
    height: 360px;
    text-align: center;
    width: 50%;
    display: table;
    background-size: cover;
    background-position: center;
    position: relative;
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff !important;
}

.page-links > a:nth-child(2)
{
	border-right:none;
}

.page-links > a:nth-child(4)
{
	border-right:none;
}


@media screen and (max-width: 1000px) {
.page-links > a {
    height: 300px;
    width: 100%;
	border-right:none;
}
}
.page-links h1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    position: relative;
    transition: all .3s ease;
    font-size: 61px;
    letter-spacing: 5px;
}
.page-links a:hover h1 {
    font-size: 68px;
}
.page-links a:before {
    background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
.page-links a:hover::before {
    background-color: rgba(0,0,0,0.7);
    transition: all 0.3s ease 0s;
}
.page-links a::after{
	content:'';
	height:7px;
	width:130px;
	position:absolute;
	left:calc(50% - 65px);
	top:60%;
	border-bottom: 7px solid #fff;
}

@media screen and (max-width:727px){
	.page-links h1{
		font-size:30px;
	}
	
	.page-links a:hover h1 {
    	font-size: 34px;
	}
}

.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: 'Open Sans', 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: 'Open Sans', sans-serif;
    font-weight: 100;
    width: 100%;
    text-shadow: none;
}
.ui-datepicker tbody td {
    width: 14.285714286%;
}
.ui-datepicker th {
    font-family: 'Open Sans', 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: "oswald",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 {
    position: relative;
    background: #000;
	padding-bottom: 30px;
}



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

.scroll-down-link a:hover {
    color: #CC6402;
}

#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: "oswald",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: "oswald",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: 1px solid;
}
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: "oswald",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: #262626;
    display: block;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    line-height: 125%;
}
.no-border h1 {
    border-top: none;
}
.content-column-content {
    margin: 70px 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;
}
.full-width-content.alternate-bg {
    background-color: #ededed;
    padding: 70px 0;
}

.full-width-content.wht-bg {
  padding: 70px 0;
}

.full-width-content .column 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='#0062b7', endColorstr='#004c8d',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: "oswald",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;
}

.reservation-headline {
    width: 20%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    border-right: 2px solid;
    height: 80px;
    padding: 15px 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: 33.3% !important;
}
.OT-reservations {
    border-top: 2px solid #282828;
    margin-top: 20px;
    padding-top: 20px;
}

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

.otw-time-wrap {
	display:none;
}

.otw-reservation-date {
    border-right: 1px solid #fff !important;
}
.selectric .button {
    border: medium none;
    height: 80px !important;
    color: transparent !important;
}
.otw-submit {
	background: #9D2022;
    border: none;
    border-radius: 0 !important;
    width: 33.4%;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    font-weight: 600 !important;
    height: 80px;
}
.otw-submit:hover {
     background: #fff;
    color: #9D2022 !important;
}
.otw-reservation-date {
    font-size: 1.25em;
    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-size: 20px !important;
    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;
	letter-spacing: 1px;
    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;
	letter-spacing: 1px;
    border-right: 2px solid #fff !important;
    height: 80px !important;
    padding: 0 20px !important;
    font-size: 20px !important;
}

/* 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 #9D2022;
}
.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;
    padding: 15px;
    margin: 0;
  }
}

.gform_confirmation_message {
    font-weight: bold;
    font-size: 20px;
}

.menu-wrapper{
	float:right;
	margin-top:15px;
}

.reservations-cta{
	float: right;
    background: #9D2022;
    color: #fff!important;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border: none;
    text-transform: uppercase;
    width: 242px;
    text-align: center;
	transition:all ease-in 0.4s;
	margin-left:25px;
	margin-top:15px;
}

.reservations-cta:hover{
	background:#fff;
	color: #9D2022 !important;
}

.main-footer .reservations-cta{
	margin-right: 30px;
    margin-top: 59px;
}

@media only screen and (max-width : 865px) {
	.main-footer .reservations-cta{
		margin: 20px auto 0 auto;
		display: inline-block;
		float: none;
	}
}

.homepage_content_slider_individual h2{
	margin-bottom:15px;
	padding-left:85px;
	margin-bottom: 15px;
    padding-left: 85px;
    padding-bottom: 10px;
    positioN: relative;
}

.homepage_content_slider_individual h2::before{
	width: 70px;
	height: 68px;
	background:url('/wp-content/uploads/2022/08/heading-accent-2x.png');
	background-size:contain;
	content:'';
	position: absolute;
    left: 0;
    top: 0;
}


.menus-nav li a{
    color: #262626;
    font-size: 24px;
}

header .social-icons{
position: absolute;
    top: 10px;
    right: 23px;
}

header .social-icons i.icon-instagram{
	font-size: 30px;
}

header .social-icons i.icon-facebook-squared{
	font-size:30px;
}

header [class^="icon-"]:hover:before{
	color:#fff !important;
}

header .icon-facebook-squared:before {
    transform: translateY(-1px);
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
	display:none !important;
}

.gform_body input[type="text"], .gform_body textarea{
    font-size: 18px !important;
}

.gform_body input[type="text"]::placeholder, .gform_body textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888;
  opacity: 1; /* Firefox */
}

.gform_body input[type="text"]:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
}

.gform_body input[type="text"]::-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
}

.gform_wrapper .gfield_required {
display: none;
}

.gform_body input[type="checkbox"]{
	transform: scale(1.5);
    margin-left: 5px !important;
}

.gform_wrapper ul.gfield_checkbox li label{

    font-size: 18px !important;
}

.gform_wrapper ul li.gfield{
	
}

.footer-right{
	width: 30%;
    margin-top: 35px;
    padding-right: 50px;
}

.footer-right h4{
	font-size: 18px;
    font-family: 'Proxima Nova';
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: left;
}

#gform_wrapper_2{
	margin:0 !important;
}

.footer-right #field_2_1{
    padding-right: 0 !important;
}

.footer-right .gfield_label{
	display:none !important;
}

.footer-right #input_2_1{
	background: #fff;
    font-size: 16px !important;
    height: 30px;
    border: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.footer-right #field_2_2{
	padding-right: 0 !important;
}

.footer-right #label_2_2_1{
	    color: #fff;
    width: 80%;
    font-size: 12px !important;
    line-height: 14px;
}

.footer-right #label_2_2_1 a{
	color: #eee;
}

.footer-right input[type="checkbox"]{
	transform:none !Important;
}

.footer-right .gform_footer.top_label{
margin-top: 0 !important;
    padding: 0 !important;
    text-align: right;
    max-width: 225px;
    margin-left: auto;
}

.footer-right #gform_confirmation_message_2{
	color:#eee !important;
}

@media only screen and (max-width : 1095px) {
.footer-right #label_2_2_1 {
    max-width: 75%;
}
}

@media only screen and (max-width : 865px) {
	.footer-right{
		text-align: center;
		margin: auto;
		margin-top: 35px;
		padding: 0 15px;
		max-width: 330px;
	}
	
	.footer-right .gform_footer.top_label{
    text-align: center;
    max-width: 100%;
}
	
	.footer-right #gform_submit_button_2{
		width:140px;
	}
	
	.footer-right h4{
		max-width:100%;
		text-align:center !important;
	}
	
	.footer-right #field_2_1 {
		margin:auto !important;
		margin-bottom:10px !important;
	}
    .footer-right #input_2_2 {
   	max-width: 255px;
    margin: auto !important;
	}
	
	.footer-right #label_2_2_1 {
    max-width: calc(100% - 30px);
}
	
}

.menu-addition-text{
padding:40px 0;
    width: 46%;
    color: #371315;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width: 600px)
{
	.menu-addition-text{
		width:85%;
	}
}

.logo-wrapper{
	text-align: center;
    margin-top: 20px;
}

.logo-wrapper img{
	max-width:140px;
	margin-bottom: 15px;
    vertical-aligN: top;
}

.social-icons img:hover{
	filter:brightness(5);
}

.social-icons i:hover::before{
	color:#fff;
}

.logo-link img{
	max-width: 333px;
	margin-top: 15px;
    image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width : 1520px) { 
	.logo-link {
		    display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.logo-link img {
		max-width: 240px;
	}
	.reservations-cta {
		font-size: 16px;
    	padding: 0 15px;
    	width: unset;
	}
}

.homepage_content_slider_individual .button{
    margin-top: 15px;
    margin-bottom: 0;
}

.homepage_image_callout_wrapper::before{
	content:'';
	background:url("/wp-content/uploads/2022/08/pattern.png");
	background-size:contain;
	width:88%;
	height:88%;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
}

.homepage_content_slider_individual:nth-of-type(even) .homepage_image_callout_wrapper::before{
	left:unset;
	right:-25px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.homepage_content_slider_individual .button{
    background: url(/wp-content/uploads/2022/08/btn-bg.png);
    background-size: cover;
    height: 50px;
    line-height: 32px;
    font-size: 18px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.homepage_content_slider_individual .button:hover{
	color:#fff !important;
	filter:brightness(1.15);
}

.main-footer .nap, .main-footer .hours{
	    color: #fff;
    font-size: 16px;
	line-height: 28px;
    text-align: center;
}

.main-footer .nap a{
	color:#fff;
}

.main-footer .social-icons{
	text-align:center;
}

.footer-right p{
    font-size: 16px;
	color:#fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 21px;
}

.main-footer .gform_wrapper .gform_body {
    width: calc(100% - 116px);
    float: left;
    margin: 0;
    padding: 0;
}

.main-footer .gform_wrapper .gform_footer {
    float: left;
    margin: 0;
    padding: 0;
    clear: none;
    width: 116px;
}

.main-footer #gform_submit_button_2{
	height: 30px;
    line-height: 30px;
    width: 116px;
    padding: 0 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.footer-right .button{
	margin-top: 10px;
    font-size: 16px !important;
    letter-spacing: 1px;
}

.ect-grid-readmore  a{
	background: #9D2022;
    color: #fff!important;
    padding: 0 !important;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
    font-size: 20px !important;
    height: 50px;
    line-height: 50px;
    border: none !important;
    text-transform: uppercase;
    text-align: center !important;
    transition: all ease-in 0.4s;
}

@media only screen and (max-width:1220px){
	.footer-right #label_2_2_1 {  
    	width: 70%;
	}
}

@media only screen and (max-width:1525px){
	.ect-grid-event.col-md-4{
		width:50%;
	}
}

@media only screen and (max-width:991px){
	.ect-grid-event.col-md-4{
		width:100%;
	}
}

#field_2_1{
	margin-top:0;
}

.tribe-events-meta-group-details, .tribe-events-nav-next{
	display:none;
}

.full-width-container{
	left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 90vw;
    padding-left: 10vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

#ect-grid-wrapper .row{
	justify-content:center;
}

#ect-grid-wrapper .ect-grid-event-area{
	position:relative;
}

#ect-grid-wrapper .ect-grid-date{
	position: absolute;
    bottom: 0;
    left: -10px;
    width: 70px;
    height: 70px;
    padding: 5px;
}

#ect-grid-wrapper .ect-grid-date .ev-mo{
	display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

#ect-grid-wrapper .ect-grid-date .ev-day{
	font-size: 34px;
    line-height: 34px;
}

#ect-grid-wrapper .etc-time-area{
    line-height: 15px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
    height: 15px;
    text-align: left;
}

#ect-grid-wrapper .ect-date-area{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ect-grid-wrapper .ect-grid-event-area {
	background: #f3f3f3 !important;
    box-shadow: none !important;
	padding-bottom: 63px;
}

.ect-grid-readmore.full-view {
    width: 100%;
    display: none;
}

#ect-grid-wrapper .ect-grid-title{
	padding: 0;
    position: absolute;
    text-align: left;
    width: calc(100% - 80px);
    left: 75px;
    height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    bottom: 0px;
}

#ect-grid-wrapper .ect-grid-event {
	min-width: 290px;
}

#ect-grid-wrapper .ect-grid-title h4 {
	margin:0;
}

#ect-grid-wrapper .ect-grid-title h4 a {
   font-family: 'Proxima Nova' !important;
    font-size: 15px !important;
    line-height: 15px !important;
    border: none;
    padding-left: 4px;
    display: block;
    font-weight: 600 !important;
    text-transform: none;
    color: #9D2022 !important;
}

.homepage-popup{
    background: #fff;
  	border-top: 5px solid #9D2022;
    border-right: 5px solid #9d2022;
    padding: 20px 30px 15px;
	z-index: 5;
    position: fixed;
    width: 100%;
	max-width:600px;
	left:0;
    bottom: 0;
	flex-direction:column;
    display: flex;
    -webkit-transition: .3s;
    transition: .3s;
}

.homepage-popup h3{
	font-size: 38px;
    color: #565759;
}

.homepage-popup .button{
	background: url(/wp-content/uploads/2022/08/btn-bg.png);
    background-size: cover;
    height: 50px;
    line-height: 32px;
    font-size: 18px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
	transition:0.3s ease all;
}

.homepage-popup .button:hover{
color:#fff !important;
	filter:brightness(1.2);
}

.popup-close{
position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 26px;
    line-height: 0;
    color: #012747;
    border: 0;
    background: #fff;
    width: 40px;
    height: 40px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.homepage-popup {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

@media only screen and (max-width:600px){
	.homepage-popup{
		border-right:none;
	}
}

.hide-for-screenreader {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.single-tribe_events .tribe-events-event-image{
	display:none;
}

@media only screen and (max-width:991px){
		#ect-grid-wrapper .ect-grid-event {
    width: 100%;
    max-width: 400px;
}
}

@media only screen and (max-width:767px){
.header-image-wrapper .home-intro {
    height: auto !important;
	}
	
	.home .homepage_content_slider_individual:nth-child(3) .homepage_image_callout_wrapper{
		background-position: right center !important;
    	height: 400px !important;
	}
}

.child-page-list.blog-filter {
	display:none;
}