/*=== thsn-blogbox-style-1 ===*/ 

.thsn-blog-style-1 .thsn-featured-wrapper:before,
.thsn-blog-style-1 .thsn-featured-wrapper img,
.thsn-blog-style-1 .post-item{ 
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.thsn-blog-style-1 .themesion-box-content{
    padding: 25px 29px 0px 30px;
    position: relative;
    background:  var(--thsn-logisto-white-color);
    margin-top: -25px;
    margin-left: 30px;
    z-index: 2;
}
body.rtl .thsn-blog-style-1 .themesion-box-content{
    margin-left: 0px;
    margin-right: 30px;
}
.thsn-blog-style-1 .themesion-box-content .thsn-post-title{
    font-size: 24px;
    line-height: 30px;
    padding-right: 15px;    
    margin-bottom: 15px;
}
body.rtl .thsn-blog-style-1 .themesion-box-content .thsn-post-title{
    padding-left: 15px;
    padding-right: 0px;
}
.thsn-blog-style-1 .thsn-meta-date-wrapper{
    position: absolute;
    left: -55px;
    top: 80px;
    display: inline-block;
    transform: rotate(-90deg);
}
body.rtl .thsn-blog-style-1 .thsn-meta-date-wrapper{
    left: inherit;
    right: -55px;
    transform: rotate(90deg);
}
.thsn-blog-style-1 .thsn-meta-date-wrapper span{
    font-weight: 400!important;
}
.thsn-blog-style-1 .thsn-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
}
.thsn-blog-style-1 .thsn-featured-wrapper img{
    position: relative;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.thsn-blog-style-1:hover .thsn-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.thsn-blog-style-1 .thsn-service-btn a:hover,
.thsn-blog-style-1 .thsn-post-title a:hover{
    color: var(--thsn-logisto-global-color);
}
body.rtl .thsn-blog-style-1 .thsn-service-btn a:hover{
    margin-right: 33px;
}
.thsn-blog-style-1 .thsn-service-btn a{
    position: relative;
}
body.rtl .thsn-blog-style-1 .thsn-service-btn a{
    margin-right: 10px;
}
.thsn-blog-style-1 .thsn-featured-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.thsn-blog-style-1:hover .thsn-featured-wrapper:before{
    box-shadow: inset 0 0 160px 40px rgba(16,16,16,50%);
    -moz-box-shadow: inset 0 0 160px 40px rgba(16,16,16, 50%);
    -webkit-box-shadow: inset 0 0 50px 70px rgba(16,16,16, 50%);
}
.thsn-blog-style-1 .thsn-meta-line a,
.thsn-blog-style-1 .thsn-meta-line{
    color: var(--thsn-logisto-global-color);
    font-weight: 600!important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;

}
.thsn-blog-style-1 .themesion-box-desc{
    margin-bottom: 15px;
}
