/*
Theme Name: Astra Child
Template: astra
*/

@import url("../astra/style.css");

.well{
    max-width: max-content;
    margin: auto;
}

.date-picker-home {
    display:flex;
    background: #F6F8F5;
    padding: 20px 40px;
    gap: 16px;
}

@media all and (max-width: 600px) {
    .date-picker-home {
        flex-direction: column;

    }

    .hotel-night-info{
        max-width:300px
    }

    .date-picker-home-main-container{
        padding:0!important
    }
}

.header-sticky{
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    background: rgba(0, 0, 0, 0.7)!important;
}

#ast-desktop-header, #ast-mobile-header{
    transition: .5s!important
}

.ast-builder-button-wrap:hover {
    background-color: #ffd936!important;
    border-radius:4px!important
}

.ast-custom-button:hover {
    border-color: #ffd936!important;
    color:#536942!important;
}

.wpbc_booking_form_simple {
    padding: 0 10px
}

.ast-primary-header-bar{
    margin: 0!important
}

.quote-image{
    filter: grayscale(100%)
}
