/* ============================================================
   JACOB'S LADDER LTD - GLOBAL BRANDED BUTTONS
   ============================================================ */

/* 1. NINJA FORMS & GENERAL BUTTONS (White with Gold Border) */
.nf-form-content input[type=button],
.nf-form-content input[type=submit],
.vc_btn3, 
.vc_general.vc_btn3,
a.vc_btn3,
button.vc_btn3 {
    background-color: #ffffff !important;
    background-image: none !important; /* Removes default theme gradients */
    color: #000000 !important;
    border: 2px solid #d4af37 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 14px 35px !important;
    border-radius: 0px !important; /* Professional sharp edges */
    transition: all 0.3s ease-in-out !important;
    box-shadow: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* 2. HOVER STATE (Turns Gold with Black Text) */
.nf-form-content input[type=submit]:hover,
.vc_btn3:hover, 
.vc_general.vc_btn3:hover,
a.vc_btn3:hover,
button.vc_btn3:hover {
    background-color: #d4af37 !important;
    color: #000000 !important;
    border-color: #d4af37 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

/* 3. FIX FOR CALL TO ACTION SPECIFIC BUTTONS */
.vc_cta3-actions a.vc_btn3,
.vc_cta3-button a.vc_btn3 {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* ============================================================
   END CUSTOM STYLING
   ============================================================ */