/**
 * Strong Testimonials Unstyled Form template
 */
/* The "wait" spinner on form submission.
-----------------------------------------------*/
.strong-form-wait {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.strong-form-wait .message {
  position: absolute;
  top: calc( 50% - 25px );
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #111;
}

label.error{
  padding: 7px 0 8px 0;
  color: red;
  display: block;
  font-size: 12px;
}
input.error, textarea.error{
  border: 1px solid red;
}

.form-field{
  margin-bottom: 15px;
}
.field-client_name,
.field-client_last-name,
.field-email,
.field-tel,
.requireds,
.field-post_content,
.field-post_rating,
.field-client_city {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #50576C;
  margin-bottom: 8px;
}
.field-post_rating{
  padding-top: 5px;
}
.field-post_rating .field-wrap{
  font-size: 23px;
}
.wpmtst-submit{
  padding-top: 15px;
}
.wpmtst-submit input{
  display: inline-block;
  padding: 17px 50px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all .2s;
  background: linear-gradient(90deg, #893AAB 0%, #FF69B4 100%);
  box-shadow: 0px 5px 50px rgba(137, 58, 171, 0.5);
  cursor: pointer;
}
.wpmtst-submit input:hover{
  color: #fff;
  background: #5594E5;
}
.wpmtst-submit input:focus{
  outline: none;
}
.testimonial-success{
  color: green;
  font-size: 16px;
}