/* Global CSS */

header.stickyheader .header-section{
    background-color: rgb(8 12 11);
    z-index: 999999999 !important;
}

/* nav */
.home .menu-item-type-custom > a{
    color: #F5F4F0CC !important;
}
.home .menu-item-type-custom > a:after{
    height: 0 !important;
}


.entry-content{
    margin: 0 !important;
}
#divider-gradient{
background-image:linear-gradient(to right, transparent , rgb(217 157 38 / 60% ), hsl(40 70% 50% /0) );
height: 2px;
opacity: 1;
}
.e-divider-base#divider-vertical{
    opacity: 1 !important;
}

.mailto-link a{
    color: #d99d26 !important;
    font-weight: 600;
}
.span-white span{
    color: #f5f4f0;
    font-weight: 500;
}

/* logo */

@keyframes pulse-glow{
        0%, 100% {
    box-shadow: 0 0 20px #d99d264d;
        }
        50% {
    box-shadow: 0 0 40px #d99d2680;
        }
}
.logo-wrapper:hover {
    cursor: pointer;
}
.logo-wrapper:hover img{

    animation: pulse-glow 3s ease-in-out infinite;
    transition-delay: .1s;
        transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.logo-wrapper:hover #logo-text-wrapper{
    color: #d99d26;
    transition: .15s all;
   
}
/* header */
.contact-txt,
.booknow-btn{
    display: inline-block !important;
}

/* property panel homepage */
#property-article-wrapper .property-imgHover img{
transition-duration: .7s;
}
#property-article-wrapper:hover .property-imgHover img{
    transform: scale(1.1);
}

/* scrolldown */
#vertical-line{
    opacity: 1;
}
  #scrolldown{
    bottom: 0;
  }
/* Experience Panel */
.tile-experience .hover-tiles {
    transition: 1s all;
     border: 1px solid transparent;
}
.tile-experience  .hover-tiles:hover{
    border: 1px solid rgba(217, 157, 38, 0.3);
}

.tile-experience  .hover-tiles:hover .elementor-icon{
    scale: 1.1;
}
.display-block{
    display: block;
}
#map-wrapper{
    z-index: 9;
}

#clock-content .elementor-widget-container{
    display: flex;
    vertical-align: middle;
    justify-content: center;
}
/* svg pin */
.svg-pin svg{
    fill: transparent !important;
}
/* link */
.learn-more a{
    position: relative;
}
.learn-more a:before{
    content: '';
    position: absolute;
    background-image: url(../img/learnmore.png);
    background-size: cover;
    width: 12px;
    height: 12px;
    right: -17px;

}

/* basecamp panel */
.h1-breakword h1 br{
    display: none;
}
#map-div{
    z-index: 2;
}
#map-div , 
#overlay-div{
    opacity: 0.3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#overlay-div{
    background-image: linear-gradient(to top, hsl(160 15% 8%), hsl(160 15% 8% / .8) );
    z-index: 3;
}


#tiles-loc-wrapper {
transition: 1s all;
     border: 1px solid transparent;
}
#tiles-loc-wrapper:hover{
        border: 1px solid rgba(217, 157, 38, 0.3);
}
.tiles-loc-wrapper .tiles-location{

}
#tiles-loc-wrapper:hover .tiles-location h3.elementor-icon-box-title{
    color: #d99d26;
}

 .tiles-location h3.elementor-icon-box-title,
 .tiles-location p {
    margin: 0;
    transition: 1s all;
     border: 1px solid transparent;
}
.tiles-location p{
    color: #a39e8f;
    font-family: "Raleway", Sans-serif;
    font-size: .75rem;
    line-height: 1rem;
}
.tiles-location p .img-wrap{
    margin-top: 5px;
    margin-right: 3px;
    display: inline-block;
}
.tiles-location p .img-wrap img{
    width: 12px;
    height: 12px;
}
.tiles-location p .round{
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1;
}
.tiles-location p .round:before{
    content: '';
    background-color:  #a39e8f;
    position: absolute;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* shop panel */

#prod-link{
    padding: 0;
    transition-duration: .3s;
}
#prod-link:hover #shop-content-wrap {
     transform: scale(1.05 , 1.05);
    transition-duration: .5s;
    border: 1px solid #d99d2666;
    box-shadow: 0 8px 30px -10px #d99d264d;
    border-radius: 0.75rem;

    
}

