/*
Theme Name:   hello-elementor child theme
Description:  Scrivi qui una breve descrizione del tuo child theme
Author:       admin
Author URL:   https://assistenzascaldabagno24.it
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Scrivi qui il tuo foglio di stile personalizzato */


input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: #241a3a;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #211636!important;
    border: 1px solid dimgrey!important;
    color: white!important;
    width: 100%!important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #fff!important;
}