/*# sourceMappingURL=post-grid.css.map */

.post-grid-box .section-title {
	color: #215868;
	font-family: Run Wild;
	margin-top: 0;
	margin-bottom: 0;
}

.post-grid-box .post-grid .grid-item {
	text-align: center;
}

.post-grid-box .post-grid .grid-item:nth-child(even) {
	margin-top: 100px;
}

.post-grid-box .post-feat-img {
	position: relative;
	padding-top: 100%;
	width: 100%;
	overflow: hidden;
}

.post-grid-box .post-feat-img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
}

.post-grid-box .post-excert {
	margin-bottom: 30px;
}

.post-grid-box .post-title h2 {
	font-size: 24px;
	color: #215868;
	font-weight: 400;
	margin: 30px 0 25px;
}

.post-grid-box .post-btn-wrap a {
	margin: 0 10px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.post-grid-box .post-grid .grid-item {
		text-align: center;
	}
	
	.post-grid-box .post-grid .grid-item:nth-child(even) {
		margin-top: 0;
	}
	
	.post-grid-box .post-grid .grid-item:nth-child(odd) .post-feat-img {
		border-top-left-radius: 50% 50% !important;
		border-top-right-radius: 50% 50% !important;
	}
}
