/* *** CUSTOM STYLES - OVERWRITE CORE SCSS *** */

.nf-form-fields-required {
    display: none;
}
.caldera-grid button, 
.caldera-grid input[type=button] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 0.95em;
    height: 40px;
    width: 100%;
    max-width: 250px;
    background: #005BAB;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    letter-spacing: 0.6px;
}