.wpcf7-form .search-field .material-textfield {
  box-shadow: none;
}
.wpcf7-form .search-field .material-textfield span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
}
.wpcf7-form .search-field .material-textfield textarea {
  border-color: #edeced;
  border-radius: 5px;
  border-width: 2px;
  width: 100%;
  padding: 15px;
}
.wpcf7-form .search-field .material-textfield textarea + label {
  top: 15%;
}
.wpcf7-form
  .search-field
  .material-textfield
  textarea:not(:-moz-placeholder-shown)
  + label {
  border: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form
  .search-field
  .material-textfield
  textarea:not(:-ms-input-placeholder)
  + label {
  border: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form
  .search-field
  .material-textfield
  textarea:not(:-moz-placeholder-shown)
  + label {
  border: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form
  .search-field
  .material-textfield
  textarea:not(:-ms-input-placeholder)
  + label {
  border: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form
  .search-field
  .material-textfield
  textarea:not(:placeholder-shown)
  + label {
  border: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form .search-field .material-textfield textarea:active,
.wpcf7-form .search-field .material-textfield textarea:focus {
  border-color: #34383a;
}
.wpcf7-form .search-field .material-textfield textarea:active + label,
.wpcf7-form .search-field .material-textfield textarea:focus + label {
  border-color: #34383a;
  border-width: 0;
  border-radius: 5px;
  color: #1d1e1e;
  padding: 4px;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.wpcf7-form .search-field .material-textfield input {
  border-color: #edeced;
  border-radius: 5px;
  border-width: 2px;
  width: 100%;
}
.wpcf7-form
  .search-field
  .material-textfield
  input:not(:-moz-placeholder-shown)
  + label {
  border: 0;
}
.wpcf7-form
  .search-field
  .material-textfield
  input:not(:-ms-input-placeholder)
  + label {
  border: 0;
}
.wpcf7-form
  .search-field
  .material-textfield
  input:not(:-moz-placeholder-shown)
  + label {
  border: 0;
}
.wpcf7-form
  .search-field
  .material-textfield
  input:not(:-ms-input-placeholder)
  + label {
  border: 0;
}
.wpcf7-form
  .search-field
  .material-textfield
  input:not(:placeholder-shown)
  + label {
  border: 0;
}
.wpcf7-form .search-field .material-textfield input:active,
.wpcf7-form .search-field .material-textfield input:focus {
  border-color: #34383a;
}
.wpcf7-form .search-field .material-textfield input:active + label,
.wpcf7-form .search-field .material-textfield input:focus + label {
  border-color: #34383a;
  border-width: 0;
}
.wpcf7-form .search-field .material-textfield input.alert {
  border-color: #1db44b;
}
