/*=== ts-blogbox-style-1 ===*/
.thsn-blogbox-style-1 {
    margin-bottom: 30px;
}
.thsn-blogbox-style-1 .thsn-featured-container{
    position: relative;
}
.thsn-blogbox-style-1 .thsn-meta-category{
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    position: absolute;
    bottom: -14px;
    right: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 7;
    border-radius: 15px;
}
.thsn-blogbox-style-1 .thsn-meta-category a{
    color: #fff;
}
.thsn-blogbox-style-1 .thsn-featured-wrapper img{
    border-radius: 8px;
    box-shadow: 0 30px 50px rgba(0,0,0,.08);
}
.thsn-blogbox-style-1 .themesion-box-content{
    padding-top:30px;
}
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title{
    font-size: 22px;
    line-height: 28px;
}
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title a{
    color: #222
}
.thsn-blogbox-style-1 .thsn-meta-container{
    margin-bottom: 10px;
    font-size: 16px;
}
.thsn-blogbox-style-1  .themesion-box-desc{
    margin-top: 15px;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a0a9b6;
    letter-spacing: 1px;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line i{
    display: none;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line:last-child:after{
    display: none;
}
.thsn-blogbox-style-1 .thsn-meta-container .thsn-meta-line:first-child{
    margin-left: 0;
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3{
    background-color: transparent !important;
    color: #000;
    padding: 0;
    font-weight: bold;
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3:after{
    font-family: "themesion-base-icons";
    content: '\e814';
    font-size: 15px;
    margin-left: 5px;
}
.thsn-blogbox-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
.thsn-blogbox-style-1 .themesion-icon-box,
.thsn-blogbox-style-1 .thsn-featured-wrapper:before,
.thsn-blogbox-style-1 .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-1 .post-item .thsn-read-more-link a:before,
.thsn-blogbox-style-1 .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-1 .post-item .thsn-read-more-link a:after{
    background-color: #000;
}
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:before{
    width: 100%;
}
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:after,
.thsn-blogbox-style-1 .thsn-meta-category {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3:hover,
.thsn-blogbox-style-1 .thsn-meta-link a,
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title a:hover,
.thsn-blogbox-style-1 .post-item .thsn-read-more-link a:before {
	color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-1{
	border-bottom-color: var(--thsn-dentiq-global-color);
}
.thsn-blogbox-style-1 .themesion-box-content .vc_general.vc_btn3,
.thsn-blogbox-style-1 .themesion-box-content .thsn-post-title a {
	color: var(--thsn-dentiq-blackish-color);
}