﻿/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!

font-family: 'Lato', sans-serif;
font-family: 'Libre Baskerville', serif;
font-family: 'Open Sans', sans-serif;
*/
html, body{
	font-family: 'Lato',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	text-rendering: optimizeLegibility;
    background: #fff;
    color: #666;
    color: rgba(40,40,40,.7);
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
textarea:focus, input:focus{
    outline: none;
}
p {
    margin: 0 0 30px 0;
}
b, strong {
    font-weight: bold;
}
.one-spacing { 
letter-spacing: 1px; }

.separator {
    background:rgba(151,148,129,1);
}
.container {
    margin: 0 auto !important;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.has-bg-stripe:after {
    content: "";
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: -65%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: rotate(-45deg);
    width: 200%;
    height: 450px;
    z-index: 2;
}

.has-notch-highlight:before, .has-notch-primary:before, .has-notch-light:before {
    content: "";
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 3;
}
.has-notch-light:before {
    border-top-color: #fff;
}
.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4 , .text-light h5 , .text-light h6 {
    color: #fff;
    position: relative;
}
.letter-spacing-two {
    letter-spacing: 2px;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}
.font-w-n {
    font-weight: 400;
}
body.search-results article {
    margin-left: 50px;
}
/**** HEADERS ****/
a {
    color:#666;
}
a:hover {
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #7f7559;
}
h1.text-light , h2.text-light , h3.text-light , h4.text-light , h5.text-light , h6.text-light  {
    color: #fff;
}
h1, h2, h3, h4, .has-dropcap>.entry-content>p:first-child:first-letter {
    font-family: "Open Sans",Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
}
h1,h2,h3,h4,h5,h6 {
    color: #161616;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
}
h1, h2, h3, h4 {
    color:#666;
}
h1.tb-headline, h2.tb-headline , h3.tb-headline , h4.tb-headline, h5.tb-headline, h6.tb-headline {
    margin: 0 0 5px 0;
}
.tb-headline {
        margin: 0 0 5px 0 !important;
}
h1 {
    font-size: 2.2rem;
        line-height: 1.2em;
    color: #666;
}
.wpb_text_column.wpb_content_element {
    margin-bottom: 30px;
}
h3 {
    font-size: 1.4rem;
}
h4 { font-size: 1.14rem; }
h5, h6, .widget-title, .widgettitle, .related-posts-title, #comments-title, #respond .comment-reply-title, .tb-author-box .info-box-title, .woocommerce-tabs .panel h2, .products.related>h2, .products.upsells>h2, #bbpress-forums fieldset.bbp-form legend, .modal-title, .sf-menu .mega-section-header, .tb-pricing-table .title, .tb-icon-box .icon-box-title {
    font-family: "Lato",Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 { 
	font-size: 1.9rem;
 }
h6 {
	font-size: .85rem;
}
.figcaptions {
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-family: "Lato",Arial,sans-serif;
}
.old-h1{
    line-height: 1.2em;
    font-size: 2.2rem;
    margin-bottom: 30px;
    font-weight: 400;
}
.old-h2 {
	font-size: 1.9rem;
}
.default-lineheight {
    line-height: 1.6;
}
.open-sans {
    font-family:  "Open Sans",Arial,sans-serif;
}
.testimonial {
    border: 0;
    font-size: 1.3em;
    margin: 20px 0;
    padding: 0;
}
.lead {
    font-size: 21px;
}
.tb-icon-box .fa {
    font-size: 22px;
}
.tb-icon-box .icon-box-title {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding-left: 47px;
}
.tb-icon-box {
    font-size: 13px;
}
.tb-icon-box .wpb_text_column:first-child .wpb_wrapper p {
    float: left;
}
.tb-icon-box .wpb_text_column:last-child .wpb_wrapper p {
    padding-left: 47px;
}
/** LISTS **/

.fa-ul ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.tb-icon-list ul{
    list-style: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fa-ul ul >li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.tb-icon-list.fa-ul ul .fa-li {
    top: .3em;
}
.tb-icon-list.fa-ul ul >li {
    line-height: 1.6em;
}
.package-button-list p a {
    margin: 0 30px;
}
/** PACKAGES **/

.home-pack,.home-pack > .vc_column-inner { padding:0 !important; }
.home-pack > .vc_column-inner > .wpb_wrapper { position: relative;overflow: hidden; }
.home-pack .package-img { position: relative;overflow: hidden;padding: 0 0 75% 0; margin-bottom: 0; line-height: 0; background-color: rgb(165, 219, 231); }
.home-pack .package-img figure { margin:0; background: #a5dbe7; }
.home-pack .package-img figure .vc_single_image-wrapper{ display:block; margin:0; }
.home-pack .package-img figure img {
    max-width: none;
    min-width: 101%;
    min-height: 101%;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: scale3d(1,1,1) translate(-50%,-50%);
    transform: scale3d(1,1,1) translate(-50%,-50%);
    -webkit-transition: opacity .2s ease-out,transform .35s;
    transition: opacity .2s ease-out,transform .35s;
    z-index: 1;
}
.home-pack .vc_row {position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: block;}
.home-pack > .vc_column-inner > .wpb_wrapper:hover img {
    opacity: .1;
    -webkit-transform: scale3d(1.05,1.05,1) translate(-50%,-50%);
    transform: scale3d(1.05,1.05,1) translate(-50%,-50%);
}
.home-pack > .vc_column-inner > .wpb_wrapper:before {
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    z-index: 3;
}
.home-pack > .vc_column-inner > .wpb_wrapper:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.home-pack > .vc_column-inner > .wpb_wrapper:hover .title {display: none;}
.home-pack > .vc_column-inner > .wpb_wrapper:hover .details {display: block;}
.home-pack .details { display: none;}
.home-pack .details h5 {font-size: 1rem;}
.home-pack .details > .vc_column-inner{ max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;}
.home-pack .details .btn-sm {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
body.home .home-pack .details p a:hover {
    background-color: #fff !important;
    color: rgb(51,51,51) !important;
    z-index: 2;
}
.home-pack .details p a {
    font-size: 10px !important;
    background-color: transparent !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
    border: 4px solid #fff !important;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.why-us-icon {
    float: left;
}
.why-us-content p {
    padding-left: 47px;
}
.package-row .package-col .title {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity:1;
}
.package-row .package-col .details {
    display: none;
    position:absolute;
    top: 50%;
    opacity:0;
    color:#fff;
    left: 50%;
    transform: translate(-50%, -50%);
}
.package-col .wpb_single_image {
    overflow: hidden;

}
.package-col figure {
    transition: all .2s;
}
.package-row .package-col > .vc_column-inner > .wpb_wrapper:hover figure:before {
    content: " ";

    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(165, 219, 231, 0.9);
    transition: .2s;
}
.package-col > .vc_column-inner figure {
    position: relative;
    overflow: hidden;
    padding: 0 0 75% 0;
    display: block;
    z-index: 0;
}
.package-col > .vc_column-inner figure img {
    max-width: none;
    min-width: 101%;
    min-height: 101%;
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: scale3d(1,1,1) translate(-50%,-50%);
    transform: scale3d(1,1,1) translate(-50%,-50%);
    -webkit-transition: opacity .2s ease-out,transform .35s;
    transition: opacity .2s ease-out,transform .35s;
    z-index: 1;
}
.package-col > .vc_column-inner figure .vc_single_image-wrapper{
    display: block;
}
.package-row .package-col > .vc_column-inner > .wpb_wrapper:hover figure img {
    opacity: .1;
    -webkit-transform: scale3d(1.05,1.05,1) translate(-50%,-50%);
    transform: scale3d(1.05,1.05,1) translate(-50%,-50%);
}
.package-row .package-col > .vc_column-inner > .wpb_wrapper:hover .title {
    display: none;
    opacity:0;
}
.package-row .package-col > .vc_column-inner > .wpb_wrapper:hover .details {
    display: block;
    opacity:1;
    width: 78%;
}
/** BLOCKQUOTE **/
blockquote {font-family: "Libre Baskerville",Arial,sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    border: 0;
    font-size: 1.3em;
    margin: 20px 0;
    padding: 0;
}
.slogan-btn a {
    float: right;
    margin: 0 0 10px 20px;
    background-color: transparent;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-width: 4px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all .25s ease-out;
}
.btn-xl {
    font-size: 14px !important;
    padding: 20px 40px !important;
}
.slogan-btn a:hover {
    background: #fff;
    color: rgb(51, 51, 51);
}
.slogan-btn a:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.slogan-btn a:before {
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 400%;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}
.big-max-width{
    max-width: 1200px;
    margin:0 auto;
}
div#wrapper-navbar.active {
    background: #979481;
}

div#wrapper-navbar {
    transition: all .3s;
}
ul.navbar-nav li.dropdown> ul.dropdown-menu ul li a{
    font-size:  11px;
    color: rgba(255,255,255,.7);
    line-height: 1.3;
    padding: .77em .92em;
}
ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    visibility: visible;    
    transition: all 0.2s;
    opacity: 1;
}
.dropdown-toggle::after {
    border: none;
}

.dropdown-menu {
    margin: 0;
    opacity: 0;
    padding-top: 0px;
    visibility: hidden;
    display: block;
    transition: 0.3s;
}
.dropdown-menu .menu-item a.nav-link:hover {
    background-color: #a19e8b;
}
/** PRICE TABLE **/
.price-table-col {
    padding-top:0px;
}
.price-table-col .wpb_wrapper {
    background-color: #b2afa0;
}
.price-table-col .price-table-header .wpb_wrapper {
    background-color: #a5dbe7;
    padding: 15px;
}
.price-table-col .price-table .wpb_wrapper {
    background-color: #979481;
    padding: 15px;
}
.price-table-col .price-table-header {
    font-size: 13px;
    font-weight: 700;
    font-family: "Lato",Arial, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.price-table-row .wpb_content_element {
    margin-bottom: 0px;
    border-bottom: 1px solid #f2f2f2;
    border-color: rgba(220,220,220,.4);
    padding: 18px;
    line-height: 1.2;
}
.price-table-row .wpb_content_element:first-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding: 0px;
}
.price-table-col .price span.currency {
    left: -17px;
    font-size: 25px;
    position: absolute;
    top: 8px;
}
.price-table-col span.price {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    line-height: 1;
}
.price-table-col .price-table p:first-child {
    margin-bottom: 0px;
}
.price-table-col .price-table.wpb_content_element {
    padding: 0px;
}
.price-table-col .price-subline {
    display: block;
    font-size: 16px;
    padding: 4px 0;
    text-transform: uppercase;
    line-height: 1;
}
.price-table-col .price-wrap { padding: 0px; }
.price-table-col .price-wrap .wpb_wrapper {
    background-color: #979481;
    padding: 18px;
}
/** PRELOADER **/
.tb-loader span.icon-3 {
    left: 68px;
    -webkit-animation-delay: 0s;
    animation-delay: .4s;
}
.tb-loader span.icon-2 {
    left: 44px;
    -webkit-animation-delay: 0s;
    animation-delay: .2s;
}
.tb-loader span.icon-1 {
    left: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.tb-loader span {
    border: 3px solid #fff;
    border-radius: 100%;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    width: 14px;
    height: 14px;
    -webkit-transform: transformZ(0);
    transform: transformZ(0);
    -webkit-animation: LOADING 2s infinite;
    animation: LOADING 2s infinite;
}
.tb-loader {
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: -30px -51px 0 0;
    position: absolute;
    top: 50%;
    right: 50%;
    width: 102px;
    height: 60px;
    z-index: 999;
}
@keyframes LOADING {
    0%{-webkit-transform:scale(0.5);
        transform:scale(0.5);
        background:#fff;
    }
    50%{-webkit-transform:scale(1);
        transform:scale(1);
        background:rgba(0,0,0,.5);
    }
    100%{
        -webkit-transform:scale(0.5);
        transform:scale(0.5);
        background:#fff;
    }
}
.flexslider .slides > li { 
  @include transition(opacity 1s ease);
}
.flexslider .slides img {
    transform: scale(1.12) !important;
    transform-origin: 50% 80%;
}
.flexslider.loading > .tb-loader {
    display: block;
}
.flexslider > .tb-loader {
    display: none;
}
/** SLIDER **/
.flexslider{
    background:none;
    border:none;
    box-shadow:none;
    margin:0px;
}
.flexslider .banner-text {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
}
.flexslider .banner-text span {
    color: #fff;
    font-size: 22px;
    padding: 15px;
    line-height: 2.5em;
    -webkit-animation-delay: 2s;
    animation-delay: 1s;
    display: inline-block;
}
.flexslider .banner-text p {
    margin: 0;
    background: rgba(151,148,129,0.5);
    float: left;
}
.flexslider.loading .slides > li:first-child { opacity: 1 !important; }
/** BUILT IN SLIDER **/
.wpb_gallery_slides {
    border: none !important ;
}
.wpb_gallery_slides ol, .wpb_gallery_slides ul.flex-direction-nav {
    display: none;
}
/**** ACTIVITIES PAGE **/
.activity-col {
    overflow: hidden;
}
.activity-col > .vc_column-inner{
    transition: all .5s;
    padding-top:0px !important;
}
.activity-row .activity-col .details {
    width: 420px;
    margin: 0 auto;
    float: none;
    visibility: hidden;
}
.activity-col:before{
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    z-index:3;
}
.activity-col:hover:before{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.activity-col:hover > .vc_column-inner, .activity-col:focus > .vc_column-inner {
    transform: scale(1.10);
}
.activity-col:hover .title, .activity-col:focus .title{
    display: none;
}
.activity-col:hover .details, .activity-col:focus .details{
    visibility: visible;
}
.activity-col:hover > .vc_column-inner::before {
    
}
.activity-col:hover > .vc_column-inner::before {
     content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(165, 219, 231, 0.7);
  display: block;
}
.activity-col > .vc_column-inner {
    height: 0;
    padding: 0 0 75% 0;
}

.activity-col .title {
    position: absolute;
    top: 50%;
    z-index: 2;
}
.activity-col .details {
    z-index: 2;
    top: 50%;
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 50%;
    transform: translate(-50%,-50%);
}
.activity-col .details h5 {
    font-size:16px;
}
.activity-col .details h6 {
    font-size:13px;
    color:#000;
}
.activity-col .details p {
    font-size: 16px;
}
.activity-col .details p a {
    font-size: 10px !important;
    background-color: transparent !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
    border:4px solid #fff !important;
    position: relative;
    overflow: hidden;
    padding:12px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.hp-testi {
    max-width: 770px;
    margin: 0 auto;
    display: block;
}

/** BUTTONS **/

.btn {
    border-radius: 0;
    transition: 0s;
    border-width: 2px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.42857143;
    padding: 12px 20px;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
.btn-sm {
    font-size: 10px;
    padding: 9px 15px;
}
.btn p a, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #1a212c;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}

.btn-default p a {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn p a{
    border-radius: 0;
    border-width: 2px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.42857143;
    padding: 12px 20px;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
.btn p a, .btn p a:hover, .btn p a:focus {
    border-width: 4px;
    border-style:solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-weight: 700;
    width: auto;
}
.btn-xl p a {
    font-size: 14px;
    padding: 20px 40px;
}

.btn p a:not(.tb-custom-button), input[type="submit"], input[type="reset"], input[type="button"], .button, button, .primary, .bg-primary, .btn-primary p a, .pagination .btn-group .btn.active, a.alt, button.alt, input.alt, .label-primary, .panel-primary>.panel-heading, .tb-image-box, .tb-testimonial.standard .testimonial-text, .tb-filter-nav>ul>li.active a, .tb-filter-nav>ul>li.active a:hover, .tb-filter-nav>ul>li.active a:focus {
    background-color: #a5dbe7;
    border:0;
    box-shadow: none;
    color: #fff;
}
.btn-primary p a:active:hover, .btn-primary.active p a:hover, .open>.dropdown-toggle.btn-primary p a:hover, .btn-primary p a:active:focus, .btn-primary.active p a:focus, .open>.dropdown-toggle.btn-primary p a:focus, .btn-primary p a:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.form-control:focus, input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, textarea:focus {
    border-color: rgba(200,200,200,.6);
    -webkit-box-shadow: 0 0 8px rgba(200,200,200,.4);
    -moz-box-shadow: 0 0 8px rgba(200,200,200,.4);
    box-shadow: 0 0 8px rgba(200,200,200,.4);
    outline: 0;
}
.book-now-btn p a {
    background-color: transparent !important;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-width: 4px !important;
    border-style: solid !important;
    transition: all 0.3s;
    border-color: #fff !important;

}
.book-now-btn p a:hover {
    color:#000 !important;
    background-color:#fff !important;
}
.book-now-btn p a {
    transition: all 0.3s;
    border-color: #fff !important;
}
.btn-shortcode p a {
    margin: 0 30px;
    position: relative;
    overflow: hidden;
}

.btn p a:before {
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 400%;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
}
.btn p a:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}
.btn {
    
}
.price-table-row .btn {
    border: none;
}
a.play-video.wplightbox {
    padding: 10px 25px;
}
.white-border p a {
    border: 4px solid #fff !important;
    overflow: hidden;
    position: relative;
    transition: .2s all;
}
/** MINI TRIANGLE **/
.testimonial-balloon{
    padding:40px;
    margin-bottom: 40px;

}
.testimonial-balloon:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #979481;
    clear: both;
}
/** WIDGETS **/
.widget-title, .widgettitle {
    border-bottom: 2px solid #fff;
    font-size: 13px;
    margin: -30px -30px 20px -30px;
    padding: 20px 30px;
}
aside.widget {
    clear: both;
    padding: 30px;
    margin-bottom: 30px;
    background: #f8f8f8;
}
#right-sidebar .search-input {
    border: none;
    font-family: "Lato";
    font-weight: 100;
}
/** SPECIAL DEALS **/
.special-deal figure, .special-deal figure a, .special-deal figure a img {
    width: 100%;
}
/**TABS**/
.vc_tta.vc_general .vc_tta-tab>a {
    font-size: 15px;
    padding: 8px 12px !important;
    line-height: 15px !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    color: #666 !important;
    border: 3px solid #f2f2f2 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a,.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background-color: #a5dbe7 !important;
    color: #FFF !important;
    border:3px solid #a5dbe7 !important;
}
.vc_tta-tabs-list li {
    margin: 2px !important;
}
/** LIGHTBOX **/
div#html5-watermark {
    display: none !important;
}
/** BREADCRUMBS **/
.breadcrumbs span:last-child span {
    color: rgba(26,26,26,.8);
}
.breadcrumbs span:hover {
    color:#7f7559;
    text-decoration: none;
}
.breadcrumbs span {
    color: rgba(26,26,26,.4);
    font-size: 14px;
}
/** tooltip **/
 .tooltip > .tooltip-inner {
    background-color: #a5dbe7; 
    color: #fff; 
    border: 1px solid #a5dbe7;
    padding: 8px;
    font-size: 11px;
}
.tooltip-arrow {

  border-color: #a5dbe7 !important; /* black */

}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
 border-top-color: #a5dbe7 !important;
}
.tooltip-inner {
    background-color:#a5dbe7 !important;
}
.tooltip-arrow {
      border-top-color: #a5dbe7 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #a5dbe7 !important;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #a5dbe7 !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #a5dbe7 !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #a5dbe7 !important;
}

/** SOCIAL LINKS OUR STORY **/
.social-links-btn p a {
    background-color: transparent !important;
    border: 10px solid #fff !important;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    font-size: 50px;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
/** POST GRID MASONRY BLOG **/
.vc_gitem-post-data.vc_gitem-post-data-source-post_author:before {
    content: "\f007";
    font-family: "FontAwesome";
    position: absolute;
    left: -12px;
}
.vc_masonry_grid .vc_gitem-zone.vc_gitem-zone-c {
    background-color: transparent !important;
}
.vc_masonry_grid a.btn.btn-secondary.understrap-read-more-link {
    background-color: #a5dbe7;
    color: #fff;
}
/** MEDIA GRID HOVER EFFECT **/
.vc_grid-container-wrapper .vc_media_grid .vc_gitem-animated-block, .blue-hover-effect  {
    overflow: hidden;
}
.vc_grid-container-wrapper .vc_media_grid  .vc_grid-item-mini .vc_gitem-zone.vc_gitem-is-link:hover, .blue-hover-effect:hover {
    transform: scale3d(1.05,1.05,1) translate(-5px,-5px);
    transition: opacity .2s ease-out,transform .35s;
}
.vc_grid-container-wrapper .vc_media_grid  .vc_grid-item-mini .vc_gitem-zone:hover:before,.blue-hover-effect:hover:before {
    content: "\f065";
    top: 50%;
    font-family: 'FontAwesome' !important;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    z-index: 3;

}
.blue-hover-effect:hover figure:before {
    content: "";
    background-color: #a5dbe7;
    transition: opacity .25s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 2;
}
.vc_media_grid .vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link:after {
    content: "";
    background-color: #a5dbe7;
    transition: opacity .25s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.vc_media_grid .vc_gitem-zone-a:hover .vc_gitem-zone-mini {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,150%,0);
}

.vc_media_grid .vc_gitem-zone-a .vc_gitem-zone-mini {
    background: rgba(255,255,255,0.2);
    display: block;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-150%,0);
}

.vc_grid-container-wrapper .vc_media_grid .vc_grid-item-mini .vc_gitem-zone:hover:after {
   
         opacity: 0.8;
}
.vc_grid-container-wrapper .vc_media_grid .vc_grid-item-mini .vc_gitem-zone {
    position: relative;
}
.container-full {
  margin: 0 auto;
  width: 100%;
}
#main {
    width: 100%;
}
#search-wrapper ,#single-wrapper, #archive-wrapper {
    padding-top:80px;
}

.navbar {
	padding:0px;
}
.navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: bottom;
    display: inline-block;
}
.menu-item {
    float: left;
    display: inline;
    line-height: 30px;
    width: auto;
}
nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse {
    position: relative;
}
nav.navbar.navbar-toggleable-md.navbar-inverse.bg-inverse::before {
    position: absolute;
    background-color: rgba(151, 148, 129, 1);
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
}
.navbar-brand {
    display: inline-block;
    padding: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: 80px;
    white-space: nowrap;
}
.navbar-inverse .navbar-nav .nav-link {
    font-family: "Lato",Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    z-index: 1000;
    padding: 0 1em;
    position: relative;
	display: block;
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);

}
div#wrapper-navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
}
.bg-inverse {
	background-color: transparent!important;
}
.bg-inverse .dropdown-menu {
    background-color: #979481;
    padding-bottom: 0px;
    border-radius: 0px;
    border: none;
}
.navbar-inverse .navbar-nav .dropdown-menu .menu-item a.nav-link {
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 13px;
    color:rgba(255,255,255,.7);
    transform: none;
    -webkit-transform: none;
}
ul#header-menu li:last-child ul.dropdown-menu {
    left: -80px;
}
ul#header-menu li:last-child a {
   
}
.main-logo{
    background-color: #a5dbe7;
    display: inline-block;
    float: left;
    width: 70px;
    height: 80px;
    padding-left: 10px;
    margin-right: 30px;
    position: relative;
}
.main-logo img {
    width: 60px;
    margin-top: 5px;
}
.main-logo a::after {
    content: ' ';
    display: block;
    border-style: solid;
    border-width: 80px 30px 0 0;
    left: 70px;
    border-color: #a5dbe7 transparent transparent;
    position: absolute;
    top:0px;
}
.navbar-brand img{
    height: 30px;
    margin-top:13px;
        position: fixed;
}
.navbar-toggleable-md>.container-full {
	display: block;
    flex-wrap: nowrap;
    align-items: center;
    background: rgba(151, 148, 129, 0.3);
}

