wp-block-image{
display:none;
}

input[type="text"],
input[type="email"]{
padding:20px;
background-color: #fff;
color: #000;
width: 100%;
height: 10px;
border-radius: 0px 10px 10px 10px;
}

textarea{
padding:20px;
background-color: #fff;
color: #000;
width: 100%;
height: 200px;
border-radius: 0px 10px 10px 10px;
}

.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
transition: 0.3s;
}

.wpcf7-submit:hover {
background: #CB480E;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

