/*
Theme Name: Posao EU Child
Theme URI: https://posao.eu
Description: Custom child theme for posao.eu built on ListingHive.
Author: Posao.eu
Author URI: https://posao.eu
Template: listinghive
Version: 1.3.4
Text Domain: posao-eu-child
*/

/* === Global overrides === */
body {
    background-color: #FAF8F5;
    font-family: 'Nunito', sans-serif;
    color: #1d1b20;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    color: #1d1b20;
}

/* Hide ListingHive hero on homepage */
body.home .header-hero,
body.page-template-front-page .header-hero {
    display: none !important;
}

/* Active & hover menu link — darker orange for readability */
.site-header .menu-item.current-menu-item > a,
.site-header .menu-item.current_page_item > a,
.site-header .menu-item.current-menu-ancestor > a,
.site-header .menu-item > a:hover {
    color: #D97D0A !important;
}

/* Logo size */
.header-logo .custom-logo {
    max-height: 50px !important;
}

/* Remove parent theme content padding on homepage */
body.home .site-content {
    padding: 0 !important;
}
