/* filter */
.et_pb_ibsr_event_search .et_pb_ibsr_event_search_filters {
	display: grid;
	grid-gap: 1.5%;
	grid-template-columns: 32.3% 32.3% 32.3%;
	margin-bottom: 24px;
}
.et_pb_ibsr_event_search .range_field::after {
	font-family: 'ibsr' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #284F85;
	content: "\e904";
	cursor: pointer;
	font-size: 17px;
	right: 8px;
	position: absolute;
	top: 10px;
}
.et_pb_ibsr_event_search .range_field input {
	cursor: pointer;
}
.et_pb_ibsr_event_search .search_wrapper {
	position: relative;
}
.et_pb_ibsr_event_search .submit_field {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
}
.et_pb_ibsr_event_search .submit_field::before {
	font-family: 'ibsr' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #284F85;
	content: "\e905";
	cursor: pointer;
	left: 8px;
	position: absolute;
	top: 12px;
}
.et_pb_ibsr_event_search .category_field {
	display: grid;
	grid-gap: 5%;
	grid-template-columns: 47% 47%;
}

/* list */
.et_pb_ibsr_event_list .hidden {
	display: none;
}

.et_pb_ibsr_event_list ul.pagination {
	list-style-type: none;
	margin-top: 50px;
	padding: 0px;
}
.et_pb_ibsr_event_list ul.pagination li {
	display: inline-block;
	height: 32px;
	line-height: 29px;
	min-width: 32px;
	text-align: center;
}
.et_pb_ibsr_event_list ul.pagination li.current a {
	color: #377AB2;
	cursor: default;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.et_pb_ibsr_event_list ul.pagination li.prev {
	margin-right: 38px;
}
.et_pb_ibsr_event_list ul.pagination li.next {
	margin-left: 38px;
}
.et_pb_ibsr_event_list ul.pagination li.prev a,
.et_pb_ibsr_event_list ul.pagination li.next a {
	cursor: pointer;
	position: relative;
	top: 3px;
}
.et_pb_ibsr_event_list ul.pagination li.prev a::before,
.et_pb_ibsr_event_list ul.pagination li.next a::before {
	font-family: 'ibsr' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	color: #284F85;
	cursor: pointer;
	font-size: 17px;
	padding: 0px 12px;
}
.et_pb_ibsr_event_list ul.pagination li.prev a::before {
	content: "\e906";
}
.et_pb_ibsr_event_list ul.pagination li.next a::before {
	content: "\e907";
}
