/*ts-blogbox-style-3*/
.themestek-box-blog.ts-blogbox-style-3 {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 70px;
}
.ts-blogbox-style-3 span.ts-meta-line.byline,
.ts-blogbox-style-3 .themestek-box-desc{
    display: none;
}
.ts-blogbox-style-3 span.ts-meta-line.posted-on{
    padding: 10px 10px 8px ;
    background-color: var(--tste-labtechco-skincolor-dark);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ts-blogbox-style-3.themestek-box-blog .ts-entry-meta-wrapper .ts-meta-line a{
    color: #fff;
}
.ts-blogbox-style-3.themestek-box-blog .themestek-box-content {
    left: 20px;
    right: 20px;
    padding: 35px 25px 25px;
    position: absolute;
    margin-top: -30px;
    background-color: white;
}
.ts-blogbox-style-3.themestek-box-blog  .themestek-box-title h4{
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ts-blogbox-style-3 .pull-left a{
    color: var(--tste-labtechco-skincolor-dark);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
body .ts-blogbox-style-3 .pull-left a:after{
    font-size: 15px!important;
    line-height: 24px!important;
    padding-left: 20px!important;
}
body .ts-blogbox-style-3 .pull-left a:after {
    content: "\e850";
    font-family: "ts-labtechco-icons";
    font-size: 20px;
    padding-left: 10px;
    background: none !important;
    font-weight: normal;
    line-height: 22px;
    vertical-align: middle;
    float: right;
}
.ts-blogbox-style-3 .pull-left a:hover {
    color: var(--tste-labtechco-skincolor);
}
.ts-blogbox-style-3 span.ts-meta-line.posted-on {
    background-color: var(--tste-labtechco-skincolor);
}
.ts-blogbox-style-3 span.ts-meta-line.posted-on:hover {
    background-color: var(--tste-labtechco-skincolor-dark);
}