.wpcf7-form { width: 90%;padding-top: 30px; padding-left: 20px; padding-bottom: 0px;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{

  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;

    color: #000;
    width: 100%;

}

.wpcf7 input[type="submit"] {
    background-color: #793a3b;
    color: white;
    width: 50%;

}

#contact-form-2.widget-main h4 {
    padding: 20px 20px 40px 20px;
}

.widget-main .widget-title {
    padding: 20px 20px 40px 20px;
}

