/*!
Theme Name: Newspulse Magazine Child
Theme URI: https://ascendoor.com/themes/newspulse-magazine/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Newspulse Magazine child theme is an extensive magazine template suitable for diverse purposes like news, blogs, publishing, and review websites. It provides various layouts and is adaptable to different industries such as business, finance, medical, sports, fashion, and more. The theme includes demo content that can be personalized to meet specific needs. Its homepage design presents a neat and simplistic magazine-style layout, incorporating a post banner slider, the most recent posts, and a custom widget design arrangement. With its contemporary and minimalist design, the theme is user-friendly and easy to set up, particularly with the included pre-built demo. Moreover, the Newspulse Magazine theme is responsive, ensuring smooth viewing on various screen resolutions and browser versions. It is compatible with multiple browsers and has been carefully optimized for speed, performance, and search engine optimization (SEO). Demo link: https://demos.ascendoor.com/newspulse-magazine/
Version: 1.0.1
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: newspulse-magazine-child
Template: newspulse-magazine
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, news, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Newspulse Magazine is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@media (min-width: 992px) {
	/* *use individual style first for this class because it's not applied otherwise from child style! */
	.main-navigation .current-menu-ancestor a 
	{
		background-color: unset !important;
		color: var(--text-color-normal) !important;
	}

	.main-navigation .current-menu-ancestor a:hover 
	{
		color: var(--primary-color) !important;
	}

	.main-navigation .current_page_item a,
	.main-navigation .current-menu-item a,
	.main-navigation .current_page_ancestor a,
	.main-navigation .current-menu-ancestor > a 
	{
		color: #fff !important;
		background-color: var(--primary-color) !important;
	}
	
	.main-navigation .current_page_item a:hover,
	.main-navigation .current-menu-item a:hover,
	.main-navigation .current_page_ancestor a:hover,
	.main-navigation .current-menu-ancestor > a:hover 
	{
		color: #fff !important;
	}
}