/*
Theme Name:     Newspaper12.7.3 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:       Newspaper12.7.3
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* fix menu theme 12.6 nmduc2*/
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.td-menu-item.td-normal-menu:hover .sub-menu {
    display: block;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.td-menu-item.td-normal-menu .sub-menu {
    display: none;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.td-menu-item.td-normal-menu:hover .sub-menu .sub-menu {
    display: none;
}
.td-mobile-content li a {
    display: block;
    line-height: 21px;
    font-size: 18px !important;
    color: var(--td_mobile_text_color, #ffffff);
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: unset !important;
  }
@media (max-width:979px) {
    i.td-icon-menu-down {
        display: none;
    }
}
/* end fix menu theme 12.6 */