/* Our team 7
-------------------------------------------------- */

.our-team7 {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team7 figure {
    z-index: 1;
    text-align: center;
}

.our-team7 figure img {
    border: 1px solid #e7e7e7;
    margin: 0 0 -76px 0;
    max-width: 80% !important;
    box-shadow: none;
    -webkit-transition: all .3s cubic-bezier(0, 0.39, 0.5, 0.51);
    -moz-transition: all .3s cubic-bezier(0, 0.39, 0.5, 0.51);
    -ms-transition: all .3s cubic-bezier(0, 0.39, 0.5, 0.51);
    -o-transition: all .3s cubic-bezier(0, 0.39, 0.5, 0.51);
    transition: all .3s cubic-bezier(0, 0.39, 0.5, 0.51);
}

.our-team7 figcaption {
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 76px 10px 0;
    top: 45%;
    bottom: 0;
}

.our-team7:hover figure img {
    box-shadow: 0 9px 22px rgba(0, 0, 0, .1);
}

.our-team7 figcaption h2 {
    font-size: 27px;
    margin: 25px 10px 9px;
    font-weight: 500;
    line-height: 39px;
    text-transform: uppercase;
    color: #437df9;
}

.our-team7 figcaption h5 {
    color: #77818b;
    margin-bottom: 38px;
    line-height: 0.7;
    font-size: 17px;
    font-weight: 300;
    text-transform: capitalize;
    word-spacing: 0.5px;
    letter-spacing: -0.4px;
}

.our-team7 .social-team {
    padding: 26px 0 20px;
    border: 1px solid #e7e7e7;
}

.our-team7 .social-team i {
    margin: 0 4px;
    padding: 9px;
    font-size: 24px;
    color: #b2b2b2;
    background: transparent !important;
}

.our-team7 .social-team a i {
    background: none;
}

.our-team7 .social-team a i.fa-facebook:hover,
.our-team7 .social-team a i.fa-twitter:hover,
.our-team7 .social-team a i.fa-linkedin:hover,
.our-team7 .social-team a i.fa-google-plus:hover,
.our-team7 .social-team a i.fa-vimeo:hover {
    background: none;
}

.our-team7 i:hover {
    color: #437df9;
}