/**
* Theme Name: Antra Child
* Description: This is a child theme of Antra, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: antra
* Version: 1.0.12
*/

/* Hide the author row in Antra post cards. */
.elementor-widget-antra-post-grid .post-style-1 .entry-meta-top {
    display: none;
}


/* Hide the image-side service title; keep accordion titles visible. */
.elementor-widget-antra-services-accordion .antra-service .service-block > .service-title {
    display: none;
}


/* Homepage anchor links share the same WordPress current-menu state. */
.home .main-navigation ul.menu > li.current-menu-item > a > .menu-title::before,
.home .main-navigation ul.menu > li.current-menu-parent > a > .menu-title::before,
.home .main-navigation ul.menu > li.current-menu-ancestor > a > .menu-title::before {
    width: 0;
    background-color: transparent;
}

.home .main-navigation ul.menu > li.menu-item:hover > a > .menu-title::before {
    width: 100%;
    background-color: var(--e-global-color-primary);
}
