/*
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.
*/

/* Ẩn breadcrumb Newspaper/tagDiv */
.td_block_wrap.tdb_breadcrumbs {
    display: none !important;
}
/* Style Rank Math breadcrumb */
.rank-math-breadcrumb {
    padding: 8px 0;
    font-size: 13px;
    margin-bottom: 10px;
}
.rank-math-breadcrumb a {
    color: #e63946;
    text-decoration: none;
    font-weight: 500;
}
.rank-math-breadcrumb a:hover {
    text-decoration: underline;
}
.rank-math-breadcrumb .separator {
    color: #aaa;
    margin: 0 3px;
}
.rank-math-breadcrumb span:last-child {
    color: #888;
}