/*
Theme Name: Cabin Rental
Author: Valentin Oprea
Description: Cabin Rental
Version: 1.0.0
Tags: Real Estate
*/

html {
    scroll-behavior: smooth;
}
body, html {
    height: 100%;
    /*font-family: Helvetica, Arial, serif;*/
	font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    color: #000;
}
body a, body a:hover{
    color: inherit;
}
h1{

}
/* keep hidden cart link for me
#main-links .site-link a[title]{
    opacity: 0;
}
*/
/* header */
.fixed {
    position: fixed !important;
    top: 0;
    height: 75px;
}
.bottom-fixed{
    position: absolute;
    bottom: 0;
}
.top-scroll{
    position: absolute;
    top: 0;
}
.top-fixed{
    position: fixed;
    top: 0;
}
.bottom-scroll{
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom-top-fixed{
    position: absolute;
    bottom: 0;
    right: 0;
}
#main-header{
    position: relative;
    padding: 0;
    /*padding-top: 75px;*/
    overflow: hidden;
    height: 400px;
}
#main-header h1{
    z-index: 1;
}
#main-header.site-page{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    /*z-index: 2;*/
}
#main-header.parallax{
    background-size: cover;
}
#main-header .header-overlay{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#main-header .no-parallax{
    display: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 50px;
    height: 50px;
    margin-top: -10px;
    font-size: 30px;
    background-color: #0f0f0f;
    border-radius: 30px;
    padding: 8px;
}
/*
.company-name span{
    font-family: 'Monsieur La Doulaise', cursive;
    font-size: 62px;
}
*/









/* navigation */
#header-menu{
    margin-top: 15px;
    text-align: center;
}
#main-menu{
    width: 100%;
    height: 75px;
    z-index: 2;
}
#main-menu .search{
    border: none;
    margin-top: 5px;
}

.navbar{
    margin-bottom: 0;
}
.navbar-brand{
    float: none;
    margin: 0 !important;
    padding: 0;
    color: #ffffff;
    position: absolute;
    top: 20px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}
.navbar-brand span{
    font-size: 16px;
    position: absolute;
    left: 50px;
    top: 10px;
}
.navbar-default{
    border: none;
    border-radius: 0;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    /*text-align: center;*/
    text-align: right;
}
/* on hover main navigation */
#main-links .site-link .dropdown-menu{ display: none; }
#main-links .site-link:hover .site-link{   }
#main-links .site-link:hover .dropdown-menu{ display: block; }
#main-links .site-link .dropdown-menu{ margin-top:0; }
.dropdown-menu.items{
    background-color:white;
}
.dropdown-menu.items .site-link{
    padding: 0;
    font-size: 16px;
}
.dropdown-item{
    color: #000000 !important;
}
.dropdown-menu{
    overflow-y: auto;
    max-height: 400px;
    padding: 0;
    font-size: 16px;
}
.dropdown-menu li a{
    margin-bottom: 3px;
}
.dropdown-menu li a:hover{
    background: #ffffff !important;
    color: #000 !important;
    font-size: 18px;
}











#home-slider .slider-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
#home-slider .slide-element{
    width: 80%;
}
#home-slider .slide-content span, .slide-element h1 span{
    background-color: initial !important;
}
/* BREADCRUMBS */
.woocommerce .woocommerce-breadcrumb a {
    color: white;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 1.2em;
    color: white;
}
.breadcrumb{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    background: none;
    z-index: 1;
    color: white;
    font-size: 1.2em;
}

.breadcrumb > li + li::before {
    color: white !important;
}

