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