/*
Theme Name: Vodi Child
Theme URI: https://themeforest.net/item/vodi-video-wordpress-theme/23738703
Description: Child theme for Vodi
Author: Your Name
Template: vodi
Text Domain: vodi-child
Version: 1.0
*/

/* --- Slider Ayarları --- */
.movies-sliders-single-content {
    background-color: #000 !important;
}
.movies-sliders .movie-slide {
    height: 676px !important;
}
/* --- Arka Planı Zorla Siyah Yap --- */
.home-blog-list-section,
.home-blog-list-section-inner,
.home-blog-grid-section,
.home-section,
.vodi-blog-grid-section {
    background-color: #0d0d0d !important;
}

/* --- Bölüm Başlıklarını (En Son Eklenenler vb.) Beyaz Yap --- */
.section-title,
.vodi-section-title,
.vodi-blog-list-section__title {
    color: #ffffff !important;
}

/* --- Yazı Başlıklarını Parlat --- */
.entry-title a,
.article_title a {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* --- Yazı Özet Metinlerini (Gri Tonu) Sabitle --- */
.entry-summary,
.entry-summary p,
.home-blog-grid-section p,
.home-blog-list-section p {
    color: #a0a0a0 !important;
}

