/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/





.meet-out-members-inner .grid {
		display: flex;
		flex-wrap: wrap;
}

.meet-out-members-inner .grid .single-member {
		width: 20%;
		text-align: center;
		min-height: 160px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.meet-out-members-inner .grid .single-member img {
		filter: grayscale(1);
		transition: all 0.5s ease-in-out;
		width: auto;
		max-height: 90px;
		max-width: 145px;
}

.meet-out-members-inner .grid .single-member:hover img {
		filter: grayscale(0);
}

section.meet-our-members {
		background: #2A4635;
}

.meet-out-members-inner {
		max-width: 1400px;
		margin: 50px auto;
		background: white;
		padding: 50px;
}

.meet-our-members-intro {
		text-align: center;
		max-width: 800px;
		margin: 200px auto 0;
		color: white;
}

.meet-our-members-intro h1 {
		color: white;
		margin:0 auto 20px
}

section.meet-our-members {
		padding: 0 15px;
}


@media only screen and (max-width: 1200px) {
		.meet-out-members-inner .grid .single-member {
				width: 25%;
		}
}

@media only screen and (max-width: 800px) {
		.meet-out-members-inner .grid .single-member {
				width: 33%;
		}

		.meet-out-members-inner {
				padding: 0;
		}
}


@media only screen and (max-width: 600px) {
		.meet-out-members-inner .grid .single-member {
				width: 50%;
		}
}

.people-grid img{
    object-fit: cover;
    min-height: 200px;
    min-width: 200px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}


.people-grid .category-people .post-header{
    margin-bottom: 0px;
}

.people-grid .category-people .post-header a{
    border-radius: 0%;
    height: auto;
    background-image: none;
}