/*
Theme Name: भारतीय हिंदी टाइम्स
Theme URI: https://bhartiyahinditimes.com/
Author: भारतीय हिंदी टाइम्स Team
Author URI: https://bhartiyahinditimes.com/
Description: भारतीय हिंदी टाइम्स एक आधुनिक हिंदी न्यूज़ वेबसाइट थीम है। इसमें देश, राज्य, राजनीति, खेल, मनोरंजन, बिजनेस और ताजा खबरों के लिए तेज, SEO Friendly और Responsive डिजाइन दिया गया है।
Template: newspare
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 7.0
Tested up to: 6.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhartiyahinditimes

Tags: news, hindi, magazine, blog, breaking-news, responsive, custom-header, custom-logo, featured-images, full-site-editing
*/

/* ==============================
   भारतीय हिंदी टाइम्स Custom CSS
   ============================== */


/* Main Body */

body{
    font-family:
    "Noto Sans Devanagari",
    "Arial",
    sans-serif;
    background:#f5f5f5;
}


/* Website Title */

.wp-block-site-title a{
    color:#ffffff;
    font-size:42px;
    font-weight:800;
    text-decoration:none;
}


/* Tagline */

.wp-block-site-tagline{
    color:#ffffff;
    font-size:16px;
}


/* Header Background */

header,
.wp-block-template-part{
    background:#b30000;
}


/* Menu */

.wp-block-navigation a{
    color:#ffffff !important;
    font-weight:600;
    font-size:17px;
}

.wp-block-navigation a:hover{
    color:#ffd700 !important;
}


/* Breaking News */

.bht-breaking{
    background:#e00000;
    color:white;
    padding:12px;
    font-weight:bold;
}


/* News Cards */

.wp-block-post{
    background:#ffffff;
    padding:15px;
    border-radius:10px;
    box-shadow:0 2px 10px #ddd;
}


/* Post Title */

.wp-block-post-title a{
    color:#b30000;
    text-decoration:none;
    font-weight:700;
}


/* Buttons */

.wp-block-button__link{
    background:#b30000;
    color:#fff;
    border-radius:5px;
}

.wp-block-button__link:hover{
    background:#000;
}


/* Images */

img{
    border-radius:8px;
}


/* Mobile Design */

@media(max-width:768px){

.wp-block-site-title a{
    font-size:30px;
}

.wp-block-navigation{
    font-size:14px;
}

}