

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    color: #ff0000;
    margin: 0 20px;
    font-size: 30px;
    cursor: pointer;
    border: 0;
    padding: 0;
}

.wp-pagenavi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.wp-pagenavi a.page {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    font-weight: 400;
    cursor: pointer;
    border: 0;
    margin: 0;
}

.wp-pagenavi span.current {
    color: #fff;
    background: #ff0000;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    font-weight: 400;
    cursor: pointer;
    border: 0;
}

#wpcf7-f6831-o1 .wpcf7-response-output {
	display:none;
}