/*!
Theme Name: Forms in Nature
Author: Forms in nature
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: finature
*/

.admin-bar header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar header {
        top: 46px;
    }
}

.contact-form--input-wrapper-phone {
  position: relative;
}
.contact-form--input-wrapper-phone .wpcf7-form-control-wrap[data-name="phone"] {
  position: static;
}

.contact-form--input-wrapper-phone .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 6px;
  font-size: 0.875rem;
}

form.invalid .contact-form--phone-wrapper{
  margin-bottom: 22px;
}