.themestek-box-team-style5 .themestek-team-icon, 
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li a {
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.14), 0 7px 30px rgba(0, 0, 0, 0.14);
}
.themestek-box-team-style5 .themestek-box-title h4 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom:0px;
}
.themestek-box-team-style5 .themestek-team-position {
	font-size: 14px;
}
.themestek-box-team-style5 .themestek-team-image-box {
	position:relative;
}
.themestek-box-team-style5 .themestek-box-content {
	text-align: left;
	position: relative;
	padding:22px 0px 25px;
}
.rtl .themestek-box-team-style5 .themestek-box-content{
	text-align: right;
}
.themestek-box-team-style5 .ts-member-social {
	position: absolute;
	right:15px;
	top: 22px;
}
.rtl .themestek-box-team-style5 .ts-member-social{
	left: 15px;
	right: inherit;
}
.themestek-box-team-style5 .ts-member-social:hover{
	height: 100%;
}
.themestek-box-team-style5 .themestek-team-icon {
	font-size: 24px;
	text-align: center;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: color .3s, background-color .3s ease, -webkit-transform .2s;
	transition: color .3s, background-color .3s ease, -webkit-transform .2s;
	-o-transition: color .3s, background-color .3s ease, -o-transform .2s;
	-moz-transition: transform .2s, color .3s, background-color .3s ease, -moz-transform .2s;
	transition: transform .2s, color .3s, background-color .3s ease;
	transition: transform .2s, color .3s, background-color .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}
.themestek-box-team-style5 .ts-member-social:hover .themestek-team-icon,
.themestek-box-team-style5 .themestek-team-icon:hover {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rtl .themestek-box-team-style5 .ts-member-social:hover .themestek-team-icon,
.rtl .themestek-box-team-style5 .themestek-team-icon:hover {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li a,
.themestek-box-team-style5 .themestek-team-icon {
	width: 34px;
	height: 34px;
	line-height: 34px;
}
.themestek-box-team-style5 .themestek-box-social-links .ts-team-social-links-wrapper ul li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: block;
	text-align: center;
	border-radius: 50%;
	width: 0px;
	height: 0px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.rtl .themestek-box-team-style5 .themestek-box-social-links .ts-team-social-links-wrapper ul li{
	left: inherit;
	right: 0;
}
.themestek-box-team-style5 .themestek-post-item .themestek-item-thumbnail{
	border-radius: 12px;
}
.themestek-box-team-style5 .ts-team-social-links li a{
	padding: 0px;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li a {
	background: #ffffff;
	font-size: 14px;
	display: block;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li {
	opacity: 1;
	width: 37px;
	height: 37px;
	top: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(5) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(6) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.themestek-box-team-style5 .ts-team-social-links-wrapper ul li:nth-child(7) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(1) {
	top: 45px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(2) {
	top:90px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(3) {
	top:135px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(4) {
	top:180px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(5) {
	top:225px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(6) {
	top:270px;
}
.themestek-box-team-style5 .ts-member-social:hover .ts-team-social-links-wrapper ul li:nth-child(7) {
	top:315px;
}
.themestek-box-team-style5 .themestek-box-title h4 a:hover,
.themestek-box-team.themestek-box-team-style5 .themestek-box-title h4 a:hover,
.themestek-box-team-style5 .themestek-team-icon {
	color: var(--tste-optico-skincolor);
}
.themestek-box-team.themestek-box-team-style5 .themestek-box-title h4 a {
	color: var(--tste-optico-secondary-darkcolor);
}