/*
 * **********************************************************************
 * Kadence Child Theme — Footer Styles
 *
 * @package  KadenceChild
 * @version  0.1.5
 * @updated  2026-06-19
 * **********************************************************************
 */

/* =============================================================================
   Footer
   ============================================================================= */

.site-bottom-footer-inner-wrap {
    padding-top: 0;
}

/* =============================================================================
   Footer Navigation Links
   ============================================================================= */

.site-footer .widget a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer .widget a:hover {
    color: #ffff00;
}

.site-footer .widget .current-menu-item > a {
    color: #ffff00;
}
