/* @group Site Footer
------------------------------------ */
.form-crush { background: var(--black); color: var(--white-text); padding: 86px 0 96px; }
.form-crush h2 { color: var(--white-title); font: 400 normal 30px / 40px var(--georgia-font); margin: 0 0 35px; }
.form-crush article > p { font-size: 18px; letter-spacing: 1px; line-height: 1.2em; margin: 0 0 44px; }
.form-crush label { color: var(--white); font-size: 12px; font-weight: bolder; line-height: 13px; text-transform: uppercase; }
.form-crush input, 
.form-crush select {
    background-color: var(--black);
    color: var(--white-title);
    border-radius: 0px;
    height: 40px;
    font-size: 20px;
    line-height: 39px;
    padding-right: 3px;
    flex: 1;
    padding-left: 6px;
    width: 100%;
    border: solid 1px var(--border-input);
    margin: 0 0 15px;
}
.wpcf7-not-valid { border-color: var(--error-input)!important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.wpcf7 form:not(.sent) .wpcf7-response-output,
.wpcf7-not-valid-tip { display: none!important; }
.form-crush input:focus, 
.form-crush select:focus { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important; }
.form-crush .bttn { color: var(--bttn-form); width: 100%; margin: 35px 0 0; }
@media only screen 
and (min-width: 961px) {
    .form-crush { padding: 70px 0 50px; }
    .form-crush h2 { font-size: 34px; margin: 0; max-width: 426px; }
    .form-crush article > p { max-width: 345px; margin: 0 0 20px; }
    .form-crush input, 
    .form-crush select { font-size: 15px; line-height: 39px; padding-right: 3px; padding-left: 6px; }
    .form-crush .bttn { max-width: 160px;  margin: 35px 0 0 auto; float: right; }
    .wpcf7 form.sent .wpcf7-response-output { width: 100%; float: right; }
}
@media only screen 
and (max-width: 960px) {
}
/* @end */