/*
Theme Name: Saffron & Slate
Author: Iliya Qary
Description: Custom Cafe Theme for Mones – warm, sophisticated, fully responsive. (unCompleted)
Version: 1.0
Status: Dev
License: GPL v2 or later
Text Domain: saffron-slate
*/


/* استایل های هدر */
/* فاصله بیشتر بین آیتم‌های منو */
.primary-menu .menu-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.primary-menu .menu-item:first-child {
    margin-right: 0;
}

.primary-menu .menu-item:last-child {
    margin-left: 0;
}

/* هایلایت آیتم فعال (صفحه جاری) */
.primary-menu .current-menu-item a,
.primary-menu .current-page-ancestor a,
.primary-menu .current-menu-ancestor a {
    color: #86452a !important;
    /* رنگ primary */
    border-bottom: 2px solid #86452a;
    padding-bottom: 4px;
}

/* هایلایت hover */
.primary-menu a:hover {
    color: #86452a !important;
    transition: all 0.2s ease;
}

/* ریست استایل پیش‌فرض لیست منو */
.primary-menu {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu li {
    list-style: none;
}

.primary-menu a {
    text-decoration: none;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #53433d;
    transition: all 0.2s ease;
    padding: 4px 0;
    display: inline-block;
}

#archmt {
    font-size: 15px !important;
}