/*
 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**/
/* --------------------------------------------------------------------------------*/
/**/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.content-info,
.last-footer-row,
html {
  background: #252525; }

#document {
  background: #fff; }

body,
html {
  overflow-x: hidden;
  color: #3c3c3c;
  font-size: 16px;
  font-family: "roboto", sans-serif;
  line-height: 1.5em; }

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

body:not(.home) main.main a:not(.btn) {
  color: #a2a382;
  text-decoration: underline; }
  body:not(.home) main.main a:not(.btn):hover {
    color: #5c6039; }

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

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  color: #5b6133;
  font-family: "servus-slab", serif; }

.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 {
  padding: 18px 16px;
  border: 1px solid transparent;
  background: #5b6133;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: bold;
  font-size: 1rem;
  font-size: 18px;
  font-family: "servus-slab", serif;
  -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 {
  border: 1px solid #5b6133;
  background: #fff;
  color: #5b6133; }

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

.section-header {
  padding-top: 0 !important; }
  .section-header h2 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    color: #5d6336;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-weight: bold;
    font-size: 1.5rem; }

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

.navbar {
  margin-bottom: 24px; }

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

.nav-wrap {
  background: #fff; }

.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: 0;
  margin-left: 1rem; }
  .top-nav-text a {
    text-transform: capitalize;
    font-family: "roboto", sans-serif;
    color: #5b6133;
    font-weight: 300;
    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: #5b6133; }
    .top-nav-text a:after {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 0;
      left: 1rem;
      width: 0;
      height: 2px;
      background: #5b6133;
      -webkit-transition: all .2s ease-in-out;
      transition: all .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; }
      @media (min-width: 668px) and (max-width: 991px) {
        .top-nav-text a:not(:first-child) {
          margin-left: 0; } }
      .top-nav-text a:not(:first-child):before {
        content: '';
        margin-right: 0; }
        @media (min-width: 668px) and (max-width: 991px) {
          .top-nav-text a:not(:first-child):before {
            content: ''; } }
    .top-nav-text a .fa {
      margin-right: .5rem; }

.reservations .btn,
.reservations a.btn {
  font-family: "servus-slab", serif;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .113rem;
  text-transform: uppercase;
  padding: 1.125rem 1.5rem;
  color: #fff;
  border: 1px solid transparent;
  background: #5b6133;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-left: .375rem; }
  @media (max-width: 991px) {
    .reservations .btn,
    .reservations a.btn {
      text-transform: capitalize; } }
  .reservations .btn i,
  .reservations a.btn i {
    display: none; }

.reservations .btn:active,
.reservations .btn:focus,
.reservations .btn:hover,
.reservations a.btn:active,
.reservations a.btn:focus,
.reservations a.btn:hover {
  color: #5b6133;
  border: 1px solid #5b6133;
  background: #fff; }

.prime-nav {
  background: rgba(220, 223, 210, 0.21);
  border-top: 1px solid rgba(91, 97, 51, 0.21);
  border-bottom: 1px solid rgba(91, 97, 51, 0.21); }
  @media (min-width: 1200px) {
    .prime-nav .container {
      max-width: 1500px; } }
  @media (min-width: 992px) {
    .prime-nav .container {
      width: 100%; } }
  @media (min-width: 768px) {
    .prime-nav .container {
      width: 100%; } }

.nav li a {
  font-family: "servus-slab", serif;
  font-size: 1.125rem;
  text-transform: capitalize; }

.nav > li > a {
  color: #5b6133;
  padding: 21px .5em;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  letter-spacing: 1.8px; }
  .nav > li > a:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 6px;
    margin: 0 auto;
    background-color: rgba(161, 164, 127, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .nav > li > a:active, .nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #5b6133; }
  .nav > li > a:active:after, .nav > li > a:focus:after, .nav > li > a:hover:after {
    background: #a1a47f; }

.nav > li > .dropdown-menu {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0; }
  .nav > li > .dropdown-menu > li > a {
    color: #a1a47f;
    font-size: 1rem;
    padding: 10px 16px;
    font-weight: 400;
    white-space: normal; }
    .nav > li > .dropdown-menu > li > a:active, .nav > li > .dropdown-menu > li > a:focus, .nav > li > .dropdown-menu > li > a:hover {
      background: #fff;
      color: #5b6133; }
  .nav > li > .dropdown-menu > .active > a {
    background: #fff;
    color: #5b6133; }
    .nav > li > .dropdown-menu > .active > a:active, .nav > li > .dropdown-menu > .active > a:focus, .nav > li > .dropdown-menu > .active > a:hover {
      background: #fff;
      color: #5b6133; }

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

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

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

#carousel-header {
  background: transparent;
  overflow: visible; }
  #carousel-header .carousel-inner {
    overflow: visible; }
  #carousel-header img {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border: solid 3px #ffffff; }

#touts .tlist {
  max-width: 1500px;
  overflow: visible; }
  #touts .tlist .tout {
    position: relative;
    background-color: rgba(70, 70, 70, 0.4);
    background-clip: content-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media (min-width: 768px) {
      #touts .tlist .tout {
        padding: 0 .5rem !important; } }
    @media (max-width: 667px) {
      #touts .tlist .tout {
        padding: 0 !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        #touts .tlist .tout:not(.slick-active) {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }
    #touts .tlist .tout:hover {
      background-color: transparent; }
    #touts .tlist .tout:hover img {
      -webkit-box-shadow: 0 0 7.5px #3f858f;
              box-shadow: 0 0 7.5px #3f858f; }
    #touts .tlist .tout:hover .tout-caption {
      bottom: 0;
      height: 100%; }
    #touts .tlist .tout:hover .tout-caption div p a {
      background: transparent; }
    #touts .tlist .tout img {
      width: 100%;
      mix-blend-mode: multiply;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      @media (max-width: 667px) {
        #touts .tlist .tout img {
          height: 200px; } }
    #touts .tlist .tout .tout-caption {
      position: absolute;
      left: .5rem;
      right: .5rem;
      bottom: 0;
      height: 100%;
      border: 3px solid white; }
      @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: transparent;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s 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: "servus-slab", serif;
              font-size: 1.5rem;
              font-weight: bold;
              letter-spacing: 2.4px;
              text-shadow: 0 0 7.5px #000000;
              text-transform: uppercase; }
              @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; } }
              #touts .tlist .tout .tout-caption div p a em span {
                display: block;
                font-family: "roboto", sans-serif;
                font-size: 1rem;
                font-weight: bold;
                letter-spacing: 1.6px;
                text-shadow: 0 0 15px rgba(0, 83, 90, 0.69); }

