/*!
Theme Name: Adventr Free
Theme URI: http://adventr.iamabdus.com/free/
Author: iamabdus
Author URI: https://www.templatemonster.com/products/author/iamabdus/
Description: A premium Elementor theme for WordPress by Abdus
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: adventrfree
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

adventrfree is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*emre yöndeş*/

.kategori-baslik-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.kategori-baslik {
    display: inline-block;
    font-size: 34px;
    position: relative;
    margin-bottom: 10px; /* Başlık ve çizgi arasındaki boşluk */
}

.kategori-baslik::after {
    content: '';
    display: block;
    width: 100%; /* Başlığın genişliği kadar olacak */
    height: 2px; /* Çizginin kalınlığı */
    background-color: #000; /* Çizginin rengi */
    margin: 0 auto; /* Çizginin üst ve alt boşluğu */
}

.kategori-gonderileri-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Kolonlar arası boşluk */
    justify-content: space-between; /* Eşit boşluk sağlamak için */
    margin-top: 10px; /* Başlık ve gönderiler arasındaki boşluk */
}

.kategori-gonderisi {
    flex: 1 1 calc(33.333% - 20px); /* Her bir gönderiyi 3 sütun olacak şekilde ayarla */
    box-sizing: border-box;
    text-align: center; /* Metin ve resimleri ortala */
    margin-bottom: 20px; /* Alt boşluk */
}

.kategori-gonderisi a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kategori-gonderisi img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px; /* Resim ve başlık arasına boşluk ekle */
}