.booking-form {
    background-color: rgba(10, 10, 10, 0.9);
    color: #fff;
    text-align: right;
    padding: 0 64px 10px 0;

}

.booking-form label {
    margin-right: 5px;
}

.booking-form input[type="text"],
.booking-form input[type="number"] {
    border: 0;
    border-radius: 1px;
    margin: 0 5px;
    padding: 6px;
    position: relative;
}

.booking-form input[type="submit"] {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 3px;
    padding: 6px 30px;
    margin-left: 20px;
}

.booking-form input[type="submit"]:hover {
    cursor: pointer;
}

.booking-link {
    display: none;
}

.ui-datepicker {
    top: 152px !important;
    z-index: 1000 !important;
}

@media screen and ( max-width: 1000px ){
    .booking-form {
        display: none;
    }

    .booking-link {
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 3px;
        color: #000;
        display: block;
        margin-left: 20px;
        padding: 6px 30px;
        position: absolute;
        right: 30px;
        top: 29px;
    }
}
