/*
Theme Name: 	La Posada de Santa Fe Theme
Description: 	Custom Responsive WordPress Theme
Version: 		1.0
Author: 		O'Rourke Hospitality Marketing
Author URI: 	http://orourkehospitality.com
*/


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

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/*	--------------------------------------------------
     01 LAYOUT
    -------------------------------------------------- */

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
    *behavior: url('js/boxsizing.htc');
}



    /* 1. 12 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */

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

       .col {
            margin-left: 3%;
            margin: 3% 0;
            padding: 0 3%;
        }

        .row .col:first-child {
            margin-left:0;
        }

        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }
        */

        .span_1 {
            width:5.58333333333%;
        }
        .span_2 {
            width:14.1666666667%;
        }
        .span_3 {
            width:22.75%;
        }
        .span_4 {
            width:30%;
        }
        .span_5 {
            width:39.9166666667%;
        }
        .span_6 {
            width:48.5%;
        }
        .span_7 {
            width:57.0833333333%;
        }
        .span_8 {
            width:65.6666666667%;
        }
        .span_9 {
            width:74.25%;
        }
        .span_10 {
            width:82.8333333333%;
        }
        .span_11 {
            width:91.4166666667%;
        }
        .span_12 {
            margin-left:0;
            width:100%;
        }
    }

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

        .col {
            padding:5%;
        }
        }

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

        .span_9 {
            width:100%;
        }
        .span_3 {
            width: 100%;
        }
        .span_3.col {
            margin-left: 0;
        }
    }





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



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

body {
    color: #3c3a3b;
    font-family: 'Vollkorn', serif;
    font-size: 1em;
    line-height: 150%;
    font-weight:300;
}
.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: 'laposada';
  src: url('font/laposada.eot?17073668');
  src: url('font/laposada.eot?17073668#iefix') format('embedded-opentype'),
       url('font/laposada.woff2?17073668') format('woff2'),
       url('font/laposada.woff?17073668') format('woff'),
       url('font/laposada.ttf?17073668') format('truetype'),
       url('font/laposada.svg?17073668#laposada') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'laposada';
    src: url('../font/laposada.svg?17073668#laposada') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "laposada";
  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-facebook:before { content: '\46'; } /* 'F' */
