/*-------------------------------------------------------------- 
    SINGLE
--------------------------------------------------------------*/ 

.single-team .entry-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
@media (max-width:767px) {
    .single-team .entry-image {
        margin-bottom: 30px;
    }
}
.single-team .entry-footer p {
    margin-bottom: 5px;
}
.single-team .entry-footer p:last-child {
    margin-bottom: 0;
}
.single-team .entry-social {
    margin-top: 20px;
}
.single-team .entry-meta {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}
.single-team .job-title {
    display: block;
    font-size: 16px;
    font-style: italic;
}

/*-------------------------------------------------------------- 
    MODULE
--------------------------------------------------------------*/ 

.lvls-module-team .entry {
    background-color: transparent;
    padding: 0;
}
.lvls-module-team .entry-header,
.lvls-module-team .entry-content,
.lvls-module-team .entry-footer .entry-meta,
.lvls-module-team .entry-social {
    margin-top: 15px;
}
.lvls-module-team .entry-content,
.lvls-module-team .entry-footer .entry-meta,
.lvls-module-team .entry-social {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.lvls-module-team .entry-image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.lvls-module-team .entry-image.image-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.lvls-module-team .entry-image .inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.lvls-module-team .entry-image img {
    opacity: 0;
}
.lvls-module-team .entry-header .entry-meta {
    margin: 0;
    font-style: italic;
}
.lvls-module-team .entry-headline {
    font-size: 18px;
    margin: 0;
}
.lvls-module-team .entry-content p:last-child {
    margin-bottom: 0;
}
.lvls-module-team .entry-footer p {
    font-size: 12px;
    margin-bottom: 2px;
}
.lvls-module-team .entry-footer p:last-child {
    margin-bottom: 0;
}
.lvls-module-team .entry-footer p span {
    margin-right: 4px;
}
.lvls-module-team.has-bg .entry {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.lvls-module-team.has-bg.image-top-no-border .entry-image.image-square {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.lvls-module-team.has-bg.image-top .entry-image.image-square {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lvls-module-team.image-top .entry-header,
.lvls-module-team.image-top-no-border .entry-header {
    text-align: center;
}
.lvls-module-team.image-left .entry-header {
    margin-top: 0;
}
.lvls-module-team.image-top-no-border .entry-header {
    margin-top: 0;
}
.lvls-module-team.image-top-no-border .entry .entry-image {
    width: 100%;
}
.lvls-module-team.image-top-no-border .entry .entry-image.image-circle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
@media (min-width:992px) {
    .lvls-module-team .col-md-4:nth-child(3n+1) {
        clear: both;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .lvls-module-team .col-md-6:nth-child(odd) {
        clear: both;
    }
}