/*
Theme Name: 	AMI 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 Menu5
  04 Mobile Top Menu
  05 Header
  06 Footer
  07 Homepage
  08 Homepage Booking Form
  09 Interior
  10 Gallery39
  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 #6b5e53 !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; }

* {
  margin: 0;
  padding: 0;
}

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


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



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



::-moz-selection 	{ background: #c3c3c3; color:#242b33; }
::selection 		{ background: #c3c3c3; color:#242b33; }


.wrapper {
   background: #fff;
    margin: 0 auto;
    max-width: 75%;
}
.home .wrapper {
   background: #2E2606;
    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: 'ami';
    src: url('font/ami.eot?58562704');
    src: url('font/ami.eot?58562704#iefix') format('embedded-opentype'),
         url('font/ami.woff2?58562704') format('woff2'),
         url('font/ami.woff?58562704') format('woff'),
         url('font/ami.ttf?58562704') format('truetype'),
         url('font/ami.svg?58562704#ami') 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: 'ami';
      src: url('../font/ami.svg?58562704#ami') format('svg');
    }
  }
  */

   [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ami";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

  .icon-down-open-big:before { content: '\e803'; } /* '' */
  .icon-down-open-mini:before { content: '\e804'; } /* '' */
  .icon-left-open-big:before { content: '\e805'; } /* '' */
  .icon-right-open-big:before { content: '\e806'; } /* '' */
  .icon-up-open-big:before { content: '\e807'; } /* '' */
  .icon-menu:before { content: '\f008'; } /* '' */
  .icon-twitter:before { content: '\f099'; } /* '' */
  .icon-facebook-squared:before { content: '\f30e'; } /* '' */
  .icon-linkedin-rect:before { content: '\f31b'; } /* '' */

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

  font-weight: normal;
  font-family: 'Rajdhani', sans-serif;
}
h1 {
    font-size: 2.45em;
    font-weight: 400;
    letter-spacing: 6px;
    margin-bottom: 40px;
    line-height: 1;
    text-transform: uppercase;
}
.home h1 {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .home h1 {
    font-size: 1em;
  }
}
h2 {
    font-size: 1.22em;
    font-weight: 400;
    text-transform: uppercase;
}
h2.white {
    color: #fff
}
h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
h3.white {
    color: #fff;
}
h4 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.2em;
  line-height: 100%;
  font-weight:300;
  margin: 0;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

p, a {
   text-decoration: none;

}


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

}

p a:visited {   color: #242b33;}
p a:active {color: #242b33;}
p a:hover, li a:hover {
    color: #e8c93b;
    outline: medium none;
    text-decoration: none;
    transition: color 0.5s ease-out 0s;
}

.home .entry p {
    margin-bottom: 1.25em;
    color: #fff;
  line-height: 200%;
    letter-spacing: 1px;
  font-weight: 300;
    }
 .entry p:last-child {
   margin-bottom: 0;
 }
.entry ul, .entry ol {
  margin-bottom: 1.25em;

}

.entry ul li {
    color: #242b33;
    list-style: outside none circle;
    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
  -------------------------------------------------- */



.main-menu-toggle {
  display: none;
}

@media only screen and (max-width : 900px) {
.utility-menu {
text-align: center;
}
}



@media only screen and (max-width : 900px) {
.header-left {
    background-color: rgba(194, 194, 194, 0.3);
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

}

@media only screen and (min-width : 1025px) {
  .menu-main-menu-container li:hover ul {
  opacity: 1;
  left: 0;
  }
}

@media only screen and (max-width : 900px) {
  .menu-main-menu-mobile-container li ul {
  opacity: 1;
  left: 0;
  }
  .header-right {
  width: 100%;
}
.green-book-btn > a {
    margin-top: 0;
    width: 100%;
    text-align: center;
}
}
@media only screen and (max-width : 900px) {
  .main-menu-wrapper {
    float: none;
    margin: 0 auto;
  }
  .menu-main-menu-mobile-container a {
    padding: 14px 0;
  }
  .menu-main-menu-mobile-container li ul {
    top: 70px;
  }
}

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

  .menu-main-menu-mobile-container li li a:hover {
    background: none repeat scroll 0 0 #242b33;
  }

  .brand-topper {
    border-bottom: none;
  }
  .top-menu-wrapper {
    display: block;

  }
  .main-menu-wrapper {
    clear: both;
    float: none;
    display: none;
    margin: 3px auto 0 !important;
    width:100%;
    background-color: #fff;
  }

  .header-items-wrapper {
    text-align: center;
    width: 50%;
  }
  .header-items-wrapper a {
    background: #fff;
      color: #302406;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1em;
      display: block !important;
      float: left;
      font-weight: 400;
      letter-spacing: 2px;
      line-height: 0.6;
      margin: 0 auto;
      padding: 17px 0;
      text-decoration: none;
      text-transform: uppercase;
  }
  .header-items-wrapper a.main-menu-toggle {
      font-size: 18px;
      padding: 20px 0 19px;
  }
  .header-items-wrapper a.main-menu-toggle {
      width: 100%;
      padding: 27px 0;
  }
  .main-menu-toggle a:hover {
    background: #faf3dd; /* Old browsers */
  }
  .main-menu-toggle a:active {
    background: #faf3dd; /* Old browsers */
  }

  .menu-main-menu-mobile-container {
    margin: 0 auto;
    width: 100%;
  }
  .menu-main-menu-mobile-container a {
      display: block;
      font-size: 1em;
      font-weight: 400;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 30px;
      text-decoration: none;
    line-height: 1;
  }


  .menu-main-menu-container a:hover, .menu-main-menu-container li:hover > a, .menu-main-menu-container ul > li > a.active {

  }
  .menu-main-menu-mobile-container li {
      border-top: 1px solid rgba(194, 194, 194, 0.3);
      display: block;
      float: none;
  }
  .menu-main-menu-mobile-container li ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

  .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: 'avalon';
      font-size: 1.3em;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      right: 30px;
      top: 15px;
  }
  .menu-item-parent span:after {
    content: "\e809";
  }

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

  .menu-item-parent.open span {
    top: 15px;
  }
  .menu-main-menu-mobile-container .sub-menu {
    display: none;
    background: #6b5e53;
  }
  .menu-main-menu-mobile-container .sub-menu a {
      color: #FFFFFF;
      font-size: 0.9em;
      font-weight: 100;
      padding: 20px 30px !important;
      text-shadow:none;
  }
  .menu-main-menu-mobile-container .sub-menu li {
    border-bottom: 1px solid  #6b5e53;
  }
  .menu-main-menu-mobile-container .sub-menu li:first-child {
    border-top: 1px solid  #6b5e53;
  }
  .menu-main-menu-mobile-container .sub-menu li:last-child {
    border-bottom: none;
  }
}

.mob-menu-chat {
    display: flex;
}



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

.header-wrapper {
  margin: 0 auto;
  width: 100%;
  clear: both;
}

header[role="site-header"] {
  /* position: relative; */
  width: 100%;
  overflow: hidden;
}

header[role="site-header"] .logo-to-home {
  bottom: 40px;
    display: inline-block;
    float: none;
    left: 36px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 170px;
    transition: all 0.3s ease-in-out 0s;
}
a.logo-desktop-link:hover .logo {
    transform: scale(1.15);
}
.home a.logo-desktop-link:hover .logo {
    transform: none;
}
header[role="site-header-mobile"] {
  display: none;
}

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

header[role="site-header-mobile"] {
  position: relative !important;
  height: auto;
  display: block !important;
}
header[role="site-header-mobile"] .logo {
  float: none;
  padding: 15px;
  margin-top: 7px;
  clear: both;
}

header[role="site-header-mobile"] .logo-to-home {
  float: none;
  padding-top: 15px;
  margin-top: 7px;
  padding-bottom: 0;
  clear: both;
  background-color: #242b33;
  text-align: center;
}

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

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: 8888; */
    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 : 900px) {
  .header-wrapper {
     clear: both;
      position: absolute;
      top: 0px;
      z-index: 9999;
  }
  .main-menu-wrapper {
    padding-right: 0;
  }

  .rsOverflow {
    overflow:visible !important;
  }

  .home 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;
    }
/*
    .slideshow-book-wrapper{
        padding-bottom: 68px;
    }
*/
    .home-cta-wrapper > .grid{
        padding-top: 0px;
    }
    .slideshow-book-wrapper .gallery-link-header > a, .slideshow-book-wrapper .awards-link > a{
        border-radius: 0px!important;
        bottom: 0px;
        left: 0px;
        padding: 7px 0;
        text-align: center;
    position: relative;
    }

}