.top-absolute.visibile-ls {
    position: absolute;
    top: 0;
    right: 0;
}
.button-wrapper {
    display: inline-block;
}
.button-wrapper a:first-child {
    margin-right: 16px;
}
.button-wrapper a {
    display: inline-block;
    width: 100px;
    height: 30px;
    background-color: #a5dbe7;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-right: 13px;
}
/**** FOOTER ***/
.tb-scroll-to-top {
    background-color: #dadada;
    background-color: rgba(0,0,0,.2);
    background-image: url(//escapehavenrebuild.bbtdevelopment.com/wp-content/themes/BBTFramework/img/svg/chev-up.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    outline: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 20;
    display: none;
}
.site-footer.dark {
    background-color: #979481;
    color: rgba(255,255,255,0.9);
}
.site-footer {
    font-size: 14px;
}

.site-footer.dark h1, .site-footer.dark h2, .site-footer.dark h3, .site-footer.dark h4, .site-footer.dark h5, .site-footer.dark h6 {
    color: rgba(255,255,255,0.9);
}
.site-footer > .container >.row {
    padding: 50px 0 0 0;
}
.site-footer > .container >.row .widget-title, .site-footer > .container >.row .widgettitle {
    margin-top: 0;
}
#wrapper-footer {
    padding:0px;
}
.site-footer .footer-sub-content a {
    color: inherit;
}
.tb-social-icons>li {
    float: left;
    list-style: none !important;
    margin: 0;
    padding: 0 1px;
}
.site-footer .footer-sub-content .vc_col-md-6 {
    width: 49%;
}
.site-footer .footer-sub-content .tb-social-icons>li {
    padding: 0 .5em;
}
.site-footer .footer-sub-content a:hover, .site-footer .footer-sub-content a:focus {
    color: rgba(255,255,255,0.8);
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #7f7559;
}
.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #21988e;
    text-decoration: none;
}
.site-footer .footer-sub-content {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}
.site-footer .TA_selfserveprop {
    padding-top: 5px;
}
.site-footer .TA_selfserveprop > img {
    display: none;
}
footer .footer-social li:first-child {
    padding-left: 0;
}
footer .connect-with-us {
    margin: 40px 0 15px;
}
footer .footer-social li {
    padding: 0 15px;
}
footer .footer-social {
    padding-left: 0;
}
footer .footer-social i {
    color: rgba(255,255,255,0.8);
}
footer .widget-title, footer .widgettitle {
    border:none !important;
    font-size: 14px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-sub-content .tb-social-icons {
    float: right;
}
.tb-icon {
    font-size: 16px;
}
.site-footer .footer-sub-content {
    padding: 32px 0 0 0;
}
.footer-content>.row>.col {
    margin-bottom: 50px;
}
/*** MAILCHIMP FORM ***/
#mailchimp input {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #757062;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 0;
    font-family: "Lato";
    font-weight: 100;
}


