/*=== tstk-blogbox-style-3 ===*/
.tstk-blog-style-3 .themestek-box-content {
    position: relative;
    display: block;
    padding: 25px 40px 25px 38px;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
    margin-left: 35px;
}
.tstk-blog-style-3 .themestek-box-content .tstk-post-title{
    position: relative;
}
.tstk-blog-style-3 .themestek-box-content .tstk-post-title:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -70px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: var(--tstk-industrey-global-color);
}
.tstk-blog-style-3 .tstk-featured-container {
    position: relative;
}
.tstk-blog-style-3 .tstk-meta-date-wrapper {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--tstk-industrey-global-color);
    border-bottom: 3px solid var(--tstk-industrey-global-color);
    background-color: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 10px 10px 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tstk-blog-style-3 .themestek-box-content .tstk-post-title{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.tstk-blog-style-3 .tstk-meta-date-wrapper .tstk-post-date{
    font-size: 30px;
    line-height: 30px;
}
.tstk-blog-style-3 .tstk-meta-container .tstk-meta-line{
    font-size: 16px;
    line-height: 16px;
    color: var(--tstk-industrey-global-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
}
.tstk-blog-style-3 .tstk-meta-line a{
    color: var(--tstk-industrey-global-color);
}
.tstk-blog-style-3 .tstk-meta-line{
    margin: 0;
}
.tstk-blog-style-3 .tstk-meta-line:before{
    width: 0!important;
    height: 0!important;
}
.tstk-blog-style-3 .tstk-meta-line:not(:first-child) {
    margin: 0 0 0 10px;
    padding-left: 0!important;
}
.tstk-blog-style-3 .tstk-comment-wrapper {
    position:relative;
    padding-left: 20px
}
.tstk-blog-style-3 .tstk-comment-wrapper:before {
    position: absolute;
    content: '/';
    top: 0;
    left: 0;
    font-size: 14px;
    color: var(--tstk-industrey-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tstk-blog-style-3 .tstk-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50px 0 0;
}
.tstk-blog-style-3 .tstk-featured-wrapper img {
    position: relative;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tstk-blog-style-3:hover .tstk-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.tstk-blog-style-3 .tstk-post-title a:hover{
    color: var(--tstk-industrey-global-color);
}
.tstk-blog-style-3 .tstk-meta-date-wrapper span{
    display: block;
}

/*====== RTL ======*/
body.rtl .tstk-blog-style-3 .themestek-box-content {
    padding: 25px 38px 25px 40px;
    margin-left: 0px;
    margin-right: 35px;
} 
.tstk-blog-style-3 .themestek-box-content .tstk-post-title{
    position: relative;
}
body.rtl .tstk-blog-style-3 .themestek-box-content .tstk-post-title:before {
    left: inherit;
    right: -70px;
}
body.rtl .tstk-blog-style-3 .tstk-meta-date-wrapper {
    left: inherit;
    right: 35px;
    border-radius: 10px 10px 10px 0;
}
body.rtl .tstk-blog-style-3 .tstk-meta-line:not(:first-child){
    margin: 0 10px 0 0;
}
body.rtl .tstk-blog-style-3 .tstk-comment-wrapper {
    padding: 0 20px 0 0;
}
body.rtl .tstk-blog-style-3 .tstk-comment-wrapper:before{
    left: inherit;
    right: 0;
}
body.rtl .tstk-blog-style-3 .tstk-featured-wrapper{
    border-radius: 0 50px 0 0;
}
body.rtl .tstk-blog-style-3 .tstk-meta-date-wrapper{
    font-size: 15px;
}
body.rtl .tstk-blog-style-3 .themestek-box-content .tstk-post-title{
    font-size: 22px;
}