/*
Theme Name:   the7dtchild
Theme URI:    http://example.com/The7/
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!
Author:       G.Maccario (child) - Dream-Theme (parent)
Author URI:   http://example.com
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
Tags:         theme, child, responsive-layout, accessibility-ready
Text Domain:  dt-the7
Template: 	  dt-the7
*/
/* =Theme customization starts here
/* -------------------------------------------------------------- */
#inf_field_Email {
    margin-left: 38px;
}

#inf_field_Phone1 {
    margin-left: 32px;
}

@media (max-width:425px){
	#inf_field_Email {
    margin-left: 0px !important;
}
#inf_field_Phone1 {
    margin-left: 0px !important;
}
	}
.infusion-recaptcha{
	font: normal 700 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: var(--the7-medium-button-border-radius);
    border: 0px solid #e94870;
    padding: 12px 18px 12px 18px;
    background-color: #e94870 !important;
    color: #F8F8F8 !important;
    border: 0px solid transparent !important;
    border-radius: 5px;
    font-size: 13px;
}	
.infusion-recaptcha:hover{
	background: #4f3b31;
}
.infusion-form label{
	font-family: "Fredoka One", Helvetica, Arial, Verdana, sans-serif;
    color: #e94870;
}

