/**
Theme Name: Astra Child
Author: websitebesaz
Author URI: https://websitebesaz.ir
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


nav.navigation.post-navigation {
    display: none;
}

/* --- استایل‌دهی به منوی شناور پایین فقط برای موبایل --- */

@media screen and (max-width: 768px) {

    #custom-bottom-nav {
        /* این دو خط، منو را شناور و چسبیده به پایین صفحه می‌کنند */
        position: fixed;
        bottom: 0;
        
        left: 0;
        right: 0;
        background-color: #ffffff;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        z-index: 9999; /* برای قرار گرفتن روی تمام عناصر دیگر */
        padding: 8px 0;
        font-family: sans-serif;
    }

    #custom-bottom-nav ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #custom-bottom-nav .nav-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #666;
        font-size: 11px;
        transition: color 0.3s ease;
        padding: 5px;
    }

    #custom-bottom-nav .nav-item a:hover {
        color: #007bff;
    }

    /* استایل دکمه وسط (ثبت فرم) */
    #custom-bottom-nav .nav-add-btn {
        transform: translateY(-15px); /* کمی بالا بردن دکمه */
    }

    #custom-bottom-nav .nav-add-btn a {
        background-color: #ff69b4;
        color: #ffffff !important;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(255, 105, 180, 0.4);
    }

    #custom-bottom-nav .nav-add-btn a:hover {
        transform: scale(1.1);
        background-color: #e85a9e;
    }

    #custom-bottom-nav .nav-add-btn a svg {
        width: 28px !important;
        height: 28px !important;
    }

    /* مخفی کردن متن دکمه وسط */
    #custom-bottom-nav .nav-add-btn a span {
        display: none;
    }

    /* استایل آیکون‌ها */
    #custom-bottom-nav .nav-item svg {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

    /* ایجاد فاصله در پایین صفحه تا محتوا زیر منو پنهان نشود */
    body {
        padding-bottom: 80px;
    }
    
    /* اگر وارد سایت هستید، منو کمی بالاتر نمایش داده می‌شود */
    body.admin-bar #custom-bottom-nav {
        bottom: 32px;
    }

} /* پایان مدیا کوئری */