#mailchimp input.email {
    background: 0 0;
}
#mailchimp input[type="submit"]:hover {
    color: #979481;
    background: #FFF;
}
#mailchimp input[type="submit"] {
    background: #a5dbe7;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 45%;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    text-transform: uppercase;
    line-height: 18px;
    font-family: "Lato", sans-serif;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #d9d7da;
    background: #fff;
    color: #000;
}
.form-control input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="month"], textarea,  select {
    border-radius: 2px;
    padding: 12px 14px;
    height: 46px;
    font-family: "Lato";
    font-weight: 100;
}
.form-control, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="month"], textarea, select {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    color: #000;
    color: rgba(26,26,26,.7);
    background-color: #fff;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-color: rgba(200,200,200,.4);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: "Lato";
    font-weight: 300;
}
.text-light .form-control,.text-light option, .text-light input[type="text"], .text-light input[type="search"], .text-light input[type="password"], .text-light input[type="email"], .text-light input[type="url"], .text-light input[type="tel"], .text-light input[type="number"], .text-light input[type="date"], .text-light input[type="time"], .text-light input[type="datetime"], .text-light input[type="datetime-local"], .text-light input[type="month"], .text-light textarea, .text-light select {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    font-family: "Lato";
    font-weight: 300;
}

/** PAGE CONTENT **/
#page-wrapper {
    padding:0px;
}


