﻿.wl-page-area {
    border: 0px solid #dee2e6 !important;
    border-radius: 0px;
    overflow: hidden;
    padding: unset !important;
    display: flex;
    position: relative;
}
.wp-pagenavi {
    display:flex;
    clear: both;
    text-align:left;
    padding-right:6px;
    background-color:transparent;
}

    .wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        border: 0px solid #BD6A41;
        border-top: 0px solid #BD6A41;
        border-bottom: 0px solid #BD6A41;
        padding: 7px 10px;
        margin: 0 0px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #343A40 !important;
    }

.wp-pagenavi span.no-headline {
	border: none;
}

        .wp-pagenavi a:hover {
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            color: #FFFFFF !important;
            border-top: 0px solid #772AD7;
            border-bottom: 0px solid #772AD7;
            background-color: #4D59A8 !important;
            border-radius: 0px;
            border: 0px solid #BD6A41;
            padding: 8px 10px;
        }

        .wp-pagenavi span.current {
            font-size: 14px;
            line-height: 18px;
            font-weight: 400;
            color: #FFFFFF !important;
            border-top: 0px solid #772AD7;
            border-bottom: 0px solid #772AD7;
            background-color: #4D59A8;
            border-radius: 0px;
            border: 0px solid #772AD7;
            padding: 8px 10px;
        }
/*

.wl_pages {
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #89929A;
}

    
.nav-links {
    margin-top: 15px;
}

.navarrow {
    color: #2A3C49 !important;
    font-weight: bold;
    font-size: 18px !important;
}

    */