/*
Theme Name: 	La Paloma
Description: 	Custom Responsive WordPress Theme
Version: 		1.0.21
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; }



@font-face {
    font-family: 'Apercu Pro Light';
    src: url('font/ApercuPro-Light.woff2') format('woff2'),
        url('font/ApercuPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro';
    src: url('font/ApercuPro-Regular.woff2') format('woff2'),
        url('font/ApercuPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Pro Bold';
    src: url('font/ApercuPro-Bold.woff2') format('woff2'),
        url('font/ApercuPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




/*	--------------------------------------------------
     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: 'Apercu Pro Light';
    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: 'icons';
  src: url('font/icons.eot?38253721');
  src: url('font/icons.eot?38253721#iefix') format('embedded-opentype'),
       url('font/icons.woff2?38253721') format('woff2'),
       url('font/icons.woff?38253721') format('woff'),
       url('font/icons.ttf?38253721') format('truetype'),
       url('font/icons.svg?38253721#icons') 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 */
/*
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  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: #fff;
    font-family: 'Apercu Pro Light';
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 400;
}
H1.white {
    color: #fff;
}
H1.single-h1 {
    color: #06456a;
    font-size: 2.5em;
    margin-bottom: 15px;
}
H2 {
    font-family: 'Apercu Pro Light';
    font-size: 2em;
    color: #06456a;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 3px;
    line-height: 125%;
    font-weight: 300;
}
H3 {
 font-family: 'Apercu Pro';
  font-size: 1.5em;
  color: #1d4d6a;
  text-transform: uppercase;
   margin-bottom: 45px;
   line-height: 125%;
}
H4 {
    color: #000000;
   font-family: 'Apercu Pro Light';
    font-size: 1.75em;
    line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
H4.white {
    color: #fff;
}
h6 {
    font-weight: bold;
}
p {
    color: #371315;
    font-family: 'Apercu Pro';
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 1em;
}

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

a:hover{
color: #06456a;
}

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

.button-inline, a.button-inline, a.button-inline:visited {
    display: inline-block;
    padding: 10px 20px;
    color: #06446A;
    font-family: 'Apercu Pro';
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none !important;
    padding: 0;
}

.entry p {
    margin-bottom: 1.25em;
    }

.content-column-content ul, .content-column-content ol,
.entry ul, .entry ol {
  margin-bottom: 1.25em;
    color: #371315;
    font-family: 'Apercu Pro';
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 1em;

}

.entry ul li {
    list-style: circle inside none;
    margin-left: 35px;
    padding-left: 5px;
    }

.entry ol li {
    list-style: decimal inside none;
    margin-left: 35px;
    padding-left: 5px;
    }

.entry li ul li {
    list-style: circle inside 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%;
  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:900px) {
header[role="site-header-interior"], header[role="site-header-homepage"] {
  display: none;
}
header[role="header-mobile"] {
  display: block;
  background: #06456a;
}
header[role="header-mobile"] .brand-wrapper-left, header[role="header-mobile"] .brand-wrapper-right {
    float: left;
    position: relative;
    top: 0;
    width: 100% !important;
    text-align: center;
    left: 0;
    right: 0;
    text-align: center;
}
.logo {
    padding: 5px 20px;
}
.logo img {
    width: 197px !important;
    margin: 0;
}

    header[role="header-mobile"] .brand-wrapper-left .logo img {
        margin: 0 auto;
    }

header[role="header-mobile"] .brand-wrapper-right {
    float: right;
    position: absolute;
}
header[role="header-mobile"] {
    height: 93px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.mobile-menu-toggle {
    color: #fff !important;
    display: inline-block;
    float: right;
    font-size: 3em;
    margin-top: 20px !important;
    border: none;
    text-align: right;
    margin-right: 20px;
}

.mobile-menu-wrapper {
    background-color:rgba(32, 77, 106, 1);
    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: 'Apercu Pro Light';
    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: #0062b7;
}
.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 {
    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: #06456a !important;
}

.brand-wrapper-top-right .button {
    background: transparent;
    border: 2px solid #fff;
    line-height: 2;
}

.brand-wrapper-top-right .button:hover {
    background: #06456a;
    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: 75px;
    width: 300px;
}
.brand-wrapper-left .logo-link .logo {
    margin: 0 auto;
    width: 100%;
/*    max-width: 200px;*/
    margin-bottom: 15px;
}

