/* Make icons load Fontawesome from the plugin font instead of Eventon */
.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i, .eventon_list_event .fa, .evo_lightbox .fa {
	font-family: "Font Awesome 7 Brands", "Font Awesome 7 Free" !important;
}

/* Month Header */
.evo_cal_above {
	margin-bottom: 0;
}
.evo_cal_above .cal_head_btn {
	margin-bottom: 0;
}
.ajde_evcal_calendar .calendar_header {
	margin-top: 0;
}
.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur {
  font-family: "Punktype";
  font-weight: 400;
  font-size: 2.2rem;
}

/* Search Bar */
.evo_search_bar input[type="text"] {
	color: var(--wp--preset--color--contrast);
}

/* Quick Filter Bar Aesthetics */
.evo_filter_bar {
	padding: 5px !important;
}
.evofp_ffb .eventon_filter_line p {
	display: flex;
	align-items: center;
	background-color: #fff;
	background-color: transparent;
	border: none;
	position: relative;
	font-size: 13px;
	opacity: 0.8;
	gap: 0.5rem;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 800;
}
.evofp_ffb .eventon_filter_line p:hover::before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: var(--evo_cl_b20);
	left: 0px;
}
.evofp_ffb .eventon_filter_line p .wp-font-awesome-icon svg.svg-inline--fa {
	font-size: 1.384165rem !important;
}
.ajde_evcal_calendar.fp_ff .evofp_ffb .eventon_filter.has_icon {
	flex-direction: row !important;
}
.ajde_evcal_calendar.fp_ff .evofp_ffb .eventon_filter.has_icon i {
	margin-bottom: 0px !important;
	font-size: 18px !important;
}
/* Selecting the different filters, matched to the main Eventon filter bar */
.eroding-filter-hide {
	display: none;
}
.evofp_ffb .eventon_filter_line p.eroding-filter-selected {
	background-color: var(--evo_color_1);
	color: var(--evo_cl_w);
	border-radius: 10px;
	opacity: 1;
}
.evofp_ffb .eventon_filter_line p.eroding-filter-selected:hover {
	background-color: var(--evo_color_1) !important;
	color: var(--evo_cl_w);
	border-radius: 10px;
	opacity: 1;
}
.evofp_ffb .eventon_filter_line p.eroding-filter-selected:hover::before {
	display: none;
}

/* Event Boxes */
/* prevent event boxes from sliding over, and give them an opacity effect instead */
.ajde_evcal_calendar.color:not(.boxy) #evcal_list .eventon_list_event a:hover {
	border-left-width: 0px;
	opacity: 0.7;
}

/* Event Date */
.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock, .evo_lightbox.eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock {
	flex-direction: column;
}
.evo_lightboxes .eventon_events_list .eventon_list_event .evoet_cx .evoet_dayblock em {
	color: var(--ett_title_color);
}
.evcal_cblock .evo_start em.month, .evcal_cblock .evo_end em.month, .evcal_cblock .evo_start em.day {
	font-weight: 800;
}
/* Event Title */
.eventon_events_list .eventon_list_event .evoet_c3.evoet_cx.evcal_desc {
	width: 40%;
}
.eventon_events_list .eventon_list_event .evoet_cx span.evcal_desc2.evcal_event_title,
.evo_pop_body .evoet_cx span.evcal_desc2.evcal_event_title {
	font-size: 1.6rem;
	font-family: "Poppins Black";
}

/* Location */
.eventon_events_list .eventon_list_event .evoet_cx .level_3.evoet_location {
	font-family: "Public Sans";
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 5px;
	margin-left: -5px;
	margin-bottom: 1rem;
}
.evo_lightboxes .eventon_events_list .eventon_list_event .evoet_cx .level_3 {
	display: none;
}
.eventon_events_list .eventon_list_event .evoet_cx .evcal_location {
	margin-right: 0px !important;
}

/*Move Event Tags and Types and Price to the bottom of their container */
.eventon_events_list .eventon_list_event .evoet_c4 {
	margin-top: auto;
	flex-direction: row;
	gap: 8px;
}

.eventon_events_list .eventon_list_event .evoet_cx .level_4 em, .evo_pop_body .evoet_cx .level_4 em {
	padding: 5px;
	border-radius: 5px;
	font-family: "Poppins";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 100%;
}