.wpcf7 {
    position: relative;
    z-index: 3;
    max-width: 100%;
}
/** WHY US **/
.why-us-team-images .wpb_single_image div, .why-us-team-images .wpb_single_image figure, .why-us-team-images .wpb_single_image img {
    width: 100%;
}
.why-us-team-images .image-holder {
    overflow: hidden;
    transition: all .5s;
}
.why-us-team-images .image-holder .full-width {
    margin-bottom: 0px;
}
.why-us-team-images .image-holder .full-width::after {
    content: "";
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .7s;
    transition: transform .7s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.why-us-team-images .image-holder:hover .full-width::after {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.why-us-team-images .image-holder:hover .text-content {
    opacity: 1;
}
.why-us-team-images .image-holder:hover::before {
    content: " ";
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(165, 219, 231, 0.8);
}
.wpb_text_column.wpb_content_element.text-content {
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 0;
    left: 0;
    transition: opacity .25s ease-out;
    color: #fff;
}
/** QUICK ENQUIRY **/
.column-half, .column-full {
    float: left;
    position: relative;
    padding: .35rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.guest-stop p{margin-bottom: 35px;}
#responsive-form textarea{min-height: 200px;}
.btn-package p a{margin: 0 150px;}
.t-i > div{background-color: rgba(255,255,255,0.95);}
.l-i div:first-child > div{background-position: left bottom 0px !important;}
.r-i div:last-child > div{background-position: right bottom 0px !important;}

.flex-direction-nav
a {height:50px;}
.cuisine-img {
    visibility: hidden;
}
.follow-us-our-story .social-links-btn {
    text-align: center;
}
.follow-us-our-story .social-links-btn p a {
    overflow: hidden;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    font-size: 50px;
    line-height: 2em;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 2.4em;
    height: 2.4em;
}

.follow-us-our-story .social-links-btn p a {
    display: inline-block;
    float: none;
    margin: 0 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: rgba(255,255,255,.8);
    background-color: transparent !important;
    border: 10px solid #fff !important;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    font-size: 50px;
}
.follow-us-our-story .social-links-btn p a:hover:after{
    top:100%;
    left:100%;
}
.follow-us-our-story .social-links-btn p a:after {
    background-color: rgba(255,255,255,.4);
}
.follow-us-our-story .social-links-btn p a:after {
    content: "";
    display: block;
    position: absolute;
    top: -240%;
    left: -240%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .5s,left .5s;
    transition: top .5s,left .5s;
    width: 250%;
    height: 250%;
    z-index: 10;
}
.follow-us-our-story .social-links-btn p a:hover {
    background-color: rgba(255,255,255,.2);
}
.vc_toggle_title i.vc_toggle_icon:after{
    /*content:none;*/
}
.vc_toggle_title i.vc_toggle_icon:before{
   /* content:none;*/
}
.vc_toggle_default .vc_toggle_icon {
    background: transparent;
    border:none;
}
.min-width-max figure, .min-width-max div, .min-width-max img {
    min-width:100%;
}
/** button to left **/
.to-left p a {
    margin-left: 0;
}
.to-left {
    padding-left: 0;
}
.static-header-banner {
	    padding:0px;
}
.static-header-banner > .vc_column_container>.vc_column-inner {
    padding: 0px;
}
.flex-direction-nav a:before {
    text-shadow: none;
}
.vc_carousel-slideline-inner .vc_item .vc_inner, .vc_carousel-slideline-inner .vc_item .vc_inner a, .vc_carousel-slideline-inner .vc_item .vc_inner a > img {
	height: inherit;
}
.bottom-slider .flexslider {
    margin-bottom: 0;
    box-shadow: none;
}
.bottom-slider .flexslider .slides img {
	transform: 	unset !important;
}
@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0 0.8em;
    }
    .flexslider .banner-text {
        max-width: 940px;
    }
    .flexslider .slides img {
    transform: scale(1.2) !important;
    transform-origin: 130% 50% !important;
    }
    .vc_carousel-slideline .vc_item .vc_inner img {
        height: auto;
    }
    .btn-package p a {
    margin:0 30px;
    }
}
@media (min-width: 1200px) {
    
   .vc_row.container {
    padding: 0px;
    } 
    .vc_row>.vc_column_container>.vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .container {
    width: 1150px;
    max-width: 100%;
    }

    .footer-content .col-sm-4,
    .footer-content .vc_col-lg-4 {
        max-width: 32.33333%;
    }

    
}

@media  (min-width: 48em){
.column-half {
    width: 50%;
    text-transform: uppercase;
    font-weight: 500;
}
}

/** SINGLE POST PAGE **/
div#breadcrumbs_wrapper {
    max-width: 1150px;
    padding-left: 0px;
    padding-right: 0px;
}
#single-wrapper div#primary, #archive-wrapper div#primary, #search-wrapper div#primary {
    padding-right: 40px;
}
#single-wrapper .container {
    padding: 0;
}
#single-wrapper #primary h1.entry-title {
    margin: 0px;
}
#single-wrapper div#content, #archive-wrapper div#content, #search-wrapper div#content {
    padding: 40px 0;
}
#archive-wrapper header.entry-header h1 {
    margin: 0px;
}
#archive-wrapper div#primary.content-area img.wp-post-image {
    width: 100%;
    margin-bottom: 30px;
}
span.sep {
    padding: 0 7px;
}
.form-group.comment-form-comment #comment {
    height: auto;
}
.form-group.comment-form-author,.form-group.comment-form-email,.form-group.comment-form-url {
    width: 30%;
    display: inline-block;
    margin: 0 1%;
}
/** RELATED POSTS **/
.related_post_title {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: none;
}
.wp_rp_title {
    margin-top:10px;
    line-height: 1.4;
    font-size: 14px;
    display: block;
}
small.wp_rp_publish_date {
    margin-bottom: 20px;
}
/** SOCIAL SHARE POST PAGE **/
.a2a_kit a {
    cursor: pointer;
    background: #f8f8f8;
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px;
}
.a2a_kit .a2a_svg {
    background-color: transparent !important;
}
.addtoany_list a {
    padding: 0 !important;
}
.addtoany_list a:hover {
    background: #a5dbe7;
}
/** PAGINATION **/
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #a5dbe7;
    border-color: #a5dbe7;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #a5dbe7;
    background-color: #f2f2f2;
    margin: 0 0 0 2px !important;
    border-radius: 2px !important;
    font-size: 11px;
    padding: 6px 12px !important;
    border:none !important;
}
/** COMMENT FORM **/
#commentform input#author {
    margin-top: 5px;
}
#commentform #comment {
    resize: vertical;
}
#commentform .form-group {
    vertical-align: top;
}
#commentform .form-group.comment-form-author .error {
    font-weight: 100;
}
#commentform .form-group.comment-form-author {
    font-weight: bold;
    margin-left: 0;
}
#commentform .form-control.error {
    color: #666;
}
#commentform .error {
    color: red;
}
.breadcrumbs {
    font-size: 14px;
    margin: 0;
    padding: 16px 24px 32px; 
    background: #f8f8f8;
}

