/* Enter Your Custom CSS Here */
#footer-credit {
display: none !important;
}
/* Contact Form 7 Styles */
 
.wpcf7 {
background-color:#3F494B; 

}

.wpcf7 input {
	height: 35px;
    margin-left: 7%;
	margin-top:2%;
    border: none;
}
.wpcf7-textarea {
margin-left: 15%;
	width:80%;
}
.wpcf7-submit {
 width:20%;
 margin-left: 15% !important;
  margin-bottom: 3%;
 
}
.wpcf7 label{
	margin-left:2%;
}
.wpcf7 input[type="file"] {
	margin-left:15%;
}
span.wpcf7-not-valid-tip{
	margin-left:15%;
	margin-top:1.5%;
}