/*
Theme Name: 	Pullman Theme
Description: 	Custom Responsive WordPress Theme
Version: 		1.0
Author: 		O'Rourke Hospitality Marketing
Author URI: 	http://orourkehospitality.com
*/


/*	--------------------------------------------------
     TABLE OF CONTENTS
    --------------------------------------------------
    00 Reset
    01 Defaults
    02 Layout
    03 Main Menu
    04 Mobile Top Menu
    05 Header
    06 Footer
    07 Homepage
    08 Homepage Booking Form
    09 Interior
    10 Gallery
    11 Page Defaults6
    12 Forms
    XX Icon Fonts
    Overrides

*/



/*	--------------------------------------------------
     00 RESET
    -------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
li { list-style:none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid !important; margin: 2em 0; padding: 0; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; }
pre	{ white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup	{ top: -0.5em; }
sub { bottom: -0.25em; }
img	{ border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
input, select, textarea	{ font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration	{ -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
table	{ border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
*:first-child+html .clearfix { zoom: 1; }


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


html, body {
      width: 100%;
      height: 100%;
      /* overflow:hidden; // to avoid scrollbars */
}

select::-ms-expand { display: none; }

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

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



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

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

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

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

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

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

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

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

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

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

        .col {
            padding:5%;
        }
        }

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

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





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



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

body {
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight:300;
    overflow-x: hidden;
}
.wrapper {
     background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    max-width: 75%;
}


@media only screen and (max-width : 1800px) {
    .wrapper {
    max-width: 90%;
    }
}


@media only screen and (max-width : 1300px) {
    .wrapper {
    max-width: 100%;
    }
}



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

@font-face {
  font-family: 'psf17001d';
  src: url('font/psf17001d.eot?63769095');
  src: url('font/psf17001d.eot?63769095#iefix') format('embedded-opentype'),
       url('font/psf17001d.woff2?63769095') format('woff2'),
       url('font/psf17001d.woff?63769095') format('woff'),
       url('font/psf17001d.ttf?63769095') format('truetype'),
       url('font/psf17001d.svg?63769095#psf17001d') 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: 'psf17001d';
    src: url('../font/psf17001d.svg?63769095#psf17001d') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "psf17001d";
  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-twitter:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-instagram-1:before { content: '\f16d'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */


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

    font-weight: normal;
}
H1 {
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 3em;
    line-height: 90%;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 120%;
}
@media screen and (max-width:665px) {
H1 {
    font-size: 2em;
}
}
H1.white {
    color: #fff;
}
H2 {
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 120%;
}
H3 {
font-family: 'Nunito', sans-serif;
font-size: 1.5em;
color: #000000;
text-transform: uppercase;
   margin-bottom: 10px;
   line-height: 120%;
}
H4 {
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 1.25em;
    line-height: 120%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
H4.white {
    color: #fff;
}
p {
    color: #515151;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 178%;
    margin-bottom: 1em;
}

a {
font-family: 'Nunito', sans-serif;
font-size: 1em;
color: #000000;
font-weight: 400;
letter-spacing: 1px;
text-decoration: underline;
}

a:hover{
font-family: 'Nunito', sans-serif;
color: #000000;
font-weight: 400;
letter-spacing: 1px;
text-decoration: underline;
}

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

}

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

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

.entry ul, .entry ol {
  margin-bottom: 1.25em;

}

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

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

.entry li ul li {
    list-style: circle outside none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 300 !important;
}

/*	--------------------------------------------------
     03  MAIN MENU
    -------------------------------------------------- */
.logo {

}
.logo img {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 30px;
}

.top-menu-wrapper {
    display: block;
    height: 50px;
    padding: 0 5%;

}
.home .book-form-wrapper.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 888;
  top: 108px !important;
}


header[role="site-header-interior"].home-header-scroll.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 888;
  height: 108px;
}

