
/*------------------------------------------------------------------------
# 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 {
  --color43-base: #2e67fc;
  --color43-base-rgb: 46, 103, 252;
  --color43-white: #ffffff;
  --color43-white-rgb: 255, 255, 255;
  --color43-black: #000000;
  --color43-black-rgb: 0, 0, 0;
  --color43-black2: #2B1E16;
  --color43-black2-rgb: 43, 30, 22;
}

.mx-team43 .mos-img img {display: none !important;}
.mx-team43 .item {
  position: relative;
  padding-right: 60px;
}

.mx-team43 .item:hover .img .info {
  bottom: 15px;
  opacity: 1;
}

.mx-team43 .item:hover .social-links {
  right: 5px;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
}

.mx-team43 .item .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.mx-team43 .item .img .info {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -15px;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mx-team43 .item .social-links {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 60px;
  bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f7f9;
  border-radius: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mx-team43 .item .social-links .links {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mx-team43 .item .social-links ul {
  position: absolute;
  top: 7px;
  right: 7px;
}

.mx-team43 .item .social-links .links a, .mx-team43 .item .social-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color43-base);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.mx-team43 .item .social-links .links a:hover, .mx-team43 .item .social-links li a:hover {
  background: var(--color43-base);
  border-color: var(--color43-base);
  color: #fff;
}



.mx-team43 .thm-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: var(--color43-base);
  border: 1px solid var(--color43-base);
  color: var(--color43-white);
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mx-team43 .thm-btn:hover {
  color: var(--color43-base);
}
.mx-team43 .thm-btn:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mx-team43 .thm-btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 10px;
  z-index: -1;
  content: "";
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.thm-btn:hover:before {
  width: 300%;
  height: 300%;
  left: 0%;
  right: auto;
}

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