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

#document {
  background-color: #fff; }

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

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

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

a:active,
a:focus,
a:hover {
  text-decoration: underline;
  color: #ec353d;
  outline: none; }

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: "soleil", sans-serif;
  color: #000; }

.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: "soleil", sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #ec353d;
  border-radius: 0;
  background: #c92128;
  -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: 2px solid #c92128;
  background-color: #ec353d; }

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

/* *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: "soleil", sans-serif;
    color: #fff;
    font-size: 36px;
    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; }

@media (min-width: 992px) {
  body.home header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1; } }

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

.nav-wrap {
  background-color: #fff; }
  .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: 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: "soleil", sans-serif;
    color: #000;
    font-weight: 700;
    position: relative; }
    @media (min-width: 668px) and (max-width: 1199px) {
      .top-nav-text a {
        display: block; } }
    .top-nav-text a:hover {
      text-decoration: none;
      color: #c92128; }
    .top-nav-text a:after {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background-color: #c92128;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin: 0 auto;
      display: none; }
    .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: "soleil", sans-serif;
  font-size: 1rem;
  padding: 10px 20px;
  color: #fff;
  border: 2px solid #ec353d;
  border-radius: 0;
  background: #c92128;
  -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 #c92128;
  background-color: #ec353d; }

.prime-nav {
  background-color: rgba(56, 59, 65, 0.8); }
  .prime-nav > .container {
    max-width: 1800px;
    width: 100%; }

.nav li a {
  font-family: "soleil", sans-serif;
  font-size: 20px;
  text-transform: capitalize; }

.nav > li > a {
  color: #fff;
  padding: 0.7em 15px 0.8rem;
  font-weight: 700; }
  .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    color: #ec353d; }

.nav > li > .dropdown-menu {
  background: rgba(79, 84, 93, 0.9) !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  border-radius: 0; }
  .nav > li > .dropdown-menu > li > a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px; }
    .nav > li > .dropdown-menu > li > a:active, .nav > li > .dropdown-menu > li > a:focus, .nav > li > .dropdown-menu > li > a:hover {
      background-color: #c92128;
      color: #fff; }
  .nav > li > .dropdown-menu > .active > a {
    background-color: #c92128;
    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: #c92128;
      color: #fff; }

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

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

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

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

#carousel-header {
  background-color: #4f545d; }
  #carousel-header .carousel-caption {
    padding-bottom: 100px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      #carousel-header .carousel-caption {
        display: none; } }
    #carousel-header .carousel-caption h1 {
      text-shadow: 0 3px 12px #000 !important;
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #carousel-header .carousel-caption h1 a {
        color: #fff; }
        #carousel-header .carousel-caption h1 a:hover {
          text-decoration: none;
          color: #ec353d; }

.main-content-bars .main-content-bar {
  position: relative;
  min-height: 545px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .main-content-bars .main-content-bar {
      min-height: auto; } }
  .main-content-bars .main-content-bar .text-cell-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 15px;
    max-width: 1300px;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .main-content-bars .main-content-bar .text-cell-wrap {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .main-content-bars .main-content-bar .text-cell-wrap .text-cell {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px;
      width: 50%; }
      @media (max-width: 991px) {
        .main-content-bars .main-content-bar .text-cell-wrap .text-cell {
          width: 75%; } }
      @media (max-width: 767px) {
        .main-content-bars .main-content-bar .text-cell-wrap .text-cell {
          width: 100%; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .main-content-bars .main-content-bar .text-cell-wrap .text-cell {
          background-color: rgba(79, 84, 93, 0.8); } }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell:before {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4f545d;
        content: '';
        mix-blend-mode: multiply; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .main-content-bars .main-content-bar .text-cell-wrap .text-cell:before {
            display: none; } }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell.left {
        margin-right: auto; }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell.right {
        margin-left: auto; }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell .inner-cell {
        z-index: 1;
        max-width: 450px; }
        @media (max-width: 767px) {
          .main-content-bars .main-content-bar .text-cell-wrap .text-cell .inner-cell {
            text-align: center; } }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell h2 {
        margin-top: 0;
        margin-bottom: 20px;
        color: #fff;
        font-size: 36px; }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell p {
        color: #fff;
        font-size: 18px;
        line-height: 24px; }
      .main-content-bars .main-content-bar .text-cell-wrap .text-cell .button-wrap {
        margin-top: 30px;
        text-align: left; }
        @media (max-width: 767px) {
          .main-content-bars .main-content-bar .text-cell-wrap .text-cell .button-wrap {
            text-align: center; } }

body.home .circle-ctas {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    body.home .circle-ctas {
      padding-top: 15px;
      padding-bottom: 15px; } }
  body.home .circle-ctas .circle-ctas-wrap {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%; }
    body.home .circle-ctas .circle-ctas-wrap button.slick-prev {
      left: 0;
      color: #4f545d;
      height: 50px;
      width: 50px;
      z-index: 5; }
      body.home .circle-ctas .circle-ctas-wrap button.slick-prev:active, body.home .circle-ctas .circle-ctas-wrap button.slick-prev:focus, body.home .circle-ctas .circle-ctas-wrap button.slick-prev:hover {
        border: none; }
      body.home .circle-ctas .circle-ctas-wrap button.slick-prev:before {
        color: #4f545d;
        font-size: 50px; }
    body.home .circle-ctas .circle-ctas-wrap button.slick-next {
      right: 0;
      color: #4f545d;
      height: 50px;
      width: 50px; }
      body.home .circle-ctas .circle-ctas-wrap button.slick-next:active, body.home .circle-ctas .circle-ctas-wrap button.slick-next:focus, body.home .circle-ctas .circle-ctas-wrap button.slick-next:hover {
        border: none; }
      body.home .circle-ctas .circle-ctas-wrap button.slick-next:before {
        color: #4f545d;
        font-size: 50px; }
    body.home .circle-ctas .circle-ctas-wrap .circle-cta {
      padding-right: 15px;
      padding-left: 15px;
      text-align: center; }
      body.home .circle-ctas .circle-ctas-wrap .circle-cta:active, body.home .circle-ctas .circle-ctas-wrap .circle-cta:focus, body.home .circle-ctas .circle-ctas-wrap .circle-cta:hover {
        outline: none; }
      body.home .circle-ctas .circle-ctas-wrap .circle-cta .image-link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100%; }
        body.home .circle-ctas .circle-ctas-wrap .circle-cta .image-link:hover img {
          border: 5px solid #c92128; }
      body.home .circle-ctas .circle-ctas-wrap .circle-cta img {
        border-radius: 100%;
        border: 5px solid transparent;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin: 0 auto; }
      body.home .circle-ctas .circle-ctas-wrap .circle-cta h3 {
        margin-top: 25px;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 24px; }
      body.home .circle-ctas .circle-ctas-wrap .circle-cta .button-wrap {
        margin-top: 30px; }

body.home section.posts {
  background-color: #4f545d;
  background-image: url("img/blog-background.jpg");
  padding-bottom: 60px; }
  @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%;
          -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; }
      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: transparent; }

#blog-posts article .special-wrap {
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s 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: "soleil", sans-serif;
    border-bottom: none;
    font-size: 20px;
    font-weight: 700; }
  #blog-posts article .special-wrap h4 {
    color: #fff !important;
    font-family: "soleil", sans-serif;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700; }
  #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: #c92128; }

#blog-posts article .feat-img {
  position: relative; }
  #blog-posts article .feat-img:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#000000));
    background-image: linear-gradient(180deg, #ffffff 0%, #000000 100%);
    mix-blend-mode: multiply;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    pointer-events: none; }
    @supports (-ms-ime-align: auto) {
      #blog-posts article .feat-img:after {
        display: none; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      #blog-posts article .feat-img:after {
        display: none; } }

#blog-posts article:hover .feat-img:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#blog-posts article:hover .special-wrap {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

footer.content-info {
  padding-top: 0; }
  footer.content-info .first-footer-row {
    background-color: #262626;
    padding-top: 60px;
    padding-bottom: 60px; }
    @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; }
      footer.content-info .first-footer-row .awesome-weather-wrap .awesome-weather-header {
        background-color: none; }
    footer.content-info .first-footer-row .wpcf7-form .wpcf7-response-output {
      color: #fff;
      border: none; }
  footer.content-info h3 {
    color: #fff;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
  footer.content-info a,
  footer.content-info p {
    color: #fff;
    font-size: 18px;
    max-width: 100%; }
  footer.content-info a:hover {
    color: #ec353d; }
  footer.content-info .second-footer-row {
    background-color: #fff; }
    footer.content-info .second-footer-row > .container {
      max-width: 1500px;
      width: 100%; }
    footer.content-info .second-footer-row ul li {
      padding-top: 40px;
      padding-bottom: 40px; }
  footer.content-info .last-footer-row {
    background-color: #262626; }
    footer.content-info .last-footer-row ul {
      display: block;
      text-align: center; }
      footer.content-info .last-footer-row ul .q4fw_social_widget-2 li {
        padding-bottom: 0; }
        footer.content-info .last-footer-row ul .q4fw_social_widget-2 li a {
          color: #d4d4d4;
          font-size: 40px; }
          footer.content-info .last-footer-row ul .q4fw_social_widget-2 li a:hover {
            color: #ec353d; }

.sidebar br {
  display: none; }

.sidebar-tout {
  position: relative;
  margin-bottom: 1rem;
  width: 100%; }
  .sidebar-tout:hover a:not(.image-link) {
    bottom: 0;
    height: 33.333%;
    background-color: rgba(201, 33, 40, 0.75); }
  .sidebar-tout img {
    min-height: 185px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 667px) {
      .sidebar-tout img {
        height: 100px; } }
  .sidebar-tout a:not(.image-link) {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    height: 33.333%;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .sidebar-tout a:not(.image-link) strong {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: auto;
      font-size: 1.5rem;
      font-family: "soleil", sans-serif;
      -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(0, 0, 0, 0.75);
  -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: #4f545d; }

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(56, 59, 65, 0.8); }
  .page-template-template-onlineguide .main .subnav a {
    color: #fff;
    font-family: "soleil", sans-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: #fff; }

.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: #c92128; }
  .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: #000; }

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