header[role="header-mobile"] {
    display: none;
}
.mobile-menu-wrapper {
    display: none;
}
.home-intro.fixed-slider p {
    display: none;
}
@media screen and (max-width:865px) {
header[role="site-header-interior"], header[role="site-header-homepage"] {
    display: none;
}
header[role="header-mobile"] {
    display: block;
    background-color: rgba(0, 0, 0, 0.95);
}
header[role="header-mobile"] .brand-wrapper-middle {
    margin-left: -60px;
    top: 15px;
    width: 210px;
}
header[role="header-mobile"] .brand-wrapper-left {
    float: left;
    position: relative;
    top: 0;
    width: 33.333% !important;
    text-align: center;
    left: 0;
    right: 0;
}
header[role="header-mobile"] {
    height: 108px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.mobile-menu-toggle {
    color: #fff !important;
    display: block;
    font-size: 2em;
    margin-top: 24px;
}

.mobile-menu-wrapper {
    background-color: rgba(0,0,0, 0.95);
    margin: 0 auto;
    position: fixed;
    top: 153px;
    width: 100%;
    z-index: 2;
    overflow-y: auto;
    height: calc(100% - 153px);
}
.mobile-menu-wrapper a {
    color: #fff;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile-menu-wrapper li {
  border-bottom: 1px solid rgba(241, 236, 231, 0.8);
  display: block;
  float: none;
}
.mobile-menu-wrapper li ul {
position: relative;
top: 0;
left: 0;
padding: 0;
}

.mobile-menu-wrapper .sub-menu .menu-item:active {
background-color: #151515;
}
.mobile-menu-wrapper .sub-menu {
display: none;
background: #909090;
}
.mobile-menu-wrapper .sub-menu a {
  color: #FFFFFF;
font-size: .9em;
font-weight: 100;
padding: 20px 30px !important;
text-shadow: none;
line-height: 140%;
letter-spacing: 2px;
}
.mobile-menu-wrapper .sub-menu li:first-child {
border-top: 1px solid  rgba(241, 236, 231, 0.8);
}
.mobile-menu-wrapper .sub-menu li:last-child {
border-bottom: none;
}
}

.brand-wrapper-left {
    position: absolute;
    top: 44%;
    z-index: 9999;
}
.location_name {
    display: none;
}
.now {
    width: 130px;
}
.time_symbol.climacon {
    float: left;
    width: 50%;
}
.time_temperature {
    float: left;
    font-family: alternate-gothic-no-1-d !important;
    font-size: 3em !important;
    margin-top: 20px !important;
    width: 50%;
}
@media screen and (max-width:600px) {
.time_temperature {
    font-size: 2em !important;
}
.now {
    width: 110px;
}
#wpc-weather {
    padding: 10px 0 !important;
}
}
#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: "°F" !important;
    font-family: alternate-gothic-no-1-d !important;
    font-size: 1em !important;
}
#wpc-weather {
    height: 56px;
}
.brand-wrapper-left .wpc-weather-id {
    left: 36%;
    position: absolute;
    top: 0;
    width: auto;
}
@media screen and (max-width:1415px) {
.brand-wrapper-left .wpc-weather-id {
    left: 41%;
}
}
@media screen and (max-width:1160px) {
.brand-wrapper-left .wpc-weather-id {
    left: 46%;
}
}
.brand-wrapper-bottom-right {
    bottom: 30px;
    position: absolute;
    right: 30px;
}
.home .brand-wrapper-bottom-right {
    bottom: 30px;
    position: absolute;
    right: 10px;
}
.brand-wrapper-bottom-right .social-icons {
    background-color: #fff;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 863;
}
.brand-wrapper-bottom-right .social-icons > a {
    color: #000;
    font-size: 1.5em;
}
.bottom-right-mobile {
    display: none;
}
@media screen and (max-width:668px) {
.brand-wrapper-bottom-right {
    display: none;
}
.bottom-right-mobile {
    display: block;
    position: fixed !important;
}
.brand-wrapper-bottom-right .social-icons > a {
    font-size: 1.25em;
}
}

.brand-wrapper-middle {
    left: 50%;
    margin-left: -155px;
    position: absolute;
    top: 25px;
    width: 310px;
    z-index: 9999;
}
.main-menu-toggle {
    background-color: #000000;
    color: #ffffff !important;
    float: left;
    height: 95px;
    text-align: center;
    width: 90px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
    position: relative;
}
.main-menu-toggle.active  {
    background-color: #293d46;
}
.main-menu-toggle:hover {
    background-color: #7d526d;
    transition: .3s all ease;
}
.menu-text {
    bottom: 15px;
    position: absolute;
    width: 100%;
}
.booking-link a {
    background-color: #7d526d;
    color: #fff;
    cursor: pointer;
    font-family: "Nunito",sans-serif;
    font-size: 1.5em;
    letter-spacing: 4px;
    line-height: 1;
    padding: 8px;
    text-transform: uppercase;
}
.booking-link > a:hover {
    background-color: #7d526d;
    color: #fff !important;
    transition: .3s all ease;
    border-color: #7d526d;
}

