.avatar-1 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.entry-content p {text-indent: 2em;}
.entry-title {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}
.entry-title:after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #999;
    content: "";
    border-radius: 2px;
}
.readall_box {
    position: relative;
    z-index: 1;
    padding: 0 0 25px;
    margin-top: -200px;
    text-align: center;
}
.readall_box .read_more_mask {
    height: 200px;
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))
}
.read_more_btn{
    cursor:pointer;
    font-size: 16px;
    color: #de686d;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #de686d;
    line-height: 30px;
    padding:5px 10px;
}
.read_more_btn:hover{
    background:#de686d;
    color:#fff;
}