/* AMENITIES as a separate container col-md-? expanding single */
#property-booking iframe{
    width: auto !important;
    height: 750px !important;
    margin-top: 50px !important;
}
#page-layout-product section,
#property-group-description,
#property-defaultcat-description,
#property-shop-description{
    padding-top: 15px;
    padding-bottom: 15px;
}
#amenity .panel{
    border: none;
}
.amenity-feature{
    width: 80%;
    margin: 0 auto;
}
.amenities .fas, .amenities .fab, .amenities .far, .amenities svg {
    display: inline-block;
    /*font-size: 1.5em;*/
    margin-right: 20px;
    margin-left: 10px;
    color: #276027;
    width: 50px;
}
.amenities svg {
    margin-left: -7px;
    margin-right: 35px;
}
.side-amenities{
    font-size: 24px !important;
    background-color: initial !important;
}
.amenities h3{
    background-color: #edf0ed;
    padding: 5px;
    font-size: 18px;
}
.amenities h3 a{
    display: block;
    width: 100%;
    text-decoration: none;
}
.amenities h3 a span{
    float: right;
    margin-right: 60px;
}
.amenity{
    background-color: #edf0ed;
    margin: 10px;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
    width: 30%;
}
.amenity p{
    margin: 0;
}
.amenity-short{
    background-color: #edf0ed;
    margin: 5px;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
    width: 30%;
    display: inline-block;
}
/* aside */
#more-less-content{
    height: 350px;
    overflow: hidden;
    transition: height .7s ease-out;
}
.expanded{
    height: auto !important;
    transition: height .7s ease-in;
}
.view-more{

    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsl(0, 0%, 100%) 50%);
    padding-top: 85px;
    padding-bottom: 16px;
    text-align: left;
    transition: padding .5s ease;
    border: none;

}
.view-less{
    padding-top: 20px !important;
    position: relative !important;
}
.spaces{

}
.spaces h3{
    margin-bottom: 20px;
    font-weight: 600;
}
.spaces small{
    text-align: center;
    display: block;
    color: grey;
    width: 100%;
    clear: both;
}
.space{
    text-align: left;
    border: 1px solid #8080805e;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 10px;
}
.space-item{

}
.nearby-list{

}
.nearby-item{
    padding: 10px;
}
/* Booking */
#date-from, #date-to{
    width: 200px;
    display: inline-block;
    height: 100px;
    text-align: left;
    border: 1px solid #8080805e;
    padding-top: 35px;
    padding-left: 10px;
    border-radius: 10px;
    cursor: pointer;
}
#guests, #pets{
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    background: none !important;
}
#guests-nr{
    width: 400px;
    margin: 20px auto;
    display: block;
    height: 100px;
    text-align: center;
    border: 1px solid #8080805e;
    padding-top: 35px;
    border-radius: 10px;
}
#no{
    margin-left: 20px;
}
#yes{
    margin-left: 20px;
}
.show-check-in, .show-check-out, .show-guests{
    color: green;
}
#mb p.left{
    float: left;
    clear: right;
    margin: 0;
}
#mb p.right{
    float: right;
    margin: 0;
}

#mb .last{
    clear: both;
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
/* datepicker */

#availability .ui-datepicker-today::after{
    content: "" !important;
}
#availability .ui-datepicker td[title]::after {
    content: attr(title);
    display: block;
    position: relative;
    font-size: .7em;
    height: 1.25em;
    margin-top: 1.9em;
    /*text-align: right;*/
    padding-right: .25em;
    color: #999;
}
.past span{
    opacity: 0.3;
}
.availability td.checkout[title]::after{
    margin-top: -1.1em !important;
}
.availability .ui-datepicker-inline{
    width: initial !important;
}
.availability .ui-datepicker-title{
    font-weight: bold;
    font-size: 25px;
}
.availability .ui-datepicker-group{
    display: inline-block;
    padding: 0;
}
.availability table thead tr{
    border-bottom: 1px solid #eeecec;
}

.availability table thead tr th{
    padding: 10px;
    display: inline-block;
}
.availability td{
    display: inline-block;
    width: 40px;
    height: 40px;
    /*width: 60px;
    height: 60px;*/
    position: relative;
    background: white;

}
.availability td a, td span{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: 10px;
    margin-top: 6px;
    font-weight: bold;
}
.availability td.checkin{
    border-bottom: 40px solid #eeecec;
    border-left: 40px solid transparent;
}
.availability td.checkin a{
    left: -40px;
    top: 0;
}
.availability .checkin span{
    left: -40px;
}
.availability .checkin span{
    left: -40px;
}
.availability .checkout span{
    top: -40px;
}
.availability td.checkout{
    border-top: 40px solid #eeecec;
    border-right: 40px solid transparent;
}
.availability td.checkout a{
    left: 0;
    top: -40px;
}
.availability td.booked{
    background-color:  #eeecec;
}
.availability .ui-datepicker-other-month{
    background-color: transparent !important;
}
/* MODAL DP */
.modal-from-to .modal-dialog {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}
.ui-datepicker-today{
    background-color: blue !important;
    border-radius: 50%;
    color: white;
}
.ui-datepicker-today span{
    opacity: 1 !important;
}
.chosen{
    border: 1px solid green;
}
#datepicker-to td.available:hover, #datepicker-to td.can:hover{
    background: rgba(5, 192, 42, 0.23);
}
.ui-datepicker-today span{
    margin-left: 8px;
}
/* buttons */
.cabin-book{
    font-size: 20px;
    border: none;
    background-color: green;
    color: white;
}
.cabin-book:hover{
    background-color: green !important;
    color: white;
}
.cabin-book.disabled{
    background-color: red;
    color: white;
}
.cabin-book.disabled:hover{
    background-color: red !important;
    color: white;
}
.cabin-link{
    padding-bottom: 50px;
}
#loader{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.66) url('https://cabinrentaltennessee.com/wp-content/themes/cabinrentaltn/static/images/loader2.gif') center no-repeat;
}
/* ARCHIVE PRODUCTS */
.all-cabins{
    list-style: none;
    text-align: center;
    padding: 0;
}
.product.cabin-listings{
    display: inline-block;
    max-width: 300px;
    text-align: center;
    margin: 15px;
}

