
/*------------------------------------------------------------------------
# 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-team10 .team-position{
	text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
font-size: 14px;
margin-bottom: 10px;
}
.mx-team10 .wt-media{
	position:relative;
	overflow:hidden;
	text-align: center;	
}
.mx-team10 .social{
	position: absolute;
	top: 10px;
	right: 100%;
	bottom: 40px;
	width:calc(100% - 10px);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow:hidden;	
}

.mx-team10 ul{
  padding-left: 10px;  
  list-style: none;
}
.mx-team10 .social ul, .mx-team10 ul.social li{
	list-style: none;
	position: absolute;
	bottom: 0px;
	overflow:hidden;
	text-align: left;
}
.mx-team10 .social ul li, .mx-team10 ul.social  li{
	display:block;
	padding-bottom:2px;
	position:relative;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.mx-team10 .social ul li:hover,.mx-team10 ul.social li:hover{
	margin-left:30px;
}
.mx-team10 .social ul li:before,.mx-team10 ul.social li:before{
	position:absolute;
	content:'';
	left:-30px;
	top:50%;
	width:30px;
	height:2px;
	background-color:#111111;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);	
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.mx-team10 .social ul li:hover:before, .mx-team10 ul.social li:hover:before{
	left:-30px;
}

.mx-team10 .social ul li a,.mx-team10 ul.social li a{
	color:#fff;
	font-size: 11px;
	background-color:#111111;
	padding: 5px 12px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	right: 100%;
}

.mx-team10 .wt-info{
	position: relative;
	top: -35px;
	margin: 0px 20px -30px 20px;
	box-shadow: 0 1rem 3rem  rgba(0,0,0,.175) !important;
	background-color: #fff;
	padding: 20px; padding-top: 10px;
}

.mx-team10:hover .social{
	right:10px;
}

.text-center {
    text-align: center;
}
.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;
}