/* Themify Customize Styling */
body, body.boxed-content, body.boxed-layout, body.boxed-compact {	
	background-color: #0d92ff;
	background-color: rgba(13,146,255,0.11); 
}
#footerwrap {	
	background-color: #2e22ba;
	background-color: rgba(46,34,186,1.00); 
}
#footer {	
	color: #f5ebeb;
	color: rgba(245,235,235,1.00); 
}
#footer a {	
	color: #ffffff;
	color: rgba(255,255,255,1.00); 
}
#footer a:hover {	
	color: #36c5f5;
	color: rgba(54,197,245,1.00); 
}

/* Themify Custom CSS */
#headerwrap {
	  background: rgba(000,000,000,0.1) 
}
@media screen and (max-width: 480px){
	  h1 {
	  font-size:3em!important;
}
h3 {
	  font-size:1.2em!important;
}
h4 {
	  font-size:2em!important;
}

}
.wpcf7-form {
	  background:;padding:px;border:px solid #f6efdf;margin-top: 0px;margin-bottom:0px;border-radius:0px;
}
.wpcf7-form input {
	  background:#ffffff;padding:5px 7px;border:0px solid #ffffff;margin-bottom:0px;border-radius:0px;
}
.wpcf7-form textarea {
	  background:#ffffff;padding:5px 0px 5px 7px;border:0px solid #ffffff;border-radius:0px;
}
.wpcf7-form p {
	  color: blue;margin-top:0px;
}
.wpcf7-form .wpcf7-submit {
	  background:#ffffff;cursor:pointer;padding-left:25px;padding-right:25px;color:#0720e0;border-radius:0px;
}
.wpcf7-form input[type=\"submit\"]:hover, button:hover {
	  background:blue;color: #ffffff !important;
}
