/* ---------------------------------------------------------//
//----------------------------------------------------------//
//------------------------- WPCF7 --------------------------//
//----------------------------------------------------------//
//----------------------------------------------------------*/
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select{
  padding: 8px 12px;
  border: 1px solid #CCC;
  background: white;
  margin-bottom: 15px;
  width: 100%;
}
.wpcf7 input[type="text"].form-control, .wpcf7 input[type="tel"].form-control, .wpcf7 input[type="email"].form-control, .wpcf7 textarea.form-control, .wpcf7 select.form-control {
  padding: 7px 0;
  border: none;
  background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent !important;
  margin-bottom: 7px;
  width: 100%;
}
.form-group.is-focused input[type="text"].form-control, .form-group.is-focused input[type="tel"].form-control, .form-group.is-focused input[type="email"].form-control, .form-group.is-focused textarea.form-control, .form-group.is-focused select.form-control{
  outline: none !important;
  box-shadow: none;
}
.wpcf7-form .bmd-form-group.is-focused .form-control, .wpcf7-form .form-control:focus{
  background-size: 100% 2px, 100% 1px !important;
}
.wpcf7 .form-group.is-focused label, .wpcf7 .form-group.is-focused label.control-label {
    color: #9c27b0;
}
.form-control:focus{
  box-shadow: none;
}
input:focus{
	outline:none;
}
.wpcf7 .wpcf7-recaptcha{
	margin-bottom: 15px;
}
.wpcf7-textarea{
  min-height: 120px;
}

div.wpcf7-validation-errors, div.wpcf7-spam-blocked{
  border: 2px solid #f00400 !important;
  background: #f00400;
  clear: both;
  position: relative;
  top: 25px;
  padding: 10px 20px;
  color: white;
  border-radius: 0;
  text-align: center;
}

span.wpcf7-not-valid-tip{
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
  text-align: left;
}

div.wpcf7-response-output{
  margin:0 !important;
}

div.wpcf7-mail-sent-ok{
  border: none !important;
  background: #7bc700;
  clear: both;
  position: relative;
  padding: 10px 20px;
  color: white;
  border-radius: none;
  text-align: center;
}

div.wpcf7 .ajax-loader{
  background: url(img/ring-alt.gif) no-repeat center center white !important;
  width: 150px !important;
  height: 150px !important;
  padding: 15px !important;
  border-radius: 15px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -75px !important;
  margin-top: -75px !important;
}