article.type-post header.entry-header {
    margin-bottom: 20px;
}
body.search-results .entry-summary .btn {
    display: none;
}
.entry-meta, .entry-meta a {
    color: #bbb;
    color: rgba(121,121,121,.5);
    font-size: 10px;
    margin: 6px 0 0 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.entry-meta .fa {
    margin-right: 5px;
}
.recent-posts-widget-with-thumbnails h3.widget-title {
    border-bottom: 2px solid #fff;
    font-size: 13px;
    margin: -30px -30px 20px -30px;
    padding: 20px 30px;
}
.recent-posts-widget-with-thumbnails ul li{
    line-height: 1.2;
}
.recent-posts-widget-with-thumbnails ul li a {
    font-size: 14px;
    line-height: 1.2;
    margin: 10px 0 0 0;
    color: #666;
    text-align: center;
    font-family: "Open Sans",Arial,sans-serif;
    letter-spacing: 1px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
    font-family: "Lato",Arial,sans-serif;
    font-size: 12px;
    margin: 2px 0 0 0;
    color: rgba(121,121,121,.5);
    display: block;
}
.rpwwt-widget ul li {
    margin: 0 0 0 0 !important;
}
.rpwwt-widget ul li img {
    margin: .3em 1.75em .75em 0 !important;
}
.widget_categories h3 {
    border-bottom: 2px solid #fff;
    font-size: 13px;
    margin: -30px -30px 20px -30px;
    padding: 20px 30px;
}
.widget_categories ul, .widget_archive ul {
    padding-left: 0px;
}
.widget_categories ul li, .widget_archive ul li {
    list-style-type: none;
    line-height: 1.3;
    margin: 0 0 5px 0;
}
.widget_categories ul li a, .widget_archive ul li a {
    color: inherit;
    font-size: 14px;
}
#right-sidebar .search-input:focus {
    border: 1px solid rgba(200,200,200,.6);
    box-shadow: none;
}
.search-input {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 6px 50px 6px 10px;
    width: 100%;
    height: 35px;
}
.search-input {
    height: auto !important;
    padding: 12px 14px 12px 36px !important;
    font-family: "Lato";
    color: rgba(26,26,26,.7);
}
#search-submit {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 35px;
}
#search-submit {
    display: none;
}
.widget_search #searchform .input-group:before {
    content: "\f002";
    color: rgba(200,200,200,.7);
    display: block;
    font-family: "FontAwesome";
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 14px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 1em;
    height: 1em;
    z-index: 4;
}
.form-control:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=week]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
   border-color:rgba(200,200,200,.6);
}
.wpcf7 input[type=submit] {
        background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-family: "Lato";
    font-size: 11px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 0;

    text-transform: uppercase;
}
body.contact input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #a5dbe7;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: rgba(0,0,0,0.5);
}
/*span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #979481;
    background: transparent;
    padding: 5px;
} 
div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #fff;
    padding: 0px;
    color: #979481;
    text-align: center;
    margin: 0;
    font-size: 12px;
}*/
body.home .white-border p a:hover {
    background-color: #fff;
    color: rgb(51,51,51);
}
body.home .activity-col .details p a:hover {
    background-color: #fff !important;
    color: rgb(51,51,51) !important;
    z-index: 2;
}
body.home a.play-video {
        background-color: rgba(255,255,255,.2);
    box-shadow: 0 0 15px rgba(0,0,0,.2);
        width: 100px;
    margin: 0 auto;
    }

