/* Plugins
   ========================================================================== */

/* Contact From 7
  -------------------------------------------------------------------------- */

.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7 p {
  margin: 0 0 25px 0;
}

.wpcf7-response-output {
  margin: 20px 0;
  padding: 0;
  font-size: 80%;
}

.wpcf7 .screen-reader-response {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.wpcf7-mail-sent-ok {
  color: #8e7de5;
  border: none;
}

.wpcf7-mail-sent-ok:before {
  padding: 0 5px 0 0;
  content: "\f00c";
  font-family: "fontawesome";
}

.wpcf7-mail-sent-ng, .wpcf7-spam-blocked, .wpcf7-validation-errors {
  color: red;
  border: none;
}

.wpcf7-mail-sent-ng:before, .wpcf7-spam-blocked:before, .wpcf7-validation-errors:before {
  padding: 0 5px 0 0;
  content: "\f071";
  font-family: "fontawesome";
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  padding: 5px 0;
  display: block;
  font-size: 75%;
  color: red;
}

.wpcf7-not-valid-tip:before {
  padding: 0 5px 0 0;
  content: "\f00d";
  font-family: "fontawesome";
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  padding: 5px 10px;
  position: absolute;
  z-index: 100;
  top: 20%;
  left: 20%;
  background: #fff;
  border: 1px solid #c4b9af;
}

.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7 img.ajax-loader, .wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: #8e7de5;
}