.emtnlplgn-teammember-wrapper {
	margin-bottom:3rem;
}
.emtnlplgn-teammember .emtnlplgn-social-list {
	margin-top: 20px;
}
.emtnlplgn-teammember .emtnlplgn-social-list .emtnlplgn-social-list-item {
	display: inline;
    margin: 0 8px 0 0;
    font-size: 0.92rem;
}
.emtnlplgn-teammember .emtnlplgn-social-list .emtnlplgn-social-list-item:last-child {
	margin-right:0;
}
.emtnlplgn-teammember .emtnlplgn-teammember-details {
    font-size: 14px;
    line-height: 25px;
	padding-top: 2px;
    //width: 80%;
    //margin: 0 auto;
}
.emtnlplgn-teammember .emtnlplgn-teammember-link {
	display:inline-block;
	overflow:hidden;
}
.emtnlplgn-teammember .emtnlplgn-teammember-link img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 0.8;
}
.emtnlplgn-teammember .emtnlplgn-teammember-link:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 1;
}

.emtnlplgn-teammember-wrapper .emtnlplgn-teammember .emtnlplgn-image-wrapper {
	text-align:center;
	line-height:0;
}
.emtnlplgn-teammember-wrapper .emtnlplgn-teammember .emtnlplgn-image-wrapper .rounded {
	width: 10rem;
    border-radius: 100%;
}
.emtnlplgn-teammember-wrapper .emtnlplgn-teammember .emtnlplgn-image-wrapper .squared {
	width: 100%;
}
.emtnlplgn-teammember-wrapper .emtnlplgn-teammember .emtnlplgn-image-wrapper .team-image {
	width: 100%;
}
.emtnlplgn-teammember .emtnlplgn-teammember-text .emtnlplgn-teammember-title {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 600;
    color: #161616;
    text-transform: uppercase;
    clear: none;
    margin-top: -4px;
}
.emtnlplgn-teammember .emtnlplgn-teammember-text .emtnlplgn-teammember-position {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #a0a0a0;
    margin-top: -7px;
    margin-bottom: 10px;
}

.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember-wrapper {
	float: left;
	padding: 10px;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper {
	position: relative;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list {
	position: absolute;
	width: 100%;
	top: 40%;
	z-index: 2;
}
@media only screen and (max-width: 767px) {
	.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list {
		position: relative;
		top: 0;
	}
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list i {
	font-size: 26px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list i:hover {
	color: #ccc;
}
@media only screen and (max-width: 767px) {
	.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list i {
		color: inherit;
		opacity: 1;
	}
	.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember .emtnlplgn-image-wrapper .emtnlplgn-social-list i:hover {
		color: inherit;
	}
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember:hover .emtnlplgn-image-wrapper .emtnlplgn-social-list i {
	opacity: 1;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember-text {
	max-width: 650px;
	padding-top: 1.8rem;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-teammember-text .emtnlplgn-teammember-title {
	margin-bottom: 10px;
}
.emtnlplgn-teammember-wrapper.vertical .emtnlplgn-social-list {
	margin: 11px 0px 0px 0px;
}

/*-------- Style 1 ----------------*/
.emtnlplgn-teammember-wrapper.style2 {
	padding: 1.8rem;
}

/*-------- Style 3 ----------------*/
.emtnlplgn-teammember-wrapper.style3 .emtnlplgn-teammember-text {
	margin-top: -5rem;
    padding-top: 6.7rem;
	padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.emtnlplgn-teammember-wrapper.style3 .emtnlplgn-teammember .emtnlplgn-image-wrapper .squared {
	width: 75%;
}

/*-------- Style 4 ----------------*/
.emtnlplgn-teammember-wrapper.style4 .emtnlplgn-teammember-text{
	padding: 1.8rem 1.5rem;
}
