/*
 * => Base Listings
 */
.posts-listing{
    margin-bottom: 30px;
}
.listing-item{
    position: relative;
}
.listing-item .post-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #363636;
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.listing-item .post-title a {
    color: #363636;
    text-decoration: none;
}
.listing-item .post-meta{
    margin-top: 15px;
    font-size: 12px;
}
.listing-item .post-meta .post-date .fa{
    margin-right: 3px;
}
.listing-item a.post-read-more{
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #363636;
    text-decoration: none;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
    padding: 0 13px;
    border-radius: 33px;
    display: inline-block;
    line-height: 24px;
}
.listing-item a.post-read-more .fa {
    margin-left: 3px;
}
.listing-item a.post-read-more:hover {
    border-color: transparent;
    color: #fff;
}
.listing-item .post-excerpt {
    color: inherit;
    font-family: 'Lato',sans-serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4;
}
.listing-item .post-excerpt p:last-child{
    margin-bottom: 0;
}
