/*=== Team Member style 4 ===*/
.cspt-team-style-4,
.cspt-team-style-4 .creativesplanet-box-social-links li a,
.cspt-team-style-4 .creativesplanet-box-social-links,
.cspt-team-style-4 .creativesplanet-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);
}
.cspt-team-style-4.creativesplanet-ele-team {
	position: relative;
	background-color: var(--cspt-emphires-white-color);
	border-radius: 6px;
	box-shadow: 0px 0px 24px 0px rgba(26, 47, 106, 0.07);
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom: 3px solid;
	transform: translateY(0);
	border-color: var(--cspt-emphires-global-color)!important;
}
.cspt-team-style-4:hover {
	transform: translateY(-5px);
}
.cspt-team-style-4 .creativesplanet-box-content {
	padding: 20px 30px 20px 25px;
	text-align: center;
}
.cspt-team-style-4 .creativesplanet-box-content .cspt-team-title {
	font-size: 22px;
	line-height: 24px;
	margin-top: 5px;
	font-weight: 800;
	margin-bottom: 0;
}
.cspt-team-style-4 .cspt-social-links li a:hover {
	color: #272727;
}
.cspt-team-style-4 .creativesplanet-box-team-position {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	padding: 0 10px;
	line-height: inherit;
	font-weight: 600;
	letter-spacing: 1px;
}
.cspt-team-style-4 .cspt-icons {
	position: absolute;
	right: 50px;
	top: 15px;
	z-index: 1;
	text-align: center;
}
.cspt-team-style-4 .cspt-icons .cspt-team-info-icons-plus {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: -1;
	top: 0;
	line-height: 40px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	background: var(--cspt-emphires-white-color);
	color: #1c325b;
}
.cspt-team-style-4 .creativesplanet-box-social-links {
	position: absolute;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	left: -30px;
}
.cspt-team-style-4 .cspt-icons:hover .creativesplanet-box-social-links {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.cspt-team-style-4 .creativesplanet-box-social-links li {
	display: block;
	margin-right: 0;
	padding-bottom: 5px;
}
.cspt-team-style-4 .creativesplanet-box-social-links li a {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	background: var(--cspt-emphires-white-color);
	line-height: 40px;
	color: #1c325b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 15px;
}
.cspt-team-style-4 .creativesplanet-box-social-links li a:hover {
	color: var(--cspt-emphires-white-color)!important;
}
.cspt-team-style-4 .creativesplanet-box-social-links li:last-child {
	margin-bottom: 0;
}
.cspt-team-style-4 .creativesplanet-box-social-links li a:hover {
	background-color: var(--cspt-emphires-global-color);
}
.cspt-team-style-4.creativesplanet-ele-team:hover {
	border-color: var(--cspt-emphires-secondary-color)!important;
}
/* For Different column */
.col-md-12 .cspt-team-style-4 .cspt-featured-wrapper img{
	width: 100%;
}