/* custom.css */

/* helpers */
.divider-20px {
    margin-bottom: 20px;
}
.divider-40px {
    margin-bottom: 40px;
}
.divider-60px {
    margin-bottom: 60px;
}


/* contact-us.php */
.contact-box {
    padding: 15px;
    margin: 25px;
}

.input-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-label {
    margin-top: 10px;
    margin-bottom: 10px;

    color: salmon;
    font-size: .95em;
}

.form-group > label.control-label {
    font-size: 1.1em;
    text-align: justify;
    vertical-align: bottom;
}

.g-recaptcha {
    margin-bottom: 20px;
}