/* side content */
#side-content{

}
#side-content .show-link{
    float: none;
    display: inline-block;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    max-width: 250px;
}
#side-content a{
    text-decoration: none;

}
/* general content */
.social{
    padding-left: 0;
}
.social a{
    text-decoration: none;
    color: white;
    padding-top: 7px;
}
.social a:hover{
    color: white;
}
.social .fa-facebook{
    background-color: #3b5998;
}
.social .fa-instagram{
    background-color: red;
}
.social .fa-google{
    background-color: rgb(255, 67, 23);
}

.social .fa-linkedin{
    background-color:#0073b1;
}
.social .fa{
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Brands";
}

.bigH2{
    font-size: 40px;
    padding: 20px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.no-image .col-md-12{
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 40px;
}
.alignleft{
    float:left;
}
.alignright{
    float: right;
}
.aligncenter{
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.flex{
    display: flex;
    align-items: center;
}


*:focus {
    outline: none;
}
.contact-intro{
    margin-bottom: 20px;
}
.contact{
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-form{
    position: relative;
    min-height: 450px;
}
#form-request{

}
#form-request button{
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    transition: all ease 1s 0s;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 2px;
}
.module-feedback-form{
    position: relative;
}
.module-feedback-form-success{
    position: relative;
    min-height: 450px;
}
iframe{
    margin: 0 auto !important;
    display: block;

    width: 100%;
}
iframe:focus {
    outline: none;
}
#video-front{

}
.video-full{
    width: 100%;
}
#site-video.container-fluid{
    padding: 0;
    margin-bottom: 30px;
}
iframe[seamless] {
    display: block;
}
#gmap iframe{
    width: 100%;
}
.sitemap h2{
    font-size: 18px;
}
#search-modal .search-form{
    position: relative;
    margin-bottom: 20px;
}
.page.page-404{
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    transform: none;
}
.site-search h2{
    z-index: 1;
}
.search-form.site{
    text-align: center;
}
.search-form.site-related{
    position: relative;
    margin-top: 40px;
}
#search-modal .modal-footer, #search-modal .modal-header{
    border: none;
}

