/**
* Theme Name: Atlas Child
* Description: This is a child theme of Atlas.
* Author: tmrwstudio
* Template: atlas
* Version: 1.0
*/



span.digits_back_icon.digits_form_back {
    position: relative !important;
}


article .section-inner {
    max-width: 100%;
}

.blog .section-inner {
    max-width: 100%;
}

.home .section-inner {
    max-width: 100%;
}

.posts-list.post-list-columns .post-item.cat-8 {
    width: 50%;
    .meta-item.meta-author.author.vcard.meta-color, .meta-item.meta-date {
        display: none;
    }
    h3.entry-title.head4 {
        font-size: 16px;
    }   
}

@media (max-width: 992px) {

    .posts-list.post-list-columns .post-item.cat-8 {
        width: 100%;
    }
}
/* =========================================
   Footer Styles (Three Column Layout)
========================================= */
.site-footer {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    font-family: 'IRANSansWeb', sans-serif; /* استفاده از فونت ضمیمه شده */
    direction: rtl; /* راست‌چین کردن محتوا */
    padding-top: 40px;
    margin-top: 45px;
}

/* --- Top Container (3 Columns) --- */
.footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; /* تراز کردن ستون‌ها در وسط عمودی */
    padding: 0 20px 40px;
    flex-wrap: wrap; /* برای ریسپانسیو شدن */
    gap: 30px;
}

.footer-column {
    flex: 1;
}

/* Right Column: Logo & Title */
.right-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    max-width: 150px; /* تنظیم اندازه لوگو بر اساس نیاز */
    height: auto;
    margin-bottom: 15px;
}

.footer-title {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin: 0;
}

/* Center Column: Menu & Socials */
.center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.footer-main-menu a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.footer-main-menu a:hover {
    color: #a00000; /* تغییر رنگ در هاور (مانند رنگ لوگو) */
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.footer-socials .social-icon:hover {
    background-color: #555;
}

/* Left Column: eNAMAD */
.left-column {
    display: flex;
    justify-content: flex-end;
}

.footer-enamad img {
    max-width: 100px; /* تنظیم اندازه نماد */
    height: auto;
}

/* --- Bottom Container (Copyright & Links) --- */
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright {
    color: #888;
    font-size: 13px;
}

.footer-secondary-links {
    display: flex;
    gap: 20px;
}

.footer-secondary-links a {
    text-decoration: none;
    color: #888;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-secondary-links a:hover {
    color: #333;
}

/* --- Responsive Styles (Mobile) --- */
@media (max-width: 768px) {
    .footer-top-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .right-column, .left-column {
        align-items: center;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-column {
        flex: auto;
    }

}


/* =========================================
   header Styles
========================================= */

.header-section .section-inner {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}


@media (max-width: 880px) {

.offcanvas-trigger {
     display: block !important; 
}

}