/* 
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
*/

/*
    Add your custom styles here
*/

.tdHeaderCF{
	width: 25%;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #8c8c8c;
    background-color: #FFF!important;
    border: none;
}
.page-id-907 .tdHeaderCF, .page-id-512 .tdHeaderCF{
    line-height: 21px;
	font-size:15px;
}

.tdFieldCF{
	border: none;
	background-color: #FFF!important;
}
.tdFieldCF input{
	border:1px solid #ced4da!important;
	margin-top:0px!important;
}

.page-id-907 .tdFieldCF input, .page-id-907 .tdFieldCF textarea, .page-id-512 .tdFieldCF input, .page-id-512 .tdFieldCF textarea{
	width:auto!important;
}

.wpcf7-list-item-label{
	font-size: 16px;
    	color: #8c8c8c;
    	font-weight: bold;
}
.tdFieldCF.privacyTxt .wpcf7-list-item-label{
	font-weight:500;
}
.tdFieldCF.privacyTxt .wpcf7-list-item-label a{
	color:#337ab7;
}
.page-id-907 .wpcf7-list-item-label, .page-id-512 .wpcf7-list-item-label{
	font-size: 15px;
    color: #8c8c8c;
    font-weight: bold;
}
.associato span.wpcf7-list-item {
    width: 100%;
    max-width: 205px;
}
.esigenza span.wpcf7-list-item {
    width: 100%;
    max-width: 250px;
}

.CFsubmit{
	color: #FFFFFF!important;
    background-color: #337ab7!important;
    border-color: #337ab7!important;
	padding: 0.625rem 1rem!important;
    font-size: 1.25rem!important;
    line-height: 1.42!important;
    border-radius: 0.125rem!important;
}
.CFsubmit:hover{
	color: #FFFFFF!important;
    background-color: #285f8f!important;
    border-color: #255985!important;
}