/*
Theme Name: Hello Biz Child
Theme URI: https://github.com/elementor/hello-biz-child/
Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
Author: Elementor Team
Template: hello-biz
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 1.0.0
Stable tag: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-biz-child
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

/* Etichette */
.c-data-form label {
    display: block;
	font-size: 14px;
    font-weight: 600;
    color: #201E1F; /* Nero */
    margin-bottom: 5px;
}

/* Input e textarea */
.c-data-form input[type="text"],
.c-data-form input[type="email"],
.c-data-form input[type="tel"],
.c-data-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #656565; /* Grigio */
    border-radius: 12px; /* Bordi stondati */
	margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #201E1F; /* Nero */
    background-color: #fff; /* Bianco */
}

/* Focus sugli input */
.c-data-form input[type="text"]:focus,
.c-data-form input[type="email"]:focus,
.c-data-form input[type="tel"]:focus,
.c-data-form textarea:focus {
    border-color: #FF711A; /* Accento */
    outline: none;
}

/* Pulsante di invio */
.c-data-form input[type="submit"] {
    background-color: #FF711A; /* Accento */
    color: #fff;
    padding: 12px 20px;
    border: none;
	margin-top: 15px;
    border-radius: 12px;
}
.c-data-form .wpcf7-list-item {
	margin: 0;
}
button.ehp-header__item.ehp-header__dropdown-toggle {
	background-color: transparent !important;
}
button.ehp-header__item.ehp-header__dropdown-toggle:hover,
button.ehp-header__item.ehp-header__dropdown-toggle:active,
button.ehp-header__item.ehp-header__dropdown-toggle:focus {
	border: none;
}