.main-menu-wrapper {
    display: none;
}
.active .main-menu-wrapper {
    display: block !important;
}
.main-menu li {
    position: relative;
    list-style: none outside none;
    text-align: left;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu ul {
    margin:0 auto;
}
.main-menu a {
    color: #fff;
    display: inline-block;
    font-family: "Nunito Sans",sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    padding: 50px 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
@media only screen and (max-width : 1160px) {
.main-menu a {
    font-size: 0.75em;
    letter-spacing: 1px;
}
}
@media only screen and (max-width : 970px) {
.main-menu a {
    font-size: 0.75em;
    letter-spacing: 0;
}
}


.main-menu li ul {
    position: absolute;
    opacity: 0;
    top: 33px;
    left: -9999px;
    min-width: 100%;
    width: auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.main-menu li li {
    display: block !important;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}
.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: #bfbfbf;
}
.main-menu li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
}
.main-menu .sub-menu a {
    color: #ffffff;
    font-weight: 300;
    padding: 20px;
    text-align: left;
    text-shadow: none;
}
.main-menu li ul {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    left: -9999px;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 108px;
    transition: opacity 0.2s ease-in-out 0s;
    width: auto;
}
.main-menu li:hover ul {
    left: 0;
    opacity: 1;
}
header[role="site-header-interior"] {
    background-color: #000;
}

header[role="site-header-interior"] .main-menu li {
    display: inline-block;
    padding: 0 1.5%;
}
@media only screen and (max-width : 1265px) {
header[role="site-header-interior"] .main-menu li {
    padding: 0 0.75%;
}
}
@media only screen and (max-width : 970px) {
header[role="site-header-interior"] .main-menu li {
    padding: 0 0.5%;
}
}
.menu-right {
    float: right;
}
header[role="site-header-interior"] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 140px;
}
header[role="site-header-interior"] .brand-wrapper-middle {
    margin-left: -125px;
    top: 21px;
    width: 250px;
}
header[role="site-header-interior"] .brand-wrapper-left {
    position: relative;
    top: 0;
    width: 96%;
    margin: 0 auto;
}
.utility-menu a {
    color: #fff;
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.utility-nav-wrapper {
    background-color: #515151;
}
.utility-menu li {
    display: inline-block;
    margin-left: 15px;
}
.utility-menu {
    padding-right: 30px;
    text-align: right;
}

header[role="site-header-interior"].home-header-scroll {
    position: relative !important;
    height: 0;
    overflow: hidden;
    transition: height .5s ease-in-out;
}
.book-form-wrapper {
    background: rgba(241, 236, 231, 0.8) none repeat scroll 0 0;
    position: fixed !important;
    top: 140px;
    width: 100%;
    z-index: 888;
}
.home .book-form-wrapper {
    transition: top .5s ease-in-out;
}

#home-content-first {
/*    transition: margin .5s ease-in-out;*/
}

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

