/*
 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(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
* {
  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: #173442;
}

#document {
  background-color: #fff;
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  color: #466562;
}

.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: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #799ea2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.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: none;
  background-color: #8ac0c6;
}

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

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

/* *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 40px;
}
.home .section-header h2 {
  font-family: "Open Sans", sans-serif;
  color: #466562;
  font-size: 36px;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  font-weight: 300;
}

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

hr {
  border-top: 3px solid #80AEB3;
}

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

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

.nav-wrap {
  background-color: #fff;
}
.nav-wrap .nav-row {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .nav-wrap .nav-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navbar-brand > img {
  width: 250px;
}
@media (min-width: 767px) {
  .navbar-brand > img {
    width: 300px;
  }
}
@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;
  }
}
.top-nav-text {
  margin-right: 2rem;
}
.top-nav-text a {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  color: #173442;
  font-weight: 400;
  font-size: 18px;
  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: #8ac0c6;
}
.top-nav-text a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 1rem;
  width: 0;
  height: 2px;
  background-color: #8ac0c6;
  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% - 0.5rem);
}
.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: 0.5rem;
}

.reservations .btn,
.reservations a.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: #799ea2;
  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: none;
  background-color: #8ac0c6;
}

.prime-nav {
  background-color: rgba(255, 255, 255, 0.91);
}
.prime-nav > .container {
  max-width: 1500px;
  width: 100%;
}

body:not(.home) .prime-nav {
  background-color: rgba(245, 247, 247, 0.91);
}

.nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav li a {
    font-size: 18px;
  }
}
.nav > li > a {
  color: #000;
  padding: 15px 1rem;
}
.nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  color: #799ea2;
}
.nav > li > .dropdown-menu {
  background: #173442 !important;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
}
.nav > li > .dropdown-menu > li > a {
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav > li > .dropdown-menu > li > a {
    font-size: 18px;
  }
}
.nav > li > .dropdown-menu > li > a:active, .nav > li > .dropdown-menu > li > a:focus, .nav > li > .dropdown-menu > li > a:hover {
  background-color: #799ea2;
  color: #fff;
}
.nav > li > .dropdown-menu > .active > a {
  background-color: #799ea2;
  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: #799ea2;
  color: #fff;
}
.nav .open > a {
  background-color: transparent;
  color: #799ea2;
}
.nav .open > a:active, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  color: #799ea2;
}

.menu-label {
  color: #173442;
  font-size: 12px;
}
.menu-label:active, .menu-label:focus, .menu-label:hover {
  outline: none;
  background-color: transparent;
  border: none;
}

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

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

#touts .tlist {
  max-width: 1500px;
}
#touts .tlist .tout {
  position: relative;
}
@media (min-width: 768px) {
  #touts .tlist .tout {
    padding: 0 0.5rem !important;
  }
}
@media (max-width: 767px) {
  #touts .tlist .tout {
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
  }
  #touts .tlist .tout:not(.slick-active) {
    transform: scale(0.8);
  }
}
#touts .tlist .tout:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #5b5b5b 100%);
  mix-blend-mode: exclusion;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  padding: 0 0.5rem;
  background-clip: content-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  #touts .tlist .tout:after {
    padding: 0;
  }
}
#touts .tlist .tout:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #5b5b5b 100%);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  padding: 0 0.5rem;
  background-clip: content-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  #touts .tlist .tout:before {
    padding: 0;
  }
}
#touts .tlist .tout:hover:after {
  opacity: 0;
}
#touts .tlist .tout:hover:before {
  opacity: 1;
}
#touts .tlist .tout:hover .tout-caption {
  bottom: 0;
  height: 25%;
}
#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: 0.5rem;
  right: 0.5rem;
  bottom: 0;
  height: 25%;
  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;
  transition: all 0.2s ease-in-out;
}
#touts .tlist .tout .tout-caption div p a em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
@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 .main-content {
  padding-bottom: 0;
}

body.home #document {
  padding-top: 30px;
  padding-bottom: 0;
  background-color: transparent;
}
body.home #document .main-content .main-wrap {
  background-color: #fff;
}
@media (max-width: 767px) {
  body.home #document .main-content .main-wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  body.home #document .main-content .main-wrap {
    max-width: 1488px;
    width: 100%;
  }
  body.home #document .main-content .main-wrap > div {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

body:not(.home) #document {
  background-color: #fff;
}

.main-copy-wrap {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dae5e6;
}

.main-copy-blocks .main-copy-row {
  display: flex;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row {
    padding: 15px 0;
  }
}
.main-copy-blocks .main-copy-row:first-child {
  padding-top: 0;
  border-top: none;
}
.main-copy-blocks .main-copy-row .image-cell,
.main-copy-blocks .main-copy-row .text-cell {
  width: 50%;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row .image-cell,
.main-copy-blocks .main-copy-row .text-cell {
    width: 100%;
  }
}
.main-copy-blocks .main-copy-row .image-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row .image-cell {
    order: 2;
  }
}
.main-copy-blocks .main-copy-row .text-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row .text-cell {
    order: 1;
    margin-bottom: 15px;
  }
}
.main-copy-blocks .main-copy-row .text-cell.right {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row .text-cell.right {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row .text-cell.right {
    padding: 0;
  }
}
.main-copy-blocks .main-copy-row .text-cell.left {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .main-copy-blocks .main-copy-row .text-cell.left {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row .text-cell.left {
    padding: 0;
  }
}
.main-copy-blocks .main-copy-row .text-cell h4 {
  margin: 0;
  color: #466562;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row .text-cell h4 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
  }
}
.main-copy-blocks .main-copy-row .text-cell h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #466562;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row .text-cell h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
  }
}
.main-copy-blocks .main-copy-row .text-cell p {
  font-size: 16px;
  line-height: 24px;
}
.main-copy-blocks .main-copy-row .text-cell .button-wrap {
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .main-copy-blocks .main-copy-row .text-cell .button-wrap {
    text-align: center;
  }
}

.custom-rooms,
.custom-suites {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 1170px;
  border-bottom: 1px solid #979797;
}
@media (max-width: 767px) {
  .custom-rooms,
.custom-suites {
    padding: 30px 0;
  }
}
.custom-rooms h2,
.custom-suites h2 {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 767px) {
  .custom-rooms h2,
.custom-suites h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.custom-rooms .custom-rooms-container,
.custom-rooms .custom-suites-container,
.custom-suites .custom-rooms-container,
.custom-suites .custom-suites-container {
  margin: 0 -15px;
}
.custom-rooms .custom-rooms-container .custom-room,
.custom-rooms .custom-rooms-container .custom-suite,
.custom-rooms .custom-suites-container .custom-room,
.custom-rooms .custom-suites-container .custom-suite,
.custom-suites .custom-rooms-container .custom-room,
.custom-suites .custom-rooms-container .custom-suite,
.custom-suites .custom-suites-container .custom-room,
.custom-suites .custom-suites-container .custom-suite {
  padding: 0 15px;
}
.custom-rooms .custom-rooms-container .custom-room img,
.custom-rooms .custom-rooms-container .custom-suite img,
.custom-rooms .custom-suites-container .custom-room img,
.custom-rooms .custom-suites-container .custom-suite img,
.custom-suites .custom-rooms-container .custom-room img,
.custom-suites .custom-rooms-container .custom-suite img,
.custom-suites .custom-suites-container .custom-room img,
.custom-suites .custom-suites-container .custom-suite img {
  margin: 0 auto;
}
.custom-rooms .custom-rooms-container .custom-room h3,
.custom-rooms .custom-rooms-container .custom-suite h3,
.custom-rooms .custom-suites-container .custom-room h3,
.custom-rooms .custom-suites-container .custom-suite h3,
.custom-suites .custom-rooms-container .custom-room h3,
.custom-suites .custom-rooms-container .custom-suite h3,
.custom-suites .custom-suites-container .custom-room h3,
.custom-suites .custom-suites-container .custom-suite h3 {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .custom-rooms .custom-rooms-container .custom-room h3,
.custom-rooms .custom-rooms-container .custom-suite h3,
.custom-rooms .custom-suites-container .custom-room h3,
.custom-rooms .custom-suites-container .custom-suite h3,
.custom-suites .custom-rooms-container .custom-room h3,
.custom-suites .custom-rooms-container .custom-suite h3,
.custom-suites .custom-suites-container .custom-room h3,
.custom-suites .custom-suites-container .custom-suite h3 {
    margin: 15px 0;
    text-align: center;
  }
}
.custom-rooms .custom-rooms-container .custom-room p,
.custom-rooms .custom-rooms-container .custom-suite p,
.custom-rooms .custom-suites-container .custom-room p,
.custom-rooms .custom-suites-container .custom-suite p,
.custom-suites .custom-rooms-container .custom-room p,
.custom-suites .custom-rooms-container .custom-suite p,
.custom-suites .custom-suites-container .custom-room p,
.custom-suites .custom-suites-container .custom-suite p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .custom-rooms .custom-rooms-container .custom-room p,
.custom-rooms .custom-rooms-container .custom-suite p,
.custom-rooms .custom-suites-container .custom-room p,
.custom-rooms .custom-suites-container .custom-suite p,
.custom-suites .custom-rooms-container .custom-room p,
.custom-suites .custom-rooms-container .custom-suite p,
.custom-suites .custom-suites-container .custom-room p,
.custom-suites .custom-suites-container .custom-suite p {
    margin-bottom: 15px;
    display: none;
  }
}
.custom-rooms .custom-rooms-container .custom-room .button-wrap,
.custom-rooms .custom-rooms-container .custom-suite .button-wrap,
.custom-rooms .custom-suites-container .custom-room .button-wrap,
.custom-rooms .custom-suites-container .custom-suite .button-wrap,
.custom-suites .custom-rooms-container .custom-room .button-wrap,
.custom-suites .custom-rooms-container .custom-suite .button-wrap,
.custom-suites .custom-suites-container .custom-room .button-wrap,
.custom-suites .custom-suites-container .custom-suite .button-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .custom-rooms .custom-rooms-container .custom-room .button-wrap,
.custom-rooms .custom-rooms-container .custom-suite .button-wrap,
.custom-rooms .custom-suites-container .custom-room .button-wrap,
.custom-rooms .custom-suites-container .custom-suite .button-wrap,
.custom-suites .custom-rooms-container .custom-room .button-wrap,
.custom-suites .custom-rooms-container .custom-suite .button-wrap,
.custom-suites .custom-suites-container .custom-room .button-wrap,
.custom-suites .custom-suites-container .custom-suite .button-wrap {
    text-align: center;
  }
}

/*main: ../style.scss*/
#specials {
  background-color: transparent;
  padding-bottom: 50px;
}
@media (max-width: 667px) {
  #specials {
    margin: 0 -15px;
  }
}
#specials #specials-featured .item.row.active {
  margin-bottom: 20px;
}
@media (max-width: 667px) {
  #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;
  }
  #specials #specials-featured .item.row.active article:not(.slick-active) {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#specials #specials-featured .item.row.active article:hover section h1 a {
  text-decoration: underline;
}

