body:not(.home) .site-header-main, body:not(.home) .site-header-main + .line {
display: none !important;
} article {
visibility: visible !important;
opacity: 1 !important;
} 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 { }
}
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;
}
}