<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*------------------------------------------------------------------------
# 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;}
.mxteam *, .mxteam::after, .mxteam::before {
    box-sizing: border-box;
}
.mx-team20 {
  padding: 20px 0px;
   margin-top: 120px;
   margin-bottom: 5px;
  float: left;
  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);
}
.mx-team20 .imgbox-mx {
  border: 7px solid #f5f5f5;
  margin: 0 auto;
}
.mx-team20 .line {
  width: 65px;
  height: 2px;
  margin: 0px auto;
  background-color: #f24c34;
}
.mx-team20:hover {
  background-color: #f24c34;
}
.mx-team20:hover .title {
  color: #ffffff;
}
.mx-team20.active {
  background-color: #1d1d1d;
}
.mx-team20.active .title {
  color: #ffffff;
}
.imgbox-mx.round, .imgbox-mx.round img {
    border-radius: 100%;
    
}
.imgbox-mx.round{
  margin: 0px auto;
  margin-top: -120px;
  width: 200px;
}
.mx-team20 .mos-img {
  margin: 8px; 
  padding: 0px 40px;
}

.text-center {
    text-align: center;
}
.team-item:hover .mx-team20 .title {
  color: #ffffff;
}
.team-item:hover .mx-team20 .mos-img,.team-item:hover .mx-team20 p,.team-item:hover .mx-team20 h4 {
  color: #ffffff;
}
/* Social Icons */

.mx-team20 ul.social li{
    display: inline-block;
}

.team-item:hover .mx-team20 ul.social li a{
    border: 1px solid #fff;
    color: #fff;
}
.mx-team20 ul.social li a{
    display: block; 
    text-align: center;
    color: #676767;
}
.mx-team20 ul.social_simple li a {
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 17px;
  margin: 0 2px;
}
.mx-team20 ul.social li a {
  height: 32px;
  line-height: 30px;
  width: 32px;
  margin: 2px;
  font-size: 14px;
  border: 1px solid #979797;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.mx-team20 ul.social li a::before,
.mx-team20 ul.social li a::after{
    color: inherit !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.mx-team20 ul.social li:last-child a{
    margin-right: 0;
}
.mx-team20 ul.social li:first-child a{
    margin-left: 0;
}

.team-item:hover ul.social li a:hover, 
.team-item:hover ul.social li a:focus{       
    color: #fff;
    border: 1px solid #444;
    background-color: #555;
}
.mx-team20 ul{
  padding: 0px;
}
.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;
}
.mx-team20 ul {
  padding-left: 0px;  
  list-style: none;
}</pre></body></html>