


/* todo: blank */
/* CF7 | Custom Thank you message */
/* ------------------------------- */
/* hide original cf7 ty message */
.has-ty-content .wpcf7-mail-sent-ok {
    display: none!important;
}
/* hide thank you message before send is seccussful */
.has-ty-content .wpcf7 + .ty-content {
    display: none;
}
/* show thank you message once message has sent */
.has-ty-content.sent .wpcf7 + .ty-content {
    display: inline-block;
    width: 100%;
}
/* hide original cf7 form once message has sent */
.has-ty-content.sent .wpcf7 {
    display: none;
}


.ty-content h2:before {
    content: "\f046";
    font-family: FontAwesome;
    /*position: absolute;*/
    /*left: -5px;*/
    /*top: 5px;*/
    display: inline-block;
    width: 100%;
    font-size: 60px;
    color: #FF4800;
}



/* todo: blank */
/* IMAGE CAPTCHA (CF7) | */
/* ------------------------------- */
.kc_captcha .wpcf7-radio,
.kc_captcha  .wpcf7-checkbox {
    margin-bottom: 1rem;
    margin-left: 0;
    display: inline-block;
}
.captcha-image {
    background: white;
}
.wpcf7 .captcha-image {
    border: 1px solid #aaa;
}




/* CONTENT SPECIFIC (CF7) | */
/* ------------------------------- */
#trade-in-form .wpcf7-form,
#trade-in-form .wpcf7-form > p:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .vehicle .wpcf7-radio .wpcf7-list-item,
    .vehicle .checkbox .wpcf7-list-item {
        width: calc(35% - 1rem);
        text-align: left;
    }
}
.inline-block-fields > .wpcf7-form-control-wrap {
    display: inline-block;
}
