/*=== Team Member style 2 ===*/
.thsn-team-style-2,
.thsn-team-style-2 .thsn-featured-wrapper img{
    -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-2.themesion-ele-team{
    position: relative;
}
.thsn-team-style-2{
    background-color: #fff;
    border-radius: 4px;
    padding: 30px 40px;
}
.thsn-team-style-2 .themesion-box-content {
   padding: 20px 30px 0;
   text-align: center;
}
.thsn-team-style-2 .thsn-featured-wrapper img{
    border-radius: 50%;
    border: 10px solid #000;
}
.thsn-team-style-2 .themesion-box-content .thsn-team-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.thsn-team-style-2 .themesion-box-team-position{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.thsn-team-style-2 .themesion-team-image-box{
    position: relative;
    overflow: hidden;
}
.thsn-team-style-2 .thsn-social-links li a:hover{
    color: #222;
}
.thsn-team-style-2 .themesion-box-social-links li a{
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.thsn-team-style-2 .themesion-box-social-links li a:hover{
    color: #fff !important;
}
.thsn-team-style-2 .themesion-box-social-links li:last-child{
    margin-bottom: 0;
}
.thsn-team-style-2 .thsn-featured-wrapper img{
	width: 100%;
}
.thsn-team-style-2 .themesion-box-social-links li a:hover {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-team-style-2 .themesion-box-social-links li a {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-team-style-2 .thsn-team-title a:hover {
	color: var(--thsn-dentiq-global-color);
}
.thsn-team-style-2:hover .themesion-box-content{
	border-bottom-color: var(--thsn-dentiq-global-color);
}
.thsn-team-style-2:hover .thsn-featured-wrapper img {
	border-color: var(--thsn-dentiq-global-color);
}
.thsn-team-style-2 .themesion-box-social-links li a:hover{
	background-color: var(--thsn-dentiq-secondary-color);
}
.thsn-team-style-2 .thsn-featured-wrapper img{
	border-color: var(--thsn-dentiq-light-bg-color);
}

[data-columns="6"] .thsn-team-style-2 .themesion-box-content,
[data-columns="5"] .thsn-team-style-2 .themesion-box-content {
	padding: 20px 10px 0;
}
[data-columns="6"] .thsn-team-style-2,
[data-columns="5"] .thsn-team-style-2 {
	padding: 30px 15px;
}

[data-columns="6"] .thsn-team-style-2 .themesion-box-social-links li a {
	height: 25px;
    width: 25px;
    font-size: 13px;
	line-height: 27px;
}