/*
Theme Name: Magezix
Theme URI: https://themexriver.com/wp/magezix
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Magezix - is an Responsive News, Blog & Magazine WordPress Theme.
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magezix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
.theme-switch-box-wrap.custom {
    position: static;
    margin-right: 20px;
}
.custom .theme-switch-box {
    display: flex;
    align-items: center;
}
.custom .theme-switch-box__label {
    width: 36px;
    height: 18px;
}
.slide-bar .theme-switch-box-wrap.custom {
    margin: 0 auto;
    max-width: max-content;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .header .theme-switch-box-wrap.custom {
        display: none;
    }
}



/* Normal boyut */
.header__logo img {
    max-height: 100px; /* logonun maksimum yüksekliği */
    width: auto;       /* genişlik otomatik */
}

/* Mobil ekranlar için küçültme */
@media (max-width: 768px) {
    .header__logo img {
        max-height: 100px;
    }
}

/* Login / Sign Up butonunu gizle */
.header__bottom-right .thm-btn {
    display: none !important;
}

/* Global tag list öğesini gizle */
.header__bottom-right .header__tag-list {
    display: none !important;
}


/* Sosyal ikonların varsayılan rengi kırmızı */
.header__social li a {
  color: red !important;
}

/* Üzerine gelince siyah olsun */
.header__social li a:hover {
  color: black !important;
}

/* Sosyal ikonlar ile tarih arasına boşluk ekle */
.header__bottom-right {
    display: flex;
    align-items: center; /* Dikey ortalama */
    gap: 50px; /* Tüm çocuk elemanlar arası boşluk */
}

/* İsteğe bağlı: ikonların kendi arası boşluğu koru */
.header__social li {
    margin-right: 10px;
}

.header__social li:last-child {
    margin-right: 0; /* Son ikonun sağında ekstra boşluk yok çünkü flex gap kullanıyoruz */
}



.about-info__bottom {
    display: none !important;
}



