/*
Theme Name: ATLAS NOVUS Child Theme
Theme URI: https://atlas-novus.de
Template: Divi
Author: ATLAS NOVUS
Author URI: https://atlas-novus.de
Description: This is a child theme of Divi from Elegant Themes
Version: 1.0.2
*/


.event-date {
	font-family: 'Palmer Lake CAPS',Helvetica,Arial,Lucida,sans-serif;
	font-size: 34px;
}

.event-list {
	 display: grid;
	gap: 20px;
	grid-template-columns: 100%;
}

@media(min-width: 740px) {
	.event-list {
		grid-template-columns: 50% 50%;
	}
}

@media(min-width: 940px) {
	.event-list {
		grid-template-columns: 33.333% 33.333% 33.333%;
	}
}

.event-card img {
	border-radius: 16px;
}

.event-list-select {
	background: white;
	border-radius: 12px;
	border-color: white;
	padding: 12px 24px 12px 12px;
	min-width: 180px;
	margin-right: 12px;
	margin-bottom: 12px;
	font-family: "Sofia Pro Soft Bold Local", Helvetica, Arial, Lucida, sans-serif; text-transform: uppercase;
	  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	
	background-image: url('https://kindori.de/wp-content/uploads/2025/07/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: right 1rem center;
}
