/*=== thsn-team-style-1 ===*/
.thsn-team-style-1 .themesion-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    background-color: #fff; 
    -webkit-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    -moz-box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
    box-shadow: 0 2px 13px 0 rgb(18 20 113 / 6%);
}
.thsn-team-style-1 .themesion-team-image-box img {
    width: 100%;
}
.thsn-team-style-1 .themesion-box-content {
    padding: 25px 0 20px;
    text-align: center;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title a {
    color: #181818;
}
.thsn-team-style-1 .themesion-box-team-position {
    font-size: 13px;
    color: var(--thsn-educosta-global-color);
}
.thsn-team-style-1  .themesion-box-social-links ul {
    position: absolute;
    right: 0;
    top: 25px;
    height: 36px;
    width: 36px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    visibility: hidden;
    opacity: 0;
}
.thsn-team-style-1:hover  .themesion-box-social-links ul {
    right: 25px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-0);
    -moz-transform: translateX(0) translateY(-0);
    -ms-transform: translateX(0) translateY(-0);
    -o-transform: translateX(0) translateY(-0);
    transform: translateX(0) translateY(-0);
}
.thsn-team-style-1  .thsn-team-social-links li {
    display: inline-block;
    margin: 0 0 10px
}
.thsn-team-style-1 .themesion-box-social-links a {
    display: block;
    width: 38px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: var(--thsn-educosta-white-color);
    background-color: var(--thsn-educosta-global-color);
}
.thsn-team-style-1 .themesion-box-social-links a:hover {
    background-color: var(--thsn-educosta-secondary-color);
}
.thsn-team-style-1 .themesion-box-content .thsn-team-title a:hover {
   color: var(--thsn-educosta-global-color); 
}
.thsn-team-style-1 .thsn-team-text {
    color: var(--thsn-educosta-secondary-color);
}
.themesion-element-viewtype-carousel.thsn-element-team-style-1 .thsn-team-style-1 .themesion-post-item {
    margin: 10px 5px;
}