/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
div#nf-form-1_2-cont {
    display: none;
}
.recesso .campo input {
    padding-inline: 10px !important;
}
nf-field:not(:nth-child(3)) .nf-field-container {
    margin-bottom: 10px !important;
}
.nf-field-label .nf-label-span, .nf-field-label label, .nf-after-field .nf-error-msg, .nf-form-fields-required, .campo input, p.confermaText{
	color: #004F6E;
}
.nf-form-fields-required, .nf-error-msg {
    font-size: 12px;
}
.nf-field-label .nf-label-span, .nf-field-label label {
    font-size: 15px;
}
.label-above .nf-field-label {
	margin-bottom: 0 !important;
}
.btnInvio {
	border: none !important;
    height: auto !important;
    font-size: 20px !important;
	padding: 10px 20px !important;
    border-radius: 36px !important;
    background: #004F6E !important;
}
p.confermaText {
    font-size: 17px;
    margin-bottom: 15px !important;
}
a.btnHome {
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 36px;
    text-decoration: none;
	border: 2px solid #004F6E;
}
a.btnHome, a.btnHome:active, a.btnHome:focus {
	color: white !important;
	background-color: #004F6E;
}
a.btnHome:hover {
	color: #004F6E !important;
	background-color: transparent;
}