.header-image-overlay {
    width: 575px;
    margin-right: 115px;
    background-color: rgba(255,255,255, 0.9);
    padding: 20px;
    text-align: center;
    position: relative;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
}

.page-template-page-home .offhome-header {
  display: none;
}

.offhome-header {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
    align-items: end;
    margin-bottom: 115px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .offhome-header {
    margin-top: 0px;
  }
}

.offhome-header span.button {
    position: absolute;
    left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  transform: translatex(-50%);
}

.offhome-header .button a:hover {
    background-color: #302406;
    color: #fff;
}

.offhome-header h1 {
    padding: 30px 50px;
    background-color: #574E37;
    color: #fff;
    font-size: 2.1em;
    letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
  .offhome-header h1 {
    font-size: 1.7em;
    padding: 15px 25px;
    position: absolute;
    top: 40%;
  }
}


/* --------------------------------------------------
            Main Menu
   --------------------------------------------------*/
 .brand-topper a {
   font-size: 22px;
   display: inline-block;
 }


 .logo-section {
     text-align: center;
     position: relative;
 }

 .logo-section > * {
     margin-top: 35px;
 }

 .logo-section > div {
    display: inline-block;
}

.chat {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}

@media only screen and (max-width: 900px) {
  .chat {
    width: 50%;
    text-align: center;
  }
}

.logo img {
    margin: 0 auto;
    width: 105px;
}

.chat a {
  color: #2E2606;
  background-color: #fff;
  display: block;
  padding: 20px 30px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  transition: 0.5s ease-in;
}

@media screen and (max-width: 900px) {
  .chat a {
    color: #fff;
    background-color: #e8c93b;
    font-family: 'Rajdhani', sans-serif;
    padding: 22px 30px 21px;
  }
}

.chat a:hover {
  background-color: #e8c93b;
  color: #fff;
}

.menuandsocial .social-icons {
    text-align: center;
    display: inline;
}

.menuandsocial a {
  color: #fff;
  letter-spacing: 3px;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
}

#menu-main-menu {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

#menu-main-menu li {
    list-style: none;
}

.brand-topper {
  position: relative;
  z-index: 1;
    width: 100%;
}
.top-menu-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width : 900px) {

.brand-topper {
  height: auto;
  position: relative;
  text-align: center;
/*     z-index: 8888; */
    top:0;
    width: 100%;
    left:0;
    border-bottom: none;
    background-color: #302406;
}
}


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

.main-footer {
    background-color: #574E37;
    text-align: center;
}
.main-footer a {
    color: #fff;
    font-weight: 300;
}
.main-footer p {
    color: #ffffff;
}

footer .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer .row {
    display: flex;
    justify-content: space-around;
}

.footer-center h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-right img {
  width: 250px;
}

.row .orkelinks {
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .row .orkelinks {
    padding-top: 10px;
  }
  footer .main-footer .row, footer .secondary-footer .row {
    flex-direction: column;
  }

  .menu-footer-menu-container .menu-footer-menu a {
    border-right: 0px;
  }
}

footer a:link,
footer a:visited,
footer a:active {
  color: #fff;
  border-bottom: none;
}

footer[role="site-footer"] .main-footer .wrapper {
  font-size: 1em;
  padding: 25px 0 40px 0 !important;
}
footer[role="site-footer"] .second-column {
  text-align: center;
}
footer[role="site-footer"] .third-column {
  text-align: right;
}
footer[role="site-footer"] .main-footer h2 {
  color: #fff;
    font-size: 14px;
    text-align: left;
    margin: 0 0 5px 0 !important;
}
footer[role="site-footer"] .main-footer p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
}
footer[role="site-footer"] .main-footer p a {
    border: medium none;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
}