header[role="site-header-interior"] .brand-wrapper-left .logo-link .logo {
    max-width: 200px;
    margin-top: -5px;
}
@media screen and (max-width:1150px) {
.brand-wrapper-left {
    left: 25px;
}
}
@media screen and (max-width:960px) {
.brand-wrapper-left {
    left: 15px;
}
}
.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: 'Apercu Pro Light';
    font-size: 2.25em;
    letter-spacing: 4px;
    line-height: 1;
    padding: 3px 8px 0;
    text-transform: uppercase;
}
.booking-link > a:hover {
    background-color: #06456a;
    color: #fff !important;
    transition: .3s all ease;
    border-color: #06456a;
}

.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: left;
}
.main-menu a {
    color: #fff;
    display: inline-block;
    font-family: 'Apercu Pro Light';
    font-size: 1.05em;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1;
    padding: 35px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent !important;
}
.main-menu a:hover {
    border-bottom: 2px solid #fff !important;
}

@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: 1.55em !important;
    padding: 0 0 4px;
    margin: 15px 0 20px;
}
.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, #06456a);
    background: -o-linear-gradient(#0062b7, #06456a);
    background: -moz-linear-gradient(#0062b7, #06456a);
    background: linear-gradient(#0062b7, #06456a);*/
/*    background-color: #6B8DB2;*/
}
.brand-wrapper-left .main-menu a:hover, .brand-wrapper-left .main-menu li:hover > a, .main-menu ul > li > a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    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: 20px;
    text-align: left;
    text-shadow: none;
}
.main-menu .sub-menu a:hover {
  background: transparent;
  color: #0062b7;
}
.main-menu li ul {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    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;
}
.main-menu li:hover ul {
    left: 0;
    opacity: 1;
}
header[role="site-header-interior"] {
    background-color: #06456a;
}

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"] .brand-wrapper-left {
    position: relative;
    top: 0;
    width: 18% !important;
    float: left;
    margin-top: 6px;
}
header[role="site-header-interior"] .brand-wrapper-right {
    position: relative;
    top: 0;
    width: 77% !important;
    float: right;
	display: flex;
	align-items: center;
}

header[role="site-header-interior"] .brand-wrapper-right .main-menu {
/*     float: left; */
/*     width: 91%; */
	margin-right: auto;
}
.brand-wrapper-right .social-icons {
    width: 9%;
    float: right;
/*     margin-top: 30px; */
    text-align: right;
}
.header-book-now a {
	    margin: 0 0 0 20px;
    background: white;
    color: #06456a !important;
}
header[role="site-header-interior"].home-header-scroll {
    position: relative !important;
    height: 0;
    overflow: hidden;
    transition: height .5s ease-in-out;
}
.brand-wrapper-right .social-icons a {
    color: #fff;
}

@media only screen and (max-width: 1400px) {
    header[role="site-header-interior"] .brand-wrapper-right {
        width: 73% !important;
    }
}

@media only screen and (max-width: 1000px) {
    header[role="site-header-interior"] .brand-wrapper-right {
        width: 77% !important;
    }
}
/*	--------------------------------------------------
     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: 70px 0;
    position: relative;
    text-align: center;
    max-width: 800px;
    width: 65%;
}
@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 3%;
    position: relative;
  background-color: #fff;
}
.interior_content_wrapper {
  width: 40%;
  padding: 0px 6%;
}
.interior_list_image_wrapper {
    height: 550px;
    width: 60%;
    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: 350px;
}
.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-bottom: 15px solid #fff;
}
.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;
}
.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: middle;
}
.headline-black-bar {
    background: #6B8DB2;
    width: 100%;
}
.headline-black-bar {
  border-bottom: 10px solid #fff;
  border-bottom: 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: 'icons'; 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: 'icons'; 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 {
    padding: 45px 15px;
    background: #ffffff;
    color: #06456a;
}
.main-footer p {
    font-size: 1em;
    font-weight: 400;
    color: #06456a;
    margin-bottom: 0;
}
.main-footer a {
    border: none;
    color: #06456a !important;}
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;
    margin-top: 40px;
/*  width: 250px;*/
}
.footer-left {
  padding-left: 50px;
    float: left;
    width: 20%;
    margin-top: 0;
}
.social-icons a {
    font-size: 1.5em;
    margin: 0;
    border: none;
}
@media screen and (max-width:1040px) {
.social-icons a {
    font-size: 1.25em;
}

/*    H1 {font-size: 5em;}*/

}
.footer-right .button:nth-child(2) {

}
.footer-right .button {
    padding: 15px !important;
    width: 100%;
    display: block;
    margin: 0;
    color: #fff !important;
    font-size: 1em !important;
}
.footer-right .button:hover {
    background: #371315;
    color: #fff !important;
}


