/* contact form 7 custom */
.wpcf7-form {
  padding: 15px 0 0;
  margin-bottom: 35px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
  display: block;
  width: 100%;
  border: 2px solid #eaeaea;
  margin: 15px 0 0 0;
  font-size: 17px;
  padding: 10px 14px;
  outline: none; 
  cursor: pointer;
}
.wpcf7-form .signup-newsletter {
  padding: 15px 15px 15px 120px;
  border: 2px solid #eaeaea;
  margin: 15px 0;
  background-color: #f9f9f9;
  background-image: url("../../images/signup-newsletter-icon.png");
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.wpcf7-form .signup-newsletter h4 {
  text-transform: uppercase;
  color: #333;
  margin: 0 0 8px 0;
}
.wpcf7-form .signup-newsletter .wpcf7-checkbox {
  display: block;
}
.wpcf7-form .signup-newsletter .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid {
      background: #f9e2b796;
    border: 2px solid orange!important;
}
.wpcf7-form .wpcf7-submit {
  width: 160px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: none;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #cc1618;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f00;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
  margin: 0;
  font-size: 17px;
  padding: 12px;
}
.wpcf7-form.sent .fieldset {
  display: none;
}
div.wpcf7-spam-blocked {
  margin: 0;
}
span.wpcf7-not-valid-tip {
  color: orange;
}
@media (max-width: 991px) {
    .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-select {
      font-size: 15px;
    }
}
@media screen and (max-width: 500px) {
  .wpcf7-form .wpcf7-submit {
      width: 100%;
  }
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid orange!important;
    font-size: 17px;
    padding: 7px 20px;
    font-weight: bold;
    color: #636363;
}