/*
Theme Name: Penn Directory Theme
Theme URI: http://0to5.com
Author: 0to5 - TB
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5 for Penn
Version: 1
License: 
License URI: 
Tags: 
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_/css/build.css
------------------------------------------------------------------------
*/


.SingleStaffList li a{
	color:#95001a;	
}
.StaffListSocial .sls-icon:hover{
	background-color:#57000a;
}
.SingleStaffList::after{
	content: '';
    position: absolute;
    bottom: 50px;
    right: 0;
    width: calc(100% - 360px);
    height: 1px;
    border-bottom: 1px solid #ccc;
}
@media(max-width:767px){
	.SingleStaffList::after{
		display:none;
	}
	
	.stafflist_Links ul{
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;		
	}
}
#IndividualProfilePage .SingleStaffList .StaffListMeta::after{
	display:none;
}

header.inside-page + #header_clear{
	display:none;
}

#home-wrap .SingleStaffList::after{display:none;}
#Single-Page .SingleStaffList::after{display:none;}

.penn_filter_item .dd_menu_pop{
	z-index:3;
}
.pe_quick_actions .quick_actions.btn{
	border-radius:0;
}

@media(min-width:992px){
	.penn_filter_label{
		float:right;	
	}
}
