.amw-onsite-7 form.wpcf7-form p {
    line-height: 1.1em;
    max-width: unset;
    margin-top: 0;
    color: #000;
}

.amw-onsite-7 form.wpcf7-form .full-width {
    width: 100%;
}

.amw-onsite-7 form.wpcf7-form input[type="submit"] {
    background-color: transparent;
    display: inline-block;
    font-family: "Gill Sans", "GillSans", Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: white;
    border: 1px solid white;
    padding: 14px 10px;
    min-width: 184px;
    /*max-width: 184px;*/
    height: 50px;
    min-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

form.submitting input.wpcf7-submit {
    color: black !important;
    background-color: white !important;
}

.amw-onsite-7 form.wpcf7-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

/* disable binding to form element number */
.amw-onsite-7 form.wpcf7-form div:nth-child(6) {
    width: 50%;
}

@media screen and (max-width: 767px) {
    /* disable binding to form element number */
    .amw-onsite-7 form.wpcf7-form div:nth-child(6) {
        width: 100%;
    }
}

owpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control {
    font-family: "Gill Sans", GillSans, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: black;
}

input.wpcf7-form-control-wrap, input.wpcf7-form-control {
    max-height: 38px !important;
    padding: 16px;
}

textarea.wpcf7-form-control {
    max-height: 50px;
}

form.submitting .wpcf7-spinner
{
    visibility: hidden;

}
.wpcf7-spinner
{
    visibility: hidden;
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7-spinner::before
{
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

form.invalid .wpcf7-response-output {
    color: #c11313;
    background-color: #efc4c4;
}

.wpcf7-response-output {
    width: 100% !important;
    padding: 15px 30px 15px 15px !important;
    background-color: #bfdccd;
    font-family: GillSans, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: none !important;
    color: #007236;
    min-height: 45px;
    letter-spacing: 2px;
    margin: 0 !important;
}

.response-wrapper {
    min-height: unset;
    min-width: 100%;
    padding: 0 12px !important;
    margin-bottom: 10px;
}
