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

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

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

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

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

.blgtyp5 .blgtyp5-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%);
}

.blgtyp5 .omega {
    background: rgba(255, 255, 255, 0.97);
    overflow: hidden;
    padding: 51px 39px;
    transform: translate(0, -50%);
    position: absolute;
    right: 0;
    max-width: 60%;
    top: 50%;
    z-index: 3;
}

.blgtyp5.has-no-thumbnail .omega {
    position: relative;
    transform: none;
    padding: 0;
}

.blgtyp5.format-audio .alpha:hover,
.blgtyp5.format-gallery .alpha:hover,
.blgtyp5.format-video .alpha:hover {
    z-index: 9;
    position: relative;
}

.blgtyp5 .postmetadata,
.blgtyp5 .postmetadata h6 {
    background-color: transparent;
    text-align: left;
    padding: 0;
}

.blgtyp5 .postmetadata {
    margin-top: 26px;
    margin-bottom: 14px;
}

.blgtyp5 .postmetadata h6 {
    font-size: 12px;
}

.blgtyp5 .postmetadata h6 i {
    font-size: 15px;
    vertical-align: text-bottom;
    padding: 0;
    padding-right: 4px;
}

.blgtyp5 .postmetadata h6,
.blgtyp5 .postmetadata h6 i {
    color: #a1a1a1;
}

.blgtyp5 h3.post-title {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 11px;
}

.blgtyp5 h3.post-title a {
    color: #121212;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.blgtyp5 .omega p,
.blgtyp1 .blgtyp1-contnet p {
    color: #818181;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.blgtyp5 .omega .blgtyp5-author img {
    border-radius: 50%;
    margin-right: 7px;
}

.blgtyp5 .omega .blgtyp5-author a {
    color: #adadae;
    font-weight: 500;
    line-height: 1.2;
}

.blgtyp5 {
    padding: 20px 0;
    overflow: hidden;
}

.blgtyp5 .alpha {
    z-index: 2;
    float: none;
    max-width: 550px;
}

.blgtyp5 .blgtyp5-contnet {
    overflow: hidden;
}

.blgtyp5 .blgtyp5-contnet .post-meta-data {
    margin-bottom: 20px;
}

@media(min-width:768px) and (max-width:1200px) {

    #wrap .blgtyp5 .blgtyp5-contnet .post-meta-data .blog-date,
    #wrap .blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat {
        display: block !important;
        clear: both !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width:768px) and (max-width:959px) {
    .blgtyp5 .omega p {
        font-size: 0px;
        opacity: 0;
        color: transparent;
    }
}

@media (max-width:767px) {
    .blgtyp5 h3.post-title {
        font-size: 20px;
    }

    .blgtyp5 .omega {
        background: #fff;
        padding: 5%;
        position: static;
        transform: translate(0, -13%);
        max-width: 88%;
        margin: 0 auto;
        z-index: 33333;
    }

    .blgtyp5 {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .blgtyp5 h3.post-title {
        font-size: 20px;
    }

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

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

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

    .blgtyp5 .omega p {
        font-size: 14px;
    }
}