/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.wpcf7 .w-form-row.for_name .w-form-row-field::before,
.wpcf7 .w-form-row.for_email .w-form-row-field::before,
.wpcf7 .w-form-row.for_phone .w-form-row-field::before,
.wpcf7 .w-form-row.for_message .w-form-row-field::before {
    z-index: 1;
    top: 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, select {
    padding: 8px 12px 8px 50px;
}