/*
Theme Name: Mednix child
Template:   mednix
Theme URI: https://mednix.themesht.com/
Author: Themeht
Author URI: https://www.themeht.com
Description: Mednix - Child Theme
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mednix
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, threaded-comments, translation-ready, left-sidebar, custom-background, custom-colors, custom-header, featured-images, sticky-post
*/
/* Yorum sayısı başlığını gizle */
.comments-title,
.comment-reply-title,
.entry-meta .comments-link,
.post-meta .comments,
.meta-comments,
span.comments-link {
  display: none !important;
}
/* ===============================
   BLOG SAYFASI – HEADER & MENÜ
   =============================== */

/* Header arka planı (aktif/normal) */
body.blog #header-sticky {
  background: #011820 !important;
}

/* -------------------------------
   ÜST MENÜ (NORMAL + HOVER)
   ------------------------------- */

/* Üst menü normal – siyah */
body.blog #header-sticky .menu-item > a,
body.blog #header-sticky .navigation-top a,
body.blog #header-sticky .ht-site-menu a {
  color: #ffffff !important;
}

/* Üst menü hover – SİYAH KALSIN */
body.blog #header-sticky .menu-item > a:hover,
body.blog #header-sticky .navigation-top a:hover,
body.blog #header-sticky .ht-site-menu a:hover {
  color: #000000 !important;
}

/* Aktif menü – siyah yazı + beyaz arka plan */
body.blog #header-sticky .current-menu-item > a,
body.blog #header-sticky .current_page_item > a {
  color: #000000 !important;
  background: #ffffff !important;
}

/* -------------------------------
   SUB MENÜ (DROPDOWN)
   ------------------------------- */

/* Sub menü normal – siyah */
body.blog #header-sticky .sub-menu a {
  color: #000000 !important;
}

/* Sub menü hover – MAVİ */
body.blog #header-sticky .sub-menu a:hover {
  color: #0b4fd6 !important; /* sitendeki mavi */
}
