/*
 Theme Name:     Q4FW Theme
 Description:    Child Theme
 Author:         Q4Launch
 Author URI:     http://q4launch.com
 Template:       q4fw
 Version:        2.20160330
*/
/* use these media queries to target mobile
@media (max-width: 767px) { ... }
@media (min-width: 768px) and (max-width: 991px) { ... }
@media (min-width: 992px) and (max-width: 1199px) { ... }
@media (min-width: 1200px) { ... }
*/
/* =Theme customization starts here
------------------------------------------------------- */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* *VACATION GUIDE**/
/* --------------------------------------------------------------------------------*/
/*main: ../style.scss*/
/* ================================================================================*/
/* *GLOBAL STYLINGS**/
/* ================================================================================*/
@import url();
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* *Import Google Fonts**/
/* --------------------------------------------------------------------------------*/
/*  */
/* *Fixed Top Header**/
/* --------------------------------------------------------------------------------*/
@media (min-width: 768px) {
  /* Total height of Header to account for the fixed-top header - for now (should be applied via JS automatically) */
  body.admin-bar.fixed-top,
  body.fixed-top {
    margin-top: 228px; } }

/* *Global Background**/
/* --------------------------------------------------------------------------------*/
/* Sets the background color for footer - bg on html makes the footer bg color "endless" on short pages*/
.content-info,
.last-footer-row,
html {
  background-color: #35471f; }

#document {
  background-color: #f8f5de; }

body:not(.home) {
  background-color: #f8f5de; }
  body:not(.home) #document > .content.row {
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    border: 3px solid #495e2e;
    background-color: #f8f7f0;
    padding: 15px; }

/* *Global font styling**/
/* --------------------------------------------------------------------------------*/
body,
html {
  font-family: "proxima-nova", sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  overflow-x: hidden; }
  body p,
  html p {
    font-size: 20px; }

a {
  text-decoration: none;
  color: #495e2e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body:not(.home) main.main a:not(.btn) {
  text-decoration: underline; }
  body:not(.home) main.main a:not(.btn):active, body:not(.home) main.main a:not(.btn):focus, body:not(.home) main.main a:not(.btn):hover {
    text-decoration: underline; }

a:focus,
a:hover {
  text-decoration: underline;
  color: #5c8429; }

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "adobe-garamond-pro", serif;
  color: #495e2e; }

.h1,
h1 {
  font-size: 2rem; }

.h2,
h2 {
  font-size: 1.7rem; }

.h3,
h3 {
  font-size: 1.4rem; }

.h4,
h4 {
  font-size: 1.3rem; }

.h5,
h5 {
  font-size: 1.2rem; }

.btn,
a.btn,
a.page-numbers,
button,
input[type='submit'] {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  padding: 12px 25px;
  color: #fff;
  border: 2px solid #5c8429;
  border-radius: 0;
  background: #495e2e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); }

.btn:active,
.btn:focus,
.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:hover,
a.page-numbers:active,
a.page-numbers:focus,
a.page-numbers:hover,
button:active,
button:focus,
button:hover,
input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
  color: #fff;
  border: 2px solid #495e2e;
  background-color: #5c8429; }

main.main img {
  max-width: 100%;
  height: auto; }

body:not(.home) main.main img {
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  border: 2px solid #ffffff; }

/* *EXPANDABLE SECTION SETTINGS**/
/* --------------------------------------------------------------------------------*/
.expandable {
  position: relative;
  max-height: none;
  height: auto; }
  @media (max-width: 667px) {
    .expandable {
      max-height: 300px;
      overflow: hidden; } }
  .expandable .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0 15px;
    background-color: linear-gradient(to bottom, transparent, #fff);
    display: none; }
    @media (max-width: 667px) {
      .expandable .read-more {
        display: block; } }

/* *SECTION HEADERS**/
/* --------------------------------------------------------------------------------*/
.home .section-header {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .home .section-header {
      padding: 20px 0; } }
  .home .section-header h2 {
    font-family: "adobe-garamond-pro", serif;
    color: #495e2e;
    font-size: 38px;
    text-transform: capitalize;
    text-align: center;
    margin: 0; }

/* *BORDER**/
/* --------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  .home #document .main > section:not(:first-child) {
    border-top: 0; } }

/* ================================================================================*/
/* *JUMPING TOUT FIX**/
/* ================================================================================*/
.slide-images .slide-container,
.tlist .tout {
  visibility: hidden; }

.slick-initialized.slide-images .slide-container,
.slick-initialized.tlist .tout {
  visibility: visible; }

@media (min-width: 768px) {
  body.home #document main > section {
    width: 100% !important; } }

main.main:after {
  content: '';
  display: table;
  clear: both; }

.nav-wrap,
.prime-nav {
  position: relative; }

.nav-wrap {
  background-color: rgba(248, 245, 222, 0.89);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  z-index: 6; }

body:not(.home) .nav-wrap .nav-row {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand > img {
  width: 100px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
  @media (min-width: 767px) {
    .navbar-brand > img {
      width: 100px; } }
  @media (min-width: 992px) {
    .navbar-brand > img {
      width: auto; } }

@media (max-width: 767px) {
  .logo-centered .navbar-header .navbar-brand img {
    max-width: 75%;
    margin-left: 0; } }

@media (min-width: 992px) {
  body:not(.home) .navbar-brand > img {
    width: 150px; } }

.top-nav-text {
  margin-right: 2rem; }
  .top-nav-text a {
    text-transform: capitalize;
    font-family: "adobe-garamond-pro", serif;
    color: #495e2e;
    font-size: 20px;
    position: relative; }
    @media (min-width: 668px) and (max-width: 991px) {
      .top-nav-text a {
        display: block; } }
    .top-nav-text a:hover {
      text-decoration: none;
      color: #495e2e; }
    .top-nav-text a:after {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background-color: #495e2e;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin: 0 auto; }
    .top-nav-text a:first-child:after {
      left: 0; }
    .top-nav-text a:hover:after {
      width: calc(100% - 1rem); }
    .top-nav-text a:first-child:hover:after {
      width: 100%; }
    .top-nav-text a:not(:first-child) {
      margin-left: 0.5rem; }
      .top-nav-text a:not(:first-child):before {
        content: '|';
        margin-right: 0.5rem;
        color: transparent; }
        @media (min-width: 668px) and (max-width: 991px) {
          .top-nav-text a:not(:first-child):before {
            content: ''; } }
    .top-nav-text a .fa {
      margin-right: 1rem; }

.reservations .btn,
.reservations a.btn {
  font-family: "adobe-garamond-pro", serif;
  font-size: 20px;
  padding: 12px 25px;
  color: #fff;
  border: 2px solid #5c8429;
  border-radius: 0;
  background: #495e2e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.reservations .btn:active,
.reservations .btn:focus,
.reservations .btn:hover,
.reservations a.btn:active,
.reservations a.btn:focus,
.reservations a.btn:hover {
  color: #fff;
  border: 2px solid #495e2e;
  background-color: #5c8429; }

.prime-nav {
  background-color: #495e2e; }
  .prime-nav > .container {
    max-width: 1400px;
    width: 100%; }

.nav li a {
  font-family: "adobe-garamond-pro", serif;
  font-size: 18px;
  text-transform: capitalize; }

.nav > li > a {
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 2.1px; }
  .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #fff; }

.nav > li > .dropdown-menu {
  background: rgba(248, 245, 222, 0.95) !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-top: 2px solid #f8f5de;
  border-bottom: 2px solid #f8f5de;
  border-radius: 0; }
  .nav > li > .dropdown-menu > li > a {
    color: #495e2e;
    font-size: 20px;
    padding: 12px 16px; }
    .nav > li > .dropdown-menu > li > a:active, .nav > li > .dropdown-menu > li > a:focus, .nav > li > .dropdown-menu > li > a:hover {
      background-color: #495e2e;
      color: #fff; }
  .nav > li > .dropdown-menu > .active > a {
    background-color: #495e2e;
    color: #fff; }
    .nav > li > .dropdown-menu > .active > a:active, .nav > li > .dropdown-menu > .active > a:focus, .nav > li > .dropdown-menu > .active > a:hover {
      background-color: #495e2e;
      color: #fff; }

.nav .open > a {
  background-color: transparent;
  color: #fff; }
  .nav .open > a:active, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    color: #fff; }

.menu-label {
  color: #495e2e;
  font-size: 12px; }

.navbar-toggle {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent;
    border: none;
    outline: none; }
  .navbar-toggle .icon-bar {
    background-color: #495e2e;
    width: 35px; }

body.home header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 30px;
  z-index: 5; }
  @media (max-width: 991px) {
    body.home header {
      position: static;
      margin-top: 0; } }
  body.home header .nav-wrap > .nav-wrap-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 991px) {
      body.home header .nav-wrap > .nav-wrap-inner .nav-row {
        padding-top: 0;
        padding-bottom: 0; } }
  body.home header .navbar-header {
    position: absolute;
    left: 0;
    top: -20px;
    width: auto; }
    @media (max-width: 991px) {
      body.home header .navbar-header {
        position: static; } }
  body.home header .top-nav-text-wrap {
    margin-left: auto; }

#carousel-header {
  background-color: #f8f5de; }

body.home #document {
  padding-top: 20px; }

#touts > div {
  max-width: calc($tout_width + 15px); }

#touts .tlist {
  max-width: calc($tout_width + $tout_side_padding); }
  #touts .tlist .tout {
    position: relative; }
    @media (min-width: 768px) {
      #touts .tlist .tout {
        padding: 0 7.5px !important; } }
    @media (max-width: 667px) {
      #touts .tlist .tout {
        padding: 0 !important;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #touts .tlist .tout:not(.slick-active) {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
    #touts .tlist .tout:before {
      position: absolute;
      content: '';
      left: 7.5px;
      right: 7.5px;
      bottom: 0;
      margin: 0 auto;
      height: 33.333%;
      background-color: #5c8429;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
      pointer-events: none;
      mix-blend-mode: multiply; }
      @media (max-width: 767px) {
        #touts .tlist .tout:before {
          left: 0;
          right: 0; } }
    #touts .tlist .tout:after {
      position: absolute;
      content: '';
      left: 7.5px;
      right: 7.5px;
      bottom: 0;
      margin: 0 auto;
      height: 33.333%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#000000));
      background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #000000 100%);
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      pointer-events: none; }
      @media (max-width: 767px) {
        #touts .tlist .tout:after {
          left: 0;
          right: 0; } }
    #touts .tlist .tout:hover:before {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    #touts .tlist .tout:hover:after {
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #touts .tlist .tout:hover .tout-caption {
      bottom: 0;
      height: 33.3%; }
    #touts .tlist .tout:hover .tout-caption div p a {
      background-color: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #touts .tlist .tout img {
      width: 100%; }
      @media (max-width: 667px) {
        #touts .tlist .tout img {
          height: 200px; } }
    #touts .tlist .tout .tout-caption {
      position: absolute;
      left: 7.5px;
      right: 7.5px;
      bottom: 0;
      height: 33.3%;
      z-index: 5; }
      @media (max-width: 667px) {
        #touts .tlist .tout .tout-caption {
          left: 0;
          right: 0; } }
      #touts .tlist .tout .tout-caption div {
        height: 100%; }
        #touts .tlist .tout .tout-caption div p {
          height: 100%;
          margin-bottom: 0; }
          #touts .tlist .tout .tout-caption div p a {
            display: block;
            height: 100%;
            position: relative;
            background-color: transparent;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #touts .tlist .tout .tout-caption div p a em {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              left: 0;
              right: 0;
              color: #fff;
              font-style: normal;
              font-family: "adobe-garamond-pro", serif;
              text-transform: capitalize;
              font-size: 26px; }
              @media (min-width: 668px) and (max-width: 991px) {
                #touts .tlist .tout .tout-caption div p a em {
                  font-size: 1.2rem; } }
              @media (max-width: 667px) {
                #touts .tlist .tout .tout-caption div p a em {
                  font-size: 1.275rem; } }

