/*
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: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*intero form*/
.wpcf7-form label, .wpcf7-form p{
	color: white !important;
	font-family: "Montserrat" !important;
	font-size: 18px !important;
}

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

/*tex-area captcha*/
.wpcf7-captchar {
    width: 50% !important;
    border-bottom: 2px solid white !important;
	color: white !important;
	font-family: "Montserrat" !important;

    background-color: transparent !important;
}

.wpcf7-captchar::selection{
    background-color: white;
    color: #1C4B96;
}

/*input form*/
.wpcf7-text, .wpcf7-textarea{
	border-bottom: 2px solid white !important;
	color: white !important;
	font-family: "Montserrat" !important;

    background-color: transparent !important;
}

.wpcf7-text::selection, .wpcf7-textarea::selection{
    background-color: white;
    color: #1C4B96;
}

/*bottone invia*/
.wpcf7-submit{
	border-style: solid;
	
	background-color:white !important;
	color: #1C4B96 !important;
	font-family: "Instrument Serif", serif !important;
	font-weight: 500 !important;
	font-size: 30px !important;
	
	padding: 20px 25px 20px 25px !important;
}

.wpcf7-submit:hover{
    transform: scale(1.1);
}


/*animazione marquee home page*/

.marquee {
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.4;
}

.marquee-content {
    display: inline-block;
    animation: marquee 10s linear infinite;
}

.marquee-content span {
    font-family: "Instrument Serif", serif !important;
    font-size: 70px !important;
    word-spacing: 10px;
    
    color: #FFFFFF;

    display: inline-block;
    padding-right: 50px;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-50%);
    }
}