
/*------------------------------------------------------------------------
# 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 {
  --color60-base: #000;
  --mx60-white: #ffffff;
  --mx60-grey: #f1f1f1;
  --mx60-black: #353a3f;
  --mx60-white-rgb: 255, 255, 255;
  --transition: all 0.3s;
}

.team-block60 .mos-img img {display: none !important;}
.team-block60 .mos-img  {position: relative; padding-bottom: 10px;z-index: 3;}
.team-block60 .mos-img p {
  margin-bottom: 0rem;
}
.mx-item--icon a{
  margin-left: 10px;
}
.team-block60 .about-team__box .team-list div {
  color: #999;
}
.team-block60 .about-team__box .team-list li.active:hover div{
  color: var(--color60-base);
}
.team-block60 {
  gap: 40px;
  display: grid;
  grid-template-columns:  1fr 50%;
  padding: 100px 0px;
}

@media only screen and (max-width: 991px) {
  .team-block60 {
    grid-template-columns: 1fr !important;
  }
}
.team-block60 .about-team__box {
  display: flex;
}
.team-block60 .about-team__box .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color60-base);
  letter-spacing: -0.48px;
  position: relative;
  padding-left: 50px;
}
.team-block60 .about-team__box .sub-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--color60-base);
  left: 0;
  top: 50%;
}
.team-block60 .about-team__box .team-list {
  list-style: none;
}
.team-block60 .about-team__box .team-list li {
  gap: 10px;
  display: flex;
  align-items: end;
  color: #999;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
}
.team-block60 .about-team__box .team-list li a {
  color: #999;
}
@media only screen and (max-width: 1199px) {
  .team-block60 .about-team__box .team-list li {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .team-block60 .about-team__box .team-list li {
    font-size: 28px;
    line-height: 26px;
    letter-spacing: -1.5px;
  }
}
.team-block60 .about-team__box .team-list li:not(:last-child) {
  margin-bottom: 10px;
}
.team-block60 .about-team__box .team-list li.active, .team-block60 .about-team__box .team-list li.active a {
  color: var(--color60-base);
}
.team-block60 .about-team__box .team-list li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
}
.team-block60 .about-team__box .thumb {
  margin-top: auto;
}
.team-block60 .about-team__box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-block60 .field-label {
  display: none !important;
}
 
.team-block60 ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.team-block60 ul li, .team-block60 ul li a {
  list-style: none;
 position:relative;
 display:inline-block;
  }
 

.team-block60 .thmx-btn {
 z-index:2;
 vertical-align:middle;
 position: absolute;
 left: -35px;
 top: 4px;
 display:none;
 text-align:center;
 color:var(--color60-base);
 font-size:15px;
}
.team-block60 .thmx-btn svg {
  height: 20px;
}

.team-block60 .thmx-btn svg line { stroke-width: 2; stroke-miterlimit: 10; stroke: var(--color60-base); }
.team-block60 .thmx-btn.dark-btn svg line { stroke: var(--color60-base); }
.team-block60 .thmx-btn.primary-btn svg line { stroke: var(--color60-base); }
.team-block60 .thmx-btn:hover svg line { stroke-dasharray: 20px; stroke-dashoffset: 40px; transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s; stroke: var(--color60-base); }
.team-block60 .thmx-btn.primary-btn:hover svg line, .primary-bg .dark-btn:hover svg line { stroke: var(--color60-base); }
.team-block60 .mx-item--icon{
 display:none;
 position: absolute;
 right: -15px;
 top: 0px;
}
.team-block60 .about-team__box .team-list li.active .thmx-btn,.team-block60 .about-team__box .team-list li.active .mx-item--icon{
 display:inline-block;
  transition: all 500ms;
}
.team-block60 .thmx-btn span {
 margin-left: 5px;
}
