﻿
.wp-pagenavi {
    clear: both;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 14px;
}

    .wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        border: 1px solid #D6DBE2;
        border-radius: 5px;
        padding: 3px 5px;
        margin: 2px;
        color: #000000;
        font-size: 14px;
    }

        .wp-pagenavi span.no-headline {
            border: none;
        }

        .wp-pagenavi a:hover, .wp-pagenavi span.current {
            /*border-color: #000;*/
            border: 1px solid #D6DBE2;
            border-radius: 5px;
            background-color: #D6DBE2;            ;
            font-weight: 800 !important;
            font-size: 14px;
        }

        .wp-pagenavi span.current {
            font-weight: bold !important;
            font-size: 14px;
        }

.wl_pages {
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 14px;
}