#specials-featured section h1 a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}

body.home section.posts {
  background-color: #f5f7f7;
  padding-bottom: 50px;
}
@media (max-width: 667px) {
  body.home section.posts {
    margin: 0 -15px;
  }
}
body.home section.posts .button-wrap {
  margin-top: 40px;
}
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%;
    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;
}
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;
    transition: all 0.2s ease-in-out;
  }
  #blog-posts article:not(.slick-active) {
    transform: scale(0.8);
  }
}
#blog-posts article:hover .special-wrap {
  background-color: rgba(121, 158, 162, 0.85);
}
#blog-posts article .special-wrap {
  background-color: rgba(23, 52, 66, 0.85);
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  #blog-posts article .special-wrap {
    min-height: 1px;
  }
}
#blog-posts article .special-wrap h3 {
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  border-bottom: none;
}
#blog-posts article .special-wrap h4 {
  color: #fff !important;
  font-family: "Open Sans", sans-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: #799ea2;
}

footer.content-info {
  padding-top: 0;
}
footer.content-info .first-footer-row {
  background-color: #173442;
  padding-top: 61px;
  padding-bottom: 61px;
}
@media (max-width: 767px) {
  footer.content-info .first-footer-row {
    text-align: center;
  }
}
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;
  font-family: "Open Sans", sans-serif;
}
footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-header {
  background-color: transparent;
}
footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-current-temp strong {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 2px;
}
footer.content-info .first-footer-row .q4fw_social_widget-2 {
  padding-top: 30px;
}
footer.content-info .first-footer-row .q4fw_social_widget-2 a {
  color: #8ac0c6;
  font-size: 24px;
  padding: 0.25rem;
}
footer.content-info .first-footer-row .q4fw_social_widget-2 a:hover {
  color: #fff;
}
footer.content-info .first-footer-row .wpcf7-form .wpcf7-response-output {
  color: #fff;
  border: none;
}
footer.content-info .first-footer-row .wcont:last-child,
footer.content-info .first-footer-row .wcont:nth-child(3) {
  text-align: center;
}
@media (max-width: 767px) {
  footer.content-info .first-footer-row .wcont {
    margin-bottom: 30px;
  }
}
footer.content-info h3 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
footer.content-info a,
footer.content-info p {
  color: #fff;
}
footer.content-info a:hover {
  color: #8ac0c6;
}
footer.content-info .second-footer-row {
  background-color: #173442;
  padding-bottom: 30px;
}
footer.content-info .last-footer-row {
  background-color: #173442;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar br {
  display: none;
}

