/*
Theme Name: Savory Child
Theme URI: https://savory.qodeinteractive.com
Description: A child theme of Savory Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.3
Template: savory
Text Domain: savory
*/
#eltd_side_area_opener-3,
#eltd_side_area_opener-2 {
    display: none !important;
}
div#eltd_search_opener-4 {
    margin-top: 40px !important;
}
div#eltd_search_opener-5 {
    margin-top: 18px !important;
}
#box-hover .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    color: #fff !important;
    background-color: #00000094 !important;
    padding: 0px 0px 7px !important;
}
a.bottone {
    background-color: #f97800;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
}
a.bottone:hover {
    background-color: #000;
}
.mwrr-form input[type="date"],
.mwrr-form select,
.mwrr-form input[type="number"],
.mwrr-form input[type="text"],
.mwrr-form input[type="email"] {
    width: 90% !important;
}
.mwrr-form textarea {
    width: 97% !important;
}
.mwrr-form input[type="checkbox"] {
    width: 30px !important;
}
.eltd-rstrnt-price-holder h5.eltd-rstrnt-price {
    display: none !important;
}
/*Mobile*/
@media screen and (max-width: 600px){
    .mwrr-form input[type="date"],
    .mwrr-form input[type="number"],
    .mwrr-form input[type="text"],
    .mwrr-form input[type="email"] {
        width: 92% !important;
    }
    .mwrr-form textarea {
        width: 92% !important;
    }
    .mwrr-form select{
        width: 100% !important;
    }
}