@charset 'utf-8';

/*
Theme Name: Aptiro Imports
Description: Site
Author: Site
version: 1.0
*/


/*formatação da paginação*/

.wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    border: none;
}

.wp-pagenavi .previouspostslink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #303030;
    font-size: 16px;
}

.wp-pagenavi .previouspostslink:hover {
    color: #303030;
}

.wp-pagenavi a.nextpostslink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e4e4e4 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #303030;
    font-size: 16px;
}

.wp-pagenavi a.nextpostslink:hover {
    color: #303030;
}

.wp-pagenavi a {
    border: none !important;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    margin: 0 10px;
}

.wp-pagenavi a:hover {
    color: #bf0811;
}

.wp-pagenavi .current {
    font-weight: 500;
    cursor: default;
    color: #303030;
    border: none !important;
}