.header-wrapper {
    margin: 0 auto;
    width: 100%;
}
header[role="page-header"] {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
header[role="page-header"] img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.mobile-logo {
        display: none;
    }

@media only screen and (min-width : 2000px) {
    .page-name-header {
        margin-right: 15%;

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

    .page-name-header {
        margin-right: 3%;

    }
    .page-name-header-wrapper {
            top: 60%;

        }
}
@media only screen and (max-width : 2000px) {
    .header-wrapper {
    max-width: 100%;
    }
}



@media only screen and (max-width : 1025px) {
    .header-wrapper {
     clear: both;
    }
}

@media only screen and (max-width : 1025px) {
    .main-menu-wrapper {
    padding-right: 0;
    }
}


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


    .rsOverflow {
    overflow:visible !important;
    }

    header[role="site-header-mobile"] {
    position: relative;
    /*height: 60%;*/
    z-index: 100;

    }
    header[role="site-header-mobile"] {
    position: relative;

    z-index: 100;

    }
    header[role="site-header-mobile"] .new-royalslider-1 .rsSBlock{
        display: none;
    }
    .home-cta-wrapper > .grid{
        padding-top: 0px;
    }
    .slideshow-book-wrapper .gallery-link-header > a{
        border-radius: 0px!important;
        bottom: 0px;
        left: 0px;
        padding: 7px 0;
        text-align: center;
        position: relative;
    }

}



.book-form-wrapper {
    background: #221408 none repeat scroll 0 0;
}
.book-form-wrapper > form {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
}
.form-select {
    float: left;
    margin-right: 1%;
    width: 25%;
}
.book-form-wrapper input {
    background: rgba(0, 0, 0, 0) url("icons-calendar.png") no-repeat scroll 96% center;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    padding: 10px;
    width: 95%;
    -webkit-appearance: none;
 border-radius: 0 !important;
 }

.form-actions > input {
    background-color: #ffffff;
    background-image: none;
    color: #221408;
}
.form-actions > input:hover {
    background-color: #d2b48c;
    color: #ffffff;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

.book-form-wrapper select {
    background: rgba(0, 0, 0, 0) url("icon-arrow.png") no-repeat scroll 96% center;
    border: 1px solid #ffffff;
    border-radius: 0 !important;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    width: 95%;
    -moz-appearance: none !important;
}
@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: 90px 0;
    position: relative;
    text-align: center;
    width: 65%;
}
@media only screen and (max-width : 600px) {
.entry.homepage-main-content {
    width: 85%;
}
}


/*	--------------------------------------------------
     06  FOOTER
    -------------------------------------------------- */

.main-footer {
    background-color: #000;
    color: #fff;
}

footer[role="site-footer"] .main-footer .wrapper {
    font-size: 1em;
    padding: 25px 0 40px 0 !important;
}
.footer-wrapper {
    color: #ffffff;
    margin: 0 auto;
    padding: 20px 0 15px;
    width: 97%;
}
.footer-left, .footer-right {
    float: left;
    width: 50%;
    margin-top: 9px;
}

@media only screen and (max-width : 1095px) {
.footer-left, .footer-right {
    width: 20%;
}
.footer-middle {
    width: 60%;
}
}
@media only screen and (max-width : 865px) {
.footer-left, .footer-right, .footer-middle {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
}
.footer-left, .footer-right {
    padding: 10px 0;
}
}
.footer-menu {
    float: right;
    margin: 0;
    text-align: right;
    width: 60%;
}
.footer-menu li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}
.footer-menu a {
    font-family: 'Nunito', sans-serif;
    font-size: .9em;
    line-height: 120%;
    padding: 0 0 0 25px;
    text-transform: uppercase;
        color: #fff;

}
.footer-menu a:hover {
    transition: color 0.3s ease-out 0s;
    color: #bfbfbf;
}
.address {
    display: block;
    float: left;
    font-family: 'Nunito', sans-serif;
    font-size: .9em;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 40%;
    color: #fff;
}
.social-icons > a {
    color: #000;
    font-size: 1.1em;
    margin-right: 5px;
}
@media only screen and (max-width : 570px) {
.address {
    text-align: center;
    width: 100%;
}
.footer-menu {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.footer-menu a {
    padding: 0 15px;
}
}
.website-design {
    color: #000000 !important;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8em;
    text-align: right;
    text-transform: uppercase;
}
@media only screen and (max-width : 865px) {
.website-design {
    text-align: center;
}
}
.website-design a {
    color: #000000 !important;
}

.footer-middle h4 {
    display: block;
    float: left;
    padding-right: 20px;
    text-align: center;
    width: 30%;
    margin-top: 7px;
}
.footer-middle .gform_wrapper {
    float: left;
    margin: 0;
    width: 70%;
}
@media only screen and (max-width : 600px) {
.footer-middle h4 {
    padding-right: 0;
    width: 100%;
}
.footer-middle .gform_wrapper {
    float: none;
    margin: 0 auto;
    width: 90%;
}
}
.footer-middle .medium {
    border-right: medium none;
    width: 100% !important;
}
.footer-middle .gform_body {
    float: left !important;
    width: 80% !important;
     margin: 0 !important;
    padding: 0 !important;
}
.footer-middle .gform_body .gfield {
    margin: 0 !important;
    padding: 0 !important;
}
.footer-middle .gform_footer.top_label {
    clear: none !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 20% !important;
}
@media only screen and (max-width : 600px) {
.footer-middle .gform_body {
    width: 70% !important;
}
.footer-middle .gform_footer.top_label {
    width: 30% !important;
}
}
.footer-middle .gform_button.button {
    border-color: #000;
    border-left: 2px none #000;
    border-width: 2px;
}
.footer-middle .gform_button.button:hover {
    background-color: transparent;

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



#new-royalslider-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; /* height of thumbs (if not required set to 0) */
    height: auto;
    width: auto !important;
    z-index: 0;
}
@media only screen and (min-width : 1026px) {
    #new-royalslider-1{
        height: 100% !important;
width: 100% !Important;
    }
}
@media only screen and (max-width : 1025px) {
#new-royalslider-1 {
    position: relative !important;
    height: auto;
        height: 100% !important;
width: 100% !Important;
    }
}
.slideshow-book-wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
 .slideshow-book-wrapper {
    position: inherit;
}


.gallery-link-header {
     z-index: 1;
    }
.gallery-link-header > a {
    color: #ffffff;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 200;
    border-radius: 15px 0 0 15px !important;
    bottom: 10%;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    display: block;
    border: none !important;
}
.gallery-link-header > a:hover {
    color: #ffffff;
    background: none repeat scroll 0 0 #6796a7 !important;
    border-radius: 15px 0 0 15px !important;
    border: none !important;
    transition: color 0.5s ease-out 0s;
}
@media only screen and (max-width : 1025px) {

.header-image-wrapper .home-intro {
    background-attachment: scroll !important;
}
    .gallery-link-header > a:hover {
    color: #ffffff;
    background: none repeat scroll 0 0 #6796a7 !important;
    border-radius: 0 !important;
    border: none !important;
    transition: color 0.5s ease-out 0s;
}
.gallery-link-header > a {
    padding: 30px;

}
.gallery-link-header {
    margin: 10px 0 -5px;
    z-index: 1;
}
}


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






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

