/* Start custom CSS for shortcode, class: .elementor-element-99c041f */.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event {
	height: 275px;
	margin: 1px;
	width: 33.1%;
	}
	
.eventon_filter_dropdown {
	min-width: 300px; 
	}
	
.evcal_time, .evcal_location { 
    font-size: 14px; 
    line-height: 16px; }
	
.evo_start .year, .evo_start .day, .evo_start .month {
	font-size: 14px;
	}
	
@media (max-width: 500px) { 
   .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event {
        margin: 0 0 2px 0;
        width: 100%;
    }

}

/* here the rules for windows between 500px and 900px */
@media (min-width: 500px) and (max-width: 900px) {
    .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event {
        margin: 2px;
        width: 49.4%;
    }
}/* End custom CSS */