.thsn-element-blog-style-2 .thsn-element-posts-wrapper.row .thsn-ele{
    margin-bottom:  0;
}
.thsn-blogbox-style-2 .post-item{
    margin-bottom: 25px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
}
.thsn-blogbox-style-2 .post-item .thsn-featured-container{
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
}
.thsn-blogbox-style-2 .thsn-featured-wrapper img {
    border-radius: 4px;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-blogbox-style-2 .post-item .themesion-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.thsn-blogbox-style-2 .themesion-box-content{
    padding-top: 20px;
    padding-right: 25px;
}
.thsn-blogbox-style-2 .post-item .thsn-post-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.thsn-blogbox-style-2 .thsn-meta-container{
    margin-bottom: 5px;
    font-size: 16px;
}
.thsn-blogbox-style-2 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #a0a9b6;
}
.thsn-blogbox-style-2 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #eeeeee;
    transition: all 0.2s ease 0s;
    -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;
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:after{
    background-color: #000;
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:before{
    width: 100%;
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:after {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-2 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-2 .post-item .thsn-meta-container,
.thsn-blogbox-style-2 .post-item .thsn-meta-container a{
	color: var(--thsn-dentiq-global-color);
}
[data-columns="4"] .thsn-blogbox-style-2 .post-item,
[data-columns="5"] .thsn-blogbox-style-2 .post-item,
[data-columns="6"] .thsn-blogbox-style-2 .post-item {
	display: block !important;
}
[data-columns="4"] .thsn-blogbox-style-2 .post-item .thsn-featured-container,
[data-columns="5"] .thsn-blogbox-style-2 .post-item .thsn-featured-container,
[data-columns="6"] .thsn-blogbox-style-2 .post-item .thsn-featured-container {
    width: 100%;
    margin-right: 0;
}