/********************************************************************
	Staff Single & Archive CSS
********************************************************************/

.staff-archive .content {
	width: 100%;
}

.staff-archive h1.archive-title {
	font-size: 30px;
	font-weight: normal;
}

.staff-archive .archive-description {
	text-align: center;
}

.single-staff .entry-header-wrapper .wrap,
.single-staff .breadcrumbwrapper .wrap {
	width: 930px;
	max-width: 100%;
}

.archive.staff-archive .hero-page-title h1,
.archive.staff-archive .breadcrumb-wrapper {
	text-align: left;
}

.archive.staff-archive .hero-page-title h1:after {
	margin: 20px 0;
}

.archive.staff-archive .archive-description p {
	width: 100%;
}

.staff-list {
	margin-bottom: 40px;
}

.staff-type {
	border-bottom: 1px solid #eee;
	float: left;
	margin-bottom: 24px;
	padding: 10px 20px;
	font-size: 36px;
	width: 100%;
}

strong.tax_title {
    display: block;
    margin-bottom: 10px;
}

.staff-members {
	background-color: #fff;
	margin-bottom: 40px;
}

.staff-member strong.pos-title {
	color: #888;
	font-size: 16px;
	font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.staff-member a.st_email {
	font-weight: 600;
  margin-left: 20px;
	text-transform: uppercase;
}

.staff-archive .tax-dscr-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.staff-member {
	float: left;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px;
	text-align: center;
	width: 25%;
}

.staff-archive .uk-modal-header {
	background-color: #0073e5;
}

.staff-archive .uk-close {
	color: #fff;
	top: 22px;
}

.staff-archive h2.uk-modal-title {
	color: #fff;
}

.staff-member:last-child {
	margin-bottom: 0;
}

.staff-member a {
	color: #1CA4FF;
	text-decoration: none;
}

.staff-member img {
	display: block;
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	margin-bottom: 20px;
}

.staff-member a.uk-button.uk-button-default {
  margin-top: 20px;
}

.staff-member a.button {
	background-color: transparent;
	border: 1px solid #1CA4FF;
	color: #1CA4FF;
	clear: both;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: center;
	text-transform: uppercase;
}

.staff-member a.button:hover {
	background-color: #1CA4FF;
	color: #fff;
}

.staff-member .entry-title {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.staff-member a.st_email.button {
	color: #fff;
  font-weight: 700;
  padding: 6px 20px;
}

.staff-member span.uk-icon {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.staff-member .fa-phone-square:before {
	color: #1CA4FF;
}

.staff-title {
	font-style: italic;
	font-size: 20px;
	margin-bottom: 20px;
}

.staff-member p {
	margin-bottom: 0;
}

.more-from-link {
	background-color: #fff;
	padding: 40px;
}

img.single-staff-img.alignleft {
  display: block;
  object-fit: cover;
  height: auto;
	margin: 0 40px 40px 0;
  width: 300px;
}

.single-staff strong.pos-title,
.single-staff span.phone_blk,
.single-staff a.st_email {
	display: block;
	margin-bottom: 15px;
}

.single-staff strong.pos-title {
    font-size: 24px;
}

.single-staff .header-hero p.entry-meta,
.single-staff  .entry-header-wrapper p.entry-meta {
	display: none;
}

.single-staff .prev-next-post-links {
  border-top: 1px solid #eee;
  padding: 10px;
}

.single-staff .previous-post-link {
	float: left;
}

.single-staff .next-post-link {
	float: right;
}

@media only screen and (max-width: 860px) {

	.staff-archive .site-inner {
    	padding: 20px 5% 80px !important;
	}

	.staff-archive .archive-description p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 700px) {

	.staff-member {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.staff-member {
		padding: 10px;
	}
}

/********************************************************************
	Staff Template CSS
********************************************************************/
.staff_template .content {
	width: 100%;
}

.staff_template ul.uk-grid-small li {
	list-style-type: none;
}

.staff_template .uk-card-body {
	padding: 0 0 30px;
}

.staff_template  img.stf_img {
  object-fit: cover;
  height: 260px;
  width: 100%;
  margin-bottom: 20px;
}

.staff_template h3.related-entry-title {
	margin-bottom: 10px;
}

.staff_template span.job-title {
  display: block;
  color: #666;
  margin-bottom: 20px;
  width: 100%;
}

/*********** Module *******************/
.staff_template img.mod_img {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {

	.staff-member {
		width: 50%;
	}
}

@media only screen and (max-width: 760px) {

	.staff-member {
		padding: 25px 10px;
	}
}

@media only screen and (max-width: 600px) {

	.staff-member {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {

	.single-staff img.alignright {
		float: left;
		margin-left: 0;
		width: 100%;
	}
}