.footer-middle {
    float: left;
    width: 60%;
    text-align: center;
    margin-top: 40px;
}

.footer-left .logo {
  width: 170px;
  margin-bottom: 0;
}
@media only screen and (max-width : 1095px) {

    .entry.homepage-main-content {
        width: 65%;
    }

.footer-left, .footer-right {
    width: 20%;
}
    .footer-left {
    width: 30%;
}

.footer-middle {
    width: 50%;
}

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

/*    H1 {font-size: 4em;}*/

    .entry.homepage-main-content {
        width: 85%;
    }
/*    p {font-size: 1.4em;}*/

.footer-left, .footer-right, .footer-middle {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
}
    .address {
        text-align: center !important;
    }
.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: 10px auto;
}
.footer-menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}
.footer-menu a {
    font-family: 'Apercu Pro Bold';
    font-size: .85em;
    line-height: 120%;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.footer-menu a:hover {
    transition: color 0.3s ease-out 0s;
    color: #06456a;
}
.address {
    display: block;
    font-family: 'Apercu Pro Light';
    font-size: 1.15em;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #06456a;
    text-align: right;
}
@media only screen and (max-width : 570px) {

    .page-links h1,
	.page-links h2,
    H1 {font-size: 2em;}

    .entry.homepage-main-content {
        width: 90%;
    }
    p {font-size: 1.3em;}

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

@media only screen and (max-width: 420px) {
    H1 {font-size: 1.5em;}
}

.website-design {
    display: block;
    font-family: 'Apercu Pro Light';
    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;
}
}


/*	--------------------------------------------------
     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: #06456a;
/*
     background: #06456a;
    background: -webkit-linear-gradient(#0062b7, #06456a);
    background: -o-linear-gradient(#0062b7, #06456a);
    background: -moz-linear-gradient(#0062b7, #06456a);
    background: linear-gradient(#0062b7, #06456a);
*/
    border: none;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family: 'Apercu Pro Bold';
    font-size: 1.1em !important;
    font-weight: 300 !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;
    line-height: 2;
}
.gform_footer.top_label {
    text-align: center;
}
p .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
}

.button:hover {
    color: #ffffff;
    background-color: #3589C2;
}
.button > a {
    display: inline-block;
    color: #fff !important;
  border-bottom: none !important;
}
.button:hover > a {
    background-color: #371315;
    color: #ffffff !important;
    transition: 0.5s all ease;
}

.button.button-alt, .button.button-alt > a {
    background: #371315;
}

.button.button-alt:hover, .button.button-alt:hover > a {
    background: #06456a;
}

.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: 'Apercu Pro';
    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: 'Apercu Pro';
    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: 'Apercu Pro';
    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;
    overflow: hidden;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
    border: 0;
    background-size: cover;
    width: 100%;
    height: 350px;
    margin-bottom: 15px;

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


@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;
    padding: 80px 0;
}
.fullwidth-wrapper.alternate-bg {
    background-color: #e7e7e7;
    color: #fff;
    font-family: 'Apercu Pro';
    text-align: center;
    font-style: normal;
    padding: 10px 0;
}

a.parent-page-link {
    color: #fff;
    font-family: 'Apercu Pro';
    font-style: normal;
}
a.parent-page-link:hover {
    color: #221408;
}
.fullwidth-wrapper.alternate-bg2 {
    background-color: #000;
}


.rsNav.rsBullets {
    bottom: 50px !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: 12px !important;
    width: 12px !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: 'Apercu Pro';
    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-bottom: 0 !important;
    padding: 15px;
}
@media screen and (max-width: 1000px) {
.page-links > a {
    height: 300px;
    width: 100%;
}
}
.page-links h1, .page-links h2 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    position: relative;
    transition: all .3s ease;
    font-size: 3.5em;
}
.page-links a:hover h1, .page-links a:hover h2 {
    font-size: 500%;
}
.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.05);
    transition: all 0.3s ease 0s;
}
.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;
}


