/* 
    Document   : klStaffList_front_scripts
    Created on : 16-Oct-2014, 4:18:18 PM
    Author     : karenlaansoo
    Description:
        Front End Styling of the Staff Member Plugin.
*/
/**
=============
Side Widgets
=============
*/
div.staff-item {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 20px 5%;
    margin-bottom: 20px;
    margin-bottom: 1.3rem;
    text-align: justify;
    margin-top: 60px;
    margin-top: 3.8rem;
}
div.staff-item:first-child{
    margin-top: 35px;
    margin-top: 2.2rem;
}
.staff-avatar{
    width: 106px;
    height: 107px;
    border-radius: 95px;
    margin: -70px auto 10px auto;
    border: 1px solid #95a1b1;
}
.entry-header .staff-avatar{
    margin-top: -10px;
    margin-top: -0.35rem;
}
.staff-avatar img, .nav-avatar img{
    width: 105px;
    height: 105px;
    border-radius: 95px;
    border: 8px solid #ffffff;
    display: block;
    z-index: 0;
    float:left;
}
.nav-avatar img{
    float:none;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    border-radius: 70px;
}
div.entry-header .staff-avatar img{
    float:none;
}
div.staff-avatar .staff-icon{
    margin-top: -34px;
    margin-left: 75px;
    display: inline-block;
    background-color: #253648;
    z-index: 1;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align:center;
    float:right;
}
div.staff-avatar .staff-icon:hover{
    background-color: #036a38;
}
div.staff-avatar .fa-info:before{
    color:#ffffff;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.8;
}
div.staff-item h5{
    font-weight: bold;
    width: 100%;
    text-align:center;
}
div.staff-item .staff-position{
    text-align:center;
}
