﻿.team-page-single {
    padding: 20px 0
}

.team-photo {
    float: left;
    padding: 0 20px 20px 0
}

.team-single-item {
    padding: 25px 0
}

    .team-single-item .team-meta {
        float: left;
        padding: 0 0 20px 0
    }

    .team-single-item .team-meta_item {
        display: block
    }

        .team-single-item .team-meta_item:before {
            display: inline-block;
            font-family: FontAwesome;
            font-size: 1em;
            margin: 0 0.5em 0 0;
            min-width: 1em;
            vertical-align: top
        }

        .team-single-item .team-meta_item.position:before {
            content: "\f007"
        }

        .team-single-item .team-meta_item.location:before {
            content: "\f041"
        }

        .team-single-item .team-meta_item.website:before {
            content: "\f08e"
        }

        .team-single-item .team-meta_item.email:before {
            content: "\f003"
        }

        .team-single-item .team-meta_item.phone:before {
            content: "\f095"
        }

.team-content {
    clear: both
}

.team-item {
    padding-bottom: 30px
}

    .team-item:after {
        clear: both;
        width: 100%;
        display: block;
        clear: both;
        content: ""
    }

.team-listing {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    padding: 20px 0
}

    .team-listing:before, .team-listing:after {
        display: none
    }

.team-listing_item {
    text-align: center;
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .team-listing_item.clear-col-lg {
        clear: both
    }
}

@media (min-width: 1200px) {
    .team-listing_item.clear-col-md {
        clear: none
    }
}

@media (min-width: 992px) {
    .team-listing_item.clear-col-md {
        clear: both
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team-listing_item.clear-col-sm {
        clear: both
    }
}

@media (max-width: 768px) {
    .team-listing_item.clear-col-xs {
        clear: both
    }
}

.team-listing_photo {
    text-align: center;
    padding: 0 0 15px
}

    .team-listing_photo img {
        margin: 0 auto
    }

.template-grid-boxes .team-listing_wrap {
    position: relative;
    overflow: hidden
}

.template-grid-boxes .team-listing_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear
}

    .template-grid-boxes .team-listing_content:hover {
        opacity: 1
    }

.template-grid-boxes .team-listing_photo {
    padding: 0
}

    .template-grid-boxes .team-listing_photo img {
        border-radius: 0;
        width: 100%;
        display: block;
        height: auto
    }

.template-grid-boxes .team-listing_name {
    margin: 0 0 10px;
    -webkit-transition: background 300ms linear;
    transition: background 300ms linear
}

    .template-grid-boxes .team-listing_name a {
        color: #fff;
        box-shadow: none
    }

.template-grid-boxes .team-listing_position {
    color: #fff
}

.template-grid-boxes .team-listing_desc {
    color: #fff
}

.template-grid-boxes .team-listing .team-socials_link {
    color: #fff;
    box-shadow: none
}

.team-wrap:after {
    clear: both;
    content: "";
    width: 100%;
    display: block
}

.team-collapse-cols .cherry-team-row {
    margin-left: 0;
    margin-right: 0
}

.team-collapse-cols .team-item {
    padding-left: 0;
    padding-right: 0
}

.team-collapse-rows .team-item {
    padding-bottom: 0
}

.team-socials {
    padding: 10px 0 0 0
}

.team-socials_item {
    display: inline-block;
    margin: 0 5px 5px 0
}

.team-socials_link {
    display: block;
    font-style: normal;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: none
}

.team-socials_icon.fa {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 20px
}

.team-socials_label {
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    font-size: 12px;
    line-height: 14px;
    width: 150px;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 70px;
    left: 50%;
    margin: 0 0 0 -75px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

    .team-socials_label.empty-label {
        display: none
    }

    .team-socials_label:before {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        left: 50%;
        bottom: -6px;
        margin: 0 0 0 -6px;
        content: ""
    }

.team-socials_link:hover .team-socials_label {
    visibility: visible;
    opacity: 1;
    bottom: 50px
}

.team-skills_bar {
    height: 10px;
    background: rgba(122,122,122,0.3)
}

.team-skills_line {
    display: block;
    height: 100%
}

.team-skills_item {
    padding: 0 0 10px
}

.columns_5.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.cherry-team {
    position: relative
}

    .cherry-team .team-listing {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        opacity: 1
    }

    .cherry-team.in-progress .team-listing {
        opacity: 0
    }

.cherry-team-filter {
    padding: 0 0 20px;
    margin: 0
}

.cherry-team-filter_item {
    display: inline-block;
    margin: 0 20px 0 0
}

    .cherry-team-filter_item.active .cherry-team-filter_link {
        border-color: currentColor
    }

.cherry-team-filter_link {
    padding: 8px 15px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block
}

    .cherry-team-filter_link:hover {
        border-color: currentColor
    }

a.page-numbers {
    border: 1px solid #e0e0e8;
    display: inline-block;
    height: 3em;
    line-height: 3;
    margin: 0 5px 5px 0;
    min-width: 3em;
    text-align: center;
    text-decoration: none
}

    a.page-numbers.current, a.page-numbers:hover {
        border-color: currentColor
    }

.ajax-more-btn.btn-hidden {
    display: none
}

.team-loader {
    position: absolute;
    left: 50%;
    top: 50%
}

    .team-loader .cherry-spinner {
        width: 90px;
        height: 90px;
        left: 50%;
        top: 50%;
        margin-left: -45px;
        margin-top: -45px;
        display: block;
        position: relative
    }

    .team-loader.loader-small {
        bottom: 0;
        top: auto
    }

        .team-loader.loader-small .cherry-spinner {
            width: 40px;
            height: 40px;
            margin-left: -20px;
            margin-top: -20px
        }

.cherry-spinner-double-bounce.cherry-spinner {
    position: relative
}

.cherry-spinner-double-bounce .cherry-double-bounce1, .cherry-spinner-double-bounce .cherry-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: currentColor;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cherry-doubleBounce 2s infinite ease-in-out;
    animation: cherry-doubleBounce 2s infinite ease-in-out;
    text-decoration: none;
    border: none
}

.cherry-spinner-double-bounce .cherry-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    text-decoration: none;
    border: none
}

@-webkit-keyframes cherry-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes cherry-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
