/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* EU ecommerce: clearer current category state in the top navigation. */
body.category-platform-policy .menu-item-806 > a .tdb-menu-item-text,
body.category-compliance-risk .menu-item-807 > a .tdb-menu-item-text,
body.category-product-trends .menu-item-808 > a .tdb-menu-item-text,
body.category-logistics .menu-item-809 > a .tdb-menu-item-text,
body.category-platform-entry .menu-item-810 > a .tdb-menu-item-text,
body.category-seller-stories .menu-item-811 > a .tdb-menu-item-text,
body.category-store-trading .menu-item-812 > a .tdb-menu-item-text {
    position: relative;
    display: inline-block;
    color: #ef6421 !important;
    font-weight: 800 !important;
}

/* EU ecommerce: remove active nav underline only */
body.category-platform-policy .menu-item-806 > a .tdb-menu-item-text::after,
body.category-compliance-risk .menu-item-807 > a .tdb-menu-item-text::after,
body.category-product-trends .menu-item-808 > a .tdb-menu-item-text::after,
body.category-logistics .menu-item-809 > a .tdb-menu-item-text::after,
body.category-platform-entry .menu-item-810 > a .tdb-menu-item-text::after,
body.category-seller-stories .menu-item-811 > a .tdb-menu-item-text::after,
body.category-store-trading .menu-item-812 > a .tdb-menu-item-text::after {
    content: none !important;
    display: none !important;
}
