.thsn-blogbox-style-3 {
    margin-bottom: 50px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.thsn-blogbox-style-3 .thsn-featured-container{
    position: relative;
}
.thsn-blogbox-style-3 .thsn-meta-category{
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    border-radius: 15px;
}
.thsn-blogbox-style-3 .thsn-meta-category a{
    color: #fff;
}
.thsn-blogbox-style-3 .themesion-box-content{
    padding: 30px 25px;
    background: #fff;
}
.thsn-blogbox-style-3 .themesion-box-content .thsn-post-title{
    font-size: 22px;
    line-height: 26px;
}
.thsn-blogbox-style-3 .thsn-meta-container{
    margin-bottom: 0;
    font-size: 16px;
    border-top: 1px solid #e7edf3;
    padding-top: 20px;
}
.thsn-blogbox-style-3  .themesion-box-desc{
    margin-top: 20px;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line:first-child {
    margin-left: 0;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    color: #a0a9b6;
}
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line a{
    color: #a0a9b6;
}

.thsn-blogbox-style-3 .themesion-icon-box,
.thsn-blogbox-style-3 .thsn-featured-wrapper:before,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-3 .thsn-featured-wrapper{
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.thsn-blogbox-style-3 .thsn-featured-wrapper img {
	width: 100%;
}
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-3 .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-3 .post-item .thsn-read-more-link a:after{
    background-color: #000;
}
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:before{
    width: 100%;
}
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.thsn-blogbox-style-3 .post-item a.more-link:before,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:before{
	color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-3 .thsn-meta-category {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a:after {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-3 .thsn-meta-link a,
.thsn-blogbox-style-3 .thsn-meta-container .thsn-meta-line i,
.thsn-blogbox-style-3 .post-item .thsn-read-more-link a {
	color: var(--thsn-dentiq-global-color);
}

[data-columns="6"] .thsn-blogbox-style-3 .themesion-box-content .thsn-post-title {
    font-size: 18px;
    line-height: 24px;
}
[data-columns="6"] .thsn-blogbox-style-3 .thsn-meta-category {
	top: 15px;
    right: 15px;
	padding: 5px 15px;
	font-size: 11px;
    line-height: 16px;
}
[data-columns="6"] .thsn-blogbox-style-3 .themesion-box-content {
    padding: 24px 20px;
}