footer[role="site-footer"] .main-footer a:hover {
    color: #e8c93b !important;
    outline: medium none !important;
    text-decoration: none !important;
    transition: color 0.5s ease-out 0s !important;
}

.footer-left .gform_wrapper .gform_body .gform_fields .gfield input[type="text"] {
    border: medium none;
    font-size: 0.75em !important;
    padding: 4px !important;
}
.footer-left .gform_wrapper {
    margin: 0 !important;
}
.footer-left .gform_button.button {
    background: #e8c93b none repeat scroll 0 0;
    color: #fff !important;
    font-size: 0.7em !important;
    letter-spacing: 2px;
    margin-top: 3px !important;
    padding: 4px 3px 5px !important;
    font-weight: bold !important;
    text-align: center;
    text-transform: uppercase;
}
.footer-left .gform_footer.top_label {
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    width: 27%;
}
.footer-left .gform_body {
    float: left !important;
    width: 72% !important;
    margin: 3px 0 !important;
    padding:  0 !important;
}
.footer-left .gfield {
    margin: 0 !important;
    padding: 0 !important;
}
.address {
    margin: 0 !important;
}

.secondary-footer {
  background-color: #302406;
  padding: 15px 0;
  color: #fff;
}

.secondary-footer .footer-left {
     margin-top: 0;
}
.secondary-footer .footer-wrapper {
    padding: 0;
    width: 95%;
}

.secondary-footer p, .secondary-footer a {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.secondary-footer a:hover {
  color: #e8c93b;
}

.footer-wrapper {
    margin: 0 auto;
    padding: 50px 0;
    width: 90%;
}

.footer-center p {
  line-height: 1.3;
  margin-top: 10px;
}

@media only screen and (max-width : 900px) {
.footer-right {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0;
  clear: both;
  width: 100%;
  max-width: 440px;
}
.footer-left, .footer-center {
    clear: both;
    float: none;
    width: 100%;
}
}
.social-icons {
    margin-top: 25px;
    text-align: center;
}
.social-icons > a {
    color: #fff;
    font-size: 2em;
    margin: 0 6px;
}
.social-icons a:hover {
    color: #574E37;
}
.autograph-logo > img {
    max-width: 100%;
}
.autograph-logo {
    margin-top: 18px;
}
.social-icons [class^="icon-"]::before, [class*=" icon-"]::before {
    margin: 0;
    width: 1.5em;
    font-size: 25px;
}
.menu-footer-menu-container {
    clear: both;
    text-align: center;
}
.menu-footer-menu-container li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.menu-footer-menu-container a {
    border-right: 1px solid;
    font-weight: 400;
    padding: 0 11px;
    text-transform: uppercase;
}

@media only screen and (max-width : 400px) {
/* .menu-footer-menu-container a { */
/*     font-size: 0.55em; */
/* } */
}
.menu-footer-menu-container ul li:last-child a {
    border-right: medium none !important;
}
.menu-footer-menu-container a:hover {
    outline: medium none;
    text-decoration: none;
    transition: color 0.5s ease-out 0s;
}

.website-design {
    font-size: .75em !important;
    margin: 10px auto 0 !important;
    display: block;
}

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

@media only screen and (max-width : 900px) {
.footer-left {
    float: none;
    margin: 0 auto 70px;
    width: 70%;
}
footer[role="site-footer"] .main-footer h2 {
    margin-bottom: 10px;
    text-align: center;
}
}
@media only screen and (max-width : 425px) {
.footer-left {
    width: 100%;
}
}
.gform_button.button {
    text-transform: uppercase;
    padding: 15px 30px;
}

.social-wrapper {
  padding: 60px 0px 0px 0px;
  margin: 0 auto;
  max-width: 70%;
}
.social-wrapper li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
.right {
  float:right;
}

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


@media only screen and (max-width : 900px) {
  .social-wrapper {
  margin: 0 auto;
    width: 320px;
    padding: 60px 0  0 0;
  }
}


/*	--------------------------------------------------
   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: auto!important;
    }
}
@media only screen and (max-width : 900px) {
#new-royalslider-1 {
  position: relative !important;
  height: auto;
  }
}
.slideshow-book-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
.home .slideshow-book-wrapper {
    position: inherit;
}

@media only screen and (max-width : 900px) {
  .logo {
    float: none;
    }
  .logo img {
      display: block;
      margin: 10px auto;
      width: 30%;
  }
  .social-wrapper li {
    margin-bottom: 20px;
  }
}

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

  footer[role="site-footer"] .span_6, .col {
  display: block;
  float: none;
  clear: both;
  }

  footer[role="site-footer"] .main-footer p {
    text-align: center;
  }
  .footer-left {
    margin-top: 0;
  }

}
.gallery-link-header, .awards-link {
   z-index: 1;
    }
.gallery-link-header > a, .awards-link > a {
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1em;
    font-style: italic;
    font-weight: 200;
    background: none repeat scroll 0 0 #6b5e53;
    border-radius: 15px 0 0 15px !important;
    bottom: 10%;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    display: block;
    border: none !important;
}
.awards-link > a {
    margin-bottom: -50px;
}
.gallery-link-header > a:hover, .awards-link > a:hover {
    color: #fff;
    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 : 775px) {
  .gallery-link-header > a:hover, .awards-link > a:hover {
    color: #fff;
    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, .awards-link > a {
    padding: 30px;

}
.gallery-link-header, .awards-link {
    margin: 10px 0 -5px;
    z-index: 1;
}
.awards-link > a {
    margin-bottom: 15px;
}
}

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

.page-template-page-home .content-interior {
  margin: 40px auto;
}

@media screen and (max-width: 900px) {
  .page-template-page-home .content-interior {
    margin: 0px;
  }
}

.page-template-page-team .content-interior {
  margin-top: 25px;
}

.mobile-main-content {
  display: none;
}

@media only screen and (max-width : 900px) {
  .mobile-main-content {
    display: initial;
  }
}

.ngg-gallery-thumbnail-box {
    float: left;
    padding-right: 5px;
    width: 12.5%;
}

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

.ngg-gallery-thumbnail-box {
    padding-bottom: 2px;
    width: 50%;
}

}

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

.ngg-gallery-thumbnail-box {
    padding-bottom: 2px;
    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: #fff;
  overflow: hidden;
}
.home section[role="content"] {
  background-color: #2E2606;
}
section[role="secondary-content"] {
  background-color: #FBFBFB !important;
    border-top: 2px solid #D1D1D1;
}

section[role="secondary-content"] .wrapper {
  background-color: #FBFBFB !important;
}
.room-accommodations-amenities {
  border-top: 1px solid #6b5e53;
   padding: 70px 0;
}
.button a, .hotels-text span.button {
    background-color: #e8c93b;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    margin: 15px 0;
    padding: 15px 30px;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
  letter-spacing: 1px;
  transition: 0.5s ease-in !important;
}

.home .button:hover a {
    color: #2E2606;
    background-color: #fff;
}

.page-links-content .button {
    margin-right: 20px;
}

.home .button a {
    font-size: 22px;
}

@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] {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-shadow: none;
    color: #6b5e53;
    display: block;
    font-size: 13px;
    padding: 9px;
    width: 98%;
}

select {
    border: 1px solid #c2c2c2;
    border-radius: 0 ;
    box-shadow: none;
    color: #6b5e53;
    display: block;
    font-size: 13px;
    padding: 9px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none !important;
  background-image: url('images/white-arrow-down.png');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 98% center;
}


.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 : 775px) {
  body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    margin-top: 0;
    text-align: center;
}
}
@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 {
    border: 1px solid #c2c2c2;
    border-radius: 0;
    box-shadow: none;
    color: #6b5e53;
    display: block;
    padding: 9px;
    width: 100%;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus  {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  margin-left: 4px !important;
  transition: .5s ease-in;
  background-color: #e8c93b;
  color: #fff;
  border: 0;
  transition: 0.5s ease-in;
}

section .gform_wrapper .gform_footer input.button:hover, section .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #302406;
    color: #fff !important;
}

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


li#field_8_1 .ginput_container .medium {
  text-align: center;
  }


.gform_wrapper form {
  text-align: center !important;
}


}

@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: 0 !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
}


/* 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 : 775px) {

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


.widget.widget_archive {
  padding-top: 20px;
}
.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: 5px;
    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 {
  color: #6b5e53;
  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: #FFF;
    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
}
}
#categories-5 a, #archives-2 a {
  color: #6b5e53;
    display: block;
    font-size: 0.9em;
    font-weight: 200;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
#archives-2 li {
  float: none;
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

@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;
    color: #6b5e53;
}

.pagination .current{
  padding:6px 9px 5px 9px;
  background: #e1e1e1;
  color:#6b5e53;
}

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

  .widget.widget_categories {
    text-align: center;
    border-top: 1px solid #3F3E49;
    padding-top: 20px;
  }
  .widget.widget_archive {
    text-align: center;
    padding-bottom: 20px;
  }
  .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;
}




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

}

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

#gform_wrapper_1 .gform_body {
    width: 100%;
}
#gform_wrapper_1 .gform_footer.top_label {
  margin: 0 auto !important;
  float: none;
}
}



.ngg-gallery-thumbnail {
  margin-right: 1px;
}



.home-content a:hover {
    color: #6b5e53 !important;
}
.home-content a {
    color: #6b5e53 !important;
}



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

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


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

.entry.entry-center {
  /*  margin: 80px auto 70px; */
    text-align: center;
}

