/* 1. ПЪЛНО ЧЕРНО ЗА ЗАГЛАВИЯТА НАВСЯКЪДЕ */
h1, h2, h3, h4, h5, h6, 
.entry-title, 
.entry-title a, 
.widget-title {
    font-family: 'Sofia Sans', sans-serif !important;
    color: #000000 !important;
    font-weight: 800 !important;
}

/* 2. ПЪЛНО ЧЕРНО ЗА ТЕКСТА В СТАТИИТЕ */
body, p, .entry-content, .entry-summary {
    font-family: 'Sofia Sans', sans-serif !important;
    color: #000000 !important;
    font-weight: 450 !important;
}

/* 3. ОПРАВЯМЕ МЕНЮТО ДА ОСТАНЕ БЯЛО */
#site-navigation a, 
.main-navigation a, 
.menu-item a {
    color: #ffffff !important;
    font-family: 'Sofia Sans', sans-serif !important;
}

/* 4. ОПРАВЯМЕ И СТРАНИЧНИТЕ МОДУЛИ (WIDGETS) */
.widget-area a, .recent-posts-title {
    color: #000000 !important;
}
/* СПЕЦИФИЧНО САМО ЗА НАЙ-ДОЛНАТА ЧАСТ (FOOTER) */
#colophon, .site-footer, .footer-widgets, .site-info {
    background-color: #1a1a1a !important; /* Тъмен фон */
    color: #ffffff !important; /* БЕЛИ БУКВИ */
}

/* Прави всички линкове и текст във футъра бели */
.site-footer p, 
.site-footer span, 
.site-footer a, 
.site-footer .widget-title {
    color: #ffffff !important;
}

/* Когато посочиш линк във футъра, да става леко сив */
.site-footer a:hover {
    color: #cccccc !important;
}
/* ПРАВИ ЗАГЛАВИЯТА ДЕБЕЛИ ВЪТРЕ В СТАТИИТЕ */
h1.entry-title, 
.single .entry-title, 
.page .entry-title {
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 800 !important;
    color: #000000 !important;
}
/* ПРАВИ ИМЕТО НА САЙТА ДЕБЕЛО НА ВСИЧКИ СТРАНИЦИ */
.site-title, 
.site-title a, 
#site-title,
.custom-logo-link + .site-title-wrapper .site-title {
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 800 !important; /* "Вестникарска" дебелина */
    text-transform: uppercase; /* Всичко с главни букви, ако желаете */
    color: #000000 !important;
}

/* ПРАВИ ИМЕТО НА САЙТА ДЕБЕЛО И СИНЬО НАВСЯКЪДЕ */
.site-title, 
.site-title a, 
#site-title {
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 800 !important;
    color: #0056b3 !important; /* Това е стандартно наситено синьо */
    text-decoration: none !important;
}

/* ГАРАНТИРА, ЧЕ И ВЪТРЕ В СТАТИИТЕ ЩЕ Е СЪЩОТО */
body:not(.home) .site-title, 
body:not(.home) .site-title a {
    font-weight: 800 !important;
    color: #0056b3 !important;
}
/* ПРАВИ ЗАГЛАВИЯТА В ГОРНИЯ БАРАБАН ЧЕРНИ */
.posts-carousel-item .entry-title, 
.posts-carousel-item .entry-title a,
.header-posts-carousel .entry-title a {
    color: #000000 !important;
    font-weight: 800 !important;
    text-shadow: none !important; /* Премахва сенките, ако има такива */
}

/* АКО ИСКАТЕ И ДАТАТА/КАТЕГОРИЯТА В БАРАБАНА ДА СА ПО-ТЪМНИ */
.posts-carousel-item .entry-meta, 
.posts-carousel-item .entry-meta a {
    color: #000000 !important;
    font-weight: 600 !important;
}
/* УНИВЕРСАЛЕН КОД ЗА ЦВЕТА НА НОМЕРАТА */
.pagenavi, .wp-pagenavi, .pagination {
    text-align: center !important;
    margin: 30px 0 !important;
}

.pagenavi a, .wp-pagenavi a, .pagination a,
.pagenavi span, .wp-pagenavi span, .pagination span {
    font-weight: 900 !important; /* УЛТРА БОЛД */
    color: #002244 !important;   /* МНОГО ТЪМНО СИНЬО */
    border: 2px solid #002244 !important; /* ДЕБЕЛА РАМКА */
    padding: 8px 12px !important;
    margin: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

/* ЦВЯТ ЗА ТЕКУЩАТА СТРАНИЦА */
.wp-pagenavi .current, .pagenavi .current, .pagination .current {
    background-color: #002244 !important;
    color: #ffffff !important;
}
/* МАКСИМАЛНО ТЪМНИ КАТЕГОРИИ - БЕЗ ПРОЗРАЧНОСТ */
.posts-carousel-item .cat-links a, 
.posts-carousel-item .entry-meta .cat-links a,
.header-posts-carousel .cat-links a {
    background-color: #001a33 !important; /* Най-тъмното синьо */
    color: #ffffff !important;           /* Чисто бял текст */
    opacity: 1 !important;               /* ГАРАНТИРА, ЧЕ НЯМА ДА Е ПРОЗРАЧНО */
    font-weight: 900 !important;         /* Ултра болд */
    padding: 5px 12px !important;
    display: inline-block !important;
    text-shadow: none !important;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3) !important; /* Лека сянка за дълбочина */
    text-transform: uppercase !important;
}

/* МАХАНЕ НА ЕВЕНТУАЛНИ СТАР СТИЛОВЕ */
.posts-carousel-item .entry-meta {
    opacity: 1 !important;
}