@charset 'utf-8';
/*
  Theme Name: SnowMountain Child
  Theme URI: https://snow-mountain.ancorathemes.com/
  Description: SnowMountain - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: https://ancorathemes.com/
  Template: snowmountain
  Version: 1.0
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  snowmountain
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
/* PERFMATTERS CLS FIX - KESİN ÇÖZÜM */

/* 1. Slider Kapsayıcısını ve WPBakery Kolonunu Zorla Aç */
#rev_slider_1_1_wrapper, 
rs-module-wrap, 
.rev_slider_wrapper,
.home .wpb_revslider_element {
    min-height: 750px !important; /* Masaüstü Yüksekliği */
    height: 750px !important;
    display: block !important;    
    opacity: 1 !important;        
    visibility: visible !important;
    background-color: #f2f2f2;    /* Yüklenirken görünecek gri renk */
    position: relative !important;
    z-index: 1 !important;
}

/* 2. Mobil Cihazlar İçin Ayar */
@media only screen and (max-width: 768px) {
    #rev_slider_1_1_wrapper, 
    rs-module-wrap, 
    .rev_slider_wrapper,
    .home .wpb_revslider_element {
        min-height: 400px !important; /* Mobil Yüksekliği */
        height: 400px !important;
    }
}
function dynamic_author_schema() {
    if (is_single()) {
        $author_id = get_the_author_meta('ID');
        $author_name = get_the_author();
        $author_url = get_author_posts_url($author_id);
        ?>
        <script type="application/ld+json">
        {
          "@context": "https://schema.org",
          "@type": "Person",
          "name": "<?php echo esc_js($author_name); ?>",
          "jobTitle": "Kayak ve Snowboard Eğitmeni",
          "knowsAbout": [
            "Erciyes Kayak Eğitimi",
            "Snowboard Eğitimi",
            "Çocuklar İçin Kayak Eğitimi"
          ],
          "url": "<?php echo esc_url($author_url); ?>"
        }
        </script>
        <?php
    }
}
add_action('wp_head', 'dynamic_author_schema');

/* =========================================
   MENÜ FOUC ENGELLEYİCİ (Bozuk Görünümü Sakla)
   ========================================= */
