/******************************************************************
RECENT NEWS GRID
******************************************************************/

.plu-recent-news-grid .all-news-items-wrapper {
	display: flex;
	flex-direction: column;
}

.plu-recent-news-grid .all-news-items-wrapper .news-item {
	width: 100%;
	margin-bottom: 1.5em;
	background: #ffffff;
	padding: 0 0 1em 0;
}

.plu-recent-news-grid .all-news-items-wrapper .news-item .news-item-wrap .news-item-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
}

.plu-recent-news-grid .all-news-items-wrapper .news-item .news-item-wrap .news-item-content {
	padding: 1em 1em 0 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.plu-recent-news-grid .all-news-items-wrapper .news-item .news-item-wrap .news-item-content .news-item-title {
	margin: 0 0 10px 0;
	font-size: 1em;
	letter-spacing: 0.2px;
	padding: 0;
	color: #333333;
}

.plu-recent-news-grid .all-news-items-wrapper .news-item .news-item-wrap .news-item-content .news-item-date {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0.3px;
}