body.home .main-content {
  padding-top: 5.875rem;
  padding-bottom: 25%;
  background-color: white;
  background-image: url("img/main-content-graphic.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100% !important; }
  @media (max-width: 991px) {
    body.home .main-content {
      padding-top: 2rem; } }
  @media (max-width: 667px) {
    body.home .main-content {
      background-image: none;
      padding-bottom: 3rem; } }

body.home .main-wrap h1 {
  letter-spacing: .9px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: .3rem; }
  @media (max-width: 667px) {
    body.home .main-wrap h1 {
      font-size: 1.75rem; } }

body.home .main-wrap h2 {
  letter-spacing: .9px;
  font-weight: 300;
  font-style: italic;
  color: #d0d5ac;
  font-size: 2.25rem;
  letter-spacing: 2.4px;
  text-align: center;
  margin-top: 0; }
  @media (max-width: 667px) {
    body.home .main-wrap h2 {
      font-size: 1.25rem; } }

.main-content-wrap {
  margin-top: 4.25rem; }
  @media (max-width: 667px) {
    .main-content-wrap {
      margin-top: 2rem; } }
  .main-content-wrap .main-text {
    width: 60%;
    float: left;
    padding-right: 33px; }
    @media (max-width: 991px) {
      .main-content-wrap .main-text {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-bottom: 2rem; } }
    @media (max-width: 667px) {
      .main-content-wrap .main-text {
        padding-bottom: 0; } }
    .main-content-wrap .main-text p {
      line-height: 1.4; }
  .main-content-wrap .main-image {
    width: 40%;
    float: right; }
    @media (max-width: 991px) {
      .main-content-wrap .main-image {
        width: 100%;
        float: none; }
        .main-content-wrap .main-image .img-wrapper {
          width: 50%;
          float: left; }
          .main-content-wrap .main-image .img-wrapper img {
            width: 100%; } }
    @media (max-width: 667px) {
      .main-content-wrap .main-image {
        display: none; } }
    @media (max-width: 991px) {
      .main-content-wrap .main-image .main-image-caption {
        float: right;
        width: 50%;
        padding-left: 1rem; } }
    .main-content-wrap .main-image .main-image-caption h3 {
      font-size: 36px;
      font-weight: 300;
      font-style: italic;
      line-height: 1.1;
      color: #d0d5ac; }

.rooms-featured {
  background: transparent;
  padding-bottom: 50px; }
  @media (max-width: 667px) {
    .rooms-featured .section-header h2 {
      margin-top: 0; } }

#rooms-featured {
  margin: 0 auto; }
  #rooms-featured .carousel-inner {
    height: 100%; }
    #rooms-featured .carousel-inner img {
      width: 100%;
      max-height: 480px;
      -o-object-fit: cover;
         object-fit: cover; }
  #rooms-featured .item section {
    height: 100%;
    top: 0;
    width: 100%; }
    #rooms-featured .item section div {
      width: 100%; }
      #rooms-featured .item section div h1 {
        margin-bottom: 2rem; }
        #rooms-featured .item section div h1 a {
          font-family: "servus-slab", serif;
          text-transform: uppercase;
          font-size: 1.125rem;
          font-style: italic;
          letter-spacing: 1.8px;
          color: #5d6336; }
      #rooms-featured .item section div p {
        color: #3c3c3c; }
      #rooms-featured .item section div a.learn-more {
        color: #3c3c3c;
        text-transform: capitalize;
        display: none; }
  #rooms-featured .text-center {
    margin-top: 1em; }
    #rooms-featured .text-center a.btn {
      text-transform: capitalize; }
  #rooms-featured h1 {
    line-height: .65;
    width: 80%; }

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

