.wpcf7{
	padding: 15px;
}
.wpcf7-form{
	background-color: #fff !important;
	padding: 25px;
}
.wpcf7-form input[type=text], input[type=email], select {
	width: 100%;
    height: 50px;
    padding: 0 15px !important;
    transition: 0.3s;
    /* background: none !important; */
    /* border: none !important; */
    /* border-bottom: 1px solid #ccc !important; */
    /* margin-top: 15px !important; */
    outline: 0px;
    background-color: #f7f7f7;
}
.wpcf7-form input[type=email]{
	width: 100%;
    height: 50px;
    padding: 0 15px !important;
    transition: 0.3s;
    /* background: none !important; */
    /* border: none !important; */
    /* border-bottom: 1px solid #ccc !important; */
    /* margin-top: 15px !important; */
    outline: 0px;
    background-color: #f7f7f7;
}

.wpcf7-form textarea {
	width: 100%;
    min-height: 100px;
    resize: none;
    transition: 0.3s;
    padding: 15px;
    /* background: none !important; */
    /* border: none !important; */
    /* border-bottom: 1px solid #ccc !important; */
    /* margin-top: 15px !important; */
    outline: 0px;
    background-color: #f7f7f7;
}
.wpcf7-form p{
	margin-bottom: 5px !important;
}
.wpcf7-form label{
	font-family: sans-serif;
    margin-bottom: 30px !important;
    display: block !important;
    text-align: left;
}
.wpcf7-form textarea:focus {

}
.wpcf7-submit {
	width: 100%;
	padding: 25px !important;
	background-color: #fff;
	color: #000;
	transition: 0.3s;
	border: none !important;
    cursor: pointer;
}
