/*
 Theme Name:   Generik Child
 Theme URI:    https://staging.birtingur.is
 Description:  Generik Child Theme
 Author:       Sumon Islam
 Author URI:   https://github.com/sumonst21
 Template:     generik
 Version:      2.0.6
 Tags:         api, wordpress, membership, wordpress-child-theme, subscriptions, payment-gateway, paid-subscriptions, light, dark, responsive-layout, accessibility-ready
 Text Domain:  generik-child
*/

/* Reduce header blank navigation space for more compact header */
.jl_topa_blank_nav {
    height: 40px !important;
}

.jl_top_blank_nav {
    height: 35px !important;
}

.jl_blank_nav {
    min-height: unset !important;
}

/* Additional adjustment for when sticky menu is active */
.jl_menu_sticky.jl_sticky + .content,
.jl_topa_menu_sticky.jl_sticky + .content {
    margin-top: -15px;
}