/* ============================================================================= //
// 
// tcmathieus Dec 2017
// 
// Block of CSS to explode staff widget to be able to use it for custom work.
// 
// 
// ============================================================================= */

.ddc-composer .clearfix.staffDetail{display: block;}
.clearfix.staffDetail, .staff-listing p.clear {display: none;}
.staffList dd.title, .staffList dd.email, .staffList dd.phone, .staffList dd.bio {
    display: inline-block;
    float: right;
    position: relative;
    vertical-align: top;
    width: 70%;
}
.staffList > .staff {width: 49%;}
.staffList dd a {background: transparent none repeat scroll 0 0;}
.staffList dd a:hover, .staffList .selected dd a {background-color: transparent;}
.staffList dd img {
    border: 1px solid;
    border-radius: 50%;
}
.staffList dl {position: relative;padding: 0;}
.staffList dd.photo {
    float: left;
    position: absolute;
    top: 15px;
    width: 25%;
}
.staffList dt.fn {
    display: block;
    float: right;
    font-size: 2em;
    vertical-align: top;
    width: 70%;
}
.staffList dd.phone:not(:empty):before {content: "Tel.: ";}
.staffList dd.email a {padding: 0;}
.staffList dd.email:empty {display: none;}
a.staffPageLink {display: none;}
