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

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), local('Roboto'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  font-display: swap;
}

.branding{width: 358px;}
.branding a img, .branding img {
    max-width: 75%;
    height: auto;
}


/*Contatti home*/
.contac_home .submit_form input{
    float:none;
}
.contac_home .submit_form{
    width: 100% !important;
    text-align: center;
}

.contac_home .privacy a{
    font-size: 14px;
}
.contac_home .privacy{
    width: 100% !important;
    font-size: 11px;
}

.contac_home .email, .contac_home .message, .contac_home .message textarea{
    width: 100% !important;
}
.contac_home .email input{
    width:95%;
    float: left;
}
.contac_home p{
    display: inline-block !important;
    width: 49% !important;
}
.contac_home input{
    display: inline-block !important;
    float:right;
}

.contac_home{
    background-color: #f5f5f5;
    padding:15px;
    border-radius: 8px;
}
/**/

/*CONTATTO RAPIDO*/
.contac_rapido .submit_form input{
    float:none;
}
.contac_rapido .submit_form{
    width: 100% !important;
    text-align: center;
}

.contac_rapido .privacy a{
    font-size: 10px;
}
.contac_rapido .privacy{
    width: 100% !important;
    font-size: 10px;
}

.contac_rapido .email2, .contac_rapido .message textarea{
    width: 100% !important;
}
.contac_rapido .wpcf7 .email2{
    margin:0 !important;
}
.contac_rapido .email2 input{
    width: 91%;
}
.contac_rapido p{
    width: 100% !important;
}
.contac_rapido input{
    display: inline-block !important;

}
.contac_rapido{
    background-color: #f5f5f5;
    padding:15px;
    /*border-radius: 8px;*/
	border:8px solid #e2e2e2;
}
/**/
