.post-item .post-item-description .post-meta-category, 
.post-item .post-item-description .post-meta-comments, 
.post-item .post-item-description .post-meta-date {
    font-size: 18px;
    color: #333;
    opacity: 0.75;
}

#mainMenu nav>ul>li {
white-space: nowrap;
}

@media (min-width: 992px) {
    .header-logo-center #mainMenu nav>ul:first-child,.menu-split #mainMenu nav>ul:first-child, 
.header-logo-center #mainMenu nav>ul:last-child,.menu-split #mainMenu nav>ul:last-child {
        flex-wrap: nowrap !important;
    }
header#header.header-logo-center #mainMenu-trigger {
width: unset !important;
}
}
@media (min-width: 992px) and (max-width: 1300px) {
#mainMenu nav>ul>li>a {
padding: 0 6px !important;
font-size: calc(var(--navigationsize) - 1px) !important;
}
}

.post-content.post-modern.post-content-single .post-item .post-image {
    width: 350px;
    max-width: 90vw;
    margin: auto auto;
}