#prod-link:hover  #text-wrapper h2{
    color: #d99d26;
}

.shop-price{
    position: relative;
}
.shop-price:before{
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/learnmore-gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}
#prod-link:hover .shop-price:before{
    background-image: url(../img/learnmore.png);

}
.icon-adv h3{
    margin-bottom: 0;
}

/* testimonials custom post type */
.testimonials-container{
    padding: 0;
}
@media (min-width: 1200px){
    .testimonials-container{
        max-width: 1100px;
    }
}
@media only screen and (min-width : 481px) {
  .flex-row.row {
    display: flex;
	 flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
	 display: flex;
  }
  .flex-row.row > [class*='col-'] > .box {
    display: flex;
	 flex: 1;
  }
}

.testimonials-container .col-space{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 32px;
}
.testimonials-wrapper{
    position: relative;
    background-color: #111715;
    padding: 2rem;
    border:1px solid #27353080;
    border-radius: 16px;
    flex-grow: 1;
}
.testimonials-wrapper .quote-wrapper{
    position: absolute;
    top: 34px;
    right: 34px;
}
.testimonials-wrapper .quote-wrapper svg{
    stroke: #d99d2633;
    width: 32px;
    height: 32px;
}
.testimonials-wrapper .star-img-wrapper img{
    width: 100px;
    max-width: 100%;
}

.testimonials-wrapper .testimonials-text{
    padding-top: 10px;
    padding-right: 25px;
    margin-bottom: 35px;
}

