.team-section-five .team-block-four {
display: flex;
}
.team-section-five .team-block-four .social-links-wrapper:hover .icon {
color: #383b4d;
background-color: #efda86;
}
.team-section-five .team-block-four .social-links-wrapper:hover .social-links {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.team-section-five .team-block-four .social-links-wrapper.show-links .social-links {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.team-section-five .team-block-four .social-links-wrapper .social-links {
right: 0;
}
.team-section-five .team-block-four .social-links-wrapper .social-links li:only-child a {
width: 42px;
}
.team-section-five .team-block-four .inner-box {
box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.team-section-five .team-block-four .author-title {
border-color: #383b4d;
}
.team-section-five .team-block-four .author-title h4 {
color: #383b4d;
}
.team-section-five .team-block-four .author-title .designation {
color: #383b4d;
}
.team-section-five .team-block-four .text {
padding: 0 15px 20px;
}
.team-section-five .team-block-four .text::before {
display: none;
}
.team-section-five .team-block-four .image::before {
background-image: linear-gradient(180deg, #383b4d 0%, #efda86 86%);
}
.team-section-five .team-block-four:hover .image::before {
background-image: linear-gradient(180deg, #383b4d 0%, #efda86 86%);
}
.team-details-section .single-team-member .social-links-wrapper:hover .icon {
color: #383b4d;
background-color: #efda86;
}
.team-details-section .single-team-member .social-links-wrapper:hover .social-links {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.team-details-section .single-team-member .social-links-wrapper.show-links .social-links {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.team-details-section .single-team-member .social-links-wrapper .social-links {
right: 0;
}
.team-details-section .single-team-member .social-links-wrapper .social-links li:only-child a {
width: 42px;
}
.team-details-section .single-team-member .image::before {
background-image: linear-gradient(180deg, #383b4d 0%, #efda86 86%);
}
.team-details-section .single-team-member:hover .image::before {
background-image: linear-gradient(180deg, #383b4d 0%, #efda86 86%);
}
.team-details-section .btn-style-one {
background-color: #383b4d;
}
.team-details-section .btn-style-one span {
color: #efda86;
}
.team-details-section .btn-style-one:hover span {
color: #383b4d;
}
.team-details-section .btn-style-one:hover span::before {
background-color: #efda86;
}
.team-details-section .dropdown.bootstrap-select .dropdown-menu li a.active {
background-color: #efda86;
}
.team-details-section .dropdown.bootstrap-select .dropdown-menu li a.active span {
color: #383b4d;
}