/*
Theme Name: Newspaper-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: Newspaper

This is the child theme for Newspaper theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Author box css start */
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4, .name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    /* line-height: 26px; */
}
/* Author box css end */

.mega-title.td-module-title {
    font-family: var(--td_default_google_font_2, 'Roboto', sans-serif);
    font-weight: 500;
    font-size: 13px;
    margin: 7px 0 0;
    line-height: 18px;
    color: var(--td_text_color, #111111);
}
.td_mod_mega_menu:hover .mega-title.entry-title a,
.td_mod_mega_menu .mega-title.entry-title a{
    color: #333;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
	display: block;
}
.td_mod_mega_menu:hover .mega-title.entry-title a:hover,
.td_mod_mega_menu .mega-title.entry-title a:hover{
    color: var(--td_theme_color, #4db2ec);
}