/**--------------------------------------
 * @package     rapi_team - Rapi Team
 * @copyright   Copyright (C) 2017 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later.
 * ---------------------------------------**/

.theme7 .our-team{
    text-align: center;
    background: #fff;
    padding: 0 0 20px 0;
}
.theme7 .pic{
    position: relative;
}
.theme7 .pic img{
    width: 100%;
    height: auto;
}
.theme7 .social_media_team{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}
.theme7 .team_social{
    list-style: none;
    padding: 0;
    position: relative;
    top:90%;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.theme7 .team_social > li{
    display: inline-block;
}
.theme7 .team_social > li > a{
    width: 25px;
    height: 25px;
    display: block;
    color: #000000;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 15px 2px 0;
    line-height: 24px;
    font-size: 14px;
}
.theme7 .post-title{
    color:#000;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px 0 3px 0;
}
.theme7 .post-title a{
    color:#000;
}
.theme7 .post{
    font-size: 13px;
    color:#777;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.theme7 .our-team:hover .social_media_team{
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease 0s;
}
.theme7 .our-team:hover .team_social{
    top:80%;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0066BD;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}