body {
    background: #000000;
    color: #0BED00;
    font-size: 1.2rem;
}

a {
    color: #ffffff;
}

a:hover {
    color: #0BED00;
}

strong {
    color: #FFF;
}

.post-meta {
    font-weight: bold;
}

.site-header {
    background: #161616;
}

header:not(.dynamic-header) {
    background: #000000;
    max-width: 100% !important;
    padding: 20px 50px;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 30%;
}

.header-inner .site-navigation-left {
    justify-content: flex-start;
}

.site-navigation-dropdown ul {
    margin-left: 25px;
}

.site-header.fixed-top {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.3s ease;
}

.site-header.fixed-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #0BED00;
    transition: width 0.6s ease;
}

.site-header.fixed-top.scrolled {
    background: #000000e8;
    border-bottom: 1px solid #000000;
}

.site-header.fixed-top.scrolled::after {
    width: 100%;
}


.page-header-content .post-tags a {
    background: #25ff00ab;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 20px;
    margin: 10px 5px;
    box-shadow: 5px 5px 10px #00000033;
}

.page-header-content .post-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.post-tag-wrapper {
    display: inline-block;
    margin: 5px;
}

.snillrik-mobile-menu-content-wrap {
    position: fixed;
    left: 100vw;
    height: 100vh;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 10000;
}

.snillrik-mobile-menu-content-wrap.open {
    left: 0vw;
    transition: all 0.3s ease-in-out;
}

.snillrik-mobile-menu-content {
    height: 100%;
    width: 100vw;
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    align-content: center;
    align-items: center;
    overflow-x: scroll;
    padding: 20px 10px;
}

.snillrik-mobile-menu-content-close {
    position: absolute;
    top: 10px;
    margin-top: 15px;
    right: 10px;
    padding: 3px 10px;
    color: #000;
    cursor: pointer;
    background: white;
    z-index: 1000;
}

/* Full-width featured image header */
.page-header-featured {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header-content {
    text-align: center;
    z-index: 1;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.page-header-featured .entry-title {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    font-size: 2rem;
}

.single-post .page-content {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .snillrik-mobile-menu-content-wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    .menu-main-menu-container {
        display: none;
    }
}