  /*a.page-num.page-num-current{
    font-size: 14px;
    line-height: 30px;    
    padding: 10px;
    margin:0px 10px;
    color: #fff;
    background: #1b4fd7;
    border-radius: 25%;
    }
    nav.woocommerce-pagination{
            margin-bottom: 5px;
    }*/
    .blog-posts .blog-post_title>a{
        font-weight:700;
        font-size: 24px;
        line-height: 26px;
    }
        span.page-status,span.page-pre,span.page-index,span.page-last,span.page-next{
    display: none;
    }

    .page-numbar a:first-child{
        margin-left: 0;
    }
    a.page-num{
         margin: 0 5px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        height: 38px;
        width: 38px;
        line-height: 38px;
        font-size: 16px;
        font-weight: 700;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        padding: 0;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        text-align: center;
        border: 1px solid #e6e6e6;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        }
    a.page-num.page-num-current,a.page-num:hover{
        color: #fff;
        cursor: default;
        background: #0c5adb;
        border-color: #0c5adb;
    }
    h3.blog-post_title{
    	line-height: 30px;
    }