
/* -------------------------------------------
PEOPLE PAGES WITH FILTER
----------------------------------------------*/	

.biolist {
	list-style-type:none;
	padding-left:0;
	overflow:hidden;
}

.biolist-item {
	background-color: #fff;
	border:2px solid #ccc;
	float:left; 
	margin: 0 10px 20px;
	padding:10px;
	width: calc((100% / 3) - 20px);
	max-width: 100%;
	word-wrap: break-word;
	text-align: center;
}

.biolist-image img {
	padding:1em 0;
	display: inline-block;
	border-bottom: 3px solid #cc0000;
}


/* Customizations when filter grid (isotope) is enabled */

#grid-filter .biolist-item {
	margin: 0 0 20px 0;
	width: 310px;
}

.js #grid-filter {
	opacity: 0;
	transition: opacity .3s;
}

.js #grid-filter.isotope {
	opacity: 1;
}


/* smaller screen customizations */
@media only screen and (max-width: 600px) {
	.biolist-item {
		width:100%;
		margin: 0 0 20px;
	}
}


/* -------------------------------------------
	END PEOPLE PAGES WITH FILTER
----------------------------------------------*/