.entry.center {
    text-align: center;
}
@media screen and (max-width: 900px) {
  .entry.entry-center {
    margin: 40px;
  }
}
.page-links {
    margin: 0 auto;
    width: 80%;
}
.first_level_page_links_wrapper {
    padding: 40px 0;
}
.page-links-image {
  width: 45%;
}
.page-links-image  img {
  width: 100%;
  height: auto;
}
.first_level_page_links_wrapper:nth-child(2n+1) .page-links-image {
  float: left;
  margin-right: 5%;

}
.first_level_page_links_wrapper:nth-child(even) .page-links-image {
  float: right;
  margin-left: 5%;

}
.page-links-content {
  width: 50%;
  margin-top: 6%;

}
@media screen and (max-width: 1350px) {
.page-links-content {
  margin-top: 0;
}
}
@media screen and (min-width: 960px) {
.page-links-content {
    margin-top: 0;
    display: table;
    height: 326px;
}
.first_level_page_links_wrapper_full .page-links-wrap{
    display: table-cell;
    vertical-align: middle;
}
}
@media screen and (max-width: 800px) {
.page-links-content {
width: 100%;
text-align: center;
}
.page-links-image {
width: 100%;
margin-bottom: 30px;
}
}
.first_level_page_links_wrapper:nth-child(even) .page-links-content {
  float: left;

}
.first_level_page_links_wrapper:nth-child(2n+1) .page-links-content {
  float: right;

}

.column {
    float: left;
    margin: 0 1%;
    text-align: left;
    width: 23%;
}

.column > br {
    margin-bottom: 13px;
}


.callout-image-copy-wrapper {
    border-bottom: 2px solid #6b5e53;
    border-top: 2px solid #6b5e53;
    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;
    border-left: 2px solid #6b5e53;
    padding-bottom: 20px;
    padding-top: 3%;
}

.sidebar-interior .widget {
  margin-bottom: 15px;
}

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

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

}
}

.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: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h1.full-width-line:before {
  background: #6b5e53;
  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;
}
}
.events-activities-button {
    background-color: #f5a106;
    color: #ffffff !important;
    display: block;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500 !important;
    text-transform: uppercase;
    padding: 51px 0;
    width: 29%;
    float: right;
}
@media screen and (max-width: 760px) {
.events-activities-button {
  width: 100%;
}
}
.mapp-layout.mapp-align-default {
    border-bottom: 1px solid #6b5e53;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.mapp-layout {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300 !important;
}

.mapp-directions, .mapp-route, .mapp-route, .mapp-dir-daddr, .mapp-dir-saddr {
    font-family: 'Rajdhani', sans-serif;
}

