/*  blog detail starts  */

.cursor_pointer {
    cursor: pointer;
}

.blog_detail .whatapp {
    color: #46c655;
}

.blog_detail .fb {
    color: #1877f2;
}

.blog_detail .twitter {
    color: #1da1f3;
}

.blog_detail .mail {
    color: #d93025;
}

.blog_detail .tab-post {
    padding-bottom: 20px;
    margin: 0 0 20px 0;
    border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}

.blog_detail .tab-post a {
    color: #666;
    text-decoration: none;
}

section.dark .tab-post a {
    color: #ddd;
}

.blog_detail .text-wrap {
    word-break: break-word;
}

.blog_detail .mx-2 {
    margin-left: 2px;
    margin-right: 2px;
}

.blog_detail .tab-post small {
    display: block;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .blog_detail .nav-tabs li {
        display: inline-block;
        float: left;
    }
}

/*  blog detail end  */