/********* Compiled - Do not edit *********/
:root{--color-primary:#bba07a;--color-gradient-start:#bba07a;--color-gradient-stop:#bba07a;--color-link-hover:#cbac82;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Amiri;font-weight:400;line-height:1.65;font-size:18px;color:#666666;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:brandon-grotesque;font-weight:400;line-height:1em;letter-spacing:0.1em;font-size:70px;color:#000000;}.h2,h2{font-family:brandon-grotesque;line-height:1.3em;letter-spacing:0.2em;font-size:45px;color:#000000;}.h3,h3{font-family:brandon-grotesque;line-height:1.3em;letter-spacing:0.2em;font-size:40px;color:#000000;}.h4,h4{font-family:brandon-grotesque;font-weight:400;line-height:1.2em;letter-spacing:0em;font-size:36px;color:#000000;}.h5,h5{font-family:brandon-grotesque;line-height:1.5em;font-size:25px;color:#000000;}.h6,h6{font-family:brandon-grotesque;line-height:1.5em;font-size:20px;color:#0a0a0a;}.titlebar-inner h1{}.titlebar-inner p{}/* Booking Button */
/* .btn-booking.mobile-only {
} */

.btn-booking .btn-txt {
    color: #fff;
}

.btn-booking .btn-gradient-border {
    display: none !important;
}

.main-logo-home img {
    width: 265px;
    height: 136px;
}

.main-logo-footer img {
    width: 131px;
    height: 67px;
}

.element-hidden {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header.site-header {
        position: absolute;
        top: 0;
    }
}

.header.site-header .mobile-logo-default {
    display: none;
}

@media only screen and (max-width: 1199px) {
    [data-mobile-header-scheme=gray] .main-header .navbar-header {
        background-color: transparent !important;
    }
}

.nav-trigger .bar {
    background-color: #fff;
}

.main-nav>li.active>a,
.main-nav>li.current-menu-item>a,
.main-nav>li.current-menu-ancestor>a,
.main-nav>li>a:hover {
    color: #ccc !important;
}

.main-nav>li>a {
    color: #FFF;
}

@media only screen and (min-width: 1200px) {
    #primary-nav {
        display: none;
    }
}

/*.page-id-4878 .btn-booking,*/
/*.page-id-4254 .btn-booking {*/
/*    display: none;*/
/*}*/

@media only screen and (max-width: 1199px) {
    .blog-featured .liquid-lp-title.size-lg.font-weight-bold.h3 {
        font-size: 32px !important;
    }
}

.blog-featured .carousel-nav {
    margin-top: 2rem;
}

/* Custom Form Styling Start */
.bootstrap-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-col {
    flex: 1 1 calc(50% - 20px);
    min-width: 250px;
}

.form-col-full {
    flex: 1 1 100%;
}

.bootstrap-form input:not([type="submit"]):not([type="checkbox"]),
.bootstrap-form select,
.bootstrap-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding: 8px 0;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.bootstrap-form input::placeholder,
.bootstrap-form textarea::placeholder,
.bootstrap-form select {
    color: #aaa;
}

.bootstrap-form input:focus,
.bootstrap-form textarea:focus,
.bootstrap-form select:focus {
    outline: none;
    border-bottom: 1px solid #999;
}


.bootstrap-form textarea {
    height: 100px;
}

.bootstrap-form input[type="date"] {
    padding-left: 80px !important;
}

.bootstrap-form input[type="date"]:before {
    content: attr(placeholder);
    position: absolute;
    left: 0;
}

.bootstrap-form .wpcf7-list-item {
    margin: 0;
}

.bootstrap-form .primary-button {
    border: none;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.25rem;
    user-select: none;
    text-decoration: none;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0px 1.5rem;
    border-radius: 0;
    background-color: #b7a17f;
    color: rgb(255, 255, 255);
}


/* Nav override */
@media only screen and (min-width: 1200px) {
    .btn-booking.mobile-only {
        display: none;
    }
}



/* Floating Booking Button */
@media only screen and (max-width: 1199px) {
    .main-header .header-module {
        display: flex !important;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #000;
        justify-content: center;
        align-items: center;
    }

    .main-header .header-module .btn {
        display: block;
        width: 100%;
    }

    .main-header .header-module .btn span {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*Custom Form Styling End*/

/* Custom VC Nav  */

.ld-custom-nav-wrapper {
    position: relative;
    display: none;
}

@media screen and (min-width: 1200px) {
    .ld-custom-nav-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        position: relative;
    }

    .ld-custom-nav-wrapper .nav-trigger.navbar-toggle {
        display: flex;
    }
}

/* Menu Panel */
.ld-custom-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: rgba(10, 10, 10, 0.97);
    overflow-y: auto;
    transition: right 0.4s ease;
    z-index: 10;
    padding-top: 100px;
}

.ld-custom-nav.in {
    right: 0;
}

.ld-custom-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.ld-custom-nav-list a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.ld-custom-nav-list a:hover {
    color: #00adee;
}

/* Hide booking button on events page */
.page-id-5169 .header-module {
    display: none !important;
}

/* Availability Form inine field fix*/
.availability-form .wpcf7-form {
    padding: 30px;
}

@media only screen and (min-width: 768px ) {
.availability-form .wpcf7-form {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
}

/* Booking Btn Desktop */
.btn-booking-desktop a:hover {
    color: var(--color-primary);
}