.ngg-gallery-thumbnail-box {
    border-right: medium none;
    border-top: medium none;
    float: left;
    padding-right: 0;
    width: 100%;
}
.gallery-thirds .ngg-gallery-thumbnail-box {
    width: 33.333%;
}
.ngg-gallery-thumbnail img {
    width: 100% !important;
}
.ngg-gallery-thumbnail a {
    margin: 0 !important;
}
.ngg-gallery-thumbnail {
    border: medium none !important;
    margin: 0 !important;
}
@media only screen and (max-width : 300px) {

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

}



/*	--------------------------------------------------
     11  PAGE DEFAULTS
    -------------------------------------------------- */

.row {
    overflow: hidden;
}
.col3 {
    float: left;
    width:32%;
    margin-left:2%;
    padding:0 1.5%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url('js/boxsizing.htc');
}
.row .col3:first-child {
  margin-left:0;
}
.col3 img {

}
.entry img,
.entry img[class*="align"],
.entry img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}
section[role="content"] {
    background-color: #ffffff;
position: relative;
z-index: 1;

}
@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: 3px solid #7d526d;
    border-radius: 0;
    color: #7d526d !important;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 1.25em !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 7px 20px !important;
    text-transform: uppercase;
    text-align: center;
}
.gform_footer.top_label {
    text-align: center;
}
p .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 20px;
}

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

.gfield.gsection.field_sublabel_below.field_description_below {
    font-size: 0.8em;
    text-align: center;
}
@media only screen and (max-width : 650px) {
    .col3 {
        float: none;
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
    }
}




@media only screen and (max-width : 1240px) {
    .ngg-gallery-thumbnail-box {
    margin:0px;
    }
}



/*	--------------------------------------------------
     12 FORMS
    -------------------------------------------------- */

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    box-shadow: none;
    display: block;
    font-size: 13px;
    padding: 9px;
    width: 98%;
}

select {
    background: rgba(0, 0, 0, 0) url("arrow-down.png") no-repeat scroll 96% center;
    color: #000 !important;
    padding: 7px 10px 8px !important;
    width: 95%;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none !important;
    opacity: 1 !important;
    border: none;
    border: 2px solid #000;
    font-family: 'Nunito', sans-serif;
    border-radius: 0;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important;
}
@media only screen and (max-width : 1025px) {
    body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
        margin-top: 0;
}
}
@media only screen and (max-width : 600px) {
.name_first, .name_last {
        width: 100% !important;
}
}
.gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
    float: left;
    margin-top: 7px !important;
}

.gform_wrapper .top_label .gfield_label {
    clear: both;
    display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 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;
    width: 98%;
    border: 1px solid #cccccc;
}

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

    border: 1px solid #CCCCCC;
}

.gform_confirmation_wrapper {
    border: 2px solid;
    color: #000;
    float: right;
    padding: 10px;
    text-align: center;
    width: 70%;
}

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




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


.widget.gform_widget{
    width: 100%;
}

}

input, textarea {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid;
    border-radius: 0 !important;
    color: #000000;
    font-family: 'Nunito', sans-serif;
    font-size: 0.85em !important;
    font-weight: 300;
    padding: 10px !important;
    text-align: left;
}
::-webkit-input-placeholder { color:#000000; }
:-moz-placeholder { opacity: 1; color:#000000; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#000000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000000; } /* ie */
input:-moz-placeholder { color:#000000; }
.room-secondary-links {
    margin: 45px 0 0;
}




/* BLOG STYLING */

.blog-header .page-name-header {
    text-align: center;
}
.blog-header .page-name-header-wrapper {
    top: 47%;
}
@media only screen and (max-width : 1110px) {
.blog-header .page-name-header {
    padding: 15px;
}
.blog-header .page-name-header-wrapper {
    top: 50%;
}
}
@media only screen and (max-width : 1025px) {

.blog-header .page-name-header-wrapper {
    line-height: 30%;
    top: 53%;
}

}
@media only screen and (max-width : 965px) {
.blog-header .page-name-header-wrapper {
    line-height: 30%;
    top: 55%;
}

}
@media only screen and (max-width : 910px) {
.blog-header .page-name-header-wrapper {
    top: 56%;
}

}

#archives-2 ul li,
ul li.cat-item {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}



.blog-image {
    overflow: hidden;
    height: auto;
    width: 100%;
}
.entry article:nth-child(odd) {
    clear: both;
}
.entry.archive-entry article:nth-child(odd) {
    clear: none;
}
.entry.archive-entry article:nth-child(even) {
    clear: both;
}
.blog-image img {
   height: auto;
    width: 100%;
}
.entry article {
    margin-bottom: 40px;
    padding-bottom: 20px;
    float: left;
    width: 48%;
    margin-right: 2%;
}
.pubdate {
    font-size: 1.15em;
    margin-bottom: .7em;
}
.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;
}
.blog-text h2 a {
    border-bottom: medium none;
    font-weight: 300;
}
.blog-text h1 {
    line-height: 100%;
    margin: 0;
    padding: 0 0 10px;
}
.blog-image {
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    width: 100%;
}
.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;

    }
}