.mapp-dir-get {
  background: none;
    border: 2px solid #6b5e53 !important;
    border-radius: 10px !important;
    color: #6b5e53;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2em !important;
    font-style: italic;
    margin-top: 0;
    padding: 7px 20px;
    display: inline-block;
    font-weight: 300 !important;
    margin-bottom: 15px;
}
.mapp-dir-get:hover {
  background: #6b5e53 !important;
  color: #fff ;
    border: 2px solid #6b5e53 !important;
    border-radius: 10px !important;

}
.mapp-route > div {
    margin: 10px 0;
}

.mapp-iw a:link, .mapp-iw a:visited {
  color: #6b5e53 !important;
}
img.adp-marker {
  margin: 10px !important;
}

.adp-step, .adp-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


/* DATEPICKER STYLING */

.ui-datepicker-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.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 #e1e0e1;
    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:  transparent !important;
    border: medium none !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 100;
    width: 100%;
    text-shadow: none;
    border-radius: 0 !important;
}
.ui-datepicker {
    margin-left: -20px !important;
    margin-top: 0 !important;
}
.ui-datepicker-today {
    background-color: #f2f2f2 !important;
    border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #e1e0e1;
    border-radius: 0 !important;
    color: #000 !important;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #000 !important;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 500 !important;
}
.ui-datepicker tbody td {
  width: 14.285714286%;
}
.ui-datepicker th {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 100;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
  background: transparent !important;
}
.ui-state-active {
  background: transparent !important;
}

.ui-widget-content {
  border: 1px solid #e1e0e1;
}
.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: center !important;
}
h2.wsp-pages-title {
    display: none;
}
ul.wsp-pages-list li {
    list-style: outside none none !important;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.wsp-pages-list li ul.children li {
  font-weight: normal !important;
    margin-bottom: 0;
}



.image-link {
    float: left;
    width: 25%;
    text-align: center;
}
.image-link img {
    margin: 0 auto 10px;
    width: 90px;
    transition: all 0.3s ease 0s;
}
.footer-image-links {
    display: none;
}
@media only screen and (max-width : 700px) {
.image-link {
    width: 50%;
    margin-bottom: 20px;
}
.footer-image-links {
    display: none;
}
}

.image-link > a:hover img {
     transform: scale(1.15);
}
.full-width-title {
    background-color: #302406;
    padding: 30px;
    text-align: center;
}

.home .full-width-title {
  display: none;
}

.full-width-title > h1 {
    color: #fff;
    font-size: 2.25em;
    letter-spacing: 8px;
    line-height: 150%;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width : 455px) {
.full-width-title > h1 {
    font-size: 1.5em;
    letter-spacing: 6px;
}
}
.link-image {
    background-position: center center;
    background-size: cover;
    height: 340px;
    margin-bottom: 165px;
}

.callout-link-individual {
    margin-bottom: 50px;
    position: relative;
/*     display: none; */
}
.link-title {
    background: #6b5e53 none repeat scroll 0 0;
    min-width: 290px;
    padding: 30px 20px;
    position: absolute;
    text-align: center;
    top: 170px;
    z-index: 20;
}
.callout-link-individual:nth-child(2n+2) .link-title {
  right: 0;
}
.link-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 80px 30px;
    position: absolute;
    right: 100px;
    text-align: center;
    top: 170px;
    width: 50%;
}
.callout-link-individual.default-page-content .link-content {
    right: 25%;
}
.link-content > p:last-child {
    margin-bottom: 0;
}

.first-level-links .link-image {
    display: table;
    height: 500px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.first-level-links .link-title {
    position: relative;
    top: 0;
}
.link-content-wrapper {
    display: table;
    height: 500px;
    left: 0;
    position: absolute;
    right: 0;
    top: 103px;
    width: 100%;
}
.first-level-links .link-content {
    display: table-cell;
    height: auto;
    left: 0 !important;
    letter-spacing: 0;
    padding: 0;
    position: relative;
    right: 0 !important;
    top: 0;
    vertical-align: middle;
    background: none;
}
.link-content-interior {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    left: 20%;
    margin: 0 auto;
    padding: 50px 80px 30px;
    width: 60%;
}
@media only screen and (max-width : 500px) {
.link-content-interior {
    width: 80%;
}
}
@media only screen and (max-width : 700px) {
.link-content-interior {
    width: 100%;
}
.link-content-interior {
    padding: 50px 30px 30px;
}
}
@media only screen and (max-width : 700px) {
.link-content-wrapper {
    height: auto;
    position: relative;
    top: 0;
}
}
.callout-link-individual.first-level-links  {
  margin-bottom: 0;
}

.callout-link-individual:nth-child(2n+2) .link-content {
    left: 100px;
}
@media only screen and (max-width : 1070px) {
.link-content {
    width: 64%;
    right: 30px;
}
.callout-link-individual:nth-child(2n+2) .link-content {
    left: 30px;
}
}

.callout-link-individual .link-palm {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: 10;
}
.callout-link-individual:nth-child(1) .link-palm {
    background-image: url("images/IRSF-Tree-Solo-Orange.png");
    background-position: left top;
    height: 535px;
    left: -120px;
    top: -30px;
    width: 379px;
}
.callout-link-individual:nth-child(4) .link-palm {
    background-image: url("images/IRSF-Tree-Solo-Orange.png");
    background-position: right top;
  height: 535px;
    right: -120px;
    top: -30px;
    width: 379px;

}
@media only screen and (max-width : 900px) {
.link-content {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px 0;
}
.callout-link-individual:nth-child(2n+2) .link-content {
  left: 0;
}
.link-image {
  margin-bottom: 0;
}
.callout-link-individual .link-palm {
  display: none;
}
}
@media only screen and (max-width : 650px) {
   .link-title {
     position: relative;
     top: 0;
     }
}
.full-width-content.alternate-bg {
    background-color: rgba(194,194,194,.2);
}
.content-column-content {
    margin: 0 auto;
    padding: 95px 0;
    width: 95%;
}
.page-id-57 .content-column-content {
    padding: 55px 0;
}
.column {
    float: left;
    margin: 0 2%;
    width: 29.333%;
}
.column.column-half {
  width: 46%;
}
@media only screen and (max-width : 950px) {
.column {
    width: 90%;
    margin: 0 auto 20px;
  text-align: left;
  float: none;
}
.column.column-half {
  width: 46%;
    margin: 0 2%;
    width: 29.333%;
  float: left;
}
}
@media only screen and (max-width : 850px) {
.column.column-half {
  width: 90%;
    margin: 0 auto 20px;
  text-align: left;
  float: none;
}
}
.column.column-full {
    float: none;
    margin: 0 auto;
    width: 96%;
}
.column > p {
    margin-bottom: 20px;
}
.column > p:last-child {
    margin-bottom: 0;
}
.ngg-galleryoverview {
  margin-top: 0 !important;
}
.ngg-gallery-thumbnail-box {
  padding-right: 0 !important;
}
.ngg-gallery-thumbnail {
    border: medium none !important;
    margin: 0 !important;
}
.ngg-gallery-thumbnail a {
  margin: 0 !important;
}
.full-width-button h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.full-width-button > a {
    background-color: #574E37;
    display: block;
    padding: 30px 20px;
    text-align: center;
}
.mec-event-grid-modern .mec-event-article {
  width: 100% !important;
}
article.mec-event-article.mec-clear {
  float: none !important;
  width: 100% !important;
}
.mec-container {
  margin: 40px auto;
}
.column li {
    color: #242b33;
    font-family: nationalweb;
    font-size: 1.2em;
    list-style: outside none disc;
    margin-bottom: 10px;
    margin-left: 15px;
}
.column > ul {
    margin-bottom: 20px;
}
.full-width-headline-columns h3 {
    text-align: center;
}
.book-form-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 46px;
    width: 181px;
    z-index: 9;
}
.book-form-wrapper.sticky {
    position: fixed;
    z-index: 9999;
}
.book-form-wrapper select {
  text-align: center;
  text-align-last: center;
}

