/* tvmsBlog */
.tvmsBlog .breadcrumb{
    line-height: 1.57143;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212121;
}
.tvmsBlog .breadcrumb a:hover{
    color: #4285f4;
}
.tvmsBlog .container{
    max-width: 1000px;
}
.msht-blist-container{
    background: #eee;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
.msht-blist-container>.container{
    max-width: 1080px;
}

.msht-blist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.msht-blist>a {
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(17,19,35,.08);
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: 12px;
    white-space: normal;
    margin-bottom: 18px;
    transition: all .3s ease;
}
.msht-blist>a:hover{
    text-decoration: none
}
.msht-blist>a article>img {
    height: 130px;
    max-width: 100%;
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
}
.msht-blist>a article>h5 {
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    min-height: 41px;
    margin-top: 10px;
}
.msht-blist>a article>p {
    color: #828c99;
    line-height: 1.5;
    margin-top: 0;
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.msht-blist>a article>span {
    display: block;
    margin-top: 10px;
    color: #1b8ff2;
    text-transform: uppercase;
}
.msht-blist>a article>span::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #1b8ff2;
    background-color: #dff0ff;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

@media screen and (min-width: 64em){
    .msht-blist {
        
    }
    .msht-blist>a {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 20px;
    }
    .msht-blist>a>article>img {
        height: 182px;
    }
    .msht-blist>a>article>p {
        height: 78px;
    }
}
@media screen and (max-width: 64em){

    .msht-blist {
        grid-template-columns: 1fr;
    }
    .msht-blist>a {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 1rem;
    }
    .msht-blist>a article>img{
        border-radius: 0;
        height: 150px;
    }
    .msht-blist>a article>h5{
    	min-height: unset
    }
}
/*  */
/* tvmsBlogSingle */

.tvmsBlogSingle header.page-title-bar {
    margin: 0px auto;
    display: block;
    overflow: hidden;
}

.tvmsBlogSingle h1{
    line-height: 1.17857;
    font-size: 1.75rem;
    letter-spacing: -.5px;
    color: #202124;
    font-weight: 400;
}
.tvmsBlogSingle .post-image>img {
    width: 100%;
    object-fit: cover;
}
.tvmsBlog .blog-post .bbWrapper{
    margin: 0px auto;
    max-width: 800px;
}
.bbWrapper>*, .bbWrapper p, .bbWrapper h2, .bbWrapper h3 {
    max-width: 600px;
    margin: 20px auto;
    font-size: 16px;
    color: #202124;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: 0;
}
.bbWrapper h2, .bbWrapper h3{
    line-height: 1.25;
    font-size: 32px;
    letter-spacing: 0;
}
    
.bbWrapper>p:nth-child(1){
    margin-top: 0;
}
.tvmsBlog .bbWrapper img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.tvmsBlog .bbWrapper img.emoji {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline;
    margin: 0;
}

.tvmsBlog .bbWrapper{
    max-width: 800px;
}
.blog-post-share {
    display: flex;
    margin-bottom: 1rem
}

.blog-post-share .share-item {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}

.blog-post-share .share-item>i {
    color: #202124;
    padding: 2px;
    vertical-align: top;
    font-size: 23px;
}

@media screen and (max-width: 64em){
    .tvmsBlog header.page-title-bar {
        line-height: 1.3em;
        font-size: 30px;
        padding: 10px 0px;
        margin-bottom: 0;
    }
    .bbWrapper h2, .bbWrapper h3{
        font-size: 18px;
    }
}

@media (min-width: 64em) {
    .tvmsBlogSingle  .blog-post-meta {
        position: absolute;
        width: 180px;
        padding-top: 3px !important;
        color: #202124;
        font-size: 14px;
    }

    .blog-post-share.py-2 {
        height: 250px;
        position: fixed;
        right: 4%;
        top: 100px;
        flex-direction: column;
        justify-content: space-around;
    }

    .blog-post-share .share-item {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
}

.lightbox-wrapper .meta {
    display: none;
}