/*
Theme Name: MobarakShahrNews Pro
Theme URI: https://mobarakshahrnews.ir
Author: MobarakShahrNews
Author URI: https://mobarakshahrnews.ir
Description: قالب خبری حرفه‌ای مبارک‌شهر نیوز
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: mobarakshahrnews
Domain Path: /languages
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: news, rtl-language-support, custom-logo, featured-images
*/

.site-footer {
    background:#0f172a;
    padding-top:50px;
    color:#fff;
}


.footer-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}


.footer-widget {

    background:#1e293b;

    color:#fff;

    border-radius:18px;

    padding:25px;

    min-height:260px;

    box-shadow:0 8px 25px rgba(0,0,0,.2);

    transition:.3s ease;

}


.footer-widget:hover {

    transform:translateY(-5px);

}


.footer-widget h3 {

    color:#d4af37;

    font-size:20px;

    padding-bottom:10px;

    margin-bottom:20px;

    border-bottom:2px solid #d4af37;

}


.footer-about {

    color:#e5e7eb;

    line-height:2;

}


.footer-widget ul {

    list-style:none;

    padding:0;

}


.footer-widget li {

    margin-bottom:12px;

    color:#fff;

}


.footer-widget a {

    color:#fff;

    text-decoration:none;

}


.footer-widget a:hover {

    color:#d4af37;

}


.footer-logo img {

    max-width:100px;

}


.footer-bottom {

    margin-top:40px;

    background:#020617;

    padding:20px 0;

}


.footer-bottom-inner {

    display:flex;

    justify-content:space-between;

    align-items:center;

}


.copyright,
.designer-credit {

    color:#fff;

}


.designer-credit a {

    color:#d4af37;

}


@media(max-width:992px){

.footer-grid {

    grid-template-columns:repeat(2,1fr);

}

}


@media(max-width:600px){

.footer-grid {

    grid-template-columns:1fr;

}


.footer-bottom-inner {

    flex-direction:column;

}

}

/*=============================
      Reading Time
==============================*/

.single-reading{

    margin-right:20px;

}

/*=============================
      Prev Next
==============================*/

.post-navigation{

    display:flex;

    justify-content:space-between;

    gap:20px;

    margin-top:50px;

    padding-top:30px;

    border-top:1px solid #e5e5e5;

}

.post-navigation a{

    display:inline-block;

    padding:14px 22px;

    border-radius:12px;

    background:#fff;

    color:#1d3557;

    text-decoration:none;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.post-navigation a:hover{

    background:#d4af37;

    color:#111;

}