.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: 10px 0 0 0;
    text-align: center;
}
.field-actions .button {
    font-weight: 300 !important;
    margin-bottom: 0;
    padding: 17px 15px;
    width: 100%;
}
.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: 'Rajdhani', sans-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: 5px;
    background-color: #1d625b;
    color: #fff;
    border-bottom: none;
}

.action > input:hover {
    background-color: #10524b;
    color: #ffffff;
    transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

@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%;
}
}
.ginput_container_checkbox label {
    margin-top: 3px !important;
    padding-left: 10px !important;
}
.ginput_container_radio label {
    margin-top: 3px !important;
    padding-left: 10px !important;
}


.ui-datepicker .ui-datepicker-prev {
    font-size: 0.8em;
    margin-top: 2px !important;
    padding-left: 3px !important;
}
.ui-datepicker .ui-datepicker-next {
    font-size: 0.8em;
    margin-top: 2px !important;
    padding-right: 3px !important;
    }

    .wsp-container li a:link {
    border-bottom: medium none !important;
}
.event-color {
    display: none;
}
.mec-event-footer .mec-event-share {
    display: none !important;
}
 .callout-link-individual.default-page-content .link-content {
   left: auto !important;
   margin: 0 auto !important;
}
@media only screen and (max-width : 900px) {
 .callout-link-individual.default-page-content .link-content {
   right: auto !important;
}
}
.link-content > p {
    margin-bottom: 20px;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    text-align: left !important;
}
.footer-center h5 {
    font-size: 1em;
    font-weight: 200;
    letter-spacing: 5px;
    margin-bottom: 6px;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}
.wsp-container .children {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.wsp-pages-list {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.location_name {
    display: none;
}
.today {
    display: none !important;
}
.time_temperature {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 2.5em !important;
    letter-spacing: 2px;
}
#wpc-weather.small .now .time_temperature::after {
    content: "°F" !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 0.9em !important;
}
.time_symbol.climacon {
    float: left;
    margin-top: -22px;
    width: 50%;
}
.time_temperature {
    float: left;
    margin-top: 16px !important;
    text-align: left !important;
    width: 50%;
}
.entry table {
    color: #242b33;
    width: 100%;
}
.residences-table td {
    width: 20%;
}
.gform_wrapper .gform_body {
    color: #242b33;
}
.ui-datepicker .ui-datepicker-next::before, .ui-datepicker .ui-datepicker-prev::before {
    content: "";
}
.menu {
    -webkit-padding-start: 0 !important;
    -moz-padding-start: 0 !important;
}
.packages-wrapper {
    clear: both;
    display: block;
    margin-top: 50px;
}
.package-links {
    float: left;
    margin: 0 1% 50px;
    width: 48%;
}
@media only screen and (max-width : 800px) {
.package-links {
    width: 100%;
}
}
.package-image {
    background-position: center center;
    background-size: cover;
    height: 270px;
    margin-bottom: 30px;
}
.package-links:nth-child(2n+1) {
    clear: both;
}
#wpc-weather {
    height: 70px;
    }
.gform_confirmation_message {
    border: 1px solid;
    color: #242b33;
    padding: 10px;
}
.footer-left .gform_confirmation_message_1.gform_confirmation_message {
    border: 1px solid;
    color: #fff;
    font-size: 0.9em;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background-position: 94% center;
    float: left;
    margin: 1%;
    padding: 4px;
    width: 48%;
}
#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: 'Rajdhani', sans-serif !important;
}
.page-template-page-home .page-header {
  height: 600px;
}

@media only screen and (max-width: 900px) {
  .page-template-page-home .page-header {
    height: 300px;
  }
}

.page-header {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}
.page-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(20,20,20,.8) 0%, rgba(255,255,255,0) 84%);
    background: -webkit-linear-gradient(top, rgba(20,20,20,.8) 0%,rgba(255,255,255,0) 84%);
    background: linear-gradient(to bottom, rgba(20,20,20,.8) 0%,rgba(255,255,255,0) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414cc', endColorstr='#00ffffff',GradientType=0 );
    z-index: 0;
}
@media only screen and (max-width: 900px) {
  .page-header {
    height: 300px;
  }
  .page-header:after {content: none;}
}
.home .page-header::before {
  background: none;
}
.page-header::before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+47&0.65+0,0+47 */
/* background: -moz-linear-gradient(45deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 47%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 47%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 47%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
*/
}

.blog-text .entry-title {
    font-size: 1.25em;
}
.pubdate > h5 {
    letter-spacing: 3px;
    font-size: 0.85em !important;
}
.moretag.button {
    font-size: 1em !important;
    padding: 10px 25px;
}

