/*=== tstk-blogbox-style-2 ===*/ 
.tstk-blog-style-2 .themestek-box-content {
    position: relative;
    display: block;
    padding: 30px 50px 30px 40px;
    border-radius: 0 0 50px;
    margin-bottom: 35px;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 6%);
    margin-left: 30px;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.tstk-blog-style-2:hover .themestek-box-content{
    background-color: var(--tstk-industrey-blackish-bg-color);
}
.tstk-blog-style-2 .themestek-box-content .tstk-post-title{
    position: relative;
}
.tstk-blog-style-2 .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-2 .tstk-featured-container {
    position: relative;
}
.tstk-blog-style-2 .tstk-meta-date-wrapper {
    position: absolute;
    left: 30px;
    bottom: 0px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--tstk-industrey-global-color);
    padding: 8px 15px 5px 25px;
    border-radius: 50px 0 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tstk-blog-style-2 .themestek-box-content .tstk-post-title{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tstk-blog-style-2:hover .themestek-box-content .tstk-post-title a{
    color: #fff;
}
.tstk-blog-style-2 .tstk-meta-date-wrapper{
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.tstk-blog-style-2 .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-2 .tstk-meta-line a{
    color: var(--tstk-industrey-global-color);
}
.tstk-blog-style-2 .tstk-meta-line{
    margin: 0;
}
.tstk-blog-style-2 .tstk-meta-line:before{
    width: 0!important;
    height: 0!important;
}
.tstk-blog-style-2 .tstk-meta-line:not(:first-child) {
    margin: 0 0 0 10px;
    padding-left: 20px!important;
    position: relative;
}
.tstk-blog-style-2 .tstk-meta-line:not(:first-child):before {
    position: absolute;
    content: '/'!important;
    top:0!important;
    left: 0!important;
    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-2 .tstk-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50px 0 0;
}
.tstk-blog-style-2 .tstk-post-title a:hover{
    color: var(--tstk-industrey-global-color);
}

/*===== RTL =====*/
body.rtl .tstk-blog-style-2 .themestek-box-content{
    border-radius: 0 0 0 50px;
    margin-left: inherit;
    margin-right: 30px;
    padding: 30px 40px 30px 50px;
}
body.rtl .tstk-blog-style-2 .themestek-box-content .tstk-post-title:before{
    left: inherit;
    right: -70px;
}
body.rtl .tstk-blog-style-2 .tstk-meta-date-wrapper {
    left: inherit;
    right: 30px;
    padding: 8px 25px 5px 15px;
    border-radius: 0 50px 0 0;
}
body.rtl .tstk-blog-style-2 .tstk-meta-line:not(:first-child){
    margin: 0 10px 0 0;
    padding-left: inherit;
    padding-right: 20px!important;
}
body.rtl .tstk-blog-style-2 .tstk-meta-line:not(:first-child):before{
    left: inherit;
    right: 0;
}
body.rtl .tstk-blog-style-2 .tstk-featured-wrapper{
    border-radius: 0 50px 0 0;
}
body.rtl .tstk-blog-style-2 .themestek-box-content .tstk-post-title{
    font-size: 22px;
}