/* Event Type */
.evofsn {
	display: none;
}
.evoet_eventtypes.level_4.evcal_event_types.ett1 {
	flex-basis: 50%;
	border-radius: 5px;
}
.evoet_eventtypes.level_4.evcal_event_types.ett1 em:first-of-type{
	display: none;
}
.evoet_eventtypes.level_4.evcal_event_types.ett1 em {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-radius: 5px;
}
/* Special layout for gigs */
.eventon_events_list .eventon_list_event .evoet_cx .level_4.ett1:has(em[data-v="Gigs"]), .evo_pop_body .evoet_cx .level_4.ett1:has(em[data-v="Gigs"]) {
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: var(--wp--preset--color--accent-2);
	color: var(--wp--preset--color--contrast);
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
}
.eventon_events_list .eventon_list_event .evoet_cx .level_4.ett1:has(em[data-v="Gigs"]) em, .evo_pop_body .evoet_cx .level_4.ett1:has(em[data-v="Gigs"]) em {
	background-color: var(--wp--preset--color--accent-2);
	color: var(--wp--preset--color--contrast);
}
.eventon_events_list .eventon_list_event .evoet_cx .level_4.ett1 em i {
	font-size: 13px;
}
.eventon_list_event:has(.evo_gigs) {
	border: 1px solid var(--wp--preset--color--accent-2);
	border-radius: 16px;
}
.eventon_list_event .evo_gigs {
	background-color: var(--wp--preset--color--accent-3) !important;
	padding-top: 2rem !important;
}

/* Genre */
span.evcal_event_types.ett2 em {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	border: 1px solid var(--wp--preset--color--accent-2);
}
span.evcal_event_types.ett2 em:first-of-type {
	display: none;
}

/* Price */
.evo_lightboxes .eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
	display: none;
}
.evo_location_card .eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
	display: none;
}
em.evcal_cmd.marr10 {
	margin-right: 0 !important;
}
em.evcal_cmd.marr10 i:nth-of-type(1) {
	font-size: 12px;
}
em.evcal_cmd.marr10 i:nth-of-type(2) {
	display: none;
}


/* EVENT DETAILS BOX */
.evo_btn_arr {
	font-size: 13px;
	font-weight: 700;
}
.ajde_evcal_calendar.sev #evcal_list .event_description .evcal_event_details button.evcal_btn.evo_btn_secondary.evobtn_details_show_more {
	background-color: var(--wp--preset--color--accent-1);
}

/*move Event Type over in mobile view Event Details*/
.evodfx.evofxdrr.evogap10.evofxww.evofxaic {
	margin-left: 30px;
}
@media only screen and (min-width: 481px) {
	.evodfx.evofxdrr.evogap10.evofxww.evofxaic {
		margin-left: revert;
	}
}
/* Change font etc to fit other buttons*/
.evo_et_trigger {
	text-transform: uppercase;
	font-size: 13px !important;
	font-weight: 700;
	font-family: "Poppins" !important;
	padding: 5px 15px;
	display: flex;
	align-items: center;
}
.evo_et_trigger i {
	font-size: 13px !important;
}
/* Other locations button height */
.evcal_evdata_row .evo_btn_arr i.fa-chevron-right {
	height: 18px;
}

/* Price */
#evcal_list .eventon_list_event .evcal_eventcard .customfield1 .evo_custom_content p, .evo_lightboxes .evo_pop_body .customfield1 .evcal_evdata_row .evcal_evdata_cell .evo_custom_content p {
padding: 5px 15px;
background-color: var(--wp--preset--color--accent-2);
border-radius: 10px;
color: var(--wp--preset--color--contrast);
font-family: "Poppins";
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
}
/*Directions - wrap title so boxes fit better on mobile*/
.evo_get_direction_content {
	flex-wrap: wrap;
}
.evo_get_direction_content .evogetdir_header {
	flex-basis: 100%;
}


/* SIDEBAR EVENT LISTS */
.evo_sp {
	max-width: 100%;
}
.evosp_head {
	color: black;
}
.evosp_body .calendar_header {
	display: none;
}
.evo_sp .eventon_events_list .eventon_list_event .evoet_c3 {
	width: revert;
}
.evo_sp .eventon_events_list .eventon_list_event .evoet_cx .level_4 {
	justify-content: revert;
}
.evo_sp .eventon_events_list .eventon_list_event .evoet_cx .level_4 em {
  display: none;
}
.evo_sp .eventon_events_list .eventon_list_event .evoet_cx .evoet_cmf {
	display: none;
}

/*LOCATION EVENTS LISTS */
.evo_taxlb_more .evo_taxlb_main .evo_taxlb_l {
	flex: 0 0 0%;
}

/* TAXONOMY EVENT LISTS */
.evotax_term_card .evo_card_wrapper {
	width: 100%;
}
.evotax_term_card .evo_card_wrapper .content-area {
	width: 100%;
}
.evo_term_events .calendar_header {
  display: none;
}
.evo_term_top_section .marb20 {
  margin-bottom: 0 !important;
}
.ajde_evcal_calendar .evcal_month_line p {
  color: black !important;
}

/* SINGLE EVENTS */
.ajde_evcal_calendar.eventon_single_event.evo_sin_page h1.evosin_event_title  {
	color: var(--wp--preset--color--contrast);
}
.ajde_evcal_calendar.eventon_single_event.evo_sin_page .evoet_dayblock .evo_start em {
	color: var(--wp--preset--color--contrast);
}
.ajde_evcal_calendar.eventon_single_event.evo_sin_page .eventon_events_list .eventon_list_event .desc_trig:hover {
	background-color: unset;
}
