/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2026 | 00:00:54 */
/* CALENDAR */

.evo_filter_bar .evo_filter_aply_btns p {
    display: block!important;
}

.eventon_sorting_section, .evo_filter_bar {
    background-color: #ffffff;
}

#maincalendar p.evo_filter_submit {
    background-color: var(--awb-color4)!important;    
}

#evcal_cur {
    font-family: "ProspectusL Bld";
    order: 1;
    margin-left: 20px !important;
}

#maincalendar .eventon_list_event, .eventon_list_event * {
    border-radius: 0px!important;
}

#maincalendar p.desc_trig_outter:has(a.featured_event):after {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    height: 150px;
    width: 150px;
    background-color: var(--awb-color5);
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    z-index: 10000;
}



#maincalendar .evo_boxtop {
    position: absolute !important;
    left: 0!important;
    top: 0!important;
    height: 150px!important;
    width: 150px!important;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    z-index: 10000!important;
}

.evcal_event_subtitle {
    display:none!important;
}
#maincalendar .evcal_event_subtitle {
    display:block!important;
}
#maincalendar .evoet_cx {
    padding-bottom: 65px;
    z-index: 99999;
}

#maincalendar .evoet_cx .evoet_dayblock{
    padding-left: 0px!important;
}
#maincalendar .evcal_list_a {
    padding-top: 30px!important;
}

#evcal_calendar_eventcal .eventon_filter_line .filtering_set_val, .eventon_filter_line .filtering_static_val, .eventon_sort_line .eventon_sf_cur_val p {
    border: none;
    border-right: 1px solid black;
    border-radius: 0px;
}

#evcal_calendar_eventcal .evcal_event_title {
	    font-size: 15px;
    font-family: 'MuseoSans700';
    color: #000000 !important;
}

#evcal_calendar_eventcal .evo_boxtop {
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #f455a7 50%, transparent calc(50% + 1px));
	height: 110px !important;
    width: 110px !important;
}



.evo_start {
	display: flex;
    flex-direction: row;
}

.evo_start .date {
	padding-right: 5px;
}

#evcal_calendar_eventcal .evo_start .date, #evcal_calendar_eventcal .evo_start .year {
	display: none;
}

#evcal_calendar_eventcal .evo_start .day {
	font-size: 20px;
	font-family: 'ProspectusL Bld';
	color: #000000!important;
}

#evcal_calendar_eventcal .eventon_events_list .eventon_list_event .no_val .evcal_cblock {
	display: block;
}

#evcal_calendar_eventcal .eventon_events_list .eventon_list_event .no_val .evcal_cblock .evo_start .day {
	color: #FFFFFF!important;
}

#evcal_calendar_eventcal  .eventon_list_event .evcal_desc {
    padding-left: 30px;
}