/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.9.9
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

#responsive-form{
	max-width: 600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.15rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.column-one-fourth{
	
	float: left;
	position: relative;
	padding: 0.15rem;
	width:25%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}



/**---------------- Makes Contact Info Sticky ----------------**/
@media only screen and (min-width: 1000px) { .l-subheader.at_top {
    height: 36px !important;
    }
}
 

/**---------------- Anchor Offset ----------------**/
.anchor1 {
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}



/**---------------- CTA Button ----------------**/
.centered {
  padding: 15px;  
margin: 0 auto;
}

/**---------------- CTA Text ----------------**/
.herotextbox {
  padding: 20px;  
margin: 0 auto;
margin-top: -50px;
  line-height: 1.2;
  font-size: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 45%;
  overflow: hidden;
  border: none;
  color: rgba(255,255,255,1);
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;\
  padding: 150px;
  
}

@media only screen and (min-width: 1401px) { 

	.herotextbox {
 	width: 850px;
	font-size: 65px;
	
    }
}

@media only screen and (max-width: 1400px) { 

	.herotextbox {
 	width: 55%;
	font-size: 55px;
	
    }
}

@media only screen and (max-width: 1100px) { 

	.herotextbox {
 	width: 65%;
	font-size: 45px;
	
    }
}

@media only screen and (max-width: 500px) { 

	.herotextbox {
 	width: 90%;
	font-size: 25px;
	
    }
}

/**---------------- CTA Button Offset ----------------**/
.offsetbtn {
  margin-top: 50px; 

}


/**---------------- Blog Header ----------------**/
.blue-header{
  background-color: #b0c4de;

}