/* @override 
	https://www.sanctuaryfirst.org.uk/assets-v2/css/prayer-grid.css?* */

/* @override 
	http://www.sanctuaryfirst.org.uk/assets/css/masonry.css
	https://www.sanctuaryfirst.org.uk/assets/css/masonry.css?* */


.grid-item {
	position: relative;
	margin-bottom: 10px;
}

.overlay-date {
	position: absolute !important;
	top: 0px;
	text-align: center;
	color: #eee;
	font-size: 0.7em;
	background-color: rgba(0, 0, 0, 0.45);
	padding: 0px 10px;
	margin-right: 10%;
}

.overlay-text {
	position: absolute !important;
	bottom: 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.55);
	/*display: block;*/
	padding: 0px 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-right: 8%;
}
.overlay-text h3 {
	padding: 10px 3px;
	margin: 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}