.archive-banner {
    padding: 200px 0 80px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.archive-banner h1 {
    margin: 0;
    text-align: center;
    font-size: 42px;
    color: var(--white);
    padding-bottom: 14px;
}
.theme-archive {
    padding: 80px 30px;
}
.pagination {
    padding: 70px 0 0;
    text-align: center;
}
.pagination span, .pagination a {
    padding: 5px 10px;
    background: #ddd;
    color: #000 !important;
    margin: 0px 5px;
    font-weight: 700;
    text-decoration: none;
}
.pagination .current {
    color: var(--white) !important;
    background: var(--ksu-purple);
    cursor: default;
}
.no-themes-found {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}