/*
Theme Name: Kolaras Hulchal
Theme URI: https://kolarashulchal.com/
Author: Kolaras Hulchal Development Team
Author URI: https://kolarashulchal.com/
Description: Modern Hindi local-news WordPress theme custom built for Kolaras Hulchal (कोलारस हलचल). Features Devanagari typography, modern navy blue and bloody red palette, responsive card-based layout, breaking news ticker, and weather integration.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kolaras-hulchal
Domain Path: /languages
Tags: news, grid-layout, custom-menu, featured-images, custom-logo, translation-ready, accessibility-ready

Kolaras Hulchal WordPress Theme, Copyright 2026 Kolaras Hulchal.
Kolaras Hulchal is distributed under the terms of the GNU GPL.
*/


/* =========================================================
   KOLARAS HULCHAL — FINAL FOOTER OVERRIDES
   ========================================================= */

.site-footer.kh-main-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer .kh-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #0B1B33;
    color: #fff;
    border-top: 4px solid #D90000;
}

.site-footer .kh-footer-inner {
    width: min(1360px, calc(100% - 48px));
    margin: 0 auto;
    padding: 52px 0 44px;

    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.6fr 0.9fr;
    gap: 40px;

    box-sizing: border-box;
    align-items: start;
}

/* ALL FOOTER HEADINGS */

.site-footer .kh-footer-column h3 {
    display: block;
    margin: 0 0 18px;
    padding: 0 0 10px;

    color: #ffffff;
    background: transparent;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;

    border: 0;
    border-bottom: 2px solid #D90000;
}

/* BRAND */

.site-footer .kh-footer-brand {
    min-width: 0;
}

.site-footer .kh-footer-logo-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    line-height: 1;
}

.site-footer .kh-footer-logo-text span {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
}

.site-footer .kh-footer-logo-text strong {
    color: #D90000;
    font-size: 30px;
    font-weight: 900;
}

.site-footer .kh-footer-brand p {
    margin: 0;
    color: #CBD5E1;
    font-size: 14px;
    line-height: 1.8;
}

/* LINKS */

.site-footer .kh-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .kh-footer-column li {
    margin: 0 0 10px;
    padding: 0;
}

.site-footer .kh-footer-column li a {
    display: inline-block;

    color: #CBD5E1;
    background: transparent;

    font-size: 14px;
    line-height: 1.5;

    text-decoration: none;
}

.site-footer .kh-footer-column li a:hover {
    color: #ffffff;
}

/* POPULAR NEWS */

.site-footer .kh-footer-news-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer .kh-footer-news-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;

    width: 100%;
    min-width: 0;

    color: #fff;
    text-decoration: none;
}

.site-footer .kh-footer-news-image {
    width: 82px;
    height: 58px;
    overflow: hidden;
    border-radius: 5px;
}

.site-footer .kh-footer-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer .kh-footer-news-title {
    display: block;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
}

.site-footer .kh-footer-news-content small {
    display: block;
    margin-top: 4px;
    color: #94A3B8;
    font-size: 11px;
}

/* SOCIAL */

.site-footer .kh-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.site-footer .kh-social-link {
    display: flex;
    align-items: center;
    gap: 9px;

    width: fit-content;

    color: #CBD5E1;
    text-decoration: none;
}

.site-footer .kh-social-link img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* =========================================================
   BOTTOM BAR
   ========================================================= */

.site-footer .kh-footer-bottom-bar {
    width: 100%;
    margin: 0;
    padding: 0;

    border-top: 1px solid rgba(255,255,255,.14);
    background: #081426;
}

.site-footer .kh-footer-bottom-bar .kh-bottom-bar-inner {
    width: min(1360px, calc(100% - 48px));
    min-height: 64px;

    margin: 0 auto;
    padding: 14px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;
    box-sizing: border-box;
}

/* COPYRIGHT */

.site-footer .kh-copyright-text {
    margin: 0;
}

.site-footer .kh-copyright-text p {
    margin: 0;
    color: #94A3B8;
    font-size: 13px;
    line-height: 1.5;
}

.site-footer .kh-copyright-text strong {
    color: #CBD5E1;
}

/* LEGAL */

.site-footer .kh-bottom-legal-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-footer .kh-bottom-legal-links a {
    color: #CBD5E1;
    font-size: 13px;
    text-decoration: none;
}

.site-footer .kh-bottom-legal-links a:hover {
    color: #ffffff;
}

.site-footer .kh-bottom-legal-links .kh-sep {
    color: #64748B;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .site-footer .kh-footer-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .site-footer .kh-footer-brand {
        grid-column: span 3;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .site-footer .kh-footer-inner {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 0 32px;
    }

    .site-footer .kh-footer-brand {
        grid-column: auto;
    }

    .site-footer .kh-footer-bottom-bar .kh-bottom-bar-inner {
        width: calc(100% - 32px);
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 18px 0;
    }
} 
.entry-content{
	width:50%;
	margin: 0 auto;
}
.entry-header{
	width:50%;
	margin: 0 auto;
}
@media (max-width: 700px) {
    .entry-content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}