.sidebar-tout {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.sidebar-tout:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #5b5b5b 100%);
  mix-blend-mode: exclusion;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  background-clip: content-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sidebar-tout:after {
    padding: 0;
  }
}
.sidebar-tout:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #5b5b5b 100%);
  mix-blend-mode: multiply;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-clip: content-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sidebar-tout:before {
    padding: 0;
  }
}
.sidebar-tout:hover:after {
  opacity: 0;
}
.sidebar-tout:hover:before {
  opacity: 1;
}
.sidebar-tout:hover a:not(.image-link) {
  bottom: 0;
  height: 25%;
  background-color: transparent;
}
.sidebar-tout img {
  height: 100%;
  width: 100%;
  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: 25%;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
.sidebar-tout a:not(.image-link) strong {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 600;
  letter-spacing: 1px;
  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(23, 52, 66, 0.85);
  -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: rgba(121, 158, 162, 0.85);
}

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(255, 255, 255, 0.91);
}
.page-template-template-onlineguide .main .subnav a {
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.page-template-template-onlineguide .main .jumbotron h1 {
  background-color: #173442;
  color: #fff;
}
.page-template-template-onlineguide .main .jumbotron h1:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#173442), to(rgba(23, 52, 66, 0)));
  background-image: linear-gradient(to top, #173442, rgba(23, 52, 66, 0));
}
.page-template-template-onlineguide .main .section-title-background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#173442), to(rgba(23, 52, 66, 0)));
  background: linear-gradient(to bottom, #173442, rgba(23, 52, 66, 0));
}
@media screen and (min-width: 768px) {
  .page-template-template-onlineguide .main .section-title-background:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#173442), to(rgba(23, 52, 66, 0)));
    background: linear-gradient(to top, #173442, rgba(23, 52, 66, 0));
  }
}
.page-template-template-onlineguide .main .section-title-background h2 {
  background-color: #173442;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-template-template-onlineguide .main .section-title-background h2 {
    background-color: rgba(23, 52, 66, 0.5);
  }
}
.page-template-template-onlineguide .main .section-title-background h2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 52, 66, 0)), to(rgba(23, 52, 66, 0.75)));
  background: linear-gradient(to bottom, rgba(23, 52, 66, 0), rgba(23, 52, 66, 0.75));
}
.page-template-template-onlineguide .main .sub-section-title {
  background-color: #8ac0c6;
  color: #173442;
}
@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(23, 52, 66, 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: #173442;
    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: #799ea2;
}
.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: #466562;
}
.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;
}
