/*
 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(//fonts.googleapis.com/css?family=Ovo|Roboto:300,300i,400,400i,700,700i);
* {
  -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: #242424; }

#document {
  background-color: #fff; }

/* *Global font styling**/
/* --------------------------------------------------------------------------------*/
body,
html {
  font-family: "roboto", sans-serif;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 1.5em;
  overflow-x: hidden; }

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

body:not(.home) main.main a {
  font-weight: bold; }

a:focus,
a:hover {
  text-decoration: underline;
  color: #72c7c6; }

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "ovo", serif;
  color: #72c7c6; }

body:not(.home) .h1,
body:not(.home) .h2,
body:not(.home) .h3,
body:not(.home) .h4,
body:not(.home) .h5,
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3,
body:not(.home) h4,
body:not(.home) h5 {
  color: #258988;
  font-weight: 600; }

.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: "roboto", sans-serif;
  font-size: 1rem;
  padding: 10px 25px;
  color: #fff;
  border: 2px solid #72c7c6;
  background: #72c7c6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px; }

.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 #72c7c6;
  background-color: #258988; }

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

/* *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: "ovo", serif;
    color: #72c7c6;
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 767px) {
      .home .section-header h2 {
        font-size: 24px; } }

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

body.home section.posts {
  display: none; }

body.home header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5; }
  @media (max-width: 991px) {
    body.home header {
      position: static; } }

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

.nav-wrap {
  background-color: rgba(114, 199, 198, 0.84); }
  .nav-wrap .nav-row {
    padding: 10px 0; }

.navbar-brand > img {
  width: 150px; }
  @media (min-width: 767px) {
    .navbar-brand > img {
      width: 220px; } }
  @media (min-width: 992px) {
    .navbar-brand > img {
      width: 300px; } }

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

.top-nav-text {
  margin-right: 2rem; }
  .top-nav-text a {
    text-transform: uppercase;
    font-family: "ovo", serif;
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    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: #fff; }
    .top-nav-text a:after {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background-color: #fff;
      -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: 1rem; }
      .top-nav-text a:not(:first-child):before {
        content: '|';
        margin-right: 1rem; }
        @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: "ovo", serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 10px 25px;
  color: #fff;
  border: 2px solid #258988;
  border-radius: 3px;
  background: #258988;
  -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 #258988;
  background-color: #72c7c6; }

.reservations-m .btn {
  background-color: #258988;
  border: 2px solid #258988; }
  .reservations-m .btn:active, .reservations-m .btn:focus, .reservations-m .btn:hover {
    background-color: #258988;
    color: #fff; }

.prime-nav {
  background-color: rgba(37, 137, 136, 0.94); }
  .prime-nav > .container {
    max-width: 100%;
    width: 100%; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .nav {
      display: block; } }
  .nav li a {
    font-family: "ovo", serif;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600; }
    @media (max-width: 991px) {
      .nav li a {
        font-size: 16px; } }
  .nav > li > a {
    color: #fff;
    padding: 16px 10px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
      background-color: transparent;
      color: #72c7c6; }
  .nav > li > .dropdown-menu {
    background: rgba(37, 137, 136, 0.93) !important;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-radius: 0; }
    .nav > li > .dropdown-menu > li > a {
      color: #fff;
      font-size: 16px;
      padding: 12px 20px; }
      .nav > li > .dropdown-menu > li > a:active, .nav > li > .dropdown-menu > li > a:focus, .nav > li > .dropdown-menu > li > a:hover {
        background-color: #72c7c6;
        color: #fff; }
    .nav > li > .dropdown-menu > .active > a {
      background-color: #72c7c6;
      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: #72c7c6;
        color: #fff; }
  .nav .open > a {
    background-color: transparent;
    color: #72c7c6; }
    .nav .open > a:active, .nav .open > a:focus, .nav .open > a:hover {
      background-color: transparent;
      color: #72c7c6; }

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

.navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
  border: none;
  outline: none; }

.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 35px; }

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

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

#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 15px !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 {
      left: 15px;
      right: 15px;
      bottom: 0;
      margin: 0 auto;
      height: 75%;
      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%);
      position: absolute;
      mix-blend-mode: multiply;
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      pointer-events: none;
      content: ''; }
      @media (max-width: 767px) {
        #touts .tlist .tout:before {
          left: 0;
          right: 0; } }
    #touts .tlist .tout:after {
      left: 15px;
      right: 15px;
      bottom: 0;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      mix-blend-mode: multiply;
      background-color: #72c7c6;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      pointer-events: none;
      content: ''; }
      @media (max-width: 767px) {
        #touts .tlist .tout:after {
          left: 0;
          right: 0; } }
      @supports (-ms-ime-align: auto) {
        #touts .tlist .tout:after {
          background-color: rgba(114, 199, 198, 0.75); } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #touts .tlist .tout:after {
          background-color: rgba(114, 199, 198, 0.75); } }
    #touts .tlist .tout:hover:before {
      opacity: 0; }
    #touts .tlist .tout:hover:after {
      opacity: 1; }
    #touts .tlist .tout:hover .tout-caption {
      bottom: 0;
      height: 33%; }
    #touts .tlist .tout:hover .tout-caption div p a {
      background-color: transparent; }
    #touts .tlist .tout img {
      width: 100%; }
      @media (max-width: 667px) {
        #touts .tlist .tout img {
          height: 200px; } }
    #touts .tlist .tout .tout-caption {
      position: absolute;
      left: 15px;
      right: 15px;
      bottom: 0;
      height: 33%;
      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: color 0s ease;
            transition: color 0s ease; }
            #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: "ovo", serif;
              text-transform: uppercase;
              font-size: 28px;
              font-weight: 600;
              letter-spacing: 2px; }
              @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; }
  @media (max-width: 767px) {
    body.home section.main-content {
      padding-bottom: 15px; } }

body.home .title-wrap {
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 767px) {
    body.home .title-wrap {
      padding: 15px 0; } }
  body.home .title-wrap h1 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      body.home .title-wrap h1 {
        font-size: 26px; } }
  body.home .title-wrap h2 {
    color: #258988;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0; }
    @media (max-width: 767px) {
      body.home .title-wrap h2 {
        font-size: 18px; } }

body.home .main-copy-row {
  max-width: 1800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.home .main-copy-row .left,
  body.home .main-copy-row .right {
    width: 50%; }
    @media (max-width: 767px) {
      body.home .main-copy-row .left,
      body.home .main-copy-row .right {
        width: 100%; } }
  @media (max-width: 767px) {
    body.home .main-copy-row .image-cell {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  body.home .main-copy-row .image-cell img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none; }
  body.home .main-copy-row .text-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      body.home .main-copy-row .text-cell {
        text-align: center;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    body.home .main-copy-row .text-cell .text-wrap {
      max-width: 500px;
      width: 100%; }
      body.home .main-copy-row .text-cell .text-wrap h3 {
        font-size: 36px;
        font-weight: 600;
        margin: 0 0 30px; }
        @media (max-width: 767px) {
          body.home .main-copy-row .text-cell .text-wrap h3 {
            margin-bottom: 15px;
            font-size: 21px; } }
      body.home .main-copy-row .text-cell .text-wrap p {
        font-size: 18px;
        line-height: 24px; }
      body.home .main-copy-row .text-cell .text-wrap .button-wrap {
        text-align: left;
        margin-top: 30px; }
        @media (max-width: 767px) {
          body.home .main-copy-row .text-cell .text-wrap .button-wrap {
            text-align: center;
            margin-top: 15px; } }
        body.home .main-copy-row .text-cell .text-wrap .button-wrap a.btn {
          background-color: #72c7c6;
          border: 2px solid #72c7c6; }
          body.home .main-copy-row .text-cell .text-wrap .button-wrap a.btn:active, body.home .main-copy-row .text-cell .text-wrap .button-wrap a.btn:focus, body.home .main-copy-row .text-cell .text-wrap .button-wrap a.btn:hover {
            background-color: #258988;
            color: #fff; }
    body.home .main-copy-row .text-cell.left {
      background-color: rgba(37, 137, 136, 0.89);
      padding-right: 80px;
      padding-left: 15px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 991px) {
        body.home .main-copy-row .text-cell.left {
          padding-right: 15px; } }
      body.home .main-copy-row .text-cell.left h3,
      body.home .main-copy-row .text-cell.left p {
        color: #fff; }
    body.home .main-copy-row .text-cell.right {
      padding-left: 80px;
      padding-right: 15px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 767px) {
        body.home .main-copy-row .text-cell.right {
          padding-left: 15px; } }

/*main: ../style.scss*/
body.home .rooms-featured {
  background-color: rgba(114, 199, 198, 0.78);
  margin-right: -15px;
  margin-left: -15px; }

#rooms-featured {
  margin: 0 auto; }
  #rooms-featured .section-header h2 {
    color: #fff; }
  #rooms-featured .carousel-inner {
    height: 100%; }
  #rooms-featured .item section {
    height: 100%;
    top: 0;
    width: 100%; }
    #rooms-featured .item section div {
      width: 100%; }
      #rooms-featured .item section div h1 a {
        color: #fff;
        font-family: "ovo", serif;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 0; }
      #rooms-featured .item section div p {
        color: #fff;
        font-size: 18px; }
        #rooms-featured .item section div p > a {
          color: #fff; }
      #rooms-featured .item section div a.learn-more {
        color: #fff;
        text-transform: capitalize;
        display: none; }
  #rooms-featured .text-center {
    margin-top: 1em;
    display: none; }
    #rooms-featured .text-center a.btn {
      text-transform: capitalize; }
  #rooms-featured h1 {
    line-height: 0.65;
    width: 80%; }

