/*
 Theme Name:   Archi Child
 Theme URI:    http://archiwp.com/
 Description:  Archi Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      3.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/

/* Fix header positioning - override parent theme's static position */
header.header-desktop-nosticky:not(.header-bottom) {
    position: relative;
    z-index: 999;
    height: auto;
}

/* Offset header for WP admin bar */
.admin-bar header.header-desktop-nosticky:not(.header-bottom) {
    top: 0;
}
@media screen and (max-width: 782px) {
    .admin-bar header.header-desktop-nosticky:not(.header-bottom) {
        top: 0;
    }
}
