/*=== .thsn-service-style-7 ===*/
.thsn-service-style-7 {
	position: relative;
}
.thsn-service-style-7 .themesion-post-item {
    position: relative;
    overflow: hidden;
    display: inline-block !important;
    background-color: var(--thsn-dentiq-light-bg-color);
    border-radius: 7px;
    padding: 55px 40px 30px 30px;
    -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-service-style-7 .themesion-post-item:after  {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    right: 0;
    top: 0;
     -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;
    background-color: var(--thsn-dentiq-blackish-color) !important;
    z-index: 0;
}
.thsn-service-style-7 .themesion-box-content {
    z-index: 1;
    position: relative;
}
.thsn-service-style-7 .themesion-post-item:hover:after  {
     width: 100%;
    height: 100%;
    opacity: 1;
}
.thsn-service-style-7 .thsn-featured-wrapper {
	position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -110px;
    margin-bottom: -142px;
}
.thsn-service-style-7 .thsn-featured-wrapper img{
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	-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-service-style-7:hover .thsn-featured-wrapper img{
	transform: scale(1.15);
}
.thsn-service-style-7 .thsn-service-icon{
	font-size: 75px;
	color: var(--thsn-dentiq-global-color);
}
.thsn-service-style-7 .thsn-service-icon img{
	max-width: 22px;
	margin-bottom: 5px;
}
.thsn-service-style-7 .thsn-service-cat {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #4B535D;
}
.thsn-service-style-7 .thsn-service-cat a {
     color: #4B535D;
}
.thsn-service-style-7 .themesion-post-item:hover a {
	color: var(--thsn-dentiq-global-color);
}
.thsn-service-style-7 .themesion-box-content-inner {
    padding-left: 0px;
    padding: 0px 0 25px;
}
.thsn-service-style-7 .thsn-service-title{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 15px;
    letter-spacing: -0.78px;
}
.thsn-service-style-7 .themesion-post-item:hover .thsn-service-title a {
    color: #fff;
}
.thsn-service-style-7 a.thsn-readmore-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--thsn-dentiq-global-color);
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: -45px;
    right: -25px;
    transition: transform 0.55s ease;
    z-index: 1;
    font-size: 16px;
}
.thsn-service-style-7 .themesion-post-item:hover .thsn-readmore-btn {
  transform: rotate(90deg); /* change angle if needed */
  color: var(--thsn-dentiq-blackish-color);
  background-color: #fff;
}
.thsn-service-style-7 .thsn-service-content p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.thsn-elementor-bg-color-globalcolor .thsn-service-style-7 .themesion-post-item,
.thsn-elementor-bg-color-secondary .thsn-service-style-7 .themesion-post-item,
.thsn-elementor-bg-color-blackish .thsn-service-style-7 .themesion-post-item,
.thsn-elementor-bg-color-light .thsn-service-style-7 .themesion-post-item {
    background-color: #fff;
}
.thsn-elementor-bg-color-secondary  .thsn-service-style-7 .themesion-post-item:hover:after {
    background-color: var(--thsn-dentiq-blackish-color) !important;
}

@media (max-width: 1200px) {
    .thsn-service-style-7 .themesion-post-item {
       padding: 30px 25px 30px 25px; 
    }
    .thsn-service-style-7 .thsn-service-title {
        font-size: 22px;
        line-height: 30px;
    }
    .thsn-service-style-7 a.thsn-readmore-btn {
        top: -20px;
        right: -15px;
    }
    .thsn-service-style-7 .themesion-post-item {
        display: BLOCK ! IMPORTANT;    
    }
}

