/*
 Theme Name:   Kadence Child - TC-NW
 Theme URI:    https://tc-nw.com
 Description:  Child theme for Thompson Construction NW
 Author:       The Combat Ninja
 Template:     kadence
 Version:      1.0.0
*/

/* ==========================================================================
   Footer - mobile padding
   Fix: city list text clipping at screen edge on narrow viewports
   ========================================================================== */
@media (max-width: 768px) {
    .site-footer .footer-widget-area {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ==========================================================================
   Footer - mobile centering
   Fix: Woman Owned badge and social icons should center on mobile
   ========================================================================== */
@media (max-width: 767px) {
    .site-footer .footer-widget1 {
        text-align: center;
    }
    .site-footer .footer-widget1 figure.wp-block-kadence-image {
        display: flex;
        justify-content: center;
    }
    .site-footer .footer-social .footer-social-inner-wrap {
        justify-content: center;
    }
}

/* ==========================================================================
   Nav dropdown - active/selected state fix
   Bug: Kadence palette4 and palette9 both resolve to #ffffff,
        making selected dropdown items white-on-white (invisible).
   Fix: Teal text on white background per client request.
   ========================================================================== */
.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
    color: #4B916D;
    background: #ffffff;
}

/* ==========================================================================
   Process steps - center numbers in circles
   Fix: Raleway font metrics make numbers appear visually low in circles.
         Box-model centering is correct; this is a visual nudge.
   ========================================================================== */
.wp-block-kadence-infobox .kt-blocks-info-box-number {
    transform: translateY(-4px);
}
