/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */

.meet-our-staff .staff-member {
    display: inline;
    text-decoration: none;
 }

.meet-our-staff h3 {
	text-align: center;
	margin: 20px auto;
}
.president,
.sales,
.craftmen {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
}
.staff-member {
	padding: 10px;
}
.staff-member img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: grey;
	display: block;
	margin: 0 auto;
}
.widget-video.size-from-placeholder {
	height: auto !important;
}


footer .footerlinks li a:hover {
  color: #ededed;
}