.icon-google_plus:before { content: '\47'; } /* 'G' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-down-open-big:before { content: '\e807'; } /* '' */
.icon-left-open-big:before { content: '\e808'; } /* '' */
.icon-right-open-big:before { content: '\e809'; } /* '' */
.icon-up-open-big:before { content: '\e80a'; } /* '' */
.icon-instagram:before { content: '\e80b'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */



h1, h2, h3, h4, h5, h6 {

    font-weight: normal;
}
H1 {
    color: #424242;
    font-family: 'Vollkorn', serif;
    font-size: 2.55em;
    letter-spacing: 2px;
    line-height: 115%;
    margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
H1 {
    font-size: 1.85em;
}
}
H2 {
    color: #3c3a3b;
    font-family: 'Vollkorn', serif;
    font-size: 1.75em;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 125%;
}
H3 {
    color: #424242;
    font-family: 'Vollkorn', serif;
    font-size: 1.5em;
    letter-spacing: 4px;
    line-height: 110%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
H4 {
    color: #424242;
    font-family: 'Vollkorn', serif;
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 125%;
    margin-bottom: 5px;
    text-transform: uppercase;
}
H5 {
    color: #3c3a3b;
    font-family: 'Vollkorn', serif;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 110%;
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}
h6 {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p {
    color: #3c3a3b;
    font-family: "Vollkorn",serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 172%;
    margin-bottom: 10px;
}

a {
text-decoration:none;
}

a:hover {
text-decoration:none;
}





a:link {
    color: #424242;
    text-decoration: none;
}
a:visited {   color: #424242;}
a:active {color: #424242;}
a:hover {
    color: #424242;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;

}

.entry p a:link, .column p a:link, .column li a:link, p a:link {
    border-bottom: 1px dotted #424242;
    color: #424242;
    text-decoration: none;
}
.column li a:link {
    border-bottom: 1px dotted #424242 !important;
}
p a:visited {   color: #424242;}
p a:active {color: #424242;}
p a:hover {
    color: #424242;
    outline: medium none;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
    border-bottom: 1px solid #424242;
}

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

b, strong {
    font-weight: 600;
}
/*	--------------------------------------------------
     03  MAIN MENU
    -------------------------------------------------- */
.logo {
    margin: 0 auto;
    max-width: 200px;
}
.logo img {
    display: block;
    height: auto;
    width: 100%;
}
.sticky-logo {
    opacity: 0 !important;
    height: 0 !important;
}
.sticky .normal-logo {
    display: none;
    height: 0;
    opacity: 0 !important;
}
.sticky .sticky-logo {
    height: auto !important;
    margin: 0 auto !important;
    max-width: 49px;
    opacity: 1 !important;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width: 700px) {
.logo img {
    width: 70%;
}
.logo img {
    margin: 0 auto 0;
}
}
.top-menu-wrapper {
    display: block;
    height: 50px;
    padding: 0 5%;

}
.overlay-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    left: 0;
    margin-top: 100vh;
    position: fixed !important;
    top: 0;
    transition: all 450ms ease-in 0s;
    visibility: hidden;
    width: 100%;
    z-index: 985;
    overflow-x: hidden;
    overflow-y: scroll;
}
.overlay-wrapper.active {
    margin-top: 0;
    transition: all 850ms cubic-bezier(0.19, 0.63, 0.235, 0.995) 0s;
    visibility: visible;
}

@media only screen and (max-width : 780px) {
.main-menu-wrapper {
    top: 180px;
}
}

.mobile-overlay-wrapper {
    display: none;
}
@media only screen and (max-width : 780px) {
.mobile-overlay-wrapper {
    display: block;
}
.desktop-overlay-wrapper {
    display:none;
}
}
.active .main-menu-wrapper {
        transition: all 850ms cubic-bezier(0.19, 0.63, 0.235, 0.995) 0s;
}
.main-menu {
    display: block;
    margin: 150px auto 0;
    width: 280px;
}
.main-menu-wrapper a:hover {
}
.brand-inner-wrapper {
    margin: 0 auto;
    width: 90%;
}
header[role="site-header"] {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 3% 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header.active[role="site-header"] {
    position: fixed;
}
header[role="site-header-mobile"] {
    display: none !important;
}
.brand-wrapper-left, .brand-wrapper-right, .brand-wrapper-center {
    float: left;
    position: relative;
    z-index: 9999;
}
.brand-wrapper-right {
    float: right;
}
.brand-wrapper-left, .brand-wrapper-right {
    width: 50%;
}
.brand-wrapper-center {
    width: 33.333%;
}
.sticky .brand-wrapper-center {
    height: 50px;
    left: 50%;
    margin-left: -26px;
    position: absolute;
    width: 52px;
}
@media only screen and (max-width : 780px) {
.brand-wrapper-center {
    margin-left: -90px;
    width: 180px;
    top: 10;
}
}
.brand-wrapper-center {
    left: 50%;
    margin-left: -115px;
    position: absolute;
    width: 230px;
}
.main-menu-toggle {
    float: left;
    height: 45px;
    text-align: center;
    width: 45px;
    display: block;
    cursor: pointer;
    position: relative;
}
.menu-text {
    bottom: 15px;
    position: absolute;
    width: 100%;
}

.sidebar-top {
    margin-top: 24px;
}
@media only screen and (max-width : 780px) {
.sidebar-top {
    margin-top: 0;
}
}
.menu-utility-menu-container a, .menu-utility-menu-left-container a {
    color: #000000;
    display: inline-block;
    float: left;
    font-family: "Vollkorn",serif;
    font-size: 0.75em;
    letter-spacing: 1px;
    padding-left: 17px;
    text-transform: uppercase;
}
.menu-utility-menu-container ul li {
    list-style: none;
    float: right;
}
.menu-utility-menu-left-container ul li {
    list-style: none;
    float: left;
}

@media only screen and (max-width : 860px) {
.menu-utility-menu-container a {
    padding-right: 9px;
}
.menu-utility-menu-left-container a {
    padding-left: 9px;
}
}
@media only screen and (max-width : 780px) {
.main-menu-wrapper a {
    font-size: 2em;
    padding: 14px 0;
}
menu-main-menu-mobile-container li li a:hover {
        color: #fff;
        background: none repeat scroll 0 0 #2e4452;
    }


    .menu-main-menu-mobile-container a {
        display: block;
        font-size: 1em;
        font-weight: 200;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        line-height: 1;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }


    .menu-main-menu-mobile-container a:hover, .menu-main-menu-mobile-container li:hover > a, .menu-main-menu-mobile-container ul > li > a.active {
        background: none repeat scroll 0 0 #d5bda1;
    }
    .menu-main-menu-mobile-container li {
        float: none;
        border-bottom: 1px solid #d5bda1;
    }
    .menu-main-menu-mobile-container ul li ul {
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .menu-main-menu-mobile-container .menu-item:active {
        background-color: #262626;
    }
    .menu-main-menu-mobile-container .sub-menu .menu-item:active {
        background-color: #151515;
    }
    .menu-item-parent {
        position: relative;
    }
    .menu-item-parent span {
        color: #FFF;
        font-family: 'basinharbor';
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .menu-item-parent span:after {
        content: "\e80a";
    }

    .menu-item-parent.open:hover span:after {
        content: "\e808";
    }
        .menu-item-parent.open:focus span:after {
        content: "\e808";
    }

    .menu-item-parent.open span {
        top: 13px;
    }
    .menu-main-menu-mobile-container .sub-menu {
        display: none;
        background: #2e4452;
        opacity: 1;
    }
    .menu-main-menu-mobile-container .sub-menu a {
        background: #b79378;
        color: #FFFFFF;
        font-size: 0.9em;
        font-weight: 100;
        padding: 10px 30px !important;
        text-shadow:none;
    }
    .menu-main-menu-mobile-container .sub-menu li {
        border-bottom: 1px solid  #d5bda1;
    }
    .menu-main-menu-mobile-container .sub-menu li:first-child {
        border-top: 1px solid  #d5bda1;
    }
    .menu-main-menu-mobile-container .sub-menu li:last-child {
        border-bottom: none;
    }
}
.booking-link a {
    background-color: #ffffff;
    color: #424242;
    display: block;
    float: right;
    font-family: 'Vollkorn', serif;
    font-size: 1.1em;
    letter-spacing: 3px;
    line-height: 100%;
    padding: 12px 20px 11px;
    text-transform: uppercase;
}
.keys-reserve {
    height: 40px;
    margin-right: 10px;
}
.booking-link {
    text-align: right;
}
.social-icons {
    float: left;
    text-align: left;
    width: 111px;
}
.social-icons a {
    font-size: 1.1em;
}
.active .main-menu-wrapper {
    display: block !important;
}
.menu-main-menu-container li {
    position: relative;
    float: left;
    list-style: none outside none;
}
.menu-main-menu-container li li {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    float: none;
    white-space: nowrap;
    width: 100%;
}
.sub-menu a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.4s ease-in-out 0s;
}
.menu-main-menu-container li:hover ul {
    left: 0;
    opacity: 1;
}
.menu-main-menu-container li:hover ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.menu-main-menu-container li:hover ul.sub-menu li ul.sub-menu {
    opacity: 0;
    visibility: hidden;
}
.menu-main-menu-container li ul li ul {
    left: 100% !important;
    padding-left: 2px;
    top: 0;
}
.menu-main-menu-container li.menu-right:hover ul {
    left: auto;
    right: 0;
}
.menu-main-menu-container li li a {
    margin: 0;
    padding: 11px 18px !important;
    transition: color 0.3s ease 0s;
    font-size: 0.8em;
}
.main-menu ul {
    margin:0 auto;
}
.menu-right {
    float: right !important;
}
.menu-right a {
    padding: 0 0 0 20px;
}
.menu-main-menu-container a {
    color: #000000;
    display: block;
    font-family: 'Vollkorn', serif;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px 20px 25px 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.book-btn a {
    background-color: #b79378;
    color: #fff !important;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 19px;
    margin-top: -2px;
    padding: 7px 15px 5px !important;
}
@media only screen and (max-width : 905px) {
.menu-main-menu-container a {
    font-size: .85em;
}
}
.menu-right a {
    padding-left: 20px;
    padding-right: 0;
}
@media only screen and (max-width : 1060px) {
.book-btn a {
    margin-left: 12px;
}
.menu-right a {
    padding-left: 9px;
}
}
@media only screen and (max-width : 1025px) {
.main-menu li.right-main-nav {
    float: none;
}
.main-menu {
    width: 100%;
}
}
@media only screen and (max-width : 700px) {
.main-menu {
    margin: 140px auto 0;
}
.main-menu li a::before {
    margin-left: 10px;
}

}


.menu li ul {
    position: absolute;
    opacity: 0;
    top: 46px;
    left: -9999px;
    min-width: 100%;
    width: auto;
/*     background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8); */
    -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;
    padding: 0;
    z-index: 9999;
}


.main-menu li li {
    float: none;
    white-space: nowrap;
    margin: 0;
    text-align: right;
}


.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 {
    color: rgba(255, 255, 255, 0.25);
}

.main-menu li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;

}
.main-menu .sub-menu {
    display: none;
}
.main-menu .sub-menu a {
    color: #ffffff;
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
    padding: 15px 30px 15px 130px !important;
    text-align: left;
    text-shadow: none;
}

.utility-menu-mobile-wrapper {
    display: block;
    margin: 0 auto;
    width: 175px;
    padding-left:10px;
}
.utility-menu-mobile li {
    position: relative;
    float: left;
    list-style: none outside none;
}

.utility-menu-mobile ul {
    margin:0 auto;
}
.utility-menu-mobile a {
    color: #ffffff;
    display: block;
    font-size: 0.95em;
    line-height: 1;
    padding: 18px 8px;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.utility-menu-mobile a:hover, .utility-menu-mobile li:hover > a, .utility-menu-mobile ul > li > a.active {
    color: #306376;
}



.utility-menu-mobile li ul {
    position: absolute;
    opacity: 0;
    top: 50px;
    left: -9999px;
    min-width: 100%;
    width: auto;
    /* padding: 15px 20px; */
    background: rgb(19, 19, 19, 0.8);
    background: rgba(19, 19, 19, 0.8);
    -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;
    -webkit-box-shadow: 2px 6px 6px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    2px 6px 6px rgba(50, 50, 50, 0.5);
    box-shadow:         2px 6px 6px rgba(50, 50, 50, 0.5);
}

.utility-menu-mobile li ul:hover {
    /* background: rgba(255,255,255,1); */

}

.utility-menu-mobile li:hover ul {
    opacity: 1;
    left: 0;
}
.utility-menu-mobile li li {
    float: none;
    white-space: nowrap;
}
.utility-menu-mobile li li a {
    margin: 0;
    padding: 10px 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.utility-menu-mobile li li a:hover {
    color: #306376;
}




/*	--------------------------------------------------
     05  HEADER
    -------------------------------------------------- */

.header-wrapper {
    clear: both;
    margin: 65px auto;
    position: relative;
    width: 100%;
}
@media only screen and (max-width : 780px) {
.header-wrapper {
    margin: 0 auto 0;
}
}
.sticky .header-wrapper {
    margin: 0 2.5%;
    width: 95%;
}
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;
    }

.page-name-header-wrapper {
    position: absolute;
    top: 55%;
    width: 100%;
    z-index: 8020;
}
.page-name-header {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
    border: 3px solid #ffffff !important;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 50px;
    letter-spacing: 1px;
    margin-right: 13%;
    padding: 25px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    z-index: 9999;
    line-height: 77%;
}
@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;
        position: relative;
        z-index: 9999;
    }
}


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

header[role="site-header"] {
    display: none;
}
header[role="site-header-mobile"] {
    display: block !important;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header.active[role="site-header-mobile"] {
    position: fixed;
}
.mobile-header-top {
    border-bottom: 1px solid #fff;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
    width: 95%;
}
.mobile-header-top .brand-wrapper-left {
    width: 60%;
}
.mobile-header-top .brand-wrapper-right {
    width: 40%;
}

.mobile-header-bottom .brand-wrapper-left {
    width: 25%;
}
.mobile-header-bottom .brand-wrapper-right {
    width: 25%;
    float: right;
}
.mobile-header-middle {
    clear: both;
    width: 100%;
}

.booking-link > a {
    margin-right: 14px;
    margin-top: 13px;
    text-align: center;
    width: 99%;
}
.main-menu-toggle {
    float: none;
    margin: 0 auto;
}
.logo {
    margin: 0 auto 20px;
    max-width: 200px;
}
}
@media only screen and (max-width : 525px) {
.hide-mobile {
    display: none;
}
.mobile-header-top .brand-wrapper-left {
    width: 50%;
}
.mobile-header-top .brand-wrapper-right {
    width: 50%;
}
}
.brand-topper {
    height: auto;
    position: absolute;
    z-index: 8888;
    top:0;
    width: 100%;
    left:0;
}

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

.brand-topper {
    height: auto;
    position: relative;
    z-index: 8888;
    top:0;
    width: 100%;
    left:0;
    border-bottom: none;
    background-color: #221408;
}
}


.booking-title a {
    background: #bea783 none repeat scroll 0 0;
    color: #ffffff;
    font-family: 'Vollkorn', serif;
    font-size: 1.5em;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.booking-title > a:hover {
    background-color: #ae9773;
    transition: background-color .5s;
}
.home .booking-title {
    display: block;
}
.booking-title {
    display: none;
}

.booking-title-mobile a {
    background: #bea783 none repeat scroll 0 0;
    color: #ffffff;
    font-family: 'Vollkorn', serif;
    font-size: 1.5em;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
}
.booking-title-mobile > a:hover {
    background-color: #ae9773;
    transition: background-color .5s;
}
.home .booking-title-mobile {
    display: block;
}
.booking-title-mobile {
    display: none;
}


.book-form-wrapper {
    display: none;
    margin-top: 28px;
    position: absolute;
    right: 0;
    width: 142px;
}
.sticky .book-form-wrapper {
    margin-top: 27px;
}
.book-form-wrapper select {
  text-align: center;
  text-align-last: center;
  /* webkit*/
}

.book-form-wrapper option {
  text-align: center;
}
@media only screen and (max-width : 780px) {
.book-form-wrapper {
    margin-top: 5px;
    width: 100%;
}
}
.book-form-wrapper > form {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#book-form label {
    display: block;
    padding-top: 5px !important;
}
.form-select {
    float: left;
    margin-right: 1%;
    width: 25%;
}

 .book-form-wrapper input, .book-form-wrapper select {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e9e8e8;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    color: #3c3a3b;
    font-family: 'Vollkorn', serif;
    font-size: 0.85em !important;
    letter-spacing: 1px;
    padding: 10px 0  !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    font-weight: 300;
}
 .action > input {
    margin-top: 0;
    background-color: #b79378;
    color: #fff;
    border-bottom: none;
}

.action > input:hover {
    background-color: #7d4f47;
    color: #ffffff;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}
.group-book-btn {
     background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    color: #3c3a3b;
    font-family: 'Vollkorn', serif;
    font-size: 0.75em !important;
    letter-spacing: 1px;
    padding: 10px 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    display: block;

}

.
@media only screen and (max-width : 840px) {
.form-select {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
}
.book-form-wrapper select, .book-form-wrapper input {
    width: 100%;
}
}

/*	--------------------------------------------------
     XX  HOMEPAGE
    -------------------------------------------------- */


.entry.homepage-main-content {
    margin: 0 auto;
    padding: 130px 0;
    width: 66%;
    position: relative;
}

.main-content-image {
    float: left;
    width: 33.333%;
}
.main-content-badge {
    left: -129px;
    position: absolute;
    top: 300px;
    width: 255px;
}
.callout-bar {
    background-color: #7d4f47;
    width: 100%;
    padding: 20px 0;
}
.main-content-text {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.callout-bar-bottom {
    background-color: #fff;
    border: 5px solid #7d4f47;
    margin: 20px auto;
    padding: 40px;
    text-align: center;
    width: 97%;
}
.callout-bar-bottom .button {
    background-image: url("images/keyhole.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 9px 50px 9px 70px;
}
.key-button {
    margin-left: -65px;
    margin-right: 10px;
    margin-top: -5px;
    width: 55px;
}

.main-content-text > p {
    font-size: 0.8em;
    margin-left: 40px;
    margin-top: 30px;
}
.main-content-text h5 {
    color: #fff;
    display: inline-block;
    line-height: 130%;
}
.main-content-text a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    display: inline;
    font-size: 1em !important;
    margin-bottom: 0 !important;
    margin-left: 10px;
    padding: 6px 40px;
}
@media only screen and (max-width : 750px) {
.main-content-text a {
    display: block !important;
    margin-left: 0 !important;
}
}
.main-content-text a:hover {
    background-color: #fff;
    color: #7d4f47 !important;
    border-color: #fff;
}
@media only screen and (max-width : 1025px) {
.main-content-badge, .main-content-image {
    display: none;
}
.main-content-text {
    width: 85%;
}
.main-content-text > p {
    margin-left: 0;
}
}
.divider-bar {
    background-color: #424242;
    height: 6px;
    margin-bottom: 30px;
    width: 65px;
}
.page-links-wrap > a {
    border-bottom: 1px solid;
    font-family: 'Vollkorn', serif;
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 7px;
}
.entry.homepage-signupform {
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    width: 55%;
}
@media only screen and (max-width : 775px) {
.entry.homepage-signupform {
    width: 80%;
}
}
#sb_instagram #sbi_load {
    display: none;
}
/*	--------------------------------------------------
     06  FOOTER
    -------------------------------------------------- */

.main-footer {
    color: #424242;
    background-color: #ffffff;
}
.mobile-footer {
    display: none;
}
@media only screen and (max-width : 965px) {
.main-footer {
   display: none;
}
.mobile-footer {
    display: block;
}
}
footer[role="site-footer"] .main-footer .wrapper {
    font-size: 1em;
    padding: 25px 0 40px 0 !important;
}

.mobile-footer .social-icons {
    font-size: 1.5em;
    letter-spacing: 12px;
    text-align: center;
}
.mobile-footer .social-icons a {
    color: #fff;
}
.footer-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    color: #ffffff;
}
.footer-wrapper .row {
    background-color: #ae7b5e;
    padding: 20px 0;
}

.footer-menu li::after {
    color: #3c3a3b;
    content: "/";
}
.footer-menu li:last-child:after {
    content: "";
}
.footer-menu a:hover {
    outline: medium none;
    text-decoration: none;
    transition: color 0.5s ease-out 0s;
    color: #3c3a3b;
}
.address-block {
    font-family: "open sans";
    font-size: 0.8em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.footer-left {
    float: left;
    width: 28%;
}
.footer-right {
    float: left;
    width: 19%;
}
.footer-middle {
    float: left;
    width: 53%;
}
.footer-left .gform_wrapper {
    margin: 6px 0;
}
.footer-left .gform_button.button {
    margin-right: 0 !important;
    text-align: center;
    width: 100% !important;
}
.footer-left {
    padding-left: 5%;
}
.footer-right {
    padding-right: 5%;
}
.footer-left > p {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (max-width : 965px) {
.footer-left, .footer-right {
    float: none;
    width: 100%;
}
.address-block {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-left {
    margin-top: 0 !important;
    padding: 0 10%;
}
.widget.gform_widget {
    height: 28px;
}
.footer-middle, .footer-right {
    float: left;
    padding: 0 10%;
    width: 50%;
}
.footer-right {
    padding: 0 10% 0 0;
}
}
.footer-logos-wrapper {
    display: block;
    margin: 10px auto;
    max-width: 98%;
    text-align: center;
    width: 100%;
}
.footer-logo {
    height: 75px;
    display: inline-block;
}
.footer-logos-wrapper a {
    border-bottom: none !important;
}

@media only screen and (max-width : 445px) {
.footer-logo {
    display: block;
    height: 64px;
    margin: 20px auto;
}
}
.menu-footer-menu-container a {
    border-right: 1px solid;
    color: #fff;
    font-family: "open sans";
    font-size: 0.75em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
}
@media only screen and (max-width : 965px) {
.menu-footer-menu-container a {
    padding: 0;
}
}
.menu-footer-menu-container li:last-child a {
    border-right: medium none;
    padding-right: 0;
}
#menu-footer-menu li:last-child a {
    border-right: 0 none;
}
#menu-footer-menu {
    text-align: center;
}
.menu-footer-menu-container li {
    display: inline-block;
}
.footer-left .gform_body {
    width: 60% !important;
    float: left;
}
.footer-left .gfield {
    margin: 0 !important;
}
.footer-left .gform_footer.top_label {
    clear: none !important;
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}
.website-design {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    color: #fff;
}
.website-design a {
    color: #fff !important;
    font-family: 'Open Sans', serif;
    border-bottom: none !important;
    font-size: 0.55em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
@media only screen and (max-width : 965px) {
.menu-footer-menu-container li {
    display: block;
}
.menu-footer-menu-container a {
    border-right: medium none;
}
.website-design {
    line-height: 90%;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: left;
}
}



/*	--------------------------------------------------
     07  HOMEPAGE
    -------------------------------------------------- */


.rooms-wrapper {
    width: 32%;
    float: left;
    text-align: left;
    margin: 0 .66%;
    min-width: 235px;
    margin-bottom: 20px;
}

@media only screen and (max-width : 765px) {
.rooms-wrapper {
    width: 100%;
    float: none;
    max-width: 450px;
    margin-bottom: 25px;
}
}

.rooms-image {
    margin-bottom: 25px;
}
.rooms-image img {
    width: 100%;
}
.rooms-text {
    padding-right: 15px;
}
.room-rates-bold {
    float: left;
    line-height: 140%;
    margin-right: 15px;
}

.rooms-text .room-secondary-links {
    margin: 0;
}
.rooms-width {
    margin: 0 auto;
}
.rooms-text > a {
}



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

.links-callout-homepage {
    background-color: #221408;
    padding: 21px;
    text-align: center;
       color: #ffffff;

}
.homepage-stay-links > a {
    display: inline-block;
    float: left;
    font-family: 'Vollkorn', serif;
    padding: 7px 15px;
    text-align: center;
    width: 50%;
}
@media screen and (max-width: 470px) {
.homepage-stay-links > a {
    width: 100%;
    float: none;
}
}
.homepage-stay-links > a:hover {
    background-color: #bea783;
    color: #ffffff;
    transition: background-color 0.5s ease-out 0s;
}

/*	--------------------------------------------------
     09  INTERIOR
    -------------------------------------------------- */
.content-interior {
    margin-left: 0px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    padding-right: 0;
    width: 33.333%;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.entry-center .ngg-gallery-thumbnail-box {
    border: medium none !important;
    margin: 0 1% 17px !important;
    width: 23% !important;
}
/*
.ngg-gallery-thumbnail-box:nth-child(3) {
    border-right: none !important;
}
*/
@media only screen and (max-width : 300px) {

.ngg-gallery-thumbnail-box {
    padding-bottom: 0;
    width: 100%;
}

}




/*	--------------------------------------------------
     10  GALLERY
    -------------------------------------------------- */

.gallery {
    padding-bottom: 60px;
}
.gallery ul {
    padding: 0.25em;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *behavior: url('js/boxsizing.htc');
}
.gallery ul li {
    float: left;
    width: 16.666666666%;
    padding: 0.25em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    *behavior: url('js/boxsizing.htc');
}
.gallery ul img {
    display: block;
    max-width: 100%;
}
@media only screen and (min-width : 1024px) {
    .gallery ul li:nth-child(6n+1) {
        clear: left;
    }
    .gallery ul li:nth-child(5n+1) {
        clear: none;
    }
}
@media only screen and (min-width : 800px) and (max-width : 1024px) {
    .gallery ul li {
      width: 20%;
    }
    .gallery ul li:nth-child(5n+1) {
        clear: left;
    }
    .gallery ul li:nth-child(4n+1) {
        clear: none;
    }
}

@media only screen and (min-width : 400px) and (max-width : 800px) {
    .gallery ul li {
        width: 33.3333333333333333%;
    }
    .gallery ul li:nth-child(3n+1) {
        clear: left;
    }
    .gallery ul li:nth-child(odd) {
        clear: none;
    }
}
@media only screen and (max-width : 400px) {
    .gallery ul li {
        width: 50%;
    }
    .gallery ul li:nth-child(odd) {
        clear: left;
    }
}




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

}
@media only screen and (max-width : 1025px) {
section[role="content"] {
    clear: both;
}
}
section[role="secondary-content"] {
    background-color: #ffffff !important;
}



.button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 0 !important;
    display: inline-block !important;
    font-family: "Vollkorn",serif;
    font-size: 1.25em !important;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 2px 45px;
}

.gform_footer.top_label {
    text-align: center;
}
.page-links-content .button {
    margin-right: 20px;
}
p .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
}

.button:hover {
    color: #fff;
    transition: 0.5s all ease;
    background-color: #424242;
    border-color: #424242;
}
.button > a {
    font-weight: 300 !important;
    display: inline-block;
    font-family: 'Vollkorn', serif;
    border-bottom: none !important;
}
.button > a:link {
    border-bottom: none !important;
}
.button:hover > a {
    color: #ffffff !important;
}

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

@media only screen and (max-width : 450px) {
    .abWhiteBox {
        padding:10px;
    }
}


/*	--------------------------------------------------
     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 {
    box-shadow: none;
    display: block;
    font-size: 13px;
    padding: 8px !important;
    width: 98%;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #cccccc;
    background: rgba(255,255,255,1) url("images/arrow-down.png") no-repeat scroll 96% center;
    -moz-appearance: none !important;

}
.child-page-list > select {
    border: medium none;
    border-radius: 0;
    margin: 0 auto;
    width: 310px;
    -moz-appearance: none !important;
    background: #ffffff url("images/arrow-down.png") no-repeat scroll 96% center;
    color: #221408;
    font-family: 'Vollkorn', serif;
    font-size: 1em;
    text-indent: 0.01px;
    text-overflow: "";
    -webkit-appearance: none;
    padding: 15px;
    border-bottom: 1px solid #e9e8e8;
}
.child-page-list option {
    box-shadow: none;
    padding: 7px;
    text-align: center !important;
}
/*
#gform_wrapper_1 .gform_body {
    float: left;
    width: 50%;
}
*/

.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-right: 6px;
    margin-top: 5px !important;
}

.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 30px 0 12px !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;
    border-radius: 0 !important;
/*     width: 98%; */
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus  {

}

.gform_confirmation_wrapper {
    padding: 20px;
}

/*	--------------------------------------------------
     XX SLIDER OVERIDES
    -------------------------------------------------- */

.rsUni .rsBullets {
    text-align: center !important;
    margin-top: -30px !important;
    line-height: 20px !important;
}
.rsUni .rsBullet {
    padding-left: 10px !important;

}
.rsUni .rsBullet span {
    background: none repeat scroll 0 0 #ffffff !important;
}

.rsABlock, .rsSBlock {
    bottom: 19%;
    right: 2%;
}

.rsSBlock h1 {
    font-weight: 200;
}







.home-content {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}





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


.widget.gform_widget{
    width: 100%;
}

}

input, textarea, select {
    background-color: #e9e8e8;
    border: medium none;
    color: #3c3a3b;
    font-family: "lato";
    font-size: 0.95em !important;
    font-weight: 300;
    padding: 10px 15px !important;
    text-align: left;
}
select {
    padding: 10px 15px !important;
}

::-webkit-input-placeholder { color:#3c3a3b; }
:-moz-placeholder { opacity: 1; color:#3c3a3b; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#3c3a3b; } /* firefox 19+ */
:-ms-input-placeholder { color:#3c3a3b; } /* ie */
input:-moz-placeholder { color:#3c3a3b; }
.room-secondary-links {
    margin: 45px 0 0;
}

.room-secondary-links a {
    font-size: 1.15em;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #F0F0F0;
    margin: 5px 23px 5px 0;
}

@media only screen and (max-width : 980px) {
    .room-secondary-links a {
    margin: 5px 12px 5px 0;
     padding: 15px;
}
}
@media only screen and (max-width : 830px) {
    .room-secondary-links a {
    font-size: 1em;
}
}
@media only screen and (max-width : 765px) {
    .room-secondary-links a {
     float: left;
    margin: 5px 0;
    width: 100%;
}
}
.room-secondary-links a:hover {
    background-color: #E0E0E0;
}
@media only screen and (max-width : 875px) {
    .room-secondary-links a {
    padding-right: 15px;
}
}

.houses-gallery-wrapper {
    margin-top: 1.1em;
    margin-bottom: 2em;
    width: 100%;

}

@media screen and (max-width: 520px) {
.ngg-gallery-thumbnail img {
    width: 145px;
    height: 145px;
}
}

.ngg-gallery-thumbnail-box {
    margin: 0 !important;

}
.ngg-gallery-thumbnail img {
    border: none !important;
    margin: 0px !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
}



.terms_conditions {
    clear: both;
    font-size: 0.9em;
    font-style: italic;
}




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



.blog-image {
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.single .blog-image {
    height: 450px;
}
.entry-title {
    margin-bottom: 10px !important;
}
.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 {
    float: left;
    margin-bottom: 40px;
    margin-right: 5%;
    padding-bottom: 20px;
    width: 45%;
}
.pubdate {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 10px !important;
}
.moretag.button {
    margin-top: 14px;
    border: 2px solid !important;
}
.moretag.button:hover {
    color: #fff !important;
}
.blog-post-entry {
    text-align: left !important;
}
.blog-items {
    border-bottom: 1px solid #3F3E49;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-image {
    padding-bottom: 20px;
}
.blog-text {
    margin-top: 20px;
    text-align: left;
}
.blog-text h2 a {
    font-weight: 300;
}
.blog-text h1 {
    line-height: 100%;
    margin: 0;
    padding: 0 0 10px;
}
.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 auto 20px;
        width: 100%;
    }
    .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;

    }
}





/*  SIDEBAR LINKS */
.sidebar-links {
    width: 100%;
}


.sidebar-links li {
    list-style: none outside none !important;
    padding-left:0;
    margin-left: 0;
}
.sidebar-links a {
    display: block;
    font-size: 1.15em;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
.sidebar-links li {
    margin-bottom: 0;
}
.sidebar-links li {
    background-color: #f0f0f0;
    margin: 5px 0 !important;
}
.sidebar-links-title {
    padding-left:5px;
}
.sidebar-links li:hover {
    background-color: #E0E0E0;
}

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

.sidebar-links-title {
    padding-left:2px;
    font-size: .8em;
}
}

@media screen and (max-width: 840px) {
.sidebar-links-title {
    font-size: .7em;
}

}
@media screen and (max-width: 765px) {
.sidebar-links-title {
    font-size: 1em;
}
.sidebar-links li:last-child {
    margin: 5px 0 0 !important;
}
.sidebar-links > ul {
    margin-bottom: 0;
}

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




.rooms-text > p {
    line-height: 140%;
}

#html5-text {
    font-size: 18px !important;
    padding: 7px 10px !important;
   }


.alignright {
       float: right;
}


.gform_wrapper div.validation_error {
    display: none;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: none !important;
    margin-top: none !important;
    padding-left: none !important;

}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: none !important;
}


/* 404 ERROR PAGE STYLING */
.error-404 {
    font-size: 6em;
    line-height: 100%;
    text-align: center;
}
.error-404-headline {
    font-size: 1.4em;
    padding-top: 0;
    text-align: center;
}
.error-404-copy {
    font-weight: 300;
    font-size: 1.1em;
    padding-top: 20px;
    text-align: center;
}



@media screen and (max-width: 1025px) {
.gform_confirmation_message {
    text-align: center;
}
}











.alignleft {
    float: left;
    padding-right: 20px;
    clear: both;
    padding-bottom: 20px;
}

.alignright {
    float: right;
    padding-left: 20px;
    clear: both;
    padding-bottom: 20px;

}



.gform_wrapper {
    max-width: 100% !important;
}

.mgl_instagram_pagination {
    display: none;
}
.gform_wrapper .top_label .gfield_label {
    font-weight: normal !important;
}


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

.gform_wrapper {
    margin: 0 auto !important;
}
.gform_button.button {
    width: 100%;
}
}




.fullwidth-wrapper {
    max-width: 100%;
    width: 100% !important;
}

.fullwidth-wrapper.alternate-bg {
    background-color: #fff;
    color: #fff;
    font-family: 'Vollkorn', serif;
    text-align: center;
    font-style: normal;
    padding: 10px 0;
}

a.parent-page-link {
    color: #fff;
    font-family: 'Vollkorn', serif;
    font-style: normal;
}
a.parent-page-link:hover {
    color: #221408;
}
.fullwidth-wrapper.alternate-bg2 {
    background-color: #e9e8e8;
}



.rsUni .rsBullet span {
    background: none repeat scroll 0 0 rgba(255,255,255,.75) !important;
    border: 2px solid rgba(255,255,255,.15) !important;
    display: block;
    height: 16px;
    width: 16px;
}
.rsUni .rsBullet.rsNavSelected span {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 2px solid rgba(255,255,255,.75) !important;
}


.attachment-post-thumbnail.wp-post-image {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.interior-header-image {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 720px;
    position: relative;
}
@media screen and (max-width: 780px) {
.interior-header-image {
    height: 310px;
}
}
.header-image-wrapper {
    position: relative;
}
@media screen and (max-width: 780px) {
.header-image-wrapper {
    margin-top: -46px;
}
}
.interior-header-image::before {

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

    background-blend-mode: multiply;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-name > h1 {
    color: #fff;
    font-size: 3.5em !important;
    letter-spacing: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.home .header-image-wrapper .home-intro {
    background-size: cover;
    height: 600px;
    background-position: center;
}

.home .header-image-wrapper .home-intro:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:10;


}
.header-image-wrapper .home-intro:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:auto;
  display: block;
  z-index:0;
/*   background-color: rgba(68,68,68.7); */
}

.home .homepage_header_callout {
    left: 15.25%;
    position: absolute;
    text-align: center;
    top: 34%;
    width: 77%;
}
.homepage_header_callout {
    bottom: 20px;
    left: 10%;
    position: absolute;
    text-align: center;
    width: 80%;
}
@media screen and (max-width: 780px) {
.page-name > h1 {
    font-size: 2.25em !important;
    letter-spacing: 10px;
}
}
@media screen and (max-width: 450px) {
.page-name > h1 {
    font-size: 2em !important;
    letter-spacing: 4px;
}
}
@media screen and (max-width: 400px) {
.page-name > h1 {
    font-size: 1.5em !important;
}
}
.entry.entry-center {
    margin: 70px auto;
    text-align: center;
    width: 65%;
}
@media screen and (max-width: 780px) {
.entry.entry-center {
    width: 85%;
}
}
.entry.home_page_links_wrapper_full {
    border-top: 20px solid #ae7b5e;
    position: relative;
}
.home_page_links_interior_border {
    border: 3px solid #d5bda1;
    bottom: 0;
    content: "";
    height: 97%;
    left: 0;
    margin-left: 1.5%;
    margin-top: 1.5%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 97%;
    z-index: 9993;
}
.individual_border_mobile {
    display: none;
}
@media screen and (max-width: 610px) {
.home_page_links_interior_border {
    display: none;
    height: 91%;
    margin-top: 2.5%;
}
.individual_border_mobile {
    display: block;
}
.page-links-content {
    height: auto;
    padding: 20px 0 0;
}
.home_page_links_wrapper a:hover .page-links h1 {
    border-bottom: medium none;
    padding: 0;
}
}
.home_page_links_wrapper > a {
    cursor: hand;
}
.home_page_links_wrapper .page-links {
    display: table;
    height: 380px;
    width: 50%;
    background-color: #fff;
    float: left;
    border: none;
    background-image: url('images/block-pattern.png');
    background-size: 125 125;
    background-repeat: repeat;
}
.home_page_links_wrapper a:nth-child(3) .page-links,
.home_page_links_wrapper a:nth-child(4) .page-links,
.home_page_links_wrapper a:nth-child(7) .page-links,
.home_page_links_wrapper a:nth-child(8) .page-links {
    background-color: #ae7b5e;
    background-image: none;
}
@media screen and (max-width: 610px) {
.home_page_links_wrapper a:nth-child(3) .page-links, .home_page_links_wrapper a:nth-child(4) .page-links, .home_page_links_wrapper a:nth-child(7) .page-links, .home_page_links_wrapper a:nth-child(8) .page-links {
    background-color: transparent;
}
}
.home_page_links_wrapper a:nth-child(3) .page-links H1,
.home_page_links_wrapper a:nth-child(4) .page-links H1,
.home_page_links_wrapper a:nth-child(7) .page-links H1,
.home_page_links_wrapper a:nth-child(8) .page-links H1 {
    color: #fff;
}
.home_page_links_wrapper a:nth-child(3) .page-links .page-links-content,
.home_page_links_wrapper a:nth-child(4) .page-links .page-links-content,
.home_page_links_wrapper a:nth-child(7) .page-links .page-links-content,
.home_page_links_wrapper a:nth-child(8) .page-links .page-links-content {
    float: right;
}
.home_page_links_wrapper a:nth-child(3) .page-links .page-links-image,
.home_page_links_wrapper a:nth-child(4) .page-links .page-links-image,
.home_page_links_wrapper a:nth-child(7) .page-links .page-links-image,
.home_page_links_wrapper a:nth-child(8) .page-links .page-links-image {
    float: left;
}

.home_page_links_wrapper a:hover .page-links h1 {
    border-bottom: 4px solid #d5bda1;
    display: inline-block;
    padding: 0 30px 20px;
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 610px) {
.home_page_links_wrapper a:hover .page-links h1 {
    border-bottom: medium none;
    padding: 0;
}
}
.home_page_links_wrapper a:hover .homepage-arrow {
    display: block;
    height: 87px;
    right: -36px;
    position: absolute;
    top: 37%;
    width: 36px;
    z-index: 9999;
}
.home_page_links_wrapper a:nth-child(3):hover .homepage-arrow,
.home_page_links_wrapper a:nth-child(4):hover .homepage-arrow,
.home_page_links_wrapper a:nth-child(7):hover .homepage-arrow,
.home_page_links_wrapper a:nth-child(8):hover .homepage-arrow {
    display: block;
    height: 87px;
    left: -36px;
    position: absolute;
    top: 37%;
    width: 36px;
    z-index: 9999;
}

.home_page_links_wrapper a .page-links-image {
    background-size: 100% auto;
    transition: all 0.5s ease;
    transform: scale(1);
}

.home_page_links_wrapper a:hover .page-links-image {
    background-size: 105% auto;
}
@media screen and (max-width: 1520px) {
.home_page_links_wrapper a .page-links-image {
    background-size: 110% auto;
}
}
@media screen and (max-width: 1380px) {
.home_page_links_wrapper a .page-links-image {
    background-size: 120% auto;
}
.home_page_links_wrapper a:hover .page-links-image {
    background-size: 130% auto;
}
}
@media screen and (max-width: 610px) {
.home_page_links_wrapper a:hover .page-links-image {
    background-size: cover;
}
}
.home .page-links {
    height: 380px;
}
.page-links {
    background-color: #fff;
    display: table;
    float: left;
    height: 340px;
    position: relative;
    width: 100%;
    border-bottom: 20px solid #fff;
}

.interior_image_links .page-links-title-image {
    background-position: center center;
    background-size: cover;
    float: left;
    height: 450px;
    width: 60%;
}
.page-links-cell {
    display: table;
    float: left;
    height: 450px;
    padding: 20px 40px;
    text-align: center;
    width: 40%;
}
.image_links {
    background-color: #fff;
    border-bottom: 25px solid #fff;
}
.image_links:nth-child(2n) .page-links-title-image {
    float: right;
}

@media screen and (max-width: 900px) {
.interior_image_links .page-links-title-image {
    float: none;
    height: 300px;
    width: 100%;
}
.page-links-cell {
    float: none;
    height: auto;
    padding: 40px 40px 20px;
    text-align: center;
    width: 100%;
}
.interior_image_links .image_links {
    border-bottom: none;
}
.image_links:nth-child(2n) .page-links-title-image {
    float: none;
}
}
@media screen and (max-width: 500px) {
.page-links {
    display: table;
    height:240px;
}
}
.page-links-title {
    background-color: #ae7b5e;
    display: table;
    height: 340px;
    left: 8%;
    padding: 50px;
    position: absolute;
    text-align: center;
    width: 24%;
}

@media screen and (max-width: 750px) {
.page-links-title {
    height: auto;
    left: 0;
    position: relative;
    right: 0 !important;
    width: 100%;
}
}
.interior-page-links-content {
    display: table-cell;
    vertical-align: middle;
}
.first_level_page_links_wrapper:nth-child(2n+2) .page-links-title {
    left: auto;
    right: 10%;
}
.first_level_page_links_wrapper:nth-child(2n+2) .interior-page-links-content {
    left: 10%;
    right: auto;
}
.page-links-title p {
    font-size: 1.2em;
}


.page-links-title h1 {
    color: #fff;
    display: table-cell;
    padding-bottom: 0;
    text-transform: none;
    vertical-align: middle;
}
.full-width-booking-link > a {
   background-color: #3c3a3b;
    color: #ffffff;
    display: block;
    font-family: 'Vollkorn', serif;
    font-size: 1.75em;
    padding: 32px 0;
    text-align: center;
    width: 100%;
}
.full-width-booking-link > a:hover {
    background-color: #424242;
    transition: .3s all ease;
}

.home_page_links_wrapper .page-links-image {
    height: 380px;
    overflow: hidden;
    width: 50%;
    float: right;
}

@media screen and (max-width: 610px) {
.home_page_links_wrapper .page-links-image {
    width: 100%;
}
}




.page-links-content {
    display: table;
    height: 380px;
    width: 50%;
    margin-top: 0;
    position: relative;
}
@media screen and (max-width: 1135px) {
.page-links-wrap h1 {
    font-size: 2.25em;
}
}
@media screen and (max-width: 1070px) {
.home_page_links_wrapper .page-links-image, .home .page-links, .page-links-content {
    height: 300px;
}
.page-links-wrap h1 {
    font-size: 2em;
}

}
@media screen and (max-width: 915px) {
.page-links-wrap h1 {
    font-size: 1.75em;
}
}
@media screen and (max-width: 1280px) {
.home .page-links, .home_page_links_wrapper .page-links-image, .page-links-content {
    height: 300px;
}
}
@media screen and (max-width: 1015px) {
.home .page-links, .home_page_links_wrapper .page-links-image, .page-links-content {
    height: 250px;
}
}
@media screen and (max-width: 835px) {
.home .page-links, .home_page_links_wrapper .page-links-image, .page-links-content {
    height: 200px;
}
}
@media screen and (max-width: 675px) {
.home .page-links, .home_page_links_wrapper .page-links-image, .page-links-content {
    height: 175px;
}
}
@media screen and (max-width: 800px) {
.home_page_links_wrapper .page-links-image, .home .page-links, .page-links-content {
    height: 200px;
}
.page-links-wrap h1 {
    font-size: 1.5em;
}
}
@media screen and (max-width: 700px) {
.page-links-wrap h1 {
    font-size: 1.25em;
}
}
@media screen and (max-width: 610px) {
.home_page_links_wrapper .page-links {
    width: 100% !important;
}
.page-links-content {
    height: auto;
}
.home_page_links_wrapper .page-links-content {
    float: none;
    width: 100%;
}
.home_page_links_wrapper .page-links-content h1 {
    color: #424242 !important;
}
.home_page_links_wrapper a:nth-child(2n) .page-links-content {
    background-color: #ae7b5e;
}
.home_page_links_wrapper a:nth-child(even) .page-links-content h1 {
    color: #fff !important;
}
.home_page_links_wrapper .page-links-wrap h1 {
    font-size: 2.5em;
}
}
.first_level_page_links_wrapper_full .page-links-wrap{
    display: table-cell;
    vertical-align: middle;
}
.home_page_links_wrapper_full .page-links-wrap{
    display: table-cell;
    vertical-align: middle;
    padding: 0 8%;
}
.home_page_links_wrapper > a:nth-child(6) .page-links .page-links-content .page-links-wrap {
    padding: 2%;
}
.home_page_links_wrapper_full .page-links-content {
    display: table;
}

.key-hover {
    display: none;
    width: 75px;
}
.home_page_links_wrapper a:hover .key-hover-red {
    display: block;
    margin: 0 auto;
    transition: all .3s ease;
}
.home_page_links_wrapper a:nth-child(3):hover .key-hover-white, .home_page_links_wrapper a:nth-child(4):hover .key-hover-white, .home_page_links_wrapper a:nth-child(7):hover .key-hover-white, .home_page_links_wrapper a:nth-child(8):hover .key-hover-white {
    display: block;
    margin: 0 auto;
    transition: all .3s ease;
}
.home_page_links_wrapper a:nth-child(3):hover .key-hover-red, .home_page_links_wrapper a:nth-child(4):hover .key-hover-red, .home_page_links_wrapper a:nth-child(7):hover .key-hover-red, .home_page_links_wrapper a:nth-child(8):hover .key-hover-red {
    display: none;
}
@media screen and (max-width: 610px) {
.home_page_links_wrapper a:hover .key-hover-red,
.home_page_links_wrapper a:hover .key-hover-white {
    display: none !important;
}
}
.home_page_links_wrapper .page-links-content {
    float: left;
    text-align: center;
}
.home_page_links_wrapper .page-links-content.page-links-content-right {
    float: right;
    margin-left: 0;
}


.page-links-image {
    background-size: cover;
    background-position: center center;
}
.first_level_page_links_wrapper .page-links-image {
    background-position: center center;
    background-size: cover;
    height: 340px;
    width: 100%;
}
.page-links:hover .page-links-image {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
}
.interior-page-links-content {
    position: absolute;
    right: 10%;
    width: 48%;
    z-index: 9999;
    top: 0;
    opacity: 0;
    display: table;
    height: 340px;
}
.interior-page-links-content .button {
    color: #fff !important;
}
@media screen and (max-width: 1090px) {
.interior-page-links-content {
    width: 38%;
}
}
@media screen and (max-width: 820px) {
.interior-page-links-content {
    width: 30%;
}
}
@media screen and (max-width: 750px) {
.interior-page-links-content {
    opacity: 1;
    text-align: center;
    width: 100%;
	right: 0;
	position:relative;
}
	
	.interior-page-links-content .table-cell > p {
	padding: 0px 15px;
}
.page-links .page-links-image {
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease 0s;
}
.first_level_page_links_wrapper:nth-child(2n+2) .interior-page-links-content {
    left: 0;
}
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.interior-page-links-content .table-cell > p {
    color: #fff;
}
.page-links:hover .interior-page-links-content {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.column > br {
    margin-bottom: 13px;
}


.callout-image-copy-wrapper {
    margin: 40px 0;
    padding: 30px 0 10px;
}

.callout-image-default {
    float: left;
    margin-right: 3%;
    width: 45%;
}

.callout-copy-default {
    float: left;
    width: 52%;
}
@media screen and (max-width: 600px) {

.callout-image-default {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.callout-copy-default {
    float: none;
    width: 100%;
}
}
.content-interior.span_9.col {
    float: right;

}

.fullwidth-wrapper .content-interior.span_5.col {
    margin: 0;
    padding: 0;
}
.fullwidth-wrapper .content-interior.span_5 {
    width: 42.917%;
}

@media screen and (max-width: 850px) {
.span_5, .span_7, .fullwidth-wrapper .content-interior.span_5, .fullwidth-wrapper .content-interior.span_7 {
    width: 100%;
    float: none;
}
}
@media screen and (max-width: 1000px) {

.content-interior.span_9.col {
    border-left: none;

}
}

.OT-reservations {
    margin-top: 20px;
    padding-top: 20px;
}

.powered-by-open-table {
    display: none;
}
.otw-submit {
    background: none;
    border-radius: 10px !important;
    font-size: 1.2em !important;
    font-style: italic;
    margin-top: 0;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 300 !important;
}

.otw-submit:hover {
    color: #ffffff ;
    border-radius: 10px !important;

}


.nav-previous {
    float: left;
    margin-right: 20px;
}
.nav-next {
    float: left;
}








.fauxtable {
    display: table;
    height: 100%;
    width: 100%;
}

.fauxtable .fauxcell {
    display: table-cell;
    vertical-align: middle;
}
.title {
    font-size: 1.3em;
    padding: 20px;
    text-align: left;
}


h1.full-width-line {
  position: relative;
  text-align: center;
}

h1.full-width-line span {
  background: #ffffff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h1.full-width-line:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 55%;
  width: 100%;
}

h1.full-width-line:before {
  left: 0;
}
@media screen and (max-width: 400px) {
h1.full-width-line {
    font-size: 1.75em;
}
}









/* DATEPICKER STYLING */

.ui-datepicker-title {
    font-family: 'Vollkorn', serif;
    font-size: 0.9em;
    font-weight: 300;
    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 #e9e8e8;
    border: medium none;
    border-radius: 0;
}

.ui-widget-header .ui-icon {
    background-image: url("images/grey-arrows.png");
}
.ui-icon-circle-triangle-e {
    background-position: -11px 0;
}
.ui-icon-circle-triangle-w {
    background-position: 0 0;
}
.ui-icon {
    height: 17px;
    width: 11px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    left: 60%;
}
.ui-state-hover {
    border: none !important;
    background: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #e9e8e8 !important;
    border: medium none !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: 'Vollkorn', serif;
    font-weight: 100;
    width: 100%;
    text-shadow: none;
}
.ui-datepicker tbody td {
    width: 14.285714286%;
}
.ui-datepicker th {
    font-family: 'Vollkorn', serif;
    font-weight: 300 !important;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    background: none repeat scroll 0 0 #e7ddcd !important;
}
.ui-state-active {
    background: none repeat scroll 0 0 #bea783 !important;
}

.ui-widget-content {
    border: 1px solid #e9e8e8;
}
.ui-datepicker table {
    margin: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-image: none !important;
}

.ui-datepicker {
    padding: 0 !important;
}
.wsp-pages-list {
    text-align: left;
}

h2.wsp-pages-title, ul.wsp-pages-list, h2.wsp-activitiess-title, ul.wsp-activitiess-list, h2.wsp-eventss-title, ul.wsp-eventss-list {
    text-align: left !important;
}

.repeating-list-section {
    float: left;
    margin: 1%;
    width: 31.333%;
}
.repeating-list-section:nth-child(3n + 1) {
    clear: both;
}
.repeating-list-content h4 {
    color: #221408;
}
.repeating-list-content {
    margin-top: 20px;
}
@media screen and (max-width: 1150px) {
    .repeating-list-section {
        width: 48%;
    }
    .repeating-list-section:nth-child(3n) {
        clear: both;
    }
    .repeating-list-section:nth-child(4n) {
        clear: none;
    }


}
@media screen and (max-width: 800px) {
    .repeating-list-section {
        width: 100%;
        clear: both;
    }
}

.acco-ind-wrapper {
    float: left;
    margin: 4%;
    width: 42%;
}
.content-interior .entry {
    text-align: center;
}

/*
.woogrid .woo-row > div, .woogrid.woo-row > div {
    width: 50% !important;
    float: left !important;
}
*/
.input-group .btn-default {
    background: #fff;
    border: medium none;
}

.woo-row:first-child {
    width: 90%;
    margin: 0 auto;
}
.search_form_toggle_cnt {
    background: rgba(190, 167, 131, 0.15) none repeat scroll 0 0;
}
.gt-searchform .woo-row > div {
    margin-bottom: 0 !important;
}
.gt-searchform button:hover {
    background: rgba(190, 167, 131, 0.25) none repeat scroll 0 0 !important;
}
.dropdown-caret {
    background: transparent !important;
}
.price-wrapper {
    background: transparent !important;
    border: medium none !important;
}

.main-container-wrapper {
    margin: 0 auto !important;
    width: 90% !important;
    display: block !important;
}
.woo-product-title > a {
    font-family: 'Vollkorn', serif;
    text-transform: none !important;
    color: #ffffff !important;
}
.woo-product-title, .woo-product-desc {
    text-align: center !important;
}
.woo-boxed-style .woo-mask .woo-btns {
    text-align: center !important;
}
.woo-product-desc {
    color: #ffffff;
}
.woo-addcard-btn.woo-list-style2-btn.back-btn > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #221408 !important;
    font-family: 'Vollkorn', serif;
    text-transform: none !important;
}
.woo-addcard-btn.woo-list-style2-btn.back-btn > a:hover {
    border-bottom: 2px solid #221408 !important;
}

.woo-grid-style .woo-desc-cnt .woo-addcard-btn a, .woo-grid-style .woo-desc-cnt .woo-addfav-btn a {
    display: inline-block !important;
    padding: 5px !important;
}

div.woo-gst-effect-effect6 div.woo-mask::before {
    background: rgba(34, 20, 8, .8) !important;
    transform: translate3d(0px, 0%, 0px) !important;
}
div.woo-gst-effect-effect6 h3 {
    top: 50% !important;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-container-wrapper {
    margin-bottom: 40px !important;

}

.entry.entry-center > p {
    clear: both;
}
.entry.entry-center li:nth-child(3n+1) {
    clear: both;
}


.entry.entry-center .gform_body li, .repeating-list-content li {
    width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 31.3% !important;
}
/*
div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 49% !important;
}
*/
@media screen and (max-width: 800px) {
.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 98% !important;
}
div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 98% !important;
}
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 98% !important;
}
}
.entry.entry-center .gform_body li:nth-child(3n+1) {
clear: none;
}

.wsp-pages-list li {
    text-align: left;
    width: 100% !important;
}

div.woo-gst-effect-effect6 div.woo-mask {
    background: rgba(34, 20, 8, 0.3) none repeat scroll 0 0 !important;
}
@media screen and (max-width: 535px) {
div.woo-gst-effect-effect6 div.woo-title-meta {
    padding: 1em !important;
    font-size: 0.9em;
    line-height: 1.45em;

}
}
@media screen and (max-width:415px) {
div.woo-gst-effect-effect6 div.woo-title-meta {
    display: none !important;
}
div.woo-gst-effect-effect6:hover h3 {
    transform: translate3d(0px, -41%, 0px) translate3d(0px, 0px, 0px) !important;
}
}
.price-wrapper {
    border: none !important;
    background-color: #fff !important;
}
.woo-col-md-3 {
    width: 23.5% !important;
}

.woo-col-xs-1, .woo-col-sm-1, .woo-col-md-1, .woo-col-lg-1, .woo-col-xs-2, .woo-col-sm-2, .woo-col-md-2, .woo-col-lg-2, .woo-col-xs-3, .woo-col-sm-3, .woo-col-md-3, .woo-col-lg-3, .woo-col-xs-4, .woo-col-sm-4, .woo-col-md-4, .woo-col-lg-4, .woo-col-xs-5, .woo-col-sm-5, .woo-col-md-5, .woo-col-lg-5, .woo-col-xs-6, .woo-col-sm-6, .woo-col-md-6, .woo-col-lg-6, .woo-col-xs-7, .woo-col-sm-7, .woo-col-md-7, .woo-col-lg-7, .woo-col-xs-8, .woo-col-sm-8, .woo-col-md-8, .woo-col-lg-8, .woo-col-xs-9, .woo-col-sm-9, .woo-col-md-9, .woo-col-lg-9, .woo-col-xs-10, .woo-col-sm-10, .woo-col-md-10, .woo-col-lg-10, .woo-col-xs-11, .woo-col-sm-11, .woo-col-md-11, .woo-col-lg-11, .woo-col-xs-12, .woo-col-sm-12, .woo-col-md-12, .woo-col-lg-12 {
    padding-left: 0 !important;
}
.gt-searchform {
    padding-top: 8px;
}

.dataTables_info {
    display: none !important;
}

.page-id-9 .dataTables_filter {
    display: none;
}

.page-id-9 .wpDataTables.wpDataTablesWrapper {
    margin-top: 10px;
}

.woo-col-md-3 {
    width: 46% !important;
}
@media screen and (max-width:770px) {
.woo-col-md-3 {
width: 100% !important;
}
.gt-searchform .woo-row > div {
    margin-bottom: 15px !important;
}
}

.gform_wrapper h2.gsection_title {
    padding-bottom: 20px !important;
}

footer {
    position: relative;
    overflow: hidden;
}

footer .back-to-top-link {
    display: block;
    z-index: 10;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    padding-top: 2px;
}

footer .back-to-top-link a {
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #363636;
    padding-left: 2px;
    padding-top: 4px;
}

footer .back-to-top-link a .arrow {
    display: block;
    text-align: center;
    width: 16px;
    margin: 0 auto 4px;
}

footer .back-to-top-link a .arrow:before {
    font-size: 25px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    color: #363636;
    display: block;
    margin-left: -2px;
    content: "^";
    font-style: normal;
    font-family: arial;
    font-weight: normal;
}
.footer-left {
    margin-top: 23px;
}
.row.alternate-bg {
    background-color: rgba(183, 147, 120, 0.45);
}
.footer-left .gfield {
    padding-right: 0 !important;
    font-family: "open sans"
}
.footer-left .gform_button.button {
    background-color: #3c3a3b;
    border: medium none;
    color: #fff;
    font-family: "open sans";
    font-size: 0.9em !important;
    font-style: normal;
    line-height: 1;
    padding: 8px 10px !important;
    text-transform: uppercase;
}
.footer-left form .medium {
    padding: 5px 10px !important;
}
.footer-left form {
    font-size: 0.8em;
}
.scroll-down-link {
    bottom: 38px;
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
    z-index: 10;
}
@media screen and (max-width: 375px) {
.scroll-down-link {
    display: none;
}
.footer-left .gform_button.button {
    padding: 6px 10px !important;
}
}
.scroll-down-link a {

    color: #ffffff;
    display: block;
    font-family: 'Vollkorn', serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
/*
    color: #ffffff;
    display: block;
    font-family: "vollkorn";
    font-size: 2.5em;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    text-align: center;
*/
}



@media screen and (max-width:1025px) {
.book-form-wrapper {
    display: none;
}
.booking-mobile {
    display: block;
}
}

#interior-header-image > img {
    width: 100%;
}
.gallery-wrapper.clearfix.center {
    text-align: center !important;
}

.page-template-page-gallery .ngg-gallery-thumbnail-box {
    width: 25%;
}
.gallery-wrapper.clearfix.center {
    margin-bottom: 60px;
}
@media screen and (max-width:645px) {
.page-template-page-gallery .ngg-gallery-thumbnail-box {
    width: 33.333%;
}

}
.gallery-wrapper h4 {
    margin-bottom: 10px;
}
.widget h2 {
    display: none;
}
.blog-filter {
    margin: 0 auto;
    padding: 15px 0;
    width: 75%;
}
.blog-filter > span {
    float: left;
    margin-top: 5px;
    width: 16%;
}
.blog-post-entry .blog-image {
    margin-bottom: 20px;
}
.blog-filter > span {
    float: left;
    width: 16%;
}
.blog-filter .widget {
    float: left;
    width: 42%;
}
.child-page-list.blog-filter > span {
    float: left;
    margin-top: 14px;
    text-align: center;
    width: 15%;
}
@media screen and (max-width:645px) {
.blog-filter > span, .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;
}



 .btn12 {
    height: 45px;
    left: 9px;
    position: absolute;
    top: -8px;
    width: 45px;
    -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.btn12 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 10px;
  top: 30px;
  background-color: #b79378;
}
.btn12 .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 10px;
  background-color: #b79378;
  content: "";
  top: -10px;
  left: 0;
}
.btn12 .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 10px;
  background-color: #b79378;
  content: "";
  top: 10px;
  left: 0;
}
.btn12.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn12:hover {
  cursor: pointer;
}

.callout-slider-content {
    background-color: #424242;
    display: table;
    float: left;
    height: 400px;
    padding: 20px 80px;
    text-align: center;
    width: 50%;
}
@media screen and (max-width: 1075px) {
.callout-slider-content {
    padding: 20px 40px;
}
}
.callout-content-interior {
    display: table-cell;
    vertical-align: middle;
}
.callout-content-interior > p {
    font-size: 0.9em;
    color: #fff;
}
.callout-content-interior > h2 {
    color: #fff;
}
.callout-slider-image {
    background-position: center center;
    background-size: cover;
    float: right;
    height: 400px;
    width: 50%;
}

.opposite-slider .bx-wrapper .callout-slider-image {
    float: right;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 6px !important;
    width: 50% !important;
}


@media screen and (max-width: 900px) {
.callout-slider-content, .callout-slider-image {
    width: 100% !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    top: 310px !important;
    width: 100% !important;
}
.opposite-slider .bx-wrapper .bx-pager, .opposite-slider .bx-wrapper .bx-controls-auto {
    width: 100% !important;
    margin-left: 0 !important;
}
.callout-slider-content {
    padding: 20px 10px;
}
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff none repeat scroll 0 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ffffff !important;
}
.bx-wrapper {
    margin: 0 auto !important;
}
.bx-wrapper .bx-viewport {
    border: none !important;
    left: 0 !important;
    background-color: #424242 !important;
}
.bx-wrapper .button {
    margin-bottom: 0 !important;
}
.fullwidth-callout-image {
    background-position: center center;
    background-size: cover;
    height: 355px;
    width: 100%;
    position: relative;
}
.callout-title {
    display: table;
    text-align: center;
    top: 50%;
    width: 100%;
    height: 355px
}
.callout-title .callout-wrapper {
    display: table-cell;
    vertical-align: middle;
}
 .callout-title h1 {
     color: #fff !important;
     margin-bottom: 0;
     background-color: rgba(46, 68, 82, 0.5);
     padding: 20px;
     width: auto;
     margin: 0 auto;
     display: inline-block;
 }

@media screen and (max-width: 680px) {
.callout-title h1 {
    font-size: 1.5em;
    letter-spacing: 7px;
}
}
@media screen and (max-width: 415px) {
.callout-title h1 {
    font-size: 1.25em;
    letter-spacing: 4px;
    padding: 15px;
}
}

.callout-content-interior a {
    border-bottom: 1px solid;
    color: #ffffff !important;
}

li a {
    border-bottom: medium none !important;
}
@media screen and (max-width: 450px) {
.page-links-title > h1 {
    font-size: 2em !important;
}
}
.social-icons a {
    color: #000000;
}


.bottom-page-link-title {
    background-color: #424242;
    font-size: 1.5em;
    padding: 85px 0 60px;
    text-align: center;
    text-transform: uppercase;
}
.bottom-page-link-title h1 {
    color: #ffffff !important;
}
.bottom-image-link:hover .bottom-page-link-title {
    background-color: rgba(68, 68, 68, 0.7);
    transition: all 1s ease;
}
.full-width-button > a {
    background-color: #ae7b5e;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    padding: 30px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.full-width-button > a:hover {
    background-color: #b79378;
}
.ngg-galleryoverview {
    margin-top: 0 !important;
}
.ngg-gallery-thumbnail {
    border: medium none !important;
    margin: 0 !important;
}
.ngg-gallery-thumbnail a {
    margin: 0 !important;
}
.ngg-gallery-thumbnail-box {
    border: medium none !important;
    margin: 0 !important;
    width: 25% !important;
}
@media screen and (max-width: 600px) {
.ngg-gallery-thumbnail-box {
    width: 50% !important;
}
}
.mpfy-fullwrap {
    margin-bottom: 0 !important;
}
.sub-nav-wrapper {
    background-color: rgba(183, 147, 120, 0.35);
    text-align: center;
    padding: 20px;
}
.sub-nav-wrapper li {
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 110%;
    color: #3c3a3b;
}
.sub-nav-wrapper a:hover {
    color: #424242;
}
.sub-nav-wrapper li.current_page_item a {
    color: #424242;
}
.alternate-bg {
    background-color: #e8ded5;
}
.content-column-content {
    margin: 0 auto;
    padding: 50px 0;
    width: 85%;
}
.content-column-content h2 {
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}
.column {
    float: left;
    margin: 0 1%;
    width: 31.333%;
}
.column.column-half {
    width: 48%;
    margin: 0 1%;
}
.column.column-full {
    width: 100%;
    margin: 0;
}


.column ul {
    margin-left: 0;
    padding-left: 17px;
    margin-bottom: 10px;
}
.column ul li {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 160%;
    list-style: outside none circle;
}


@media screen and (max-width: 800px) {
.column, .column.column-full, .column.column-half {
    width: 100%;
    margin: 0 auto;
  }
}
.weather-widget {
    height: 80px;
    margin-top: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 170px;
}
@media only screen and (max-width : 965px) {
.weather-widget {
    position: relative;
    margin: 30px auto 0;
}
}
.today, .short_condition, .location_name {
    display: none !important;
}
.time_symbol.climacon {
    float: left;
    width: 50%;
}
.time_temperature {
    float: left;
    font-family: "Vollkorn",serif;
    font-size: 2em !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: 5px;
    margin-top: 20px !important;
    text-align: left !important;
    width: 50%;
}
#wpc-weather.small .now .time_temperature::after, #wpc-weather .forecast .temp_max::after, #wpc-weather .forecast .temp_min::after, #wpc-weather .hours .temperature::after, #wpc-weather .today .time_temperature_max::after, #wpc-weather .today .time_temperature_min::after, #wpc-weather .now .time_temperature::after, #wpc-weather .today .time_temperature_ave::after {
    content: "°" !important;
    font-family: 'Vollkorn', serif;
    font-size: .95em !important;
}
.slider-wrapper {
    height: auto;
    margin: 40px auto 70px;
    width: 90%;
}
.slider-wrapper h2 {
    font-size: 1.2em;
    margin-bottom: 40px;
}
.slider-wrapper .slider-mobile {
    display: none;
}
@media screen and (max-width: 1045px) {
.slider-wrapper {
    width: 80%;
}
}
@media screen and (max-width: 600px) {
.slider-wrapper .slider-desktop {
    display: none;
}
.slider-wrapper .slider-mobile {
    display: block;
}
.slider-wrapper {
    width: 100%;
}
.slider-wrapper {
    margin: 0 auto 40px;
    width: 100%;
}

}

.rsSlideRoot {
    text-align: center;
}
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: #fff none repeat scroll 0 0 !important;
    }
.visibleNearbyZoom .rsGCaption {
    color: #000 !important;
    background-color: transparent !important;
    padding: 50px 0 40px !important;
}
.rsGCaption h5 {
    color: #000 !important;
    font-family: 'Vollkorn', serif;
    font-size: 1.75em !important;
    margin-bottom: 10px !important;
    line-height: 100% !important;
}
a.rsLink {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+53,000000+100&0+53,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 53%, rgba(0,0,0,0.65) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 53%,rgba(0,0,0,0.65) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 53%,rgba(0,0,0,0.65) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ) !important; /* IE6-9 */

}
.visibleNearbyZoom .rsGCaption span {
    clear: both;
    color: #000 !important;
    display: block;
    font-family: "Vollkorn",serif;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 160% !important;
    margin: 0 auto;
    width: 60%;
}


 .visibleNearbyZoom .rsSlide img {
    opacity: 1 !important;
    transform: scale(1) !important;
 }
 .visibleNearbyZoom {
    padding-top: 0 !important;
}

