/*
Theme Name: FDS Atom Framework
Template: Impreza
Version: 1.1.1
Author:	Final Design Studios
Theme URI: http://impreza.us-themes.com/
Author URI: http://www.finaldesign.co.uk
*/


html {
    font-family: "Open Sans",sans-serif;
}

/* Contact Form Icons */
.wpcf7 .w-form-row.for_name .w-form-row-field i,
.wpcf7 .w-form-row.for_email .w-form-row-field i,
.wpcf7 .w-form-row.for_phone .w-form-row-field i,
.wpcf7 .w-form-row.for_message .w-form-row-field i {
    z-index: 1;
    top: 30px!important;
	left:5px;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="search"],
.wpcf7 textarea {
    padding: 0px 12px 0px 50px!important;
}
.wpcf7 select {
    padding: 0px 12px 8px 50px!important;
}
input:not:[type="submit"], textarea 
    { background-color:#f8f8f8!important; }
.wpcf7 textarea { padding: 8px 12px 0px 50px!important; }
/* FDS Footer */
div.fdsfooterdiv {display:block; text-align: center;}
.fdsfooterlink {text-align:center; font-size:0.8em;}
.color_footer-bottom .fdsfooterdiv a {color:#888!important;}