﻿/*
Theme Name: Astra Child - Dzepni Psiholog
Template: astra
Description: Custom DP styling
Version: 1.0.0
*/

/* ============================================================
   STICKY HEADER
   Header ostaje fiksiran na vrhu pri scroll-u, na svim stranicama.
   ============================================================ */

#masthead.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: inherit;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Admin bar fix - kad je WP admin bar vidljiv (logovan user),
   header treba da pocne ispod njega. */
.admin-bar #masthead.site-header {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar #masthead.site-header {
        top: 46px;
    }
}
