/* ===================================================== */
/* ==== CUSTOM CSS FOR BLOG SECTION BLUNOTE ==== */
/* =================================================== */

.home .post-title, .post-title {
    height: 140px;
    overflow: hidden;
    padding: 0 1%;
}
.post-title a {
    font-family: 'Playfair Display',serif !important;
    font-size: 2.5rem !important;
}
ul.meta-info{
    padding: 0;
    font-size: 1.2rem;
    font-family: 'Playfair Display',serif !important;
}
.meta-info li {
    border-left: 1px solid #eee;
    float: left;
    list-style: none outside none;
    padding: 0 2%;
}
.meta-info li:first-child {
    border-left: none;
    padding-left:0;
}
.date-time{
    color: #bbb;
    font-weight: lighter;
    padding-left: 1%;
    text-transform: uppercase;
}
.entry-post .more {
    color: #cca94d !important;
    float: right !important;
    font-size: 1.3rem;
}
@media (max-width: 991px){
    .home .post-title, .post-title {
        height: inherit;
    }
}