/*******************************************************

    ██╗  ██╗███████╗ █████╗ ██████╗ ███████╗██████╗
    ██║  ██║██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗
    ███████║█████╗  ███████║██║  ██║█████╗  ██████╔╝
    ██╔══██║██╔══╝  ██╔══██║██║  ██║██╔══╝  ██╔══██╗
    ██║  ██║███████╗██║  ██║██████╔╝███████╗██║  ██║
    ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝

 *******************************************************/

header {
    position: relative;
}

 header#sticky-header {
    text-align: center;
 }

     header#sticky-header .panel {
        background: var(--color-white);
     }


    .responsiville-mobimenu-burger,
    .responsiville-mobimenu-burger:focus,
    .responsiville-mobimenu-burger:hover {
        font-size: 3.2rem;
        margin-top: 1rem;
    }

    /* Logo */

    .header-logo {
    }

        .header-logo a,
        .header-logo h1 {
            line-height: 1;
            font-size: 2rem;
            padding: 0 !important;
            margin: 0 !important;
            text-align: left;
        }

        .laptop .header-logo a,
        .laptop .header-logo h1 {
            text-align: center;
        }

        .header-logo img {
            margin: 1rem auto -1.5rem auto;
        }

        .laptop .header-logo img {
            transition-property: max-height;
            margin: 0 auto -2rem auto;
            width: 350px;
        }





    /* WordPress admin bar more discreet */

    body.logged-in {
        margin-top: -46px;
    }

    #wpadminbar {
        width: 37px;
        overflow: hidden;
        min-width: auto;
        transition-property: width, border-radius;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }

    #wpadminbar:hover {
        width: 100%;
        border-radius: 0;
    }