#search-modal.modal{
    top: 50%;
    transform: translate(0, -50%);
}
.search-form.site input{
    float: none;
    height: 80px;
    border: none;
    border-bottom: 1px solid;
    color: black;
    margin-top: 30px;
}
.search-form.page input {
    float: none;
    height: 80px;
    background: white;
    color: black;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
.alink{
    margin-top: 20px;
    font-size: 20px;
    border: none;
}
.alink:hover{
    background-color: #ededed !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    -webkit-box-shadow: 0 30px 14px -7px rgba(14, 16, 64, 0.3);
    -moz-box-shadow: 0 30px 14px -7px rgba(14, 16, 64, 0.3);
    box-shadow: 0 30px 14px -7px rgba(14, 16, 64, 0.3);
}
.parallax{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.parallax-left{
    background-size: contain;
    background-position: left;
    min-height: 500px;
}
.parallax-right{
    background-size: contain;
    background-position: right;
    min-height: 500px;
}
.home-scroll{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
}
.scroll{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
}
.scroll.full{
    background-size: cover;
}
.img-bg{

}
.search-form{
    z-index:1;
}
.container-overlay{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.row.cultured{
    background-color: #f5f5f5;
}
.centerVH{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}
.centerV25H{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
}
.relative{
    position: relative;
}
.slide-link{
    float: left;
}
.slide-link span{
    background-color: initial !important;
}
.team-member .first-image{
    width: 350px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 10px;
    border-radius: 350px;
    height: 350px;
}
.first-image{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 400px;
}
.transition {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#page-search img{
    display: none;
}
.row.single-page{
    margin-top: 20px;
    margin-bottom: 20px;
}
#page-archive{
    padding-top: 20px;
    padding-bottom: 20px;
}
#side-content{
    padding-bottom: 20px;
}
/* hr */
/*
.heart-beat {
    border-top: 2px solid black;
    position: relative;
    margin: 2em 0;
}
.heart-beat:after {
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 2em;
    background: white;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -.7em;
    text-align: center;
    font-size: 2em;
    color: gold;
}

.heart-beat:after {
    content: "\f24e";
}



#home-page .heart-beat {
    border-top: none;
    position: relative;
    margin: 0;
    z-index: 1;
}

#home-page .heart-beat:after {
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 2em;
    background: none;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -.7em;
    text-align: center;
    font-size: 2em;
    color: gold;
}

#home-page .heart-beat:after {
    content: "\f24e";
}
*/
/* footer */
.business{

}
.business-links{
    padding: 0;
}
.business-links li{
    list-style: none;
}
footer img{
    max-width: 75px !important;
}

/* TESTIMONIALS */
.testimonials{
    position: relative;
    padding-bottom: 40px;
    /*height: 450px;*/
}
#testimonials{
    /*height: 430px;*/
}
.testimonials h2{
    padding-top: 20px;
    /*padding-bottom: 40px;*/
}
.star-rating{
    align-items: center;
    color: gold;
    display: flex;
    font-size: 26px !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.review-link{
    text-align: center;
    margin-bottom: 10px;
}
.review-content{
    margin-top: 20px;
    margin-bottom: 20px;
}
.testimonial-slider{
    float: none;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 500px;
}
#testimonials .review-product{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.review-date{
    margin: 0 auto;
    width: 100px;
}
#testimonials  .carousel-inner {
    text-align: center;
}
/* ORDERS */
.custom-orders{
    position: relative;
}
.custom-orders h2{
    padding-top: 20px;
    padding-bottom: 40px;
}
.custom-order-sliders a{

}
.custom-orders .img-responsive{
    margin: 0 auto;
    padding-bottom: 20px;
}
.custom-orders .custom-order-slider{
    float: none;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

/* prevent jumping */
#property-slider .carousel-inner>.item.active, #property-slider .carousel-inner>.item{
    max-height: 600px !important;
    background-position: center !important;
}
.carousel{
    height: 100%;
}
.carousel-control{
    color: rgb(255, 255, 255);
}
.carousel-control.left,.carousel-control.right {
    background-image:none;
    position: absolute;
}
.carousel-inner{
    height:100%;
}
.carousel-inner>.item {
    margin: 0;
    padding: 0;
    background-repeat:no-repeat;
    background-size:cover;
    /*background-position:center center;*/
    width:100%;
    height:100%;
}
.carousel-inner>.item.active {
    margin: 0;
    padding: 0;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    height:100%;
}
.carousel-control{
    top: 50%;
    bottom: 50%;
}

/* modal */

.preview-close {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    cursor: pointer;
    padding: 2px 11px;
    font-size: 17px;
    border: none;
}

.mobile{
    display: none;
}
/* WC */
/* weirdo span td */
.woocommerce-cart-form td span, .woocommerce-Price-amount, .woocommerce-Price-currencySymbol{
    position: initial !important;
}
.woocommerce-info::before {
    color: #000;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #000;
}
.woocommerce-info {
    border-top-color: #000;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #000;
    border-top: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
#place_order{
    margin: 0 auto;
    float: none !important;
    display: block;
}
/* MEDIA */
@media (max-width: 992px) {
    /*#main-menu{
        background-color: red !important;
    }*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    #guests-nr{
        width: 100%;
    }
}

@media (max-width: 992px) {
    .flex{
        display: block !important;
    }
    #header-menu {
        margin-top: 0;
    }
    #main-menu .search {
        margin-left: 100px;
    }
    .no-mobile{
        display: none !important;
    }
    .navbar-brand span {
        font-size: 12px;
        position: absolute;
        left: 50px;
        top: -3px;
        width: 50px;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-header .mobile{
        /*display: flex !important;
        position: absolute;
        top: 10px;
        left: 100px;*/
        margin: 0 auto;
        display: block !important;
        padding-top: 15px;
    }
    .no-image .col-md-12{
    }
    .full .centerVH{
        position: relative !important;
        transform: none !important;
        top: initial;
        left: initial;
    }

    #app-page .img-responsive{
        width: 100%;
    }
    #app-page.img-content .row,  #app-page.content-img .row{
        display: block;
    }

    footer .cat-img {
        display: inline-block;
        float: none !important;
    }
    .amenity-feature{
        width: initial !important;

    }
    .amenities .fas, .amenities .far {

    }
    .amenities h3{

    }
    .amenity{
		width: initial;
    }
    .amenity p{

    }

    /*
    #main-header.parallax{
        background-size: cover;
    }
    #main-header .mobile{
        display: block;
        height: 400px;
    }
    #main-header.site-page{
        height: 400px;
    }
    */
}
@media (max-width: 360px){
	/* MODAL DATEPICKER */
	#availability{
		padding-left:0;
		padding-right:0;
	}
	.modal-from-to .modal-dialog {
		width: 100%;
	}
	.modal-body{
		padding:0;
	}
    #logo{
        font-size: 62px !important;
    }
}
