.navigation {      
    padding: 10px 0 30px 0;
    overflow:hidden;

    &.navigation-prev-next{
        padding: 10px 0 40px 0;
    }
    &.wp-paging-navigation a,
    &.wp-paging-navigation>span,
    .page-numbers{ 
        display:block;
        padding: 10px 14px 8px;
        margin: 0 15px 10px 0;
        color:$grey;
        font-family: $fontFamilyPTSans;
        font-size: 14px;
        line-height: $lineHieghtBase;
        font-weight: 400;
        border:2px solid $grey;
        border-radius: 4px;
        float:left;
        &.dots{
            padding: 10px 12px 8px;
            color:$grey;
            border:2px solid transparent;
        }
        &:last-child{
            margin: 0;
            
        }
    }
    a.page-numbers:hover,
        .page-numbers.current{
        background: $brandColor;
        color: #ffffff;
        border:2px solid $brandColor;

    } 
    a{        
        text-decoration: none; 
    }
}
.navigation-prev-next a,
.nav-previous a ,
.nav-prev a,
.nav-next a,
.motopress-posts-grid-load-more a{
    display: inline-block;
    padding: 10px 27px 7px 27px;
    margin-right: 25px;
    color:$grey;    
    font-family: $fontFamilyPTSans;
    font-size: 14px;
    line-height: $lineHieghtBase;
    font-weight: 700; 
    text-align: center;
    text-decoration: none; 
    text-transform: uppercase;    
    min-width: 120px;
    height: 39px;
    border-radius: 4px;    
    border: 2px solid $grey;
    &:hover{
        background: $brandColor;
        color: #ffffff;
        border-color: $brandColor;
    }
}
