.site-content .ast-container {
    max-width: 1140px;
}

.ast-archive-description .ast-archive-title {
    font-size: 2rem;
    font-weight: 400;
}

.entry-header .entry-title {
    font-size: 22px;
    line-height: 26px;
    color: #555;
}

.entry-header .entry-meta {
    display: none;
}

.entry-content {
    font-size: 15px;
    line-height: 22px;
    color: #888888;
}

.entry-content .read-more a {
    display: inline-block;
    background: #555;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
}

.entry-content .read-more a:hover {
    background: #000;
}

.ast-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ast-pagination .page-numbers.current {
    background: #000;
    border-color: #333;
    border-radius: 0;
}

.ast-pagination .page-numbers {
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #333;
    padding: 7px 10px !important;
    margin: 0 2.5px !important;
}

.ast-pagination .page-numbers:hover {
    background: #000;
    color: #fff;
}

.ast-pagination .prev.page-numbers,
.ast-pagination .next.page-numbers {
    width: auto;
    font-size: 14px;
    line-height: 1.2;
    height: auto;
    padding: 7px 10px;
}

@media (max-width: 922px) {
    #primary {
        margin-bottom: 100px;
    }
    
    #secondary {
        margin: 50px 0;
    }
}