
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
  --color47-base: #d80000;
  --mx-fw-normal: normal;
  --mx-fw-thin: 100;
  --mx-fw-elight: 200;
  --mx-fw-light: 300;
  --mx-fw-regular: 400;
  --mx-fw-medium: 500;
  --mx-fs-p: 18px;
  --mx-color-common-white: #ffffff;
  --mx-color-common-black: #000000;
  --mx-color-common-dark: #232323;
  --mx-color-heading-primary: #121212;
  --mx-color-text-body: #8b827d;
  --mx-color-theme-primary: #e77829;
  --mx-color-theme-secondary: #ffc226;
  --mx-color-border-1: #dbdad9;
}
.mx-team47 .mos-img img {display: none !important;}

.social-link .field-label  {display: none !important;}
.social-link ul {
  padding-left: 0rem;
}  

.team-item47 {
  position: relative;
}
.team-item47 .team-thumb {
  height: 230px;
  width: 230px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: -180px;
position: relative;
z-index: 2;
}
.team-item47 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team-item47 .team-content {
  padding: 210px 30px 50px 30px;
  border: 1px solid var(--mx-color-border-1);
  border-radius: 150px;
  position: relative;
}
@media (max-width: 1199px) {
  .team-item47 .team-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-item47 .team-content .social-list {
  margin-bottom: 30px;
  width: 100%;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item47 .team-content .social-list li {
  display: inline-flex;
}
.team-item47 .team-content .social-list li:not(:last-of-type) {
  margin-right: 4px;
}
.text-center {
  text-align: center !important;
}
.team-item47 .team-content .social-list li a {
  background-color: var(--color47-base);
  color: var(--mx-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-item47 .team-content .social-list li a i {
  transform: rotate(5deg);
}

.team-item47 .team-content span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item47 .team-content .name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1;
}
.team-item47 .team-content p {
  margin-bottom: 20px;
}
.team-item47 .team-content .team-btn {
  font-family: var(--mx-ff-p);
  font-size: 18px;
  color: var(--color47-base);
  font-weight: 500;
  text-decoration: underline;
}
.team-item47:hover .team-content .social-list {
  visibility: visible;
  opacity: 1;
  top: 200px;
}
.team-item47:hover .team-content span {
  padding-top: 50px;
}
.team-item47.team-btn-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-box {
  position: relative;
  z-index: 1;
}
.team-box .team-img {
  position: relative;
}
.team-box .team-img .prof {
  background-color: var(--mx-color-common-white);
  padding: 7px 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.team-box .team-content-wrap {
  background-color: var(--mx-color-common-white);
  mask-image: url(../img/images/mask-img-3.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: cover;
  height: 100%;
  width: 100%;
  mask-position: bottom center;
}
@media only screen and (max-width: 992px) {
  .team-box .team-content-wrap {
    background-color: var(--mx-color-common-white);
  }
}
.team-box .team-content-wrap .content {
  padding: 25px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box .team-content-wrap .content .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-box:hover .team-content-wrap .content {
  background-color: var(--color47-base);
}
.team-box:hover .team-content-wrap .content .title a {
  color: var(--mx-color-common-white);
}
.social-list ul {
  padding-left: 0rem;
}
.team-item47 .team-content span span {
  margin-top: -40px;
}
.social-list .field-label {
  display: none !important;
}


.social-link .field-label {
  display: none;
}
.social-link ul {
  padding-left: 0rem;
}
.social-link ul li {
  list-style: none;
