
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2020 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

.mos-img img {display: none !important;}

.mx-team-info h4 {
    font-size: 18px;
    line-height: 24px;
    color:  #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px auto;
}
.mx-team-info p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
}
.mx-team-arc .mx-media{
	width:100%;
	height:100%;
}
.mx-team-arc .mx-info{
	position:relative;
	height:100%;
}
.mx-team-arc .mx-info .team-detail{
	position:relative;
	z-index:10;
	top:50%;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mx-team-arc .mx-info .social-icons{
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.text-center {
    text-align: center;
}
.mx-team-arc2.bg-black .social-icons li a{color:#fff;}
.mx-team-arc2 .mx-info .social-icons{
	font-size: 14px;
	text-align: center;
}

.mx-team-one{
	position:relative;
	z-index:1;
	margin-top:40px;
}
.mx-team-one:after{
	content:'';
	position:absolute;
	top:-8%;
	left:10%;
	width:80%;
	height:108%;
	z-index:-1;
	border:6px solid #ececec;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.mx-team-one .mx-team-media img{
	width:100%;
}

.mx-team-one .mx-team-media{
	position:relative;
	overflow:hidden;
}

.social-overlay{
	position:absolute;
	width:100%;
	height:100%;
	top: 100%;
	left: 0%;
	opacity:0;	
	background-color:rgba(0,0,0,0.5);	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team8-social-center{
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;	
}
.team8-social-center .mos-img{
padding: 25px;
color: #f1f1f1;
}
.team8-social-center .social{
	text-align:center;
	list-style:none;
}
.mx-team-media ul{
    margin: 0px;
    padding: 0px;
}
.team8-social-center .social li{
	display: inline-block;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 5px;
}
.team8-social-center .social li a{
	color:#fff;
}

.mx-team-one:hover:after{
	border-color:#fd8a14;
}
.mx-team-one:hover .social-overlay{
	opacity:1;
	top: 0%;
}
.mx-team-one .social-overlay .social li:hover{
	color:#fff;
	background-color:#fd8a14;
	border:1px solid transparent;
}
.more_info{
	margin-top: 13px;
}
.more_info a{
	color: #222;
	background: #fff;
	padding: 8px 12px;
}
.more_info a:hover, .more_info a:focus{   
    background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#111));
    background: -webkit-linear-gradient(bottom, #333 0%, #111 100%);
    background:         linear-gradient(0deg, #333 0%, #111 100%);
    border: 1px solid #111;
    color: #fff;
}