.leaflet-popup-content-wrapper {
	background-color: var(--primary-darker-color)!important;
}
.leaflet-container a.leaflet-popup-close-button {
	display: none!important;
	font-size: 1.5rem!important;
	color: #ffffff!important;
}
.thumb.featured p {
	display: none;
}
@media (min-width:992px) {
	.page-children-list ul {
		column-count: 2;
		column-gap: 2rem;
	}
}