
.directorist-content-active .directorist-header-bar {
    padding-top: 30px !important;
}
.dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data {
    height: 28px !important;
    padding: 5px 20px !important;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn {
    height: 28px !important;
    width: 28px !important;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit {
    display: flex;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn .directorist-icon-mask:after {
    width: 14px !important;
    height: 14px !important;
}

.drealestate_checkin_checkout_widget .dte-booking-field {
    padding: 20px 25px;
}
.dte-booking-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    margin-top: -32px;
    text-align: center;
}
.dte-booking-field .cat-title {
    font-size: 14px;
    color: #1A1B29;
    margin-bottom: 15px;
    flex: 0 0 100%;
}
.dte-booking-field .directorist-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e4ec;
    box-shadow: 0 2px 4px rgba(159,142,154,0.2);
    padding: 8px 10px;
    border-radius: 30px;
    flex: 0 0 100%;
}
.dte-booking-field .directorist-search-form .directorist-advanced-filter__advanced {
    padding: 0 !important;
}
.dte-booking-field .directorist-search-form .directorist-advanced-filter__advanced--element {
    margin: 0 15px 0 0;
    padding: 0;
}
.dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data {
    height: 30px;
    min-height: auto;
    padding: 8px 20px;
}
.dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data.directorist-booking-check-out {
    border-radius: 0 5px 5px 0;
}
.dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data.directorist-booking-check-in {
    border-radius: 5px 0 0 5px;
}
.dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data:focus {
    border-color: #e1e4ec;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    padding: unset;
    min-height: unset;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit {
    width: auto;
}
.dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn .directorist-icon-mask:after {
    width: 16px;
    height: 16px;
    background-color: #fff;
}


/* Responsive CSS */
@media only screen and (max-width: 1599px) {
    
}

@media only screen and (max-width: 1399px) {
    
}

@media only screen and (max-width: 1023px) {
    .dte-booking-field .directorist-search-form .directorist-check-in-check-out .directorist-booking-entry .directorist-booking-entry__data {
        height: 22px !important;
    }
    .dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn {
        height: 22px !important;
        width: 22px !important;
    }
    .dte-booking-field .directorist-search-form .directorist-search-form-action__submit .directorist-btn .directorist-icon-mask:after {
        width: 12px !important;
        height: 12px !important;
    }
}

@media only screen and (max-width: 991px) { 
    .dte-booking-field {
        max-width: 400px;
    }

}

@media only screen and (max-width: 767px) {
    .directorist-content-active .directorist-header-bar {
        padding-top: 0px !important;
    }
    .dte-booking-field {
        order: -1;
        width: 100%;
        min-width: 300px;
        max-width: unset;
        margin: 0 auto 18px;
    }
}

@media only screen and (max-width: 575px) {
        
}

@media only screen and (max-width: 480px) {
    
}

@media only screen and (max-width: 375px) {
    
}