/************************************
Staff Archive and Single CSS
**************************************/

.staff-archive .content {
	background-color: transparent;
	width: 100%;
}

.staff-archive .site-inner {
    clear: both;
    background-color: transparent;
    padding: 0;
    margin: 40px auto;
    word-wrap: break-word;
}

.staff-archive .archive-description {
	background-color: transparent;
	color: #333;
	font-weight: 600;
	padding: 0 150px 20px;
	margin-bottom: 20px;
	text-align: center;
}

.staff-list {
	margin-bottom: 40px;
}

.staff-list .row {
	float: left;
	clear: both;
	width: 100%;
}

.staff-type {
	float: left;
	clear: both;
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 40px 0;
	padding: 10px 0;
	font-size: 30px;
	width: 100%;
}

.staff-members {
	padding: 40px;
	margin-bottom: 40px;
}

.staff-member {
	float: left;
	margin-bottom: 80px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	width: 33.33%;
}
.staff-member:last-child {
	margin-bottom: 0;
}

.staff-member .aligncenter {
	margin-bottom: 0;
}

.staff-member a {
	text-decoration: none;
}

.staff-member .grid-cnt {
    background-color: #fff;
    padding: 30px 0 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 20px 0px rgb(0 0 0 / 15%);
}



.staff-member .entry-title {
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.staff-title {
	font-style: italic;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

.staff-archive span.pos {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 600;
	margin-bottom: 20px;
    color: #696969;
}

.staff-archive a.more-link.button {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.staff-archive a.email-btn {
    font-size: 13px;
    font-size: 1.3rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    text-transform: uppercase;
}

.staff-archive a.email-btn:before {
	content: "\f003";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.staff-member p {
	margin-bottom: 0;
}

.more-from-link {
	background-color: #fff;
	padding: 40px;
}

.single-staff .staff-content .entry {
	padding: 0;
}

.single-staff .staff-img {
    float: left;
    margin: 0 30px 30px 0;
}

.single-staff .staff-img img {
    object-fit: cover;
    height: 250px;
}

.staff-archive .staff-img {
	height: 300px;
}

.staff-archive .staff-img img {
    object-fit: cover;
    height: 300px;
	width: 100%;
}

.single-staff p.quote {
	color: #333;
    font-style: italic;
	font-weight: 600;
    background-color: #fff8ff;
    padding: 40px;
}

.single-staff .staff-content .entry span.position {
	font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
	margin-bottom: 20px;
    color: #0d3d9e;
	display: block;
}

.staff-bio {
    margin-top: 50px;
}

.single-thumbnail img {
    max-width: 253px;
}

.single-staff .prev-next-post-links {
	position: relative;
}

.single-staff .previous-post-link {
	float: left;
}

.single-staff .previous-post-link:before {
	content: "\f177";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-right: 7px;
}

.single-staff .next-post-link {
	float: right;
}

.single-staff .next-post-link:after {
	content: "\f178";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.single-staff .global-post-link {
    position: absolute;
    font-weight: 600;
    left: 50%;
    margin-left: -54px;
    width: 108px;
}

.single-staff .prev-next-post-links strong:hover {
	color: #b3a56c;
}

@media only screen and (max-width: 1200px) {
	
	.staff-archive .archive-description {
		padding: 0;
	}
}

@media only screen and (max-width: 1023px) {
	
	.staff-members {
		padding: 0;
	}
	
	.staff-archive .archive-description {
		margin-bottom: 0;
	}
	
	.staff-member {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) { 
	
	.staff-archive .site-inner {
    	padding: 0;
	}
	
	.staff-type {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	.staff-member {
		padding: 0;
		width: 100%;
	}
}