body.home a.play-video:focus {
    outline-color: rgb(77, 144, 254) !important;
    outline: 5px auto;
}
div.wpcf7 .screen-reader-response {
    position: inherit;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.btn-default a:active:hover, .btn-default.active a:hover, .open>.dropdown-toggle.btn-default a:hover, .btn-default a:active:focus, .btn-default.active a:focus, .open>.dropdown-toggle.btn-default a:focus, .btn-default a:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-outline-primary:focus, .wpcf7 input[type=submit]:focus, .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
    box-shadow: none;
    outline-color: rgb(77, 144, 254) !important;
    outline: 5px auto;
}
.text-light input[type="submit"]:hover:not(.btn-primary), .text-light input[type="submit"]:focus:not(.btn-primary), .text-light input[type="submit"]:active:not(.btn-primary), .text-light input[type="reset"]:hover:not(.btn-primary), .text-light input[type="reset"]:focus:not(.btn-primary), .text-light input[type="reset"]:active:not(.btn-primary), .text-light input[type="button"]:hover:not(.btn-primary), .text-light input[type="button"]:focus:not(.btn-primary), .text-light input[type="button"]:active:not(.btn-primary), .text-light .button:hover:not(.btn-primary), .text-light .button:focus:not(.btn-primary), .text-light .button:active:not(.btn-primary), .text-light button:hover:not(.btn-primary), .text-light button:focus:not(.btn-primary), .text-light button:active:not(.btn-primary) {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    border-color: rgba(0,0,0,0.9);
}