.home_page_blocks_main_wrapper {
    padding: 100px 0;
    background-color: #F7F7F7;

}
.home_page_blocks .home_page_blocks_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.home_page_blocks .item_block {
    min-width: 300px;
    max-width: 500px;
    width: 30%;
}
.home_page_blocks .item_block h3 {
    font-family: 'Apercu Pro Bold';
    margin-bottom: 10px;
    font-size: 20px;
}
.home_page_blocks .item_block_image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 340/400;
}
.home_page_blocks .item_block_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_page_blocks .item_block_content {
    padding: 20px 0;
}
.home_page_blocks .item_block_content p {
    font-family: 'Apercu Pro Light';
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}



/* DATEPICKER STYLING */

.ui-datepicker-title {
    font-family: 'Apercu Pro';
    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: 'Apercu Pro';
    font-weight: 100;
    width: 100%;
    text-shadow: none;
}
.ui-datepicker tbody td {
    width: 14.285714286%;
}
.ui-datepicker th {
    font-family: 'Apercu Pro';
    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: 'Apercu Pro Light';
}

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



.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: #06456a;
}

#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: 'Apercu Pro Light';
    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: 'Apercu Pro Light';
    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: 'Apercu Pro Light';
    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: #371315;
    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: 75%;
    max-width: 800px;
}
.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) {
    .content-column-content {
     width: 85%;
    }
.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 {
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%);
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%);
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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=1 );
    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) {

    header[role="site-header-homepage"] {
        display: none !important;
    }

.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: 10px 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='#06456a',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: 'Apercu Pro Light';
    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 input[type="text"] {
    border-right: 5px solid #fff;
}

/*
.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: #0062b7;
    background: -webkit-linear-gradient(#0062b7, #06456a);
    background: -o-linear-gradient(#0062b7, #06456a);
    background: -moz-linear-gradient(#0062b7, #06456a);
    background: linear-gradient(#0062b7, #06456a);
    border: none;
    border-radius: 0 !important;
    color: #fff;
    font-family: 'Apercu Pro Bold';
    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: 1.1em;
    text-align: center;
    font-family: 'Apercu Pro Bold';
    border-right: 5px solid;
    height: 80px;
    padding: 18px 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: 5px solid #fff !important;
    font-family: 'Apercu Pro';

}
.selectric .button {
    border: medium none;
    height: 80px !important;
    color: transparent !important;
}
.otw-submit {
    background: #06456a;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    font-family: 'Apercu Pro Bold';

    font-size: 1.25em !important;
    font-weight: 400;
    padding: 28px 5px 29px !important;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 25%;
    text-align: center;
}
.otw-submit:hover {
    background-color: #6B8DB2;
}
.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-family: 'Apercu Pro';

    font-size: 1.15em;
    letter-spacing: 1px;
    line-height: 1 !important;
    margin: 0;
    padding: 27px 10px !important;
    text-transform: uppercase;
    color: #fff;
}
.selectric {
    border-right: 5px 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: 1.15em !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 #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;
  }
}

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


.rsContent:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 3;
    content: none;
}

.homepage_content_slider_individual .rsContent:after {
    content: none;
}

.rsSBlock {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    text-align: center;
    color: #fff;
    z-index: 4;
}

.rsSBlock h1 {
    color: #fff;
}

#tripleseat_embed_form > table {
    margin: 0 auto;
}

#tripleseat_embed_form input,
#tripleseat_embed_form button,
#tripleseat_embed_form textarea,
#tripleseat_embed_form select {
    width: 100%;
    border-width: 1px;
}
#tripleseat_embed_form #lead_phone_number {
    width: 100% !important;
}

#tripleseat_embed_form .extension {
    text-align: left;
}

#tripleseat_embed_form input.timeselect_input,
#tripleseat_embed_form input.hasDatepicker {
    padding-left: 23px !important;
}

#tripleseat_embed_form #ui-datepicker-div {
    top: auto !important;
}

select#categories-dropdown-2 option,
select#cat option {
    background: #000;
}


@media screen and (max-width: 1450px) {
    .main-menu a {padding: 35px 14px; letter-spacing: 3px; font-size: 1em;}
}

@media screen and (max-width: 1300px) {
    .main-menu a {padding: 35px 10px; }
}

@media screen and (max-width: 1250px) {
    .main-menu a {letter-spacing: 1px; }
}

@media screen and (max-width: 1100px) {
    .main-menu a {padding: 35px 5px; }
}



.hidden-xs {
    display: inline-block;
}
.visible-xs {
    display: none;
}

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

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

    .full-width-content.alternate-bg {padding: 40px 0;}
    .content-column-content {margin: 40px auto;}

    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: inline-block;
    }

    H2 {font-size: 1.5em;}

    .brand-wrapper-left .logo-link .logo {
        max-width: 100%;
    }

    .mobile-menu-toggle {font-size: 2em;}

    .footer-menu li {display: block;}
    .footer-menu a {display: block; padding: 10px 15px;}

    .address {font-size: 1em;}

    .scroll-down-link {display: none;}
}



#instagram-feed-container {position: relative; z-index: 1; background: #6B8DB2; border-bottom: 6px solid #6B8DB2;}
#instagram-feed-container .heading {padding: 30px 0; text-align: center;}
#instagram-feed-container .heading h2 {margin-bottom: 0; color: #fff;}
#sbi_mod_error {margin-top: 0;}
#sb_instagram .sbi_photo {border: 0 !important;}


.ngg-galleryoverview.default-view {margin-top: 0 !important; margin-bottom: 0 !important; padding-bottom: 25px;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {padding: 5px;}

.rsContent .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
    z-index: 5; /* Below the title, above the image */
  }

