/*
Theme Name: Carlife365
Version: 1.0
Template: walburg
Text Domain: walburg
*/

/* Hide site header logo on all pages except the front page */
body:not(.home) .site-header-main, body:not(.home) .site-header-main + .line {
    display: none !important;
}

/* Fix after having disabled scrollreveal.js */
article {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Show logo in header */
body.home a#site-header-logo-link {
    display: none !important;
}

@media (max-width: 908px) {
    body:not(.home) a#site-header-logo-link {
        display: none;
    }

    body:not(.home) #main-content.site-content {
        /*margin-top: 0;*/
    }
}

body.home .site-title-mobile:not(.visibile) img {
    display: none !important;
}

@media (min-width: 909px) {
    body:not(.home) nav#site-navigation {
        display:table !important;
    }

    body:not(.home) a#site-header-logo-link {
        display: table-cell;
        outline-offset: inherit;
        padding: inherit;
        white-space: inherit;
        line-height: inherit;
        padding-left: 12px;
    }

    body:not(.home) img#cl-site-header-logo {
        width: 50px;
        height: auto;
        padding-top: 6px;
    }

    body:not(.home) div.menu-hovedmenu-container {
        display: table-cell !important;
    }
}