.text-light .form-control:focus, .text-light input[type="text"]:focus, .text-light input[type="search"]:focus, .text-light input[type="password"]:focus, .text-light input[type="email"]:focus, .text-light input[type="url"]:focus, .text-light input[type="tel"]:focus, .text-light input[type="number"]:focus, .text-light input[type="date"]:focus, .text-light input[type="time"]:focus, .text-light input[type="datetime"]:focus, .text-light input[type="datetime-local"]:focus, .text-light input[type="month"]:focus, .text-light textarea:focus {
    border-color: rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

 .text-light textarea:focus {
    border-color: rgba(0,0,0,0.9);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.wpcf7 input[type="text"]:focus {
    background: #fff;
    border: 1px solid #979481;
}
span.wpcf7-not-valid-tip {
    text-shadow: none;
    font-size: 12px;
    color: #979481 !important;
    background: #fff;
    padding: 5px;
    display: inherit;
}
div.wpcf7-validation-errors {
    text-shadow: none;
    border: transparent;
    background: #fff;
    padding: 5px;
    color: #979481 !important;
    text-align: center;
    margin: 0;
    font-size: 12px;
}
.contact-page-submit input.wpcf7-form-control.wpcf7-submit {
    background-color: #a5dbe7;
}
.contact-page-submit input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #a5dbe7;
}
body.search-results header span.search-result-icon {
    position: absolute;
    background-color: #a5dbe7 !important;
    left: 0px;
    border-radius: 7px;
    width: 50px;
    border: 5px solid #fff;
    height: 50px;
}
.wpcf7 .wpcf7-validation-errors {
    margin: 20px 0;
}
span.search-result-icon.bg-primary {
    display: block;
    font-size: 20px;
    background-color: #a5dbe7;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 100%;
}
/** ARCHIVE **/
#archive-wrapper a.understrap-read-more-link {
    background-color: #a5dbe7;
    color: #fff;
    border: none;
    padding: 18px 30px;
}
#archive-wrapper article {
    margin-bottom: 80px;
}

