/* The side navigation menu */
#maestro_booknow {
    transition: all .8s;
    transform: translateX(100%);
    width: 100%;
    max-width: 480px;
    position: fixed;
    top: 0px;
    right: -35vw;
    height: 100vh;
    z-index: 9998;
    background: #fff;
    padding: 50px;
    transition: all 0.5s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgb(0 0 1 / 80%);
}
#maestro_booknow.active{
    right:0px;
}
#maestro_booknow select,
#maestro_booknow input {
    border-radius: 3px !important;
    padding: 0 1.25rem 0 !important;
    height: 50px;
    font-family: vinyl,sans-serif !important;
    font-weight: 400;
    color: #798a93 !important;
}
#maestro_booknow .checkin_icon {
    right: 15px;
    top: 18px;
    font-size: 15px;
}
#maestro-datepicker > .col-12.text-center.py-0.mb-2 {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Signifier-Regular-Italic',Helvetica,Arial,Lucida,sans-serif;
}

#maestro-booknow h2 {
    font-size: 28px;
    font-family: 'Signifier-Extralight',Helvetica,Arial,Lucida,sans-serif !important;
    padding: 0 35px 10px;
    text-align: left;
    margin-bottom: 20px;
}
#maestro-booknow-dismiss i.fa-2x {
    font-size: 24px;
}
#maestro-booknow h5 {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #798a93 !important;
    font-family: vinyl,sans-serif !important;
}
/* #maestro-booknow select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px;
} */

#maestro-booknow-submit {
    background-color: #67dad5;
    padding: 15px 50px;
    border: 0;
    font-family: vinyl,sans-serif !important;
    text-transform: uppercase;
}
#maestro-booknow-dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#maestro-booknow-dismiss:hover, #maestro-booknow-dismiss:focus {
    color: #cc1414;
}


@media screen and (min-width: 568px) and (max-width: 768px) {
    #maestro_booknow {
        width: 50vw;
        right:-50vw;
    }
}
@media screen and (max-width: 768px) {
    #maestro_booknow {
        width: 100vw;
        right: 100vw;
    }
}
@media (max-width: 1100px){
    #maestro_booknow{ max-width: 300px; }
    #maestro_booknow select, #maestro_booknow input{
        height: 40px;
    }
    #maestro_booknow .checkin_icon{ top: 12px; }
    #maestro_booknow .container-fluid.py-0,
    #maestro_booknow .container-fluid.py-2 {
        padding-left: 0;
        padding-right: 0;
    }
    #maestro_booknow h2{
        padding: 0 10px 10px;
    }
    #ui-datepicker-div {
        left: auto !important;
        right: 0 !important;
    }
    #maestro_booknow #maestro-booknow-submit{
        padding: 10px 40px;
    }

}

/* On smaller screens, where height is less than 450px, change the style of the#maestro_booknow (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    #maestro_booknow {padding-top: 15px;}
    #maestro_booknow a {font-size: 18px;}
}

#reservation-yes,#reservation-no{
	height:auto !important;
}