.thsn-element-blog-style-6 .thsn-element-posts-wrapper.row .thsn-ele{
    margin-bottom:  0;
}
.thsn-blogbox-style-6 .post-item{
    margin-bottom: 20px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: normal;
}
.thsn-blogbox-style-6 .post-item .thsn-featured-container{
    width: 150px;
    flex-shrink: 0;
    margin-right: 30px;
}
.thsn-blog-group-bottom .thsn-blogbox-style-6 .post-item .thsn-featured-container {
    display: none;
}
.thsn-blogbox-style-6 .post-item .thsn-featured-container {
    width: 50%;
    flex-shrink: 0;
    margin-right: 18px;
    border-radius: 7px;
}
.thsn-blogbox-style-6 .thsn-featured-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}
.thsn-blogbox-style-6 .thsn-featured-wrapper img {
    border-radius: 7px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.thsn-blogbox-style-6:hover .thsn-featured-wrapper img{
	transform: scale(1.10);
}
.thsn-blogbox-style-6 .post-item .themesion-box-desc {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.thsn-blogbox-style-6 .themesion-box-content{
    padding: 50px 35px 35px;
    width: 50%;
    background-color: var(--thsn-dentiq-light-bg-color);
    border-radius: 7px;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-areas: "content" "bottom";
}
.thsn-blogbox-style-6 .post-item .thsn-post-title{
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -1.02px;
}
.thsn-blogbox-style-6 .thsn-meta-container{
    margin-bottom: 0;
    font-size: 16px;
    padding-top: 18px;
    border-top: 1px solid #D7E9EF;
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line.thsn-meta-author-wrapper a {
    color: var(--thsn-dentiq-blackish-color);
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 8px;
    padding-right: 18px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--thsn-dentiq-blackish-color);
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line {
    position: relative;
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    right: 0;
    border-radius: 50%;
    background-color: var(--thsn-dentiq-global-color);
}
.thsn-blog-group-top .thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line:first-child::after {
    background-color: var(--thsn-dentiq-blackish-color);
}
.thsn-blogbox-style-6 .thsn-meta-container .thsn-meta-line:last-child:after {
    display: none;
}
.thsn-blogbox-style-6 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-6 .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-6 .post-item .thsn-read-more-link a:after{
    background-color: #000;
}
.thsn-blogbox-style-6 .post-item .thsn-read-more-link a:before{
    width: 100%;
}
.thsn-blogbox-style-6 .post-item .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.thsn-blogbox-style-6 .post-item .thsn-read-more-link a:after {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-6 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-6 .post-item .thsn-meta-container,
.thsn-blogbox-style-6 .post-item .thsn-meta-container a{
	color: var(--thsn-dentiq-global-color);
}
.col-md-4.col-lg-4.col-xl-4.thsn-blog-group-bottom {
    padding-right: 10px;
    padding-left: 10px;
}
.thsn-blog-group-bottom .thsn-blogbox-style-6 .themesion-box-content{
    width: 100%;
    min-height: 300px;
}
.thsn-blog-group-bottom .thsn-blogbox-style-6 .post-item .thsn-post-title {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.78px;
}
.thsn-blog-group-bottom  .thsn-blogbox-style-6 .themesion-box-content {
    padding: 40px 35px 30px;
}
.thsn-blog-group-bottom  .thsn-blogbox-style-6 .thsn-meta-author-wrapper.thsn-meta-line {
    display: none;
}

.thsn-elementor-bg-color-secondary .thsn-blogbox-style-6 .themesion-box-content,
.thsn-elementor-bg-color-blackish .thsn-blogbox-style-6 .themesion-box-content,
.thsn-elementor-bg-color-globalcolor .thsn-blogbox-style-6 .themesion-box-content,
.thsn-elementor-bg-color-light .thsn-blogbox-style-6 .themesion-box-content {
    background-color: #fff;
}

@media (max-width: 991px){
    .thsn-blogbox-style-6 .themesion-box-content {
        padding: 30px 25px 30px;
    }
    .thsn-blogbox-style-6 .post-item .thsn-post-title {
        font-size: 28px;
        line-height: 38px;
    }
    .thsn-blog-group-bottom .thsn-blogbox-style-6 .themesion-box-content {
        padding: 30px 25px 25px;
    }
    .thsn-blog-group-bottom .thsn-blogbox-style-6 .post-item .thsn-post-title {
        font-size: 20px;
        line-height: 28px;
    }
    .thsn-blog-group-bottom .thsn-blogbox-style-6 .themesion-box-content {
        width: 100%;
        min-height: 250px;
    }
}

@media (max-width: 767px){
    .thsn-blogbox-style-6 .post-item {
        display: block !important;
    }
    .thsn-blogbox-style-6 .post-item .thsn-featured-container {
        width: 100%;
        border-radius: 7px 7px 0 0;
        margin-right: 0;
    }
    .thsn-blogbox-style-6 .themesion-box-content {
        width: 100%;
        border-radius: 0 0 7px 7px;
    }
    .thsn-element-blog-style-6 .thsn-heading-subheading {
        margin-bottom: 40px;
    }
    .thsn-blogbox-style-6 .post-item .thsn-post-title {
        font-size: 24px;
        line-height: 32px;
    }
}