@media (max-width: 768px) {
  #rooms-featured h1 {
    font-size: 24px;
    line-height: .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; } }

#specials {
  background-color: #a1a47f;
  background-image: url("img/specials-background.jpg");
  background-blend-mode: multiply;
  background-size: cover;
  padding-bottom: 50px; }
  @media (max-width: 667px) {
    #specials {
      margin: 0 -15px; } }
  #specials .section-header {
    padding-bottom: 0; }
    #specials .section-header h2 {
      color: #fff; }
  #specials #specials-featured .featured-special-image img {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.49);
            box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.49);
    border: solid 3px #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  #specials #specials-featured article:hover .featured-special-image img {
    -webkit-box-shadow: 0 0 6px 3px #3f858f;
            box-shadow: 0 0 6px 3px #3f858f; }
  #specials #specials-featured article section a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .6px;
    text-decoration: underline; }
  #specials #specials-featured .item.row.active {
    margin-bottom: 2rem; }
    @media (max-width: 667px) {
      #specials #specials-featured .item.row.active article {
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        #specials #specials-featured .item.row.active article:not(.slick-active) {
          -webkit-transform: scale(0.8);
                  transform: scale(0.8); } }

.home .posts {
  padding-bottom: 50px; }

section.posts {
  background: #a1a47f; }
  @media (max-width: 667px) {
    section.posts {
      margin: 0 -15px; } }
  section.posts .section-header h2 {
    color: #fff; }
  section.posts .articles-wrap {
    height: 455px;
    margin-bottom: 50px; }
    @media (min-width: 668px) {
      section.posts .articles-wrap .feat-img {
        height: 100%; }
        section.posts .articles-wrap .feat-img img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (max-width: 667px) {
      section.posts .articles-wrap {
        height: auto; } }
    section.posts .articles-wrap article {
      height: 100%;
      width: 55%;
      margin-right: 3%;
      float: left; }
      @media (max-width: 667px) {
        section.posts .articles-wrap article {
          width: 100%;
          margin-right: 0; } }
      section.posts .articles-wrap article:not(:first-child) {
        height: 48.75%;
        width: 40%;
        margin-right: 0;
        margin-left: .5%;
        margin-bottom: .5%; }
        @media (max-width: 667px) {
          section.posts .articles-wrap article:not(:first-child) {
            height: 100%;
            width: 100%;
            margin-left: 0;
            margin-right: 0; } }
      section.posts .articles-wrap article:last-child {
        margin-bottom: 0;
        margin-top: .5%; }
      section.posts .articles-wrap article .feat-img img {
        border: 3px solid #fff;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }

#blog-posts article {
  overflow: visible; }
  #blog-posts article:hover .feat-img img {
    -webkit-box-shadow: 0 0 6px 2px #3f858f;
            box-shadow: 0 0 6px 2px #3f858f; }
  #blog-posts article:hover .special-wrap {
    background: #5d6537; }
  @media (max-width: 667px) {
    #blog-posts article {
      width: calc(100%/3);
      float: left;
      padding-left: 0;
      padding-right: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      #blog-posts article:not(.slick-active) {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
  #blog-posts article .special-wrap {
    background: rgba(93, 101, 55, 0.8);
    width: 100%;
    border: 3px solid white;
    border-top: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .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: "servus-slab", serif;
      border-bottom: none; }
    #blog-posts article .special-wrap h4 {
      color: #fff !important;
      font-family: "servus-slab", 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: #3c3c3c;
        font-size: 1rem;
        font-weight: 400; }
    #blog-posts article .special-wrap .more-link {
      color: #000; }

footer.content-info {
  padding-top: 0; }
  @media (max-width: 667px) {
    footer.content-info {
      text-align: center; } }
  footer.content-info .first-footer-row {
    background: #252525;
    padding-top: 1.938rem; }
    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: none; }
  footer.content-info .social-widget {
    margin-top: 4.25rem; }
  footer.content-info .sow-image-2 {
    margin-bottom: 1.75rem; }
  footer.content-info #awesome-weather-harrisonburg .awesome-weather-header {
    display: none; }
  footer.content-info #awesome-weather-harrisonburg .awesome-weather-current-temp {
    padding-top: 0; }
  footer.content-info h3 {
    line-height: 1.5;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 3rem; }
  footer.content-info a,
  footer.content-info p {
    color: #fff;
    line-height: 1.5; }
  footer.content-info a:hover {
    color: #a1a47f; }
  footer.content-info .second-footer-row {
    background: #fff; }
    @media (max-width: 667px) {
      footer.content-info .second-footer-row li {
        width: 33.333%;
        float: left; } }
  footer.content-info .last-footer-row {
    background: #252525; }
    footer.content-info .last-footer-row a {
      text-decoration: underline; }

.sidebar br {
  display: none; }

.sidebar-tout {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
  background-color: rgba(70, 70, 70, 0.4);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .sidebar-tout:hover {
    background-color: transparent; }
  .sidebar-tout:hover img {
    -webkit-box-shadow: 0 0 7.5px #3f858f;
            box-shadow: 0 0 7.5px #3f858f; }
  .sidebar-tout:hover a {
    bottom: 0;
    height: 100%;
    background: transparent; }
  .sidebar-tout img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: multiply;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media (max-width: 667px) {
      .sidebar-tout img {
        height: 100px; } }
  .sidebar-tout a {
    background: transparent;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 3px solid white; }
    .sidebar-tout a strong {
      font-family: "servus-slab", serif;
      font-size: 1.5rem;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 668px) and (max-width: 991px) {
        .sidebar-tout a strong {
          font-size: 12px; } }

.blog .special-wrap {
  background: rgba(93, 101, 55, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog .special-wrap .entry-title a {
    color: #fff !important; }

.blog article:hover .special-wrap {
  background: #5d6537; }

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

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

.grwf2-wrapper,
div.grwf2-wrapper,
div.grwf2-wrapper.wf2-embedded {
  position: static !important;
  width: auto !important; }

/*main: ../style.scss*/
/* ================================================================================*/
/* *SITE SPECIFIC ONLINE GUIDE STYLES**/
/* ================================================================================*/
.page-template-template-onlineguide .main .subnav {
  background-color: #dcdfd2; }
  .page-template-template-onlineguide .main .subnav a {
    color: #5b6133;
    font-family: "servus-slab", 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: #5b6133;
  font-size: 13px; }
  .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: #5b6133; }

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