.wp-paginate * {
	font-family: "Gotham", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.wp-paginate.wpp-modern-grey a,
.wp-paginate.wpp-modern-grey .current {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 9px 13px;
    line-height: 1.42857;
    text-decoration: none;
}

.wp-paginate.wpp-modern-grey a {
    color: #337ab9;
    background-color: #fff;
}

.wp-paginate.wpp-modern-grey .current {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
    opacity:1;
}

.wp-paginate.wpp-modern-grey a:hover {
    background: #eee;
}