/*
Theme Name: INEWS
Theme URI: https://inewswp.codeblowing.com
Author: Code Blowing
Description: iNews is a modern, responsive WordPress theme built for news, magazine, and blog websites. It features clean typography, flexible layouts, and compatibility with Elementor and Gutenberg.
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 7.4
Tags: news, magazine, blog, responsive, customizable, accessibility-ready
Text Domain: inews
License: Template Monster Standard License
License URI: https://www.templatemonster.com/licenses/
*/
body.single-post {
    padding: 0;
}
blockquote {
    line-height: 1.3;
}
.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}
.logged-in.admin-bar .navigation-fixed {
    margin-top: 32px;
}
.comment-pagination .page-numbers,
.post-pagination .page-numbers {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 15px 0;
    justify-content: center;
}
.comment-pagination ul.page-numbers li a,
.post-pagination ul.page-numbers li a {
    padding: 3px 12px;
    border: 1px solid #dee2e5;
}

.comment-pagination ul.page-numbers li span.current,
.post-pagination ul.page-numbers li span.current {
    padding: 3px 12px;
    border: 1px solid #f60d2b;
    background-color: #f60d2b;
    color: #ffffff;
}
.comment-pagination ul.page-numbers li a:hover,
.comment-pagination ul.page-numbers li a:focus,
.post-pagination ul.page-numbers li a:hover,
.post-pagination ul.page-numbers li a:focus {
    border: 1px solid #f60d2b;
    background-color: #f60d2b;
    color: #ffffff;
}
.form-check-input {
    border-radius: 0 !important;
}
.form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
}
.form-check-input:checked {
	background-color: #f60d2b !important;
	border-color: #f60d2b !important;
}
.widget-title h4,
.inews-block-title h4 {
    background-image: url('./assets/img/title-bg.png');
}
.sidebar-widget ul li a,
.footer-widget ul li a {
    display: block;
    color: #666666;
    font-weight: 600;
}
.sidebar-widget ul.tags li a,
.footer-widget ul.tags li a {
    display: block;
    font-weight: 500;
}
.sidebar-widget ul li a:hover,
.footer-widget ul li a:hover {
    color: #f60d2b;
}
.sidebar-widget img,
.footer-widget img {
    width: 100%;
}
.sidebar-widget .gallery,
.footer-widget .gallery  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.sidebar-widget .gallery a,
.footer-widget .gallery a {
    display: block;
}
.sidebar-widget .calendar_wrap table caption,
.footer-widget .calendar_wrap table caption {
    text-align: center;
    font-weight: 600;
}
.sidebar-widget .calendar_wrap table thead,
.footer-widget .calendar_wrap table thead {
    background-color: #0C1923;
    color: #ffffff;
    font-weight: 600;
    line-height: 2;
}
.sidebar-widget .calendar_wrap table,
.footer-widget .calendar_wrap table {
    width: 100%;
    text-align: center;
}
.sidebar-widget .calendar_wrap table tbody tr td a,
.footer-widget .calendar_wrap table tbody tr td a {
    display: inline-block;
    background-color: #0C1923;
    color: #ffffff;
    padding: 0 10px;
}
.sidebar-widget .textwidget p,
.footer-widget .textwidget p {
    color: #666666;
}
.inews-ticker {
    margin: 0;
}
.inews-post-content blockquote p {
    color: #ffffff;
}
.main-menu .menu-container .menu li a {
    line-height: 1.5;
}
.e-con-inner {
    max-width: 1320px !important;
}

/* Block Styles */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875em;
    color: #666666;
}

.gallery-caption {
    font-size: 0.875em;
    color: #666666;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
