/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#sw-staff ul {
    list-style: none;
    margin-bottom: 15px;
}
#sw-staff ul li {list-style-type: none;}

.staffs-item {
    padding-bottom: 15px;
}

p.staff-desc {
    margin-top: 5px;
}

/**
* Styling the for the linear shortcode option
*
*/
div#sw-staff {margin-bottom: 50px;}

#sw-staff div.staff-item {float: left; margin-right: 20px;}

#sw-staff div.staff-item.default {max-width: 40%;}
#sw-staff div.staff-item.small {max-width: 15%;}
#sw-staff div.staff-item.medium {max-width: 20%;}
#sw-staff div.staff-item.large {max-width: 45%;}
#sw-staff div.staff-item.full {max-width: 100%;}

#sw-staff div.staff-item.default p {max-width:100%;}
#sw-staff div.staff-item.small p {max-width:100%;}
#sw-staff div.staff-item.medium p {max-width:100%;}
#sw-staff div.staff-item.large p {max-width:100%;}
#sw-staff div.staff-item.full p {max-width: 100%;}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}