.post-list > ul {
	margin-left: -3%;
	margin-top: -3%;
	font-size: 0;
	text-align: left;
}
.post-list > ul > li {
	display: inline-block;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
	vertical-align: top;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-list > ul > li .entry-summary {
	position: relative;
}
.post-list > ul > li .entry-summary > a {
	display: block;
}
.post-list > ul > li .entry-summary > a.inactive {
	pointer-events: none;
}
.post-list > ul > li .entry-summary > a.inactive:hover {
	color: inherit !important;
}
.post-list > ul > li .entry-summary > a.inactive:hover svg {
	fill: inherit !important;
}

.post-list > ul > li .image {

}
.post-list > ul > li .image img {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;

	-webkit-backface-visibility: hidden; /* chrome opacity glitch */
}
.post-list > ul > li:hover .image img {
	opacity: 0.8;
}

.post-list > ul > li .text-content {
	padding-top: 20px;
}
.post-list > ul > li .over .text-content {
	padding-top: 0;
}
.post-list > ul > li .text-content .term-list {
	font-size: 0.7em;
	margin-bottom: 1em;
}
.post-list > ul > li .text-content h4 {
	margin-bottom: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

@media all and (max-width: 1000px) {
	.post-list > ul {
		margin-left: -4%;
		margin-top: -4%;
	}
	.post-list > ul > li {
		width: 29.33%;
		margin-left: 4%;
		margin-top: 4%;
	}
}
@media all and (max-width: 800px) {
	.post-list > ul {
		margin-left: -6%;
		margin-top: -6%;
	}
	.post-list > ul > li {
		width: 44%;
		margin-left: 6%;
		margin-top: 6%;
	}
}
@media all and (max-width: 500px) {
	.post-list > ul {
		margin-left: 0;
		margin-top: -8% !important;
	}
	.post-list > ul > li {
		width: 100%;
		margin-left: 0;
		margin-top: 8%;
	}
}
