
/*------------------------------------------------------------------------
# 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 {
 --mxteColor: #E81C2E;
 --whiteColor: #fff;
  --transition: all ease 0.7s;
}
.mos-img img {display: none !important;}
.team-style30{
    position: relative;
}
.team-style30::after{
    position: absolute;
    content: '';
    background: rgb(20, 20, 20);
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.team-style30::before{
    position: absolute;
    content: '';
    border: 5px solid var(--mxteColor);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.04, 1.08);
    -moz-transform: scale(1.04, 1.08);
    -webkit-transform: scale(1.04, 1.08);
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.team-style30:hover:after{
    opacity: .80;
    visibility: visible;
}
.team-style30:hover:before{
    opacity: 1;
    visibility: visible;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.stImage{
    position: relative;
    overflow: hidden;
}

.single-team-03 .stImage:after{
    opacity: .13;
}
.stImage img{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.team-content30{
    background: #f8f8f8;
    border-bottom: 10px solid #e8e8e8;
    padding: 15px 40px 15px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.single-team-03 .team-content30{
    background: #0f0f0f;
    border-bottom: 0;
}
.team-style30:hover .team-content30{
    background: transparent;
    border-bottom: 10px solid transparent;
}
.single-team-03:hover .team-content30{
    background: transparent;
    border-bottom: 0;
}
.team-content30 .team-social{
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    margin: 0 0 13px 0;
}
.team-content30 .team-social a{
    position: relative;
    color: #777777;
    background: #fff;
    font-size: 14px;
    padding: 17px 0;
    letter-spacing: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.team-content30 .team-social a::after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    background: var(--mxteColor);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-team-03 .team-content30 .team-social a{
    background: #202020;
}
.single-team-03 .team-content30 .team-social a::after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    background: var(--mxteColor);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-style30:hover .team-social a{
    background: rgba(255, 255, 255, .2);
    color: #ffffff;
}
.team-content30 .team-social a:hover:after{
    width: 100%;
    height: 100%;
}
.team-content30 p{
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 19px 0;
}
.team-style30:hover .team-content30 p, .team-style30:hover .team-content30 .mos-img{
    color: #ffffff;
    opacity: .7;
}
.team-content30 h3{
    color: #141414;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.4px;
    margin: 0;
}
.team-content30 h3 a{
    color: inherit;
}
.team-style30:hover .team-content30 h3{
    color: #ffffff;
}
.team-content30 h3 a:hover{
    color: var(--mxteColor);
}
.single-team-03 .team-content30 h3{
    color: #FFF;
}
.single-team-03 .team-content30 h3 a{
    color: inherit;
}
.single-team-03 .team-content30 h3 a:hover{
    color: var(--mxteColor);
}
.team-items .team-content30 ul{margin:0;list-style-type:none;text-align:center;padding:1px 0 0, text-align: right;}
.team-items .team-content30 ul li{display:inline-block;margin-bottom:0px;}
.team-items .team-content30 dl, .team-items .team-style27 dd{margin-bottom: 0px;}
.team-items .team-content30 .team-social ul {
  padding-left: 0px;  
  list-style: none;
}