/*
Theme Name: RealHomes Child
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Template: realhomes
Author: InspiryThemes
Author URI: https://www.inspirythemes.com/
Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
Tags: custom-background,light,one-column,two-columns,three-columns,four-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 4.4.6.1764290107
Updated: 2025-11-28 00:35:07

*/


/**
 * Aynı ülkeye (veya belirlediğin location taxonomy'sine) göre
 * önceki / sonraki property'yi bulur.
 *
 * @param string $direction 'prev' veya 'next'
 * @return WP_Post|null
 */

/* ============================================================
   MOBİL BLOG LOGO DÜZELTMESİ (RealHomes Fix)
   ============================================================ */
@media only screen and (max-width: 960px) {
    
    /* Blog, Kategori ve Haber detay sayfaları için */
    body.blog .rh_header_inner,
    body.single-post .rh_header_inner,
    body.archive .rh_header_inner {
         padding-top: 25px !important; /* Üstten boşluk verir */
         min-height: 80px !important;  /* Header'ın çökmesini engeller */
         display: flex !important;
         align-items: center !important;
    }

    /* Logoya ince ayar */
    body.blog .rh_logo,
    body.single-post .rh_logo {
        margin-top: 10px !important;
        position: relative !important;
        z-index: 9999 !important;
    }
}