/*
Theme Name: Fluxus Child PHP 8.3 Compat
Description: Compatibility child theme for Fluxus 1.1.x on modern WordPress/PHP.
Template: fluxus
Version: 13.0.0
Text Domain: fluxus-child
*/

/*
 * Fluxus 1.1.x enqueues get_stylesheet_uri() as its main "style" handle.
 * With a child theme active that URI is this file, so load the parent CSS here.
 */
@import url("../fluxus/style.css");

/* Do not change Fluxus' original geometry globally. Only keep the header visible. */
#header,
#header hgroup,
#header .site-navigation,
#header .primary-navigation,
#header .secondary-navigation {
    visibility: visible !important;
    opacity: 1 !important;
}

#header {
    display: block !important;
    z-index: 1000;
}
