.thsn-team-style-1,
.thsn-team-style-1 .themesion-box-social-links,
.thsn-team-style-1 .themesion-box-content{
    -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-team-style-1 .themesion-box-content{
   background-color: #fff;
   border-radius: 4px;
   margin:-30px 15px 0;
   box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
   border-bottom: 1px solid transparent;
   position: absolute;
   width: calc(100% - 30px);
   transform: translateY(0);
}
.thsn-team-style-1 .themesion-box-content {
   padding: 20px 30px 10px 25px;
   text-align: center;
}
.thsn-team-style-1 .thsn-featured-wrapper img{
   border-radius: 4px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title,
.thsn-team-style-1 .themesion-box-content .thsn-team-title a{
    color: #232323;
}
.thsn-team-style-1 .themesion-box-team-position{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
}
.thsn-team-style-1 .themesion-box-social-links{
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.thsn-team-style-1:hover .themesion-box-social-links{
    height: 32px;
    opacity: 1;
}
.thsn-team-style-1 .themesion-box-social-links .fa-share-alt{
    display: none;
}
.thsn-team-style-1 .themesion-box-content ul{
    margin: 0;
    padding: 0;
}
.thsn-team-style-1 .themesion-box-content ul li{
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.thsn-team-style-1 .themesion-box-content ul li:first-child{
    margin-left: 0;
}
.thsn-team-style-1 .themesion-box-content ul li a{
    display: inline;
    font-size: 15px;
    line-height: 15px;
}
.thsn-team-style-1:hover .themesion-box-content{
    transform: translateY(-30px);
    border-bottom-width: 3px;
}
.thsn-team-style-1 .thsn-featured-wrapper img{
	width: 100%;
}
.thsn-team-style-1.themesion-ele-team{
    position: relative;
    margin-bottom: 80px;
    padding-bottom: 60px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title a:hover,
.thsn-team-style-1 .themesion-box-content ul li a:hover,
.thsn-team-style-1 .themesion-box-team-position {
	color: var(--thsn-dentiq-global-color);
}
.single-thsn-service .thsn-team-style-1.themesion-ele-team {
    margin-bottom: 0;
    padding-bottom: 40px;
}