.rsContent .slider-title-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    max-width: 80%;
    font-size: 1.5rem;
    text-align: center;
  }
  .home-header-image .rsContent .slider-title-overlay {
    bottom: 25%;
  }
  .home-intro.fixed-slider .slider-title-overlay p {
    display: inline-block;
    color: #fff;
  }
  .rsContent {
    position: relative; /* Needed to position the overlay */
  }

  @media screen and (max-width: 767px) {
    .rsContent .slider-title-overlay {
        max-width: 100%;
        width: 100%;
    }
    .home-intro.fixed-slider .slider-title-overlay {
      bottom: 5%;
    }
    .home-intro.fixed-slider .slider-title-overlay p {
        font-size: 18px;
    }
    .home-intro.fixed-slider .slider-title-overlay h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }
  }
  
/* Treatment Tabs Navigation */
.treatment-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  padding: 20px 0;
}

.treatment-tabs li {
  margin: 0;
  padding: 0;
  padding: 5px 40px;
}

.treatment-grid .tab-description {
  padding: 20px 0;
  max-width: 760px;
  margin: 0 auto;
  font-family: "Apercu Pro Light", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #333;
} 
.treatment-tabs a {
  display: block;
  font-family: "Apercu Pro", sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent !important;
}

.treatment-tabs a:hover,
.treatment-tabs a.active {
  color: #0F4C81;
  border-bottom-color: #0F4C81 !important;
}

/* Treatment Content Sections */
.treatment-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.treatment-intro {
  font-family: "Apercu Pro Light", sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
}

.treatment-intro p {
  font-family: "Apercu Pro Light", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 0;
}

.treatment-grid {
  margin-top: 40px;
}

.treatment-grid .tab-content .tab-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.treatment-item {
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.treatment-item:hover {
  transform: translateY(-5px);
}

.treatment-item h3 {
  color: #0F4C81;
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 600;
}

.treatment-item p {
  color: #000000;
  line-height: 1.6;
  margin: 0;
  font-family: "Apercu Pro Light", sans-serif;
}

.blue-notice {
  font-family: "Apercu Pro Bold", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #06456A;
  text-align: center;
  margin: 30px 0;
}
.scroll-below {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .treatment-tabs {
    flex-wrap: wrap;
  }
  .treatment-tabs li {
    padding: 5px 20px;
  }
  .treatment-tabs a {
    font-size: 14px;
  }
  
  .treatment-grid .tab-content .tab-content-wrapper {
    grid-template-columns: 1fr;
  }
  
  .treatment-intro {
    padding: 0 20px;
  }
  .scroll-below {
    display: none;
  }
}
  