/*------------------------------------------------------------------------
# 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;}
.team-item {
	position: relative;
	background: #f3f3f3;
}
.team-item a, .team-item .team_icon li a{
    text-decoration: none;
    cursor: pointer;
    color:  #ffffff;
}

.team-item .title {
	text-align: center;
	margin-bottom: 25px;
}
.team-item .text-content {
	bottom: -14px;
	left: -40px;
	padding: 10px 50px 14px 64px;
	height: auto;
	width: auto;
	text-align: left;
	background: rgba(255,255,255,0.85);
	border-top: 4px solid #82b53f;
	position: absolute;
	transform: rotate(357deg) skew(20deg);
}
.text-content.hvr-bounce-to-bottom:hover {
	border-top: 4px solid #ffffff;
	color: #ffffff;
}
.more_info{
	margin-top: 13px;
}
.more_info a{
	color: #222;
	background: #fff;
	padding: 8px 12px;
}

.team-item .text-content .text {
	top: 0;
	transform: rotate(-357deg) skew(-20deg);
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
}
.team-item .text-content .text h4 {
	font-weight: 800;
	padding-bottom: 1px;
	margin-bottom:0px;
}
.team-item .text-content .text h5 {
	color: #82b53f;
	font-weight: 500;
	margin-bottom:10px;
}

.team_box {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0px;
}
.team_box .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	opacity: 0.88;
}
.team_box:hover .overlay {
	bottom: 0;
	height: 100%;
	width: 100%;
}
.team_box:hover .text-content {
	border-top: 4px solid #ffffff;
	color: #ffffff;
	background: #82b53f;
}
.team-item .team_box:hover .text-content h4, .team-item .team_box:hover .text-content h5 {
	color: #ffffff;
}
.team-item .team_box .text-content:hover .text h5, .team-item .team_box .text-content:hover .text h4 {
	color: #ffffff;
}
.team-item img {
	box-shadow: 0 0 15px #b0a9a9;
}

.team_box .overlay .text {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	text-align: center;
}
.team_icon .fa {
	margin: 7px 12px;
	font-size: 18px;
}
.team-item .team_box ul{margin:0;list-style-type:none;text-align:center;padding:1px 0 0}
.team-item .team_box ul li{display:inline-block;margin-bottom:10px;margin-right:2px}