/* FORM STYLING */

.gform_fields.top_label.description_below li {
    margin-bottom: 15px;
}
.datepicker.medium.mdy.datepicker_no_icon.hasDatepicker {
    width: 100% !important;
}



.gform_wrapper div.validation_error,
.gform_wrapper .validation_message {
    color: #B30838 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border: none !important;
}


.green-btn {
    border: medium none;
    color: #ffffff;
    font-size: 0.8em !important;
    font-weight: normal;
    margin-top: 0;
    padding: 11px 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 300px;
    width: auto;
    text-align: center;
}

p.green-btn a:link {
    color: #ffffff !important;
    padding: 15px;
}
p.green-btn:hover {
    background: none repeat scroll 0 0 #01584f !important;
}
.green-btn > a {
    color: #ffffff !important;
}



b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

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

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


.alignright {
       float: right;
}


.gform_wrapper div.validation_error {
    display: none;
}

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

}

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


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



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











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

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

}



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

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


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

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




.fullwidth-wrapper {
    max-width: 100%;
    width: 100% !important;
}
.fullwidth-wrapper.alternate-bg {
    background-color: #bea783;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    font-style: normal;
    padding: 10px 0;
}

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


.rsNav.rsBullets {
    bottom: 60px !important;
    position: absolute !important;
}
.rsUni .rsBullet span {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255,255,255,1) !important;
    display: block;
    height: 12px;
    width: 12px;
}
.rsUni .rsBullet.rsNavSelected span {
    border: 1px solid rgba(255,255,255,1) !important;
    background: none repeat scroll 0 0 rgba(255,255,255,1) !important;
}


.attachment-post-thumbnail.wp-post-image {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.interior-header-image {
    -webkit-box-shadow:inset 0 90px 50px 0 rgba(34,20,8,.5);
    box-shadow:inset 0 90px 50px 0 rgba(34,20,8,.5);

}

#interior-header-image {
    position: relative;
}
@media screen and (min-width:1025px) {
#interior-header-image::before {
    background-image: linear-gradient( bottom,
            rgba( 34, 20, 8, 0 ) 25%,
            rgba( 34, 20, 8, .5 ) 100% );
        background-image: -moz-linear-gradient( bottom,
            rgba( 34, 20, 8, 0 ) 25%,
            rgba( 34, 20, 8, .5 ) 100% );
        background-image: -ms-linear-gradient( bottom,
            rgba( 34, 20, 8, 0 ) 25%,
            rgba( 34, 20, 8, .5 ) 100% );
        background-image: -o-linear-gradient( bottom,
            rgba( 34, 20, 8, 0 ) 25%,
            rgba( 34, 20, 8, .5 ) 100% );
        background-image: -webkit-linear-gradient( bottom,
            rgba( 34, 20, 8, 0 ) 25%,
            rgba( 34, 20, 8, .5 ) 100% );
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
}
.header-image-wrapper .home-intro {
    background-size: cover;
    height: 600px;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
}

.header-image-wrapper .home-intro.fixed-slider {
    position: fixed;
z-index: 0 !important;
}


.rsSlide:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-blend-mode: multiply;
/*     background-color: rgba(158, 117, 48, 0.2); */
}

.home .homepage_header_callout {
    left: 15.25%;
    position: absolute;
    text-align: center;
    top: 34%;
    width: 77%;
}
.homepage_header_callout {
    left: 10%;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 80%;
}

@media screen and (max-width: 1180px) {
.homepage_header_callout {
    left: 33.25%;
    width: 45%;
}
}
@media screen and (max-width: 820px) {
.homepage_header_callout {
    left: 27.25%;
    width: 57%;
}
}
@media screen and (max-width: 700px) {
.homepage_header_callout {
    left: 2.5% !important;
    width: 95% !important;
}
}
.entry.entry-center {
    margin: 70px auto;
    text-align: center;
    width: 65%;
}

.full-width-booking-link > a {
   background-color: #000000;
    color: #ffffff;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 1.75em;
    padding: 32px 0;
    text-align: center;
    width: 100%;
}
.full-width-booking-link > a:hover {
    background-color: #7d526d;
    transition: .3s all ease;
}
.entry.home_page_links_wrapper_full {
    position: relative;
}
.home_page_links_wrapper .page-links-image {
    height: 385px;
    overflow: hidden;
    width: 33.333%;
    float: left;
}
.page-links-image.page-links-image-right-two {
    width: 66.666%;
    float: right;
}

