/** Heading
------------------------------------------------*/
.head_single{
    position: relative;    
    .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0px;
        letter-spacing: .5px;
        color: #5b5044;
        position: relative;
        text-transform: uppercase;
    }
}

.head_blog {
    position: relative;
    .title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0px;
        text-transform: uppercase;
        color: #444;
        position: relative;
    }
}


/** Post Meta
------------------------------------------------*/
.post-meta{
    font-size: 15px;
    font-style: italic;
    padding-bottom: 15px;
    color: #555;
    span{
        padding-right: 11px;
    }
}

/** Post Related
------------------------------------------------*/
.post-related{
    .list{
        .related_item{
            padding: 20px 0;
            border-bottom: 1px dotted #ccc;
            .blog_inner{
            
            }
        }
    }
}
