/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


#menu-main-menu {
    nav-gap: 30px !important;
}

/* Hide admin bar for logged-out users only */
body:not(.logged-in) #wpadminbar {
    display: none !important;
}

/* Prevent the body top offset WP adds for admin bar when logged out */
body:not(.logged-in).admin-bar {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

