.post_img {
    width: 100%;
    height: auto;
}
.single-blog-item {
    border: 1px solid #dfdede;
    box-shadow: 2px 5px 10px #dfdede;
    margin: 15px auto;
    padding: 5px;
    position: relative;
}
.blog-content {
    padding: 15px;
}
.blog-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-content h4 a{
    color:#777;
    text-decoration: navajowhite;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-content p{
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3333;
}
.blog-date{
}
.blog-date {
    position: absolute;
    background: #d6ae57;
    top: 35px;
    left: 5px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}
.more-btn {
    background: #d6ae57;
    border-radius: 2px;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 30px auto auto auto;
    text-align: center;
    width: 110px;
    color: #f1f1f1;
}
