/* LICENSE & DETAILS
   ==================================================

        Theme Name: Neighborhood
        Theme URI: http://neighborhood.swiftideas.net
        Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
        License: GNU General Public License version 3.0
        License URI: http://www.gnu.org/licenses/gpl-3.0.html
        Version: 2.16
        Author: Swift Ideas
        Author URI: www.swiftideas.net

        All files, unless otherwise stated, are released under the GNU General Public License
        version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/* team styles */

.team-list{margin: 0 auto; text-align: center; /* */ }
.team-list .team-item{
    height: 220px;
    width: 220px;
    display: inline-block; 
    vertical-align: top;
    margin: 0 30px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.team-list .team-item h3{
    position: absolute;
    line-height: 48px;
    background: rgba(5,5,5,.7);
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: "Helvetica", Helvetica;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    margin: 0;
    border: solid 1px #979797;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item:hover h3{
    bottom: -50px;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item .opacer{
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: rgba(5,5,5,.7);
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item:hover .opacer{
    opacity: 1;
    filter: alpha(opacity=100);
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item .opacer h4{
    position: absolute;
    top: 213px;
    width: 100%;
    font-family: "Helvetica", Helvetica;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item:hover .opacer h4{
    top: 13px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
.team-list .team-item .opacer p{

    position: absolute;
    top: -245px;
    width: 100%;
    font-family: "Helvetica", Helvetica;
    font-size: 20px;
    font-weight: 300;
    font-style: oblique;
    font-stretch: normal;
    color: #ffffff;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item:hover .opacer p{
    top: 45px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
.team-list .team-item .opacer a{
    
    font-family: "Helvetica", Helvetica;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    padding: 10px 0;
    border: 1px solid #fff;
    position: absolute;
    bottom: -200px;
    left: 50%;
    margin-left: -75px;
    text-transform: uppercase;
    width: 150px;
    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team-list .team-item .opacer a:hover{
    cursor: pointer;
}
.team-list .team-item:hover .opacer a{
    bottom: 17px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

/* content team*/

.content-team{
    text-align: center;
    position: relative;
    border: solid 1px #dbdbdb;
    padding: 0 15px;
    padding-bottom: 15px;
}
.content-team div.top{
    position: absolute; 
    width: 80%;
    left: 10%;
    margin-top: -6px;
    height: 1px;
    background: #dbdbdb;
    z-index: 1;
}
.content-team div.bot{
    position: absolute; 
    bottom: 0;
    width: 80%;
    left: 10%;
    margin-bottom: -6px;
    height: 1px;
    background: #dbdbdb;
    z-index: 1;
}
.content-team img.picture{
    max-width: 148px; 
    padding: 4px;
    background-color: #ffffff;
    border: solid 1px #dbdbdb;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
}
div.back-link{
    margin-bottom: 55px;
}
a.back-link{ 
    font-family: Helvetica;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #333333;
    line-height: 10px;
}
a.back-link i{
    font-family: Ionicons;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    color: #343434;
    margin-right: 10px;
    float: left;
}
.content-team h4{
    font-family: Helvetica;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #333333;
    border-bottom: solid 2px #333333;
    padding: 2px 8px;
    margin: 0 auto;
    display: table;
}
.content-team h3{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #333333;
    margin-bottom: 12px;
    margin: 0 auto;
    display: table;
}
.content-team .content{
    font-family: Helvetica;
    font-size: 13px;
    font-weight: normal;
    font-style: oblique;
    font-stretch: normal;
    line-height: 1.31;
    text-align: center;
    color: #afafaf;
    margin-bottom: 20px;
}
.content-team .email{
    display: inline-block;
    vertical-align: top;
    
    margin: 0 15px;
    margin-bottom: 20px;
}
.content-team .phone{
    display: inline-block;
    vertical-align: top;
    
    margin: 0 15px;
}
.content-team .phone a,
.content-team .email a{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    font-style: oblique;
    font-stretch: normal;
    line-height: 1.14;
    color: #afafaf;
    padding: 5px 10px;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
}
.content-team .phone a i,
.content-team .email a i{
    font-family: Ionicons;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    color: #afafaf;
    width: 18px;
    height: 23px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
}

.tribe-event-time{
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}


@media (min-width: 768px) {  
    .content-team{
        padding: 0 48px;
        padding-bottom: 85px;
    }
    .content-team .email{
        margin-bottom: 0;
    }
}

.store-icons h3{
    color:#fff;
    margin: 0;
    margin-bottom: 10px;
}
.store-icons p{
    
}
.store-icons .button-icon{
    background: #000;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    
    display: inline-block;
    vertical-align: top;
}
.store-icons .button-icon img{
    max-width: 20px;
    float: left;
    margin-top: 10px;
}
.store-icons .button-icon div{
    padding-left: 30px;
    font-size: 10px;
    color: #fff;
}
.store-icons .button-icon:hover div{
    color: #999;
}
.store-icons .button-icon h5{
    padding-left: 30px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
}
.store-icons .button-icon:hover h5{
    color: #999;
}
a.top-bar-link{
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
}