body.home section.main-content {
  padding-bottom: 0; }

.main-divider {
  background-image: url("img/flourish.png");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .main-divider {
      padding: 20px 0; } }

body.home .infinite .panel-wrap {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  border: 3px solid #495e2e;
  background-color: #f8f7f0;
  padding: 60px; }
  @media (max-width: 767px) {
    body.home .infinite .panel-wrap {
      padding: 15px; } }

body.home .main-copy-wrap .title-wrap {
  padding-bottom: 35px;
  border-bottom: 1px solid #d4d4d4; }
  @media (max-width: 767px) {
    body.home .main-copy-wrap .title-wrap {
      padding-bottom: 15px; } }
  body.home .main-copy-wrap .title-wrap h1 {
    font-size: 44px;
    text-align: center;
    margin: 0; }
    @media (max-width: 767px) {
      body.home .main-copy-wrap .title-wrap h1 {
        font-size: 32px; } }

body.home .main-copy-wrap .main-copy-blocks {
  padding-top: 50px; }
  @media (max-width: 767px) {
    body.home .main-copy-wrap .main-copy-blocks {
      padding-top: 15px; } }
  body.home .main-copy-wrap .main-copy-blocks .main-copy-row {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      body.home .main-copy-wrap .main-copy-blocks .main-copy-row {
        margin-bottom: 15px; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .left,
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .right {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .left,
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .right {
          width: 100%; } }
    @media (max-width: 767px) {
      body.home .main-copy-wrap .main-copy-blocks .main-copy-row .image-cell {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row img {
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
      border: 2px solid #ffffff; }
    @media (max-width: 767px) {
      body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 15px; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell h3 {
      font-size: 38px;
      margin: 0 0 30px; }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell h3 {
          font-size: 24px;
          margin-bottom: 15px; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell p {
      font-size: 20px;
      line-height: 24px; }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell p {
          font-size: 18px; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell .button-wrap {
      text-align: left;
      margin-top: 30px; }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell .button-wrap {
          margin-top: 15px;
          text-align: center; } }
      body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell .button-wrap .btn {
        -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
                box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25); }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.left {
      padding-right: 65px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 991px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.left {
          padding-right: 15px; } }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.left {
          padding: 0; } }
    body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.right {
      padding-left: 65px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 991px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.right {
          padding-left: 15px; } }
      @media (max-width: 767px) {
        body.home .main-copy-wrap .main-copy-blocks .main-copy-row .text-cell.right {
          padding: 0; } }

body.home .video-bar {
  background-color: #232323;
  padding: 55px 0; }
  @media (max-width: 991px) {
    body.home .video-bar {
      padding: 20px 0; } }
  body.home .video-bar .video-bar-wrapper {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.home .video-bar .video-bar-wrapper .side {
      width: 24%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px; }
      @media (max-width: 767px) {
        body.home .video-bar .video-bar-wrapper .side {
          width: 50%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      body.home .video-bar .video-bar-wrapper .side .image-wrapper {
        display: block;
        overflow: hidden;
        border-radius: 100%;
        border: 4px solid #f8f5de; }
      body.home .video-bar .video-bar-wrapper .side img {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.home .video-bar .video-bar-wrapper .side img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    body.home .video-bar .video-bar-wrapper .middle {
      width: 52%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: 1px solid #4a4a4a;
      border-right: 1px solid #4a4a4a;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 767px) {
        body.home .video-bar .video-bar-wrapper .middle {
          width: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          padding: 0 15px; } }
      body.home .video-bar .video-bar-wrapper .middle iframe {
        max-width: 100%; }

@media (max-width: 767px) {
  body.home .rooms-wrap .panel-wrap {
    padding-left: 0;
    padding-right: 0; } }

body.home .rooms-wrap .section-header {
  padding-top: 0; }

body.home .rooms-wrap .room-card-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.home .rooms-wrap .room-card-wrapper > div .room-card {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      body.home .rooms-wrap .room-card-wrapper > div .room-card {
        width: 100%; } }
    body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap {
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
      border: 2px solid #ffffff; }
      body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .image-wrap {
        display: block;
        overflow: hidden; }
        body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .image-wrap img {
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap {
        background-color: #495e2e;
        padding: 25px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 767px) {
          body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap h3 {
          font-size: 30px; }
        body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap h3,
        body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap p {
          color: #f8f5de;
          width: auto;
          display: inline-block;
          margin: 0; }
        body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap p {
          font-size: 20px;
          font-family: "adobe-garamond-pro", serif;
          text-decoration: underline; }
          @media (max-width: 767px) {
            body.home .rooms-wrap .room-card-wrapper > div .room-card .room-card-inner-wrap .inner-text-wrap p {
              display: none; } }

/*main: ../style.scss*/
body.home #specials {
  background-color: #35471f;
  background-image: url("img/special-background.jpg");
  background-blend-mode: multiply;
  padding-bottom: 50px; }
  @media (max-width: 667px) {
    body.home #specials {
      margin: 0 -15px; } }
  body.home #specials .section-header h2 {
    color: #fff; }
  body.home #specials #specials-featured .item.row.active {
    margin-bottom: 2rem; }
    @media (max-width: 667px) {
      body.home #specials #specials-featured .item.row.active article {
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        body.home #specials #specials-featured .item.row.active article:not(.slick-active) {
          -webkit-transform: scale(0.8);
          transform: scale(0.8); } }
    body.home #specials #specials-featured .item.row.active article > a {
      display: block;
      overflow: hidden;
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
      border: 2px solid #ffffff; }
      body.home #specials #specials-featured .item.row.active article > a img {
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
    body.home #specials #specials-featured .item.row.active article:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    body.home #specials #specials-featured .item.row.active article section h1.h4 {
      text-align: left;
      color: #f8f7f0;
      font-size: 24px; }
      @media (max-width: 767px) {
        body.home #specials #specials-featured .item.row.active article section h1.h4 {
          text-align: left; } }
      body.home #specials #specials-featured .item.row.active article section h1.h4 a {
        color: #f8f7f0; }

body.home section.posts {
  background-color: #f8f5de;
  padding-bottom: 50px; }
  @media (max-width: 667px) {
    body.home section.posts {
      margin: 0 -15px;
      padding-bottom: 20px; } }
  body.home section.posts .button-wrap {
    margin-top: 40px; }
    @media (max-width: 767px) {
      body.home section.posts .button-wrap {
        margin-top: 15px; } }
  body.home section.posts .articles-wrap {
    height: 529px; }
    @media (min-width: 668px) {
      body.home section.posts .articles-wrap .feat-img {
        height: 100%; }
        body.home section.posts .articles-wrap .feat-img img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (max-width: 667px) {
      body.home section.posts .articles-wrap {
        height: auto; } }
    body.home section.posts .articles-wrap article {
      height: 100%;
      width: 57%;
      margin-right: 0.5%;
      float: left;
      -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
              box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
      border: 2px solid #ffffff; }
      body.home section.posts .articles-wrap article:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#5b5b5b));
        background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #5b5b5b 100%);
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        mix-blend-mode: multiply; }
      body.home section.posts .articles-wrap article:hover:after {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
      body.home section.posts .articles-wrap article:not(:first-child) {
        height: 48.75%;
        width: 42%;
        margin-right: 0;
        margin-left: 0.5%;
        margin-bottom: 0.5%; }
      body.home section.posts .articles-wrap article:last-child {
        margin-bottom: 0;
        margin-top: 0.5%; }

@media (max-width: 667px) {
  #blog-posts article {
    width: calc(100%/3);
    float: left;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #blog-posts article:not(.slick-active) {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); } }

#blog-posts article:hover .special-wrap {
  background-color: rgba(73, 94, 46, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#blog-posts article .special-wrap {
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 5; }
  @media (max-width: 991px) {
    #blog-posts article .special-wrap {
      min-height: 1px; } }
  #blog-posts article .special-wrap a:hover {
    text-decoration: none; }
  #blog-posts article .special-wrap h3 {
    color: #fff !important;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: none; }
  #blog-posts article .special-wrap h4 {
    color: #fff !important;
    font-family: "adobe-garamond-pro", serif;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  #blog-posts article .special-wrap p {
    display: none; }
    #blog-posts article .special-wrap p > a {
      color: #fff;
      font-size: 1rem;
      font-weight: 400; }
  #blog-posts article .special-wrap .more-link {
    color: #495e2e; }

footer.content-info {
  padding-top: 0; }
  footer.content-info .first-footer-row {
    background-color: #35471f;
    padding-top: 60px;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      footer.content-info .first-footer-row {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px; } }
    footer.content-info .first-footer-row ul {
      list-style-type: none;
      padding-left: 0;
      list-style-position: inside; }
    footer.content-info .first-footer-row .awesome-weather-wrap {
      background: transparent;
      text-shadow: none;
      text-transform: capitalize; }
      footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-header {
        background-color: transparent; }
    footer.content-info .first-footer-row .q4fw_social_widget-2 {
      margin-top: 40px; }
      footer.content-info .first-footer-row .q4fw_social_widget-2 li a {
        font-size: 24px;
        color: #5c8429; }
        footer.content-info .first-footer-row .q4fw_social_widget-2 li a:hover {
          color: #fff; }
    footer.content-info .first-footer-row .wpcf7-form .wpcf7-response-output {
      color: #f8f5de;
      border: none; }
    @media (max-width: 767px) {
      footer.content-info .first-footer-row .wcont:last-child .sow-image-container img {
        margin: 0 auto; } }
    footer.content-info .first-footer-row .wcont:last-child .custom_html-3 {
      margin-top: 20px; }
      footer.content-info .first-footer-row .wcont:last-child .custom_html-3 .btn {
        margin-top: 16px;
        color: #fff; }
  footer.content-info h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 17px; }
  footer.content-info a,
  footer.content-info p {
    color: #f8f5de;
    font-family: "adobe-garamond-pro", serif;
    font-size: 20px; }
  footer.content-info a:hover {
    color: #5c8429; }
  footer.content-info .second-footer-row {
    background-color: #35471f; }
    footer.content-info .second-footer-row > .container {
      border-top: 1px solid #5c8429;
      border-bottom: 1px solid #5c8429;
      padding: 5px 0; }
    footer.content-info .second-footer-row ul {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  footer.content-info .last-footer-row {
    background-color: #35471f; }

.sidebar br {
  display: none; }

.sidebar-tout {
  margin-bottom: 1rem;
  position: relative;
  width: 100%; }
  .sidebar-tout:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 33.333%;
    background-color: #5c8429;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: multiply; }
    @media (max-width: 767px) {
      .sidebar-tout:before {
        left: 0;
        right: 0; } }
  .sidebar-tout:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 90%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#000000));
    background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #000000 100%);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none; }
    @media (max-width: 767px) {
      .sidebar-tout:after {
        left: 0;
        right: 0; } }
  .sidebar-tout:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
  .sidebar-tout:hover:after {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sidebar-tout:hover a:not(.image-link) {
    bottom: 0;
    height: 33.3%;
    background-color: transparent; }
  .sidebar-tout img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 667px) {
      .sidebar-tout img {
        height: 100px; } }
  .sidebar-tout a:not(.image-link) {
    background: transparent;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    height: 33.3%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 5; }
    .sidebar-tout a:not(.image-link) strong {
      font-family: "adobe-garamond-pro", serif;
      font-size: 1.5rem;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      font-weight: 400;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 668px) and (max-width: 991px) {
        .sidebar-tout a:not(.image-link) strong {
          font-size: 12px; } }

/*main: ../style.scss*/
/* ================================================================================*/
/* *BLOG**/
/* ================================================================================*/
.blog .special-wrap {
  background-color: rgba(53, 71, 31, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog .special-wrap header h2.entry-title a {
    text-decoration: none; }

.blog .special-wrap .entry-summary {
  display: none; }

.blog .featured-post-wrap .special-wrap .entry-summary {
  display: block; }

.blog article:hover .special-wrap {
  background-color: rgba(73, 94, 46, 0.9); }

body.blog .navigation .nav-links {
  text-transform: capitalize; }

/* ================================================================================*/
/* *VACATION GUIDE**/
/* ================================================================================*/
/* *GET RESPONSE SIZING FIX**/
/* --------------------------------------------------------------------------------*/
.grwf2-wrapper,
div.grwf2-wrapper,
div.grwf2-wrapper.wf2-embedded {
  width: auto !important;
  position: static !important; }

/* ================================================================================*/
/* *ROOMS PAGE**/
/* ================================================================================*/
/* *REMOVE VIEW MORE**/
/* --------------------------------------------------------------------------------*/
.rooms.list > h4 {
  display: none; }

/*main: ../style.scss*/
/* ================================================================================*/
/* *SITE SPECIFIC ONLINE GUIDE STYLES**/
/* ================================================================================*/
.page-template-template-onlineguide .main .subnav {
  background-color: #495e2e; }
  .page-template-template-onlineguide .main .subnav a {
    color: #fff;
    font-family: "adobe-garamond-pro", serif; }

.page-template-template-onlineguide .main .jumbotron h1 {
  background-color: #000;
  color: #fff; }
  .page-template-template-onlineguide .main .jumbotron h1:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background-image: linear-gradient(to top, black, transparent); }

.page-template-template-onlineguide .main .section-title-background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background: linear-gradient(to bottom, black, transparent); }
  @media screen and (min-width: 768px) {
    .page-template-template-onlineguide .main .section-title-background:after {
      background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
      background: linear-gradient(to top, black, transparent); } }

.page-template-template-onlineguide .main .section-title-background h2 {
  background-color: #000;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .page-template-template-onlineguide .main .section-title-background h2 {
      background-color: rgba(0, 0, 0, 0.5); } }
  .page-template-template-onlineguide .main .section-title-background h2:after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75)); }

.page-template-template-onlineguide .main .sub-section-title {
  background-color: #fff;
  color: #000; }
  @media (min-width: 768px) {
    .page-template-template-onlineguide .main .sub-section-title:not(.rooms) {
      background-color: transparent; } }

.page-template-template-onlineguide .main .line-item:after {
  background: rgba(0, 0, 0, 0.25); }

.page-template-template-onlineguide .main .rating .fa {
  color: gold; }

.page-template-template-onlineguide .main .price .fa {
  color: darkgreen; }

@media screen and (min-width: 768px) {
  .page-template-template-onlineguide .main .section-blurb-wrapper {
    background: #000;
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
    padding: 24px 48px; } }

.page-template-template-onlineguide .main .btn.btn-default:not(.btn-block) {
  background: none;
  border: none;
  color: #495e2e; }
  .page-template-template-onlineguide .main .btn.btn-default:not(.btn-block):active, .page-template-template-onlineguide .main .btn.btn-default:not(.btn-block):focus, .page-template-template-onlineguide .main .btn.btn-default:not(.btn-block):hover {
    background: none;
    border: none;
    color: #495e2e; }

.page-template-template-onlineguide .main .btn-wrap.guide-directions:before,
.page-template-template-onlineguide .main .btn-wrap.guide-photos:before {
  content: ' ';
  border-left: 1px solid #eee; }
