.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat {
    position: relative;
    padding-left: 20px;
    float: left;
    margin-right: 9px;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat a,
.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date {
    vertical-align: middle;
    font-size: 13px;
    color: #222;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat a:hover {
    text-decoration: underline;
}

.blgtyp1 .blgtyp1-contnet .post-title {
    font-size: 31px;
    margin-bottom: 26px;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date {
    overflow: hidden;
    clear: right;
    padding-left: 30px;
    position: relative;
    line-height: 28px;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #222;
    left: 0;
    top: 50%;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat .category-color {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.blgtyp1.blog-post a:active {
    z-index: 1;
}

.blog-post.blgtyp1.post-no-image .blgtyp1-contnet {
    margin-bottom: 0;
    transform: translate(0, 0);
    margin: 0;
}

.blog-post.blgtyp1.latest-b21.post-no-image .latest-b21-cont {
    margin-top: 0;
}

.blog-post.blgtyp1.latest-b21.post-no-image .blog-inner {
    padding-top: 40px;
}

.blgtyp1.blog-post img.full {
    width: 100%;
}

.blgtyp1 .blgtyp1-contnet .post-meta-data,
.blgtyp1 .blgtyp1-contnet .blog-author {
    margin-bottom: 20px;
}

.blgtyp1 .blgtyp1-contnet {
    width: 80%;
    background: #fff;
    display: inline-block;
    padding: 4% 5% 2%;
    margin-left: 50%;
    z-index: 99;
    overflow: hidden;
    position: relative;
    margin-bottom: -6%;
    transform: translate(-50%, -25%);
}

.blgtyp1.has-no-thumbnail .blgtyp1-contnet {
    transform: none;
    margin-left: 0;
}

#wrap .blgtyp1.blog-post .blog-comments a {
    display: block;
    padding: 8px 0;
    font-style: normal;
    font-size: 12px;
    margin: 0 5px;
    font-weight: 400;
}

.blgtyp1.blog-post .wpb_gallery.wpb_content_element,
.blgtyp1.blog-post .fluid-width-video-wrapper {
    margin-bottom: 40px
}

.blgtyp1.blog-post h6 a:hover {
    color: #437df9;
}

@media (max-width: 991px) {

    .blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat,
    .blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date {
        display: block;
        width: 100%;
        float: none;
    }

    .blgtyp1 .blgtyp1-contnet .post-title {
        font-size: 25px;
    }
}

@media(max-width: 480px) {

    .blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat {
        float: none;
    }

    .blgtyp1 .blgtyp1-contnet .post-title {
        font-size: 20px;
    }

    .blgtyp1 .blgtyp1-contnet .blog-author {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .blgtyp1 .blgtyp1-contnet p {
        font-size: 14px;
    }

    .blgtyp1 .blgtyp1-contnet {
        transform: translate(-50%, -15%);
        width: 88%;
    }
}