.page-links-content.page-links-content-left {
    width: 33.333%;
    float: left;
    background-color: #000000;
}

.page-links-content.page-links-content-center {
    background-color: #7d526d;
    float: left;
    width: 33.333%;
}

.page-links-content.page-links-content-right {
    background-color: #7d526d;
    float: right;
    width: 33.333%;
}
.page-links-image.page-links-image-left-two {
    float: left;
    width: 66.666%;
}
.page-links p, .page-links a {
    color: #ffffff;
}
.page-links > a {
    float: left;
    height: 420px;
    text-align: center;
    width: 33.333%;
    display: table;
    background-size: cover;
    background-position: center;
    position: relative;
    border: none !important;
}
.home_page_links_wrapper {
    background-color: #000;
}
@media screen and (max-width: 1000px) {
.page-links > a {
    height: 300px;
    width: 100%;
}
}

.page-links h1 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    position: relative;
}
.page-links a:before {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}
.page-links a:hover::before {
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease 0s;
}
.column {
    float: left;
    margin: 0 1%;
    text-align: left;
    width: 23%;
}
@media screen and (max-width: 800px) {
.column {
    width: 100%;
  }
}
.column > br {
    margin-bottom: 13px;
}



/* DATEPICKER STYLING */

.ui-datepicker-title {
    font-family: 'Nunito', sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    text-shadow: none;
    color: #221408;
}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border-radius: 0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none repeat scroll 0 0 #dfdfdf;
    border: medium none;
    border-radius: 0;
}

.ui-widget-header .ui-icon {
    background-image: url("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 #dfdfdf !important;
    border: medium none !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    width: 100%;
    text-shadow: none;
}
.ui-datepicker tbody td {
    width: 14.285714286%;
}
.ui-datepicker th {
    font-family: "effra";
    font-weight: 100;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    background: none repeat scroll 0 0 #e7ddcd !important;
}
.ui-state-active {
    background: none repeat scroll 0 0 #bea783 !important;
}

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

.ui-datepicker {
    padding: 0 !important;
}

.main-container-wrapper {
    margin: 0 auto !important;
    width: 90% !important;
    display: block !important;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

}

h2 a, h2 a:hover {
    font-family: 'Nunito', sans-serif;
}

.entry.entry-center li {
     float: left;
    list-style: outside none none;
    margin: 6px 1%;
    padding: 0;
    width: 31.333%;
}

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


footer {
    position: relative;
    background: #fff;
}



.scroll-down-link {
    bottom: 38px;
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.scroll-down-link a {
    color: #ffffff;
    display: block;
    font-size: 2.25em;
    line-height: 1;
    text-align: center;
}

.booking-mobile {
    display: none;
}

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

.home .booking-mobile {
    display: none;
}
.booking-mobile {
    display: block;
    position: relative;
    z-index: 2;
}
.booking-mobile .booking-link > a {
    background: #7d526d none repeat scroll 0 0;
    display: block;
    position: fixed;
    text-align: center;
    top: 108px;
    width: 100%;
}
.booking-mobile .booking-link > a:hover{
    background-color: #7d526d;
}
}
.book-form-wrapper .booking-link {
    display: none;
}
@media screen and (max-width:865px) {
.home .booking-mobile {
    display: block;
}
.book-form-wrapper {
    display: none;
}
}
#interior-header-image > img {
    width: 100%;
}