.testimonials-wrapper .testimonials-text p{
    color: #f5f4f0cc;
    font-family: "Raleway", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.625;
    font-style: italic;
}
.testimonials-wrapper .testimonial-detail{
    position: relative;
}
.testimonials-wrapper .testimonial-detail h2{
    color: #f5f4f0;
    font-size: 16px;
    font-family: "Raleway", Sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.testimonials-wrapper .testimonial-detail h3{
    color: #f5f4f099;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}
.testimonials-wrapper .testimonial-detail .canopy-wrapper{

    position: absolute;
    top: 10px;
    right: 0;

}
.testimonials-wrapper .testimonial-detail .canopy-wrapper a{
    color: #f5f4f0b3;
    font-family: "Raleway", Sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    background-color: #172621;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 77px;
    border-radius: 25px;
    cursor: none;
}
/* testimonail paginaton */
.pagination{
    position: relative;
    display: flex;
    text-align: center; 
    margin-top: 80px;
    justify-content: center;
}
.pagination a,
.pagination span.current{
    color: #f5f4f099;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
    border:1px solid #27353080;
    padding: 15px;
    transition: 0.5s all;
    flex-grow: unset !important;
    
}
.pagination a.next.page-numbers,
.pagination a.previous.page-numbers {
    border: 0 !important;
}

.pagination a:Hover,
.pagination span.current:Hover{
    background-color: #d99d26;
}

/* Blog Panel */

.blogs-container{
    position: relative;
}
.blogs-container .col-space{
    padding-left: 16px;
    padding-right: 16px;
}

.blogs-container a{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.blogs-container a .border-wrapper{
    position: relative;
    cursor: pointer;
    text-decoration: none;
    flex-grow: 1;
    background-color: #111715;
    border: 1px solid #273530;
    border-radius: 25px;
    position: relative;
}
.blogs-wrapper{
    position: relative;
    padding-bottom: 25px;
}
.blogs-wrapper  .img-wrapper{
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.blogs-wrapper .img-wrapper img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    animation-duration: .7s;
    transition-duration: .7s;
    
}
.blogs-container a:hover .blogs-wrapper .img-wrapper img{
    transform: scale(1.05);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.blogs-wrapper .content-wrapper{

    padding: 25px;
    flex-grow: 1;
    
}
.blogs-wrapper .content-wrapper span.btn-cat{
    display: inline-block;
    background-color: #d99d261a;
    color: #d99d26;
    font-family: "Raleway", Sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 25px;
    margin-bottom: 16px;
}

.blogs-wrapper .content-wrapper h3{
    color: #f5f4f0;
    font-family: "Cinzel", Sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
}
.blogs-container a:hover .blogs-wrapper .content-wrapper h3{
    color: #d99d26;
}
.blogs-wrapper .text-wrapper p{
    color: #a39e8f;
    font-family: "Raleway", Sans-serif;
    font-size: .875rem;
    line-height: 1.625;
    margin-bottom: 1rem;
    transition-duration: .7s;   
}
 .time-wrapper{
    position: absolute;
    left: 25px;
    bottom: 10px;
}
 .time-wrapper svg,
 .time-wrapper p{
    display: inline-block;
}
 .time-wrapper svg{
    width: .75rem;
    height: .75rem;
    stroke:#a39e8f;
}
 .time-wrapper p{
    color: #a39e8f;
    font-family: "Raleway", Sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    margin-left: 3px;
}


/* property */

.carousel-wrapper .lSSlideOuter{
    border: 1px solid rgba(217, 157, 38, 0.3);
    box-shadow: none;
}
.carousel-wrapper .loading-slider .caption, .carousel-wrapper .lightSlider .caption{
    color: #f5f4f0;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-shadow: none;
    background-color: #d99d26;
}
.size-details h2, .rates-wrapper h2{
    color: #d99d26;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    
}
.size-details p, .rates-wrapper p{
    color: #f5f4f0;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 8px;
}
.property-description{
    margin-top: 50px;
}
.property-description p{
    color: rgb(245 244 240 / 70%);
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 25px;
}




.ownerrez-amenities-table>tbody>tr:nth-of-type(odd) {
    background-color: #262121 !important;
   
}
.ownerrez-amenities-table>tbody>tr:nth-of-type(odd) th{
    border-right: 2px solid #d99d26;
}
.ownerrez-amenities-table>tbody>tr:nth-of-type(even) {
    background-color: #352e2e !important
}
.ownerrez-amenities-table>tbody>tr:nth-of-type(even) th{
        border-right: 2px solid #d99d2685;
}
.ownerrez-amenities-table th {
    color: rgb(245 244 240 / 70%);
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: right;
    padding: 25px;

}
.ownerrez-amenities-table td {
    color: rgb(245 244 240 / 70%);
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
    padding: 25px;
}
@media (min-width: 768px) {
    .ownerrez-amenities-table th {
        width: 20%;
    }
        .ownerrez-amenities-table td {
        width: 80%;
    }
}

.ownerrez-amenities-list{
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1200px) {
   .ownerrez-amenities-list-item{
        width: 25%;
    }
}
   .ownerrez-amenities-list-item {
        padding-left: 15px;
}


/* properties page */
.search-bar-field .input-group .form-control, 
.search-bar-field  .form-control{
    background-color: transparent !important;
    border: 1px solid #d99d26;
}
.search-bar-field .btn.btn-default,
.search-bar-button  .btn.btn-default{
    background-image: none;
    background-color: #d99d26;
    color: #000000;
    text-shadow: none;
    border-color: #d99d26;
}
.search-bar-field  select.form-control option{
    background-color: #d99d261a;
    color: #d99d26;
}
h2{
    color: rgb(245 244 240 / 70%);
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 25px;
}
.property-result-tiles .property-result-tile{
    border-color: #d99d26;
}

.property-result-tile .property-result-tile-content .h3.media-heading{
    color: #f5f4f0B2;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
}
.property-result-tiles .property-result-tile:hover, .property-result-tiles .property-result-tile:hover img{
    text-shadow: none;
}
.tile-amenities-details span,
.property-result-tile .property-result-tile-content .pull-right.float-end.media-heading{
    color: #f5f4f0B2;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
}


/* responsive */
@media(max-width: 1400px){
    /* top 3 blogs panel */
    .blogs-container .col-space{
        margin-bottom: 25px;
    }
}
@media(max-width: 1199px){
    .blogs-wrapper .img-wrapper {
        overflow: hidden;
        aspect-ratio: 30 / 10;
    }
}
@media(max-width: 1024px){

    .icon-line:before{
        left: 18%;
    }
    .icon-line:after {
        right: 18%;
    }
    #vertical-line {
        right: 0;
    }
    /* banner rating */
    .banner-rating {
        left: 50px !important;
        top: 13px !important;
       
    }
    /* canopy icon */
    #icon-canopy{
        column-gap: 5px;
    }
    /* basecamp */
    .h1-breakword h1 br{
        display: block;
    }

    .blogs-wrapper .img-wrapper {
        aspect-ratio: 30 / 10;
    }
}

@media(max-width: 1690px){
    header .header-section{
            padding: 0px 50px 0px 50px !important;
    }
}
@media(max-width: 1480px){
    header .logo-wrapper{
        width: 25% !important;
    }
    header .menu-wrapper{
        width: 55% !important;
    }
}
@media(max-width: 1366px){
    header .menu-wrapper .menu-item{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

@media(max-width: 1248px){
    header .logo-wrapper h2{
        font-size: 16px !important;
    }
}
@media(max-width: 1024px){
    header .header-section{
        background-color: rgb(8 12 11);
    }
    header .logo-wrapper{
        width: 50% !important;
    }
    header .menu-wrapper {
        width: 50% !important;
    }
        header .header-section {
        padding: 25px 50px 25px 50px !important;
    }
    .star-text p br{
        display: none m !important;
    }
}
@media(max-width: 978px){
    .banner-rating {
        left: 35px !important;
        top: 3px !important;
    }
}
@media (max-width: 968px) {
    .icon-line:before {
        left: 15%;
    }
        .icon-line:after {
        right: 15%;
    }
    .banner-rating {
        left: 35px !important;
        top: 10px !important;
    }
}

@media(max-width: 767px){
    .banner-rating{
        display: none;
    }
    #vertical-line {
        display: none;
    }
    .banner-rating {
        left: 0 !important;
        top: 0 !important;
    }
    .icon-line:before {
        left: 0%;
    }
        .icon-line:after {
        right: 0%;
    }
    header .header-section .contact-wrapper{
        display: none !important;
    }
}
@media(max-width: 767px){
    #vertical-line {
        display: none;
    }
    .banner-rating {
        left: 0 !important;
        top: 0 !important;
    }
    .icon-line:before {
        left: -15px;
    }
        .icon-line:after {
        right: -15px;
    }
}
@media(max-width: 600px){
    header .logo-wrapper{
        width: 80% !important;
    }
    header .menu-wrapper {
        width: 20% !important;
    }
}
@media(max-width: 500px){
    header .header-section{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .icon-line:before {
        left: -40%;
    }
    .icon-line:after {
        right: -40%;
    }
    .blogs-container{
        padding: 0;
    }
    .blogs-wrapper .img-wrapper {
        aspect-ratio: 13 / 10;
    }
}


/* singles post */
.panel-blog{
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
    background-image: linear-gradient(180deg, #080D0B 99%, #101816 100%);
}

.panel-blog .img-wrapper{
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.panel-blog .img-wrapper img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.panel-blog .title-wrapper{
    padding-top: 50px;
    padding-bottom: 25px;
}
.panel-blog .title-wrapper h2{
    color: #d99d26;
    font-family: "Raleway", Sans-serif;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0;
}

.panel-blog .content-wrapper p{
    color: #f5f4f0B2;
    font-family: "Raleway", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 1px;
    text-align: left;
}



/* privacy policy */
.header-white h2 b{
    color: #ffffff !important;
}