.masonry-parent{
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.masonry-outer{
    margin-bottom: 47px;
}

.masonry-outer .page-nav{
    position: absolute;
    bottom: -88px;
    width: 98%;
    width: calc(100% - 1.2em - 10px);
    left: 0.6em;
}

.n-card{
    padding: 0 .6em !important;
}



.n-card .inner{
    box-shadow: 1px 4px 18px -10px black, 0 -1px 18px -10px black;
    margin-bottom: 20px;
    padding: 15px;
        display: inline-block;
}

.n-card .title{
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 9px;
    display: inline-block;
    margin-top: 8px;
    width:100%
}

.n-card .title i:first-child,
.n-card .content i:first-child{
    background: #EBEBEB;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    float: left;
    margin: 0 21px 10px 0;
}
.n-card .title i:first-child{
    color: #f87a15;
}

.n-card .content i:first-child{
    color: #79b93e;
}

.n-card .content *:not(i){
    line-height: 26px;
    font-size: 15px;
}

.n-card .social-sharer{
    float:right;
}

.n-card .meta-info{
    float:left;
}

.n-card .meta-info span{
    color: #b1b1b1;
}

.social-sharer{
    text-align: right
}

.social-sharer a{
    color: #79b93e;
    margin: 0 7px;
    font-size: 17px;
    opacity:0.5;
    transition:0.3s all ease
}
.social-sharer a:hover{
    opacity:1
}
