form > .container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
form .container {
  margin: 0 !important;
  width: 100% !important;
  padding-top: 20px !important;
}
form > .container label {
  display: none !important;
}
form .container input, form .container textarea {
  border-radius: 0 !important;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
}
form .container span.wpcf7-form-control-wrap.privacy {
  width: auto !important;
  display: inline-block;
}
form .container span.wpcf7-not-valid-tip {
  position: absolute;
  top: -15px !important;
  background: #e9e9e9;
  padding: 5px 18px !important;
  width: auto !important;
  min-width: auto !important;
  border-radius: 0 !important;
}
form .container .privacy span.wpcf7-not-valid-tip {
  top: -35px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #EF7A1C;
  padding: 14px;
  color: #EF7A1C;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 14px;
  text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #4F4B4A !important;
  border-color: #4F4B4A !important;
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #EF7A1C !important;
  border-color: #EF7A1C !important;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 10px;
  transition: all .5s;
}   
/* newsletter-form form */
.newsletter-form form .container span.wpcf7-form-control-wrap.privacy {
  font-size: 12px;
  color: #fff;
}
.newsletter-form form .container span.wpcf7-form-control-wrap.privacy + a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
} 
.newsletter-form form .container {
  padding: 0 !important;
}
.newsletter-form form .container .privacy span.wpcf7-not-valid-tip {
  top: 25px !important;
}
.newsletter-form .wpcf7 form.invalid .wpcf7-response-output, .newsletter-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
}
.newsletter-form .wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
    margin-top: 0;
}