/*

Theme Name: Pro &ndash; Enlight
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Child theme for Englighthomebuyers.com
Version: 1.0.0
Template: pro

*/


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,900');


h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, Open Sans, sans-serif; 
}

body h1, body .h1 {
	font-size: 3em;
    letter-spacing: .1;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-size: 2.5em;
    font-weight: 300;

}

body h3, body .h3 {
    font-size: 2em;
	font-weight: 900;
    letter-spacing: .01em;

}


body form .x-column.x-1-2{
    width:100% !important;
}




@media screen and (min-width: 768px) {

	h1 {
		font-size: 1.35em;
	}

}

body form .x-column.x-1-2 {
    width: 49.5%;
}



.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7 textarea, .wpcf7 input[type="tel"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    border-radius: 0px;
    color: white;
    letter-spacing: 1px;
    font-weight: 900;
}

input[type="submit"] {
	width: 100%;
}


