
.clearfix{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}
/* 
.blog-date{
    color: #000;
    font-size: 30px;
    width: 100%;
    position: relative;
} */

.blog-date span{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    margin: 10px 0 0;
    border-top: 1px solid;
    border-bottom: 1px solid ;
}

.blog-author{
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    clear: both;
    display: inline-block;
}
.blog-author,.blog-date span{
    border-color: rgba(0,0,0,.05);
}
.blog-author .avatar {
    border-radius: 50%;
    padding-bottom: 5px;
}
.blog-author .blog-author-name{
    color: #999;
    display: block;
}
.blog-comments a{
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}
.blog-comments i{
    font-size: 30px;
    display: inline-block;
    width: 100%;
}

.blog-details{
    min-height: 340px;
    height: auto;
}
.blog-details .blog-title h4 {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-title h4:hover{
    color: #274584;
}
.blog-description{
    margin: 0 0 15px;
    float: left;
    clear: both;
    width: 100%;
}
.blog-description p{
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 28px;
    color: #4d4d4d;
    font-size: 15px;
}
.blog-read-more{
    margin: 10px 0 30px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #274584;
    display: inline-block;
}
a.blog-read-more:hover{
    text-decoration: none;
}

a.blog-read-more:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    background: #274584;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  a.blog-read-more:hover:after { 
    width: 70px; 
    left: 0; 
  }

.blog-img{
    height: 300px;
    width: 100%;
}

.blog-details .blog-date{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-bottom: 7px;
    color: #4d4d4d;
}

.date, .comments, .author{
    display: inline-block;
}

.blog-date a{
    color: #4d4d4d;
    text-decoration: none;
}


.blog-title h4 a{
    color: #4d4d4d;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 28px;
}

.blog-title h4 a:hover{
    color: #274584;
    text-decoration: none;
}



.blog-detail-title{
    color: #274584;
    font-weight: 900;
}


.blog-description p>span{
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #4d4d4d!important;
}