.logo_wrapper {
    float: left;
    margin: 0 2% 20px;
}
.logo_wrapper.four {
    height: 300px;
    width: 21%;
    margin: 0 2% 50px;
}
.logo_wrapper.six {
    height: 150px;
    width: 12.666%;
}
.logo_link {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.logo_wrapper a:hover .logo_link {
    background-size: 63% auto;
}
@media only screen and (max-width : 1250px) {
.logo_wrapper.six {
    height: 180px;
    width: 28.666%;
}
.logo_wrapper.four {
    height: 180px;
}

}
@media only screen and (max-width : 700px) {
.logo_wrapper.six, .logo_wrapper.four {
    height: 200px;
    width: 45.666%;
}
.logo_link {
    background-size: 50% auto;
}
.logo_wrapper a:hover .logo_link {
    background-size: 53% auto;
}

}
@media only screen and (max-width : 450px) {
.logo_wrapper.six {
    height: 120px;
}
.logo_link {
    background-size: 90% auto;
}
.logo_wrapper a:hover .logo_link {
    background-size: 93% auto;
}
}
.logo_interior {
    margin: 0 auto;
    width: 80%;
}

.styled-table a {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #242b33;
    font-family: nationalweb;
    font-size: 1.2em;
    margin-bottom: 10px;
    display: inline-block;
  transition: color .2s ease-in-out;
}

.styled-table a:hover {
  color: #000;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
    padding-right: 0 !important;
}



/* GALA STYLING  */

.page-template-page-gala {
    background-color: #6d6e71;
}
.gala-wrapper {
    color: #c9a862;
    font-family: Georgia, serif;
    position: absolute;
    width: 100%;
    height: 100%;

}
.gala-wrapper p, .gala-wrapper h3 {
  color: #c9a862;
  font-family: Georgia, serif;
  margin-bottom: 10px;
}
.gala-wrapper p {
    font-size: 16px;
    line-height: 133%;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
.gala-left {
    width: 40%;
    float: left;
    display: table;
    height: calc(100% - 132px);
    padding-bottom: 12%;
}
.gala-logo {
    width: 375px;
    margin: 0 auto;
    display: block;
}
.gala-left img {
  max-width: 100%;
}
.gala-right {
    width: 60%;
    float: left;
    position: relative;
    text-align: center;
    padding: 30px 30px 12% 30px;
    height: calc(100% - 132px);
    display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.gala-skyline-wrapper {
    position: absolute;
    bottom: 132px;
    width: 550px;
}
@media only screen and (max-width : 1190px) {
.gala-skyline-wrapper {
    width: 460px;
}
}
.gala-skyline {
  width: 100%;
}
.gala-button {
  clear:both;
}
.gala-center {
    height: calc(100% - 192px);
    background-repeat: repeat-y;
    width: 8px;
    position: absolute;
    left: 0;
    background-size: 100%;
}
.gala-button {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.gala-button a {
    width: 100%;
    display: block;
    background-color: #c9a862;
    color: #515254;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75em;
    padding: 55px 10%;
    transition: all .3s ease;
    letter-spacing: 5px;
    line-height: 110%;
}
.gala-button a:hover {
    background-color: #b99852;
}
.smaller {
    font-size: .9em;
    letter-spacing: 3px;
}
.gala-wrapper h3 {
    font-size: 1.5em;
    line-height: 130%;
}
@media only screen and (max-width : 1015px) {
.gala-right, .gala-left {
  width: 100%;
  height: auto;
  float: none;
  padding: 30px;
}
.gala-wrapper {
  position: relative;
  height: auto;
}
.gala-skyline-wrapper {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    bottom: 50px;
}
.gala-button a {
  font-size: 1.2em;
  padding: 15px 5%;
}
.gala-logo {
    width: 265px;
}
.gala-center {
  display: none;
}
.gala-right {
  border-top: 1px solid;
  margin-bottom: 50px;
}
}

.lux-logo {
  text-align: center;
  margin: 20px auto;
}
.lux-logo img {
  max-height: 75px;
  width: auto;
}

div.mpfy-fullwrap {
  margin-bottom: 0px;
}

/* --------------------------------------------------
   Team PAGE
   -------------------------------------------------- */

.member-boxes {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
   width: 82%;
   margin: 40px auto;
}

.member-text, .member-box {
  text-align: center;
  margin-bottom: 20px;
  width: 250px;
}

.member-image {
  display: none;
}

.member-text {
  margin-top: 15px;
}

/*********** Blog ****************** */

.blog section,
.archive section {
  background-color: #302406;
}

.hotels-boxes {
  position: relative;
}

.hotels-boxes > a {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100px;
}

.hotels-boxes .hotels-links {
  padding: 50px;
}

@media screen and (max-width: 900px) {
  .hotels-boxes > a {
    display: none;
  }
}

.hotels-boxes > a:last-of-type {
  right: 0;
}

.hotels-boxes .hotels-links > a:hover {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.38139005602240894) 0%, rgba(0,0,0,0.6362920168067228) 100%);
}

.hotels-links {
  position: relative;
}

.hotels-links:after {
  content: '';
  display: block;
  clear: both;
}

.hotel-box {
  height: 260px;
  overflow: hidden;
/*  margin-bottom: 5px;*/
  display: block;
}

.hotel-box.hotel-box-1 {
  width: 33.33%;
  height: 520px;
}

.hotel-box.hotel-box-2 {
  width: 33.33%;
}

.hotel-box.hotel-box-3 {
  width: 33.33%;
}

.hotel-box.hotel-box-4 {
  width: 22.22%;
}

.hotel-box.hotel-box-5 {
  width: 22.22%;
}

.hotel-box.hotel-box-6 {
  width: 22.22%;
}



.hotel-box.hotel-box-1.even {
  width: 22.22%;
  height: 260px;
}

.hotel-box.hotel-box-2.even {
  width: 22.22%;
}

.hotel-box.hotel-box-3.even {
   width: 22.22%;
}

.hotel-box.hotel-box-4.even {
  width: 33.3%;
  clear: left;
}

.hotel-box.hotel-box-5.even {
  width: 33.33%;
}

.hotel-box.hotel-box-6.even {
  width: 33.33%;
  height: 520px;
  margin-top: -260px;
}

.hotel-box.hotel-box-1.last-row-1 {
  height: 260px;
  width: 100%;
}

.hotel-box.hotel-box-1.last-row-2 {
  height: 260px;
  width: 33.33%;
}

.hotel-box.hotel-box-2.last-row-2 {
  height: 260px;
  width: 66.66%;
}

.hotel-box.hotel-box-1.last-row-3 {
  height: 260px;
  width: 33.33%;
}


.hotel-box.hotel-box-2.last-row-3 {
  height: 260px;
  width: 33.33%;
}


.hotel-box.hotel-box-3.last-row-3 {
  height: 260px;
  width: 33.33%;
}

.hotel-box.hotel-box-1.last-row-4,
.hotel-box.hotel-box-1.last-row-5{
  width: 33.33%;
  height: 520px;
}

.hotel-box.hotel-box-2.last-row-4,
.hotel-box.hotel-box-2.last-row-5 {
  width: 33.33%;
}

.hotel-box.hotel-box-3.last-row-4,
.hotel-box.hotel-box-3.last-row-5 {
  width: 33.33%;
}


.hotel-box.hotel-box-4.last-row-4 {
  width: 66.66%;
  clear: none;
}

.hotel-box.hotel-box-4.last-row-5 {
  width: 33.33%;
  clear: none;
}

.hotel-box.hotel-box-5.last-row-5 {
  width: 33.33%;
}



/*
.hotel-box,
.hotel-box-sizer {
  width: 30%;
}
*/

/*
.hotel-box--width2 {
  width: 40%
}
*/

@media screen and (max-width: 1200px) {
  .hotel-box,
  .hotel-box-sizer {
    width: 50% !important;
    margin-top: 0 !important;
    height: 260px !important;
    clear: none !important;
  }
}

@media screen and (max-width: 640px) {
  .hotel-box,
  .hotel-box-sizer {
    width: 100% !important;
  }
}

.hotel-box {
    float: left;
    padding: 5px;
}

.hotels-links {
  width: 100%;
}
.hotels-links > a > div {
  position: relative;
  height: 100%;
  width: 100%;
/*
  width: 100%;
  height: 100%;
*/
}

.hotels-links img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.hotels-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  padding: 45px 15px;
}

.hotels-links > a:hover > div .hotels-text {
  opacity: 1;
  background-color: #fff;
}

.hotels-links span.button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 85%;
  width: 90%;
  max-width: 210px;
}

