.navbar {
    background:#020202 !important;
}

.entry-date.published::before {
    display:inline-block;
    padding-right:5px;
    content:"Publicerat";
}

.entry-date::before {
    display:none;
}

.entry-author, .entry-comments, .entry-categories, .cat-links {
    display:none!important;
}

.menu-item a {
    text-decoration: none;
}

.site-footer a {
    color: white;
    text-decoration:none;
}

.entry-footer {
    display:none;
}

.navbar-toggle .icon-bar {
    background-color:white !important;
}

.site-branding {
    display:none;
}

.custom-header {
    background:none;
    height: auto !important;
}

.wp-custom-header {
    height: auto !important;

}

.custom-header-media {
    padding-top:90px !important;
    position:static !important;
    display: block !important;
    height: auto !important;
}


.custom-header img {
    object-fit:contain !important;
}

.inner-wrap .entry-title {
    display:none;
}