.pagination.active {
    background: #f9f9f9 !important;
    color: #272e4f !important;
    border: 1px solid #272e4f !important;
}

.pagination {
    background: #272e4f;
    border-radius: 0.25rem !important;
    color: white !important;
    border-color: #272e4f;
    cursor: pointer;
}

.page_button {
    color: #ff5656;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffd6d6;
    background: white;
    cursor: pointer;
}

.sermons h3 a {
    font-size: 0.7em;
}

.sermons .text span.position {
    font-weight: 400;
    color: #5a5050 !important;
    margin-bottom: 15px;
    display: block;
}