/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*contact form

2 colonne*/

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}

#right {
    width: 47%;
    float: right;
}

.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}

.clearfix {
    display:block;
}

.clearfix label{
    font-family: 'Outfit';
    font-size: 20px;
    color: #000000;
}

.clearfix :is(input, textarea){
    font-family: 'Outfit';
    font-size: 18px;
    color: #000000;
}

.campo_obb{
    color: red;
}

/*intero form*/
.wpcf7-form p{
	color: #000000 !important;
	font-family: "Outfit" !important;
	font-size: 16px !important;
}

/*link nel form*/
.wpcf7-form a{
	color: #EC631D !important;
}

/*tex-area captcha*/
.wpcf7-captchar {
    border: 2px solid #EC631D !important;
    border-radius: 10px !important;
	color: #000000 !important;
	font-family: "Outfit" !important;
}

/*input form*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-select{
	border: 2px solid #EC631D !important;
    border-radius: 10px !important;
	color: #000000 !important;
	font-family: "Outfit" !important;
}

/*personalizzazione bottone invia form*/
.wpcf7-submit{
    width: 100%;
    font-family: 'Outfit' !important;
    font-size: 22px !important;
    border-radius: 10px !important;
}