
/*------------------------------------------------------------------------
# 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;}
.mxteam19 *, .mxteam19::after, .mxteam19::before {
    box-sizing: border-box;
}
.team-item19 {
  float: left;
  min-height: ;
}
.team-item19 .img-box {
  position: relative;
  width: 100%;
  padding: 0px;
  margin-bottom: 100px;
  float: left;
}
.team-item19 .img-box .overlay {
  width: 100%;
  height: 100%;
  padding: 0px;
  float: left;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.team-item19 .img-box .text-box {
  position: absolute;
  width: 80%;
  padding: 30px 40px;
  float: right;
  right: 0px;
  bottom: -100px;
  z-index: 3;
  background-color: #fff;
  transition: all 0.3s ease-out 0s;
 -webkit-box-shadow:1px 2px 10px -2px rgba(0,0,0,0.1);
 box-shadow:1px 2px 10px -2px rgba(0,0,0,0.1);
}
.text-primary {
    color: #f24c34;
}
.team-item19 .img-box .text-box .sc-icons-box {
  position: absolute;
  width: 80%;
  padding: 0px;
  margin: 0px;
  top: -53px;
  left: 0px;
  float: left;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
  background-color: #f24c34;
  transition: all 0.3s ease-out 0s;
}
.team-item19 .img-box .text-box .sc-icons-box .social {
  width: 100%;
  margin: 0px;
  padding-left: 0px;
  text-align: center;
}
.team-item19 .img-box .text-box .sc-icons-box .social li {
  display: inline-block;
}
.team-item19 dl, .team-item19 ul {
  margin-bottom: 0px;
}
.team-item19 .img-box .text-box .sc-icons-box .social li a {
  padding: 15px 7px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
.team-item19:hover .img-box .text-box {
  background-color: #f24c34;
}
.team-item19:hover .img-box .text-box .sc-icons-box {
  left: -40px;
  opacity: 1;
}
.team-item19:hover .img-box .text-box .title {
  color: #ffffff;
}
.team-item19:hover .img-box .text-box p, .team-item19:hover .img-box .text-box .mos-img {
  color: #ffffff;
}
.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.social li {
  font-size: 16px;
}
.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;
}
.team-item19 .sc-icons-box ul {
  padding-left: 0px;  
  list-style: none;
}