/*! 
This is a custom CSS file.
Putting things in here is impactful to this theme only.
Please be very specific with the selectors used here.
*/

/* Crisp Contact Form */

div.form-wrapper div.form-field label.form-font-semibold:after {
    content: " (Required)";
    color: indianred;
    font-style: italic;
    font-size: 90%;
}

div.form-wrapper div.form-field input.form-font-regular {
    padding-top: 30px;
}

div.form-wrapper div.form-field textarea.form-font-regular {
    padding-top: 30px;
}