@media screen and (max-width: 900px) {
  .hotels-links span.button {
    top: 90%;
/*    width: 25%;*/
  }
}

@media screen and (max-width: 650px) {
  .hotels-links span.button {
    top: 90%;
/*    width: 50%;*/
    font-size: .75em;
  }
}

.hotels-links .button:hover {
    background-color: #302406;
}

.hotels-links h3 {
  font-size: 1.3em;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
}

@media screen and (max-width: 650px) {
  .hotels-links h3 {
    font-size: 0.75em;
  }
}

span.icon-left-open-big,
span.icon-right-open-big {
  z-index: 1000;
    position: relative;
    display: block;
    height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0) 100%);
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 900px) {
  span.icon-left-open-big,
  span.icon-right-open-big {
    position: initial;
    display: inline-block;
  }
}

span.icon-left-open-big:hover,
span.icon-right-open-big:hover {
    background: linear-gradient(to left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}

@media screen and (max-width: 900px) {
  span.icon-left-open-big,
  span.icon-right-open-big {
    bottom: 0;
  }
}

span.icon-left-open-big {
  left: 0;
}

span.icon-right-open-big {
  right: 0;
}

.icon-left-open-big:before,
.icon-right-open-big:before {
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 350px;
  z-index: 999999999999999999999;
}

@media screen and (max-width: 900px) {
  .icon-left-open-big:before,
  .icon-right-open-big:before {
    position: relative;
    top: 0;
  }
}

.icon-left-open-big:before {
  left: 0;
}

.icon-right-open-big:before {
  right: 0;
}

@media screen and (max-width: 900px) {
  .icon-left-open-big:before,
  .icon-right-open-big:before {
    font-size: 25px;
  }
}

.mobile-hotel-arrows {
  display: none;
}

@media screen and (max-width: 900px) {
  .mobile-hotel-arrows {
    display: block;
    position: relative;
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .icon-left-open-big:before,
  .icon-right-open-big:before {
    font-size: 25px;
  }
}

.hotels-categories-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

@media screen and (max-width: 900px) {
  .hotels-categories-section {
    flex-direction: column;
  }
}

section.hotels-categories-section > * {
/*     width: 160px;
  padding-right: 10px; */
}

@media screen and (max-width: 900px) {
  section.hotels-categories-section > * {
    width: 155px;
  }
}

.hotels-categories-section h2 {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
  margin-right: 100px;
}

#categoryfilter {
  margin-right: 100px;
}

@media screen and (max-width: 900px) {
    #categoryfilter {
      margin: 0;
      margin-top: 25px;
    }
}

.hotels-categories-section select {
    border: 0;
    outline: 0;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.22em;
    background-color: #302406;
    color: #fff;
    background-position: 100%;
  border-bottom: 1px solid;
  width: auto;
  padding-right: 22px;
  cursor: pointer;
}

.hotels-categories-section select option {
    padding: 15px;
    border: 0px;
    background-color: #fff;
    color: #302406;
}

.hotels-categories-section select option:hover {
    background-color: #e8c93b;
}

/* extra */
footer .gform_wrapper .gform_footer input.button,
footer .gform_wrapper .gform_footer input[type=submit],
footer .gform_wrapper .gform_page_footer input.button,
footer .gform_wrapper .gform_page_footer input[type=submit] {
  padding-left: 10px !important;
  padding-right: 10px!important;
  padding-bottom: 5.9px !important;
  font-weight: 200 !important;
}


@media screen and (max-width: 600px) {
  .home .wrapper {max-width: 90%;}
  .entry.entry-center {margin: 40px 15px;}
}

#width_tmp_select {display: none;}
