.wpcf7-form input[type=text], input[type=email], select {
	width: 100%;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	transition: 0.3s;
}
.wpcf7-form input[type=text]:focus, input[type=email]:focus, select:focus {
	border: 1px solid #000;
}
.wpcf7-form textarea {
	width: 100%;
	min-height: 100px;
	resize: none;
	transition: 0.3s;
	padding: 5px;
}
.wpcf7-form textarea:focus {

}
.wpcf7-submit {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
	border: 1px solid #ccc;
}
.wpcf7-submit:hover {
	width: 100%;
	height: 40px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}