.entry-content .vc_row {
    margin: 0px;
    overflow:hidden;
}
#single-wrapper .entry-content p span {
    font-weight:100;
}
#single-wrapper .entry-content u {
    font-weight: bold;
}
.addtoany_share_save_container {
    text-align:center;
}
.mobile-logo {
    display: none;
}
.widSSPnarrow {
    max-width: 100%;
}
.text-dark input[type=text],
.text-dark input[type=email],
.text-dark textarea {
    color: #000 !important;
}
@media  (min-width: 991px)  {
  
  /*.navbar-toggleable-md .navbar-collapse {
    width: auto;
    display: inline-block ;
  
    height: 80px;
    line-height: 82px;
  }*/

.dropdown-toggle::after {
    margin-left: 0px;
    display: none;
}
  .dropdown-menu {
    margin: 0;
    opacity: 0;
    padding-top: 0px;
    visibility: hidden;
    display: block;
    transition: 0.3s;
    }
}
@media (max-width: 991px)  {
	#page-wrapper {
		padding-top: 	40px;
	}
    .dropdown:hover .dropdown-menu {
      display: block;
    }
    .navbar-brand {
    display: none;
  }
  .navbar-toggleable-md>.container-full{
    background-color:#979481;
  }
  .dropdown-menu {
    margin: 0;
    opacity: 0;
    padding-top: 0px;
    visibility: visible;
    display: none;
    transition: 0;
}

  .navbar-toggler [aria-expanded="true"] > .top-absolute.visibile-ls {
       display: block;
    position: relative;
  }
  .navbar-brand {
    display: none;
  }
  .navbar-nav { 
    display: flex;
    margin-top: 20px;
    }
    .main-logo{
        display: none;
    }
    .navbar-toggler {
       background-color: #a5dbe7;
    
    }
    .navbar-toggler a::after {
        content: ' ';
        display: block;
        border-style: solid;
        border-width: 80px 30px 0 0;
        left: 80px;
        border-color: #a5dbe7 transparent transparent;
        position: absolute;
        top:0px;
    }
    .top-absolute.visibile-ls .button-wrapper {
    width: 100%;
}
    .top-absolute.visibile-ls a {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
#navbarNavDropdown {
   /* margin-top: 20px;*/
}
    #navbarNavDropdown a.nav-link {
        padding-left: 20px;
    }
     #navbarNavDropdown  .dropdown-menu .menu-item a.nav-link {
        line-height: 15px;
        padding-left: 40px;
    }
    .dropdown-menu .menu-item:last-child {
        margin-bottom: 20px;
    }
    .mobile-logo {
        display: inline-block;
        float: right;
        margin-right: 30px;
    }
    .btn-shortcode:not(.book-now-btn) p a {
        display: block;
        margin: 20px 30px;
    }
    .faq-links .btn-shortcode p a {
    	margin: 0;
	}
   .btn-xl {
   		padding: unset !important;
    }
   .price-table-col .btn-xl {
    	padding-bottom: 20px !important;
	}
	.price-wrap.min-h p {
    	min-height: 124px;
	}
	.tb-headline {
    margin: 0 0 30px 0 !important;
	}
	a.btn.btn-secondary.understrap-read-more-link {
    padding: 10px;
	}
    a.play-video.wplightbox {
    margin: 0 auto !important;
    }
    .btn-shortcode.video-link p a {
    display: inline-block;
    }
}

@media (max-width: 767px) {
    .cuisine-img {
    visibility: visible;
		}
        span.newline {
    display: none !important;
        }
}
@media (max-width: 	768px) {
	span.newline {
    clear: both;
    display: block;
    height:0px;
    margin:20px;
		}
}

@media  (min-width: 320px) and (max-width: 992px) {

	.static-header-banner {
	    min-height:auto;
	    padding:0px;
	}
	
	.form-group.comment-form-author,.form-group.comment-form-email,.form-group.comment-form-url {
    width: 100%;
    display: inline-block;
	}

    .testimonial-balloon{
        padding:10px;
    }

  .top-absolute.visibile-ls {
    display: none;
  }



}
@media (min-height: 500px) and (min-width: 992px) {

    .flexslider .slides .img-bg {
        min-height: 100vh;
        max-width: none;
        min-width: 100% !important;
        width: auto;
    }
    .flexslider {
        min-height: 100vh;
    }
    .flexslider .slides > li {
   
    overflow: hidden;
    }
}
@media (min-width:320px) {
    .flexslider .slides img {
    transform: unset;
    transform-origin: unset;
}

 .img-bg {
    min-height: 25vh;
    height: 25vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.12);
    }
    .flexslider {
        min-height: 25vh;
    }
}
@media (min-width: 768px) {
    .footer-content .vc_col-sm-6 {
        width: 49%;
    }
}
@media (min-width: 992px) {
    .img-bg {
    min-height: 100vh;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: scale(1.12);
    }

	.navbar-toggleable-md .navbar-collapse {
    display: flex;
    position: static;
    width: auto;
    float: right;
    padding-top: 50px;
	}

    footer .connect-with-us {
        margin-top: 20px;
    }
    
    footer .infusion-field {
        margin: 18px 0;
    }

    .sf-fc-center {
        line-height: 25px;
    }
    .sf-fc-c-contact {
        margin: 30px 0;
    }
}