.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1em;
  background: #fff;
}
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 select, .wpcf7 textarea {
  padding: 1em;
}
.wpcf7 input:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,
.wpcf7 input:active,
.wpcf7 select:active,
.wpcf7 textarea:active,
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {

}
.wpcf7 textarea {
  height: 150px;
  min-height: 150px;
}
.wpcf7 button {
  cursor: pointer;
}
.wpcf7-form-control-wrap {
  position: static;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: .9em;
  font-weight: bold;
  padding: 0 0.5em;
  background: #c40000;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  opacity: .8;
  margin: -0.5em 0 0 0.5em;
}
span.wpcf7-not-valid-tip:before {
  position: absolute;
  background: #c40000;
  content: '';
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -4px 0 0 4px;
  top: 0;
}
div.wpcf7-response-output {
  position: absolute;
  font-size: 1.2em;
  font-weight: normal;
  padding: .5em .7em;
  background: #c40000;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin: 0 0 1em 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  opacity: .8;
  right: 0;
  bottom: 0;
}
div.wpcf7-mail-sent-ok {
  background: #0ea70e;
}
div.wpcf7-mail-sent-ok:before {
  background: #0ea70e;
}
input.wpcf7-submit.et_pb_button {
  display: inline-block;
  width: auto;
  min-width: initial;
  cursor: pointer;
}