@media screen and (max-width: 600px) {
.white-arrows.rsHor .rsArrowLeft {
    left: 0 !important;
    top: 30% !important;
}
.white-arrows.rsHor .rsArrowRight {
    right: 0 !important;
    top: 30% !important;
}
.rsContentSlider h3, .rsContentSlider p {
    margin: 0 auto !important;
    width: 80% !important;
}
.rsContentSlider h3 {
    margin-top: 30px !important;
}
.rsContentSlider p {
    margin-bottom: 20px !important;
}
.rsContentSlider h3 {
    font-weight: normal !important;
}
}
.rsCaption .learn-more-btn {
    border-radius: 0 !important;
    cursor: pointer;
    display: block !important;
    margin: 10px auto 0 !important;
    padding: 9px 0 !important;
    width: 180px !important;
}



.vc_custom_heading h4 {
    color: #565759 !important;
}
.home .header-image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
/*      z-index: 9999;  */
    height: 100%;
}
@media screen and (max-width: 780px) {
.home .header-image-wrapper {
    /*position: absolute;
    top: 0;*/
	position: relative;
    top: -45px;
}
}
#new-royalslider-1 {
    bottom: 0;
    height: 100% !important;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 0;
}
.footer-left .gform_confirmation_wrapper {
    color: #3c3a3b;
    padding: 0;
    text-align: left;
}
#ft-dialog {
    left: 50% !important;
    margin-left: -340px !important;
    top: -90px !important;
}
.ui-helper-clearfix::after {
    display: none !important;

}
.ui-widget.ui-widget-content {
    border: none;
}
#ft-action-btn {
    right:  0 !important;
}
.site-header.sticky {
    background-color: rgba(255, 255, 255, 0.75);
    height: 50px;
    margin-left: 0;
    padding: 13px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
/*
.site-header.sticky .main-menu-toggle, .site-header.sticky .booking-link {
    display: none;
}
*/
.sticky .sidebar-top {
    display: none;
}
input {
    border-radius: 0 !important;
}
.full-width-title > h1 {
    background-color: #7d4f47;
    color: #fff;
    font-size: 2em;
    letter-spacing: 8px;
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
}
.smaller > p {
    font-size: 0.85em;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline !important;
    width: 49% !important;
}
table.amenities-table td {
    padding: 10px 20px;
    width: 25%;
}
.amenities-table.table-mobile {
    display: none;
}
.amenities-table.table-mobile-small {
    display: none;
}
@media screen and (max-width: 1100px) {
.amenities-table.table-desktop {
    display: none;
}
.amenities-table.table-mobile {
    display: block;
}
}
@media screen and (max-width: 460px) {
.amenities-table.table-mobile {
    display: none;
}
.amenities-table.table-mobile-small {
    display: block;
}
}
.OT-widget-desktop iframe, .OT-widget-mobile iframe {
    height: auto;
}
.OT-widget-mobile {
    display: none;
}
@media screen and (max-width: 1100px) {
.OT-widget-mobile {
    display: block;
}
.OT-widget-desktop {
    display: none;
}
}
.image-link-individual {
    position: relative;
    width: 50%;
    float: left;
}
.image-link-individual > a {
    background-position: center center;
    background-size: cover;
    float: left;
    height: 400px;
    text-align: center;
    vertical-align: middle;
    display: table;
    width: 100%;
    border-bottom: none !important;
}
@media only screen and (max-width : 1000px) {
.image-link-individual > a {
    height: 250px;
}
.image-link-individual h6 {
    width: 100%;
}
}

@media only screen and (max-width : 800px) {
.bottom-links .image-link-individual {
    width: 100%;
}
}
.image-link-wrapper-interior {
    display: table-cell;
    vertical-align: middle;
    width: 100% !important;
}
.image-link-individual h6 {
    background-color: #ae7b5e;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 15px 5px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 40%;
    z-index: 9999;
}
.offer-callout-headline span {
    font-family: 'Vollkorn', serif;
    font-size: 1.5em;
    letter-spacing: 4px;
    line-height: 110%;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #ae7b5e;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px 60px;
}
.offer-callout-headline {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 900;
}
#wpc-weather {
    border: medium none !important;
    margin: 0;
    padding: 0;
}
#responsive-table {
    width: 100%;
}
.content-callout-image {
    background-position: center center;
    background-size: cover;
    float: left;
    height: 150px;
    width: 10%;
}
.not_first_level .page-links-title-image {
    float: none;
    height: 340px;
    width: 100%;
}
.not_first_level .page-links-cell {
    float: none;
    height: auto;
    padding: 100px 5% 80px;
    width: 100%;
}
.not_first_level .interior-page-links-content {
    height: auto;
    left: auto !important;
    right: auto !important;
    opacity: 1;
    position: relative;
    width: 100%;
}
.not_first_level .button {
    color: #3c3a3b !important;
}
.not_first_level .button:hover {
    color: #fff !important;
}
.not_first_level .image_links {
    border-bottom: medium none;
}
.not_first_level .page-links-title {
    right: 0 !important;
    left: auto;
}
.not_first_level .image_links:nth-child(2n) .page-links-title {
    left: 0;
    right: auto;
}
.callout-content {
    border-bottom: 1px solid;
    margin: 0 auto 60px;
    padding-bottom: 40px;
    width: 90%;
}
.callout-content:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.image-content-callout-wrapper {
    padding: 80px 0;
}
.content-callout-image {
    background-position: center center;
    background-size: cover;
    float: left;
    height: 150px;
    margin-right: 2%;
    width: 15%;
}
.callout-content-interior-text {
    float: left;
    width: 80%;
}
.specials-template-default .entry.entry-center {
    text-align: left;
}
.callout-content > h3 {
    margin-bottom: 30px !important;
}
.ui-datepicker .ui-datepicker-calendar td {
    background-color: #e9e8e8;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #ae7b5e !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #ae7b5e !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover span {
    background-color: #ae7b5e !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 0 !important;
}
.ui-datepicker table {
    margin: 0 !important;
}
.ui-icon {
    display: none !important;
}
.sticky .menu li ul {
    top: 37px;
}

#calendar_repeater {text-align: left;}
#calendar_repeater .half-container {width: 45%; float: left;}
#calendar_repeater .half-container:last-of-type {width: 55%; padding-left: 15px;}
#calendar_repeater .half-container img {width: 48%; display: float: left;}
#calendar_repeater .half-container img:first-of-type {margin-right: 4%;}
.each_calendar_repeater {border-bottom: 1px solid; margin-bottom: 30px; padding-bottom: 15px;}
.each_calendar_repeater:last-of-type {border-bottom: 0; margin-bottom: 15px;}

@media screen and (max-width: 992px) {
    #calendar_repeater .half-container {width: 100%}
    #calendar_repeater .half-container:last-of-type {width: 100%; padding-left: 0;}
    #calendar_repeater .half-container img {margin-bottom: 15px;}
}
