/*
Theme Name:   Newspaper Child
Theme URI:    http://tagdiv.com
Description:  Newspaper Child Theme
Author:       tagDiv
Author URI:   http://tagdiv.com
Template:     Newspaper
Version:      1.0.0
Text Domain:  newspaper-child

/* Apply Noto Serif Bengali font specifically to the Bangla logo text */
html[lang="bn-BD"] .tdb-logo-text-title,
html[lang="bn"] .tdb-logo-text-title,
.rtl .tdb-logo-text-title {
    font-family: 'Noto Serif Bengali', serif !important;
    font-weight: 700 !important;
}

/* Global tagline color match */
.tdb-logo-text-tagline {
    color: #555555 !important;
}

/* Responsive styling for the Bangla tagline (নিউজ) */
html[lang="bn-BD"] .tdb-logo-text-tagline,
html[lang="bn"] .tdb-logo-text-tagline {
    font-family: 'Noto Serif Bengali', serif !important;
    font-size: 16px !important; /* Desktop default */
    font-weight: 700 !important;
    color: #555555 !important;
}

/* Tablet (max-width: 1018px) */
@media (max-width: 1018px) {
    html[lang="bn-BD"] .tdb-logo-text-tagline,
    html[lang="bn"] .tdb-logo-text-tagline {
        font-size: 14px !important;
        color: #555555 !important;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    html[lang="bn-BD"] .tdb-logo-text-tagline,
    html[lang="bn"] .tdb-logo-text-tagline {
        font-size: 12px !important;
        color: #555555 !important;
    }
}

/* Custom premium styling for the slogan under the main text logo */
.tdb-logo-text-slogan {
    display: block;
    font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; /* Premium Monospace stack */
    font-size: 14px;
    font-weight: 500;
    color: #555555 !important; /* Forces premium gray */
    margin-top: 3px;
    letter-spacing: 2px; /* Expand the width of the slogan */
    line-height: 1.3;
    text-align: center;
    width: 100%;
}

/* Noto Serif Bengali and custom spacing for Bangla slogan */
html[lang="bn-BD"] .tdb-logo-text-slogan,
html[lang="bn"] .tdb-logo-text-slogan {
    font-family: 'Noto Serif Bengali', serif !important; /* Keep Bengali readable while expanding spacing */
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555555 !important; /* Forces premium gray */
    margin-top: -2px; /* Pull slightly up for better baseline alignment with Bengali text */
    letter-spacing: 1.5px !important; /* Expanded spacing for Bengali */
    text-align: center;
    width: 100%;
}

/* Tablet responsive sizes for the slogan */
@media (max-width: 1018px) {
    .tdb-logo-text-slogan {
        font-size: 11px;
    }
    html[lang="bn-BD"] .tdb-logo-text-slogan,
    html[lang="bn"] .tdb-logo-text-slogan {
        font-size: 11px !important;
    }
}

/* Mobile responsive sizes for the slogan */
@media (max-width: 767px) {
    .tdb-logo-text-slogan {
        font-size: 9px;
        margin-top: 0px;
    }
    html[lang="bn-BD"] .tdb-logo-text-slogan,
    html[lang="bn"] .tdb-logo-text-slogan {
        font-size: 9px !important;
        margin-top: -3px !important;
    }
}

/* Hide slogan on Sticky Header and Footer Logos (only display under Main Header Logo) */
.td-header-desktop-sticky-wrap .tdb-logo-text-slogan,
.td-header-mobile-sticky-wrap .tdb-logo-text-slogan,
.tdc-zone-sticky .tdb-logo-text-slogan,
.tdb-zone-sticky .tdb-logo-text-slogan,
.tdb-sticky-header .tdb-logo-text-slogan,
.td-footer-wrap .tdb-logo-text-slogan,
.td-footer-template-wrap .tdb-logo-text-slogan,
.tdb-footer .tdb-logo-text-slogan,
.tdb-footer-wrap .tdb-logo-text-slogan,
footer .tdb-logo-text-slogan {
    display: none !important;
}

/* Custom premium styling for the main navigation menu items */
html body .tdb_header_menu .tdb-menu > li > a,
html body .tdb_header_menu .tdb-menu > li.current-menu-item > a,
html body .tdb_header_menu .tdb-menu > li.current-menu-ancestor > a,
html body .tdb_header_menu .tdb-menu > li.current-category-ancestor > a,
html body .tdb_header_menu .tdb-menu > li.current-page-ancestor > a,
html body .tdb_header_menu .tdb-menu > li.tdb-hover > a,
html body .tdb_header_menu .tdb-menu > li:hover > a {
    font-size: 20px !important;
    font-weight: 800 !important; /* Bold */
    text-transform: uppercase !important; /* Uppercase */
    color: #ec3535 !important; /* Matches the red header logo text */
}

/* Sub-menu icon color matching */
html body .tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg,
html body .tdb_header_menu .tdb-menu > li > a .tdb-sub-menu-icon-svg svg * {
    fill: #ec3535 !important;
}

/* Subtle opacity fade on hover for interactivity */
html body .tdb_header_menu .tdb-menu > li > a:hover {
    opacity: 0.7 !important;
}

/* Apply Noto Serif Bengali for the Bangla menu links specifically */
html[lang="bn-BD"] body .tdb_header_menu .tdb-menu > li > a,
html[lang="bn"] body .tdb_header_menu .tdb-menu > li > a {
    font-family: 'Noto Serif Bengali', serif !important;
}

/* Responsive menu adjustments for smaller viewports if menu is visible */
@media (max-width: 1018px) {
    html body .tdb_header_menu .tdb-menu > li > a,
    html body .tdb_header_menu .tdb-menu > li.current-menu-item > a,
    html body .tdb_header_menu .tdb-menu > li:hover > a {
        font-size: 16px !important;
    }
}

/* Hide burger/mobile menu button on desktop (1019px and above) */
@media (min-width: 1019px) {
    html body .tdb_mobile_menu,
    html body .tdm_block_popup {
        display: none !important;
    }
}

/* Apply Noto Serif Bengali to header login and subscribe buttons on Bengali pages */
html[lang="bn-BD"] .tds_menu_login,
html[lang="bn"] .tds_menu_login,
html[lang="bn-BD"] .tdm_block_button,
html[lang="bn"] .tdm_block_button {
    font-family: 'Noto Serif Bengali', serif !important;
}
html[lang="bn-BD"] .tds_menu_login *,
html[lang="bn"] .tds_menu_login *,
html[lang="bn-BD"] .tdm_block_button *,
html[lang="bn"] .tdm_block_button * {
    font-family: 'Noto Serif Bengali', serif !important;
}




