/*
Theme Name: Hueman
Template: hueman
Theme URI: https://wordpress.org/themes/hueman/
Author: wordpresschildtheme.com
Author URI: https://web38.secure-secure.co.uk/wordpresschildtheme.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpresschildtheme.com     
Text Domain: huemanchild
*/





.lugat-yazar-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.lugat-yazar-container h1 {
	text-align: center;
	font-size: 24px;
	color: #C00001;
}


.lugat-yazar-listesi {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
	justify-content: center;
}

.lugat-yazar-listesi li {
    background: #f1f1f1;
    border-radius: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.lugat-yazar-listesi li a {
    display: block;   /* Linki bir blok öğesi yapıyoruz */
    padding: 12px 20px;
    background-color: #f1f1f1;
    color: #C00001;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
    text-align: center; /* Metni ortalıyoruz */
}


.lugat-yazar-listesi li a:hover {
    background-color: #C00001;
    color: white;
}

.lugat-yazar-listesi li:hover {
    background: #C00001;
    color: white;
}

.lugat-yazar-listesi li:hover a {
    color: white;
}





.lugat-yazarlar-container {
    margin: 20px;
}

.lugat-yazarlar-container h1{
    text-align: center;
	color: #C00001;
	font-size: 24px;
}

.lugat-yazarlar-listesi {
    list-style: none;
    padding: 0;
}

.lugat-yazarlar-listesi li {
    margin: 10px 0;
	text-align: center;
}

.lugat-yazarlar-listesi li a {
    font-size: 18px;
    color: #33363B;
    text-decoration: none;

}

.lugat-yazarlar-listesi li a:hover {
    text-decoration: underline;
    color: #C00001;
}



.lugat-baslik {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
        padding: 5px;
}

.lugat-baslik a{
    text-align: center;
    font-size: 24px;
    color: #C00001;
    font-weight: bold;
}

hr.lugat-cizgi {
    border: 1px solid #C00001;
    margin-bottom: 15px;
    background-color: #C00001;
}

.lugat-altbaslik {
    text-align: center;
    font-size: 12px;
}

.lugat-aciklama {
	text-align: center;
}


.lugat-son-kelimeler {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lugat-son-kelimeler li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
	text-align: center;
}

.lugat-son-kelimeler li:last-child {
    border-bottom: none;
}



.lugat-son-kelimeler a.yazar{
    color: #000;
	text-align: center;
    }

.lugat-son-kelimeler a.kelime{
    color: #C00001;
    text-align: center;
}

.lugat-son-kelimeler a:hover {
    color: #005177;
    text-decoration: underline;
}


.lugat-widget-title {
    padding: 10px;
    background-color: #f4f4f4;
    border-bottom: 2px solid #ccc;
	text-align: center;
}


.lugat-widget-title a {
    font-size: 18px;
    font-weight: bold;
      color: #C00001;
  
}

#subcategory-dropdown {
    border: 1px solid #ddd;
    color: #c00001;
    padding: 7px;
    width: 100%;
    max-width: 100%
    background-color: #fff;
}

