/**
Staffer Plugin Styles
*** 
Do not edit this file. Your changes will be overriden with any updates. 
If you wish to customize this plugin's CSS, add your own CSS to the custom CSS
panel, and/or disable the default plugin stylesheet via the plugin options panel.
***
**/

#staffer-container {
	max-width: 100%;
	margin: 0 auto;
	}
.staff-content p {
	margin-bottom: 20px;
	line-height: 24px;
	}
.staffer-breadcrumbs {
	margin: 20px 0px;
	}
.staffer-navigation {
	text-align: right;
	margin: 20px;
	}
.staffer-archive-page-title {
	font-size: 2rem;
	margin: 10px;
	}
.staffer-staff-title {
	
	}
.staffer-staff-header {
	margin: 20px;
	}
.staffer-staff-social-links i {
	font-size: 2rem;
	padding: 15px;
	}
.staffer-staff-social-links span {
	font-size: 1rem;
	padding: 15px;
	}
.staffer-staff-social-links a.hide-link:hover {
	cursor: default;
	}
.staff-content {
	margin: 20px;
	}
.staffer-archive-grid {
	padding: 1px;
	}
.staffer-archive-grid li {
	list-style-type: none;
	width: 31%;
	display: inline-table;
	}
	
@media screen and (max-width: 800px) {
	.staffer-archive-grid li {
	width: 49%;
	}
	}
	
/* Staffer List Styles */

ul.staffer-archive-list {
	padding: 1px;
	list-style-type: none;
	}
.staffer-archive-list li {
	list-style-type: none;
	display: inline-block;
	}