/*
 Theme Name:   Astra Child
 Theme URI:    https://rahulkantravi.in
 Description:  Child theme of Astra for rahulkantravi.in, used to safely customize head markup, schema, and templates without losing changes on Astra updates.
 Author:       Rahul Kant Ravi
 Author URI:   https://rahulkantravi.in
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/*
 * The Home/About/Testimonials/Contact pages use Astra's "Transparent Header",
 * which sets its own nav link colors (dark, teal on hover/active). The Blog
 * archive page and single posts use the standard header, whose nav links fall
 * back to the bright teal theme color. Match the standard header's link colors
 * to the transparent header's so the nav looks the same everywhere, without
 * touching header position/background (which caused content to overlap when
 * transparent header was tested directly on non-Elementor templates).
 */
.main-header-menu.main-header-menu .menu-item > a {
	color: var(--ast-global-color-2) !important;
}
.main-header-menu.main-header-menu .menu-item > a:hover,
.main-header-menu.main-header-menu .menu-item.current-menu-item > a,
.main-header-menu.main-header-menu .menu-item.current-menu-parent > a,
.main-header-menu.main-header-menu .menu-item.current_page_item > a {
	color: var(--ast-global-color-1) !important;
}
