/*
Theme Name: Pado Child
Theme URI: http://wp.themedemo.co/pado
Template: pado
Author: TrueThemes
Author URI: https://themeforest.net/user/truethemes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column,two-columns,right-sidebar,custom-menu,post-formats,sticky-post
Version: 1.0.7.1768702778
Updated: 2026-01-18 02:19:38

*/

/* Navigation hover customization */
@media (min-width: 1025px) {
    header.simple #topmenu .menu > li > a {
        position: relative;
        z-index: 1;
        transition: color 0.2s ease;
        text-decoration: none;
    }

    /* Subtle underline that aligns with the menu baseline */
    header.simple #topmenu .menu > li > a::after {
        content: "";
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 0;
        height: 3px;
        background-color: #8F884D; /* custom underline color */
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    /* Hover / active: change link color + show custom underline */
    header.simple #topmenu .menu > li:hover > a,
    header.simple #topmenu .menu > li.current-menu-item > a,
    header.simple #topmenu .menu > li.current_page_item > a {
        color: #8F884D;
    }

    header.simple #topmenu .menu > li:hover > a::after,
    header.simple #topmenu .menu > li.current-menu-item > a::after,
    header.simple #topmenu .menu > li.current_page_item > a::after {
        opacity: 1;
    }
}