.widget h2 {
    display: none;
}
.child-page-list.blog-filter {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 95%;
}
.blog-filter .widget {
    display: inline-block;
    width: 28%;
}
.child-page-list.blog-filter > span {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 2em;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 6px;
    width: 15%;
}
.child-page-list.blog-filter > span > a {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.all-posts-link {
    width: 20% !important;
}
@media screen and (max-width:645px) {
.child-page-list.blog-filter {
    width: 95%;
}
}
@media screen and (max-width:495px) {
.child-page-list.blog-filter > span {
    width: 100%;
}
.blog-filter .widget {
    width: 100%;
    margin-top: 10px;
}
}





.container {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}


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

.gform_button.button {
    display: block !important;
    margin: 0 auto;
}



/* BOOKING WIDGET */

.book-form-wrapper {
    background: rgba(234,234,234,.95) none repeat scroll 0 0;
    position: relative;
}
.book-form-wrapper > form {
    margin: 0 auto;
    padding: 15px 0;
    width: 80%;
    float: left;
}
.form-select {
    float: left;
    margin-right: 1%;
    width: 24%;
}
.form-select > label {
    font-size: 0.9em;
}
.book-form-wrapper h2 {
    float: left;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 27px;
    text-align: center;
    width: 19%;
}
.book-form-wrapper input {
    background: rgba(0, 0, 0, 0) url("calendar.png") no-repeat scroll 96% center;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    font-family: "Nunito Sans",sans-serif;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
    width: 95%;
    font-size: 15px !important;
    letter-spacing: 1px;
}
.form-actions > input {
    background: #7d526d none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: "Nunito Sans",sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px !important;
    text-align: center;
    text-transform: uppercase;
}
.form-actions > input:hover {
    background-color: #7d526d;
    border-color: #7d526d;
    color: #ffffff;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

.book-form-wrapper select {
    background: rgba(0, 0, 0, 0) url("arrow-down.png") no-repeat scroll 96% center;
    color: #000 !important;
    padding: 9px 10px !important;
    width: 95%;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    -moz-appearance: none !important;
    opacity: 1 !important;
    border: none;
    border: 2px solid #000;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 15px !important;
}

@media screen and (max-width:1025px) {
.book-form-wrapper .booking-link {
    display: block;
}
.book-form-wrapper form {
    display: none;
}
.booking-link > a {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.book-form-wrapper .booking-link {
    display: block;
    float: left;
    width: 69%;
}
.book-form-wrapper h2 {
    float: left;
    margin-top: 13px;
    text-align: center;
    width: 30%;
}
}


.image_links {
    background-position: center center;
    background-size: cover;
    display: block;
    height: 400px;
    width: 100%;
    position: relative;
}
.image_links:before {
    background-color: rgba(18, 18, 18, 0.3);
    background-blend-mode: multiply;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.image_links h1, .image_links p {
    color: #fff;
}
.image_links:hover::before {
    background-color: rgba(18, 18, 18, 0.8);
    transition: all 0.3s ease 0s;
}
.page-links-content {
    display: table;
    height: 400px;
    width: 100%;
}
.page-links-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 15%;
}
@media screen and (max-width:675px) {
.page-links-cell {
    font-size: 0.8em;
    padding: 0 5%;
}
}
/*
.image_links:nth-child(2n+1) .content-interior {
    display: none;
}
*/
.interior_link_border {
    border: 2px solid #ffffff;
    bottom: 0;
    content: "";
    height: 93%;
    left: 0;
    margin-left: 1%;
    margin-top: 1%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
}
@media screen and (max-width:1000px) {
.interior_link_border {
    height: 95%;
}
}
@media screen and (max-width:675px) {
.interior_link_border {
    height: 96%;
}
}
/* .image_links:nth-child(2n) .interior_link_border {
    display: none;
}
.image_links:nth-child(2n+1):hover h1 {
    color: #7d526d;
    transition: all .3s ease;
}
.image_links:nth-child(2n+1):hover .interior_link_border {
    border: 2px solid #7d526d;
    transition: all .3s ease;
} */
/* .image_links:nth-child(2n)::before {
    background-color: transparent;
}
.image_links:nth-child(2n) {
    filter: url("svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    -webkit-transition: all .3s ease; 
	-webkit-backface-visibility: hidden; 
}
.image_links:nth-child(2n)::before {
    background-color: rgba(255, 255, 255, 0.7);
}
.image_links:nth-child(2n) h1, .image_links:nth-child(2n) p {
    color: #000;
}
.image_links:nth-child(2n):hover {
    filter: none; 
    -webkit-filter: none; 
}
.image_links:nth-child(2n):hover::before {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease 0s;
    filter: none; 
    -webkit-filter: none; 

} */
.full-width-title h2 {
    background: rgba(234,234,234,.8) none repeat scroll 0 0;
    display: block;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.content-column-content {
    margin: 70px auto;
    width: 85%;
}
.content-column-content h2 {
    text-align: center;
    margin-bottom: 30px;
}
.column li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
.column.column-thirds {
    width: 31.333%;
}
.column.column-half {
    width: 48%;
}
.column.column-full {
    width: 100%;
}
@media screen and (max-width:1000px) {
.column.column-thirds {
    width: 100%;
}
}
@media screen and (max-width:800px) {
.column.column-half {
    width: 100%;
}
}
.page-id-635 .entry.homepage-main-content {
    text-align: left;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.25 !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 38px !important;
}
.fa.fa-times-circle {
    font-size: 2.5em !important;
    color: #000 !important;
}
.column ul {
    margin-bottom: 30px;
}
.right-aligned-nav .sub-menu {
    text-align: right;

}
.wsp-pages-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wsp-pages-list .children a {
    text-transform: none;
    font-weight: normal;
}
.wsp-pages-list li a {
    text-transform: uppercase;
    font-weight: bold;
}

.main-menu li.right-aligned-nav:hover ul {
    left: auto;
    right: 0;
}
.main-menu li.right-aligned-nav:hover ul a {
    display: block;
}


@media screen and (max-width: 992px) {
	.ngg-gallery-thumbnail-box {width: 50%!important; }
}

@media screen and (max-width: 640px) {
	.ngg-gallery-thumbnail-box {width: 100%!important; }
}