.rooms.list.row {
  margin-left: 0;
  margin-right: 0; }

@media (max-width: 768px) {
  #rooms-featured h1 {
    font-size: 24px;
    line-height: 0.9; }
  .rooms-excerpt {
    display: none; } }

@media (min-width: 768px) {
  #rooms-featured {
    max-width: 750px; }
    #rooms-featured .item section div p {
      display: none; } }

@media (min-width: 992px) {
  #rooms-featured {
    max-width: 970px; }
    #rooms-featured .item section div p {
      display: inline-block; } }

@media (min-width: 1200px) {
  #rooms-featured {
    max-width: 1170px; } }

footer.content-info {
  padding-top: 0; }
  footer.content-info .first-footer-row {
    background-color: #242424;
    padding-top: 60px;
    padding-bottom: 55px; }
    @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;
        display: none; }
      footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-current-temp {
        width: auto; }
        footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-current-temp strong {
          font-size: 42px;
          font-weight: 500;
          letter-spacing: 2px;
          padding-top: 0; }
      footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-todays-stats {
        width: auto; }
    footer.content-info .first-footer-row .q4fw_social_widget-2 {
      margin-top: 0; }
      footer.content-info .first-footer-row .q4fw_social_widget-2 li a {
        font-size: 24px;
        color: #fff; }
        footer.content-info .first-footer-row .q4fw_social_widget-2 li a:hover {
          color: #258988; }
    footer.content-info .first-footer-row .wpcf7-form .wpcf7-response-output {
      color: #fff;
      border: none; }
    footer.content-info .first-footer-row .wcont:last-child {
      text-align: center; }
    footer.content-info .first-footer-row form input.wpcf7-form-control {
      max-width: 100%; }
      footer.content-info .first-footer-row form input.wpcf7-form-control:not(.wpcf7-submit) {
        color: #7d7d7d; }
  footer.content-info h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.29px; }
  footer.content-info a,
  footer.content-info p {
    color: #fff; }
  footer.content-info a:hover {
    color: #258988; }
  footer.content-info .second-footer-row {
    background-color: #242424; }
  footer.content-info .last-footer-row {
    background-color: #242424; }

.sidebar br {
  display: none; }

.sidebar-tout {
  margin-bottom: 1rem;
  position: relative;
  width: 100%; }
  .sidebar-tout:hover a:not(.image-link) {
    bottom: 0;
    height: 33%;
    background-color: transparent; }
  .sidebar-tout:before {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 75%;
    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%);
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    content: ''; }
    @media (max-width: 767px) {
      .sidebar-tout:before {
        left: 0;
        right: 0; } }
  .sidebar-tout:after {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    background-color: #72c7c6;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    content: ''; }
    @media (max-width: 767px) {
      .sidebar-tout:after {
        left: 0;
        right: 0; } }
    @supports (-ms-ime-align: auto) {
      .sidebar-tout:after {
        background-color: rgba(114, 199, 198, 0.75); } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .sidebar-tout:after {
        background-color: rgba(114, 199, 198, 0.75); } }
  .sidebar-tout:hover:before {
    opacity: 0; }
  .sidebar-tout:hover:after {
    opacity: 1; }
  .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%;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sidebar-tout a:not(.image-link) strong {
      font-family: "ovo", serif;
      font-size: 1.5rem;
      font-weight: 600;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 50%;
      letter-spacing: 2px;
      -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: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

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

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

.blog article:hover .special-wrap {
  background-color: transparent; }

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: rgba(37, 137, 136, 0.94); }
  .page-template-template-onlineguide .main .subnav a {
    color: #fff;
    font-family: "ovo", 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: #72c7c6; }
  .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: #72c7c6; }

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