.featured-event-section {
	padding: 50px;
}
.fav_filter_row .filter-option li .count {
	display: none;
}
.featured-event-section .section-content {
	display: flex;
	align-items: flex-start;
}
.featured-event-section .section-content > div {
	width: 46%;
	position: relative;
}
.archive-page-section {
	margin-right: 4%;
}
.projects-slider {
	margin-left: 4%;
}
.page_meta p {
	margin: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: -0.18px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.page_meta p .seperator {
	margin: 0 10px;
}
.archive-page-section .page_title {
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: -1.8px;
	margin-top: 25px;
	max-width: 520px;
	margin-bottom: 25px;
}
.page_description p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.18px;
	display: inline-block;
}
.page_description p:first-child {
	margin: 0;
}

.slide_navigatio {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
}
.slide_navigatio i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.h_seperator {
	width: 25px;
	height: 1px;
	display: block;
	background: #fff;
	margin: 0 15px;
}
.page_description {
	margin-bottom: 80px;
}
.fiter-wrapper {
	display: flex;
	padding: 0 50px;
	align-items: center;
	line-height: 0;
	margin-bottom: 50px;
}
.select_wrapper_dropdown_style {
	position: relative;
}
.select_wrapper_dropdown_style select{
	display:none;
}
.select_wrapper_dropdown_style .filter_dropdown {
	display: none;
	margin: 0;
	position: absolute;
	top: 100%;
	line-height: 1;
	width: 100%;
	padding: 20px;
	list-style: none;
	background: #212222;
	z-index:9;
	left: 0;
}
.fiter-wrapper .filter_item_row {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	background: #212222;
	padding: 0 0 0 30px;
	border-radius: 5px;
}
.fiter-wrapper .filter_item_row.venue_filter {
	width: 50%;
	margin: 0 20px;
	padding-left: 0;
}
#search {
	color: #ACABAB;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	height: 50px;
	padding: 0 20px;
	background: transparent;
	border: 0;
	width: calc(100% - 61px);
}
.search_category_wrap.filter-item .icon {
	display: inline-block;
	line-height: 0;
}
#search:focus-visible, #search:focus {
	border: 0;
	outline: 0;
}
.search_category_wrap.filter-item {
	width: 65%;
}
.select_wrapper_dropdown_style {
	position: relative;
	width: 35%;
	display: flex;
	height: 70px;
	align-items: center;
	background: #ffc878 url(images/dropdown_o_arrow.svg)no-repeat scroll calc(100% - 15px) center;
	padding: 0 15px;
	border-radius: 5px;
}
.filter_item_row .seperator {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	text-transform: capitalize;
	margin: 0 0 0 15px;
}
.select_wrapper_dropdown_style .selected_value label {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.16px;
	text-transform: capitalize;
	margin-right: 15px;
}
.select_wrapper_dropdown_style .selected_value .selected_text {
	color: #ACABAB;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	text-transform: capitalize;
}
.fiter-wrapper .filter_item_row.venue_filter .select_wrapper_dropdown_style {
	width: 100%;
	padding-left: 45px;
}
.select_wrapper_dropdown_style .filter_dropdown li {
	color: #ACABAB;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	text-transform: capitalize;
	margin-bottom: 20px;
	cursor: pointer;
}
.select_wrapper_dropdown_style .filter_dropdown li:hover {
	color: #fff8ef;
}
.select_wrapper_dropdown_style .filter_dropdown li:last-child {
	margin: 0;
}
.event_month_filter {
	display: flex;
	background: #212222;
}
.event_month_filter ul {
	padding: 15px 75px;
	margin: 0;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
}
.event_month_filter ul li {
	width: calc(100% / 15);
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.16px;
	text-transform: capitalize;
	position: relative;
	pointer-events: none;
}
.event_month_filter ul li.haslink ,.event_month_filter ul li.allcount {
	cursor: pointer;
	pointer-events: auto;
}
.event_month_filter ul li .month_label {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.postcount {
	color: #212222;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: -0.12px;
	text-transform: capitalize;
	width: 25px;
	height: 25px;
	display: block;
	margin: 10px auto 0 auto;
	background: #FBB040;
	border-radius: 50%;
}
.postcount:empty {
	visibility: hidden;
}
.event_month_filter ul li.active::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background: #FBB040;
	left: 0;
	bottom: -20px;
}
.event_month_filter ul li:before{
	content:"";
	height:30px;
	width:1px;
	position:absolute;
	left:-.5px;
	top:0;
	background:#ACABAB;
}
.event_month_filter ul li:first-child:before{
	display:none;
}
.Listing_wrap_of_events {
	padding: 50px 35px;
	background: #fff;
}
.Filter_row_day {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px 35px;
}
.Filter_row_day .day_filter {
	display: flex;
	padding: 0;
	list-style: none;
	margin: 0 auto 0 0;
}
.Filter_row_day .day_filter li {
	padding: 0 20px;
	color: #6B6B6B;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.18px;
	position: relative;
	cursor: pointer;
}
.Filter_row_day .day_filter li:before{
	content:"";
	position:absolute;
	width:2px;
	height:30px;
	top:calc(50% - 15px);
	left:-1px;
	background:#ACABAB;
}
.Filter_row_day .day_filter li:first-child {
	padding-left: 0;
}
.post_count_section {
	margin: 0;
	color: #212222;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.18px;
}
.Filter_row_day .day_filter li:first-child:before{
	display:none;
}
.action_button_wrap {
	display: flex;
	align-items: center;
}
.action_button_wrap a {
	margin: 0 10px;
}
.action_button_wrap a:last-child {
	margin-right: 0;
}
.Filter_row_day .action_button_wrap {
	margin-left: auto;
}
.Filter_row_day .day_filter li.active {
	color: #212222;
}
.select_wrapper_dropdown_style .filter_dropdown li:last-child {
	margin: 0;
}
.fiter-wrapper .filter_item_row.venue_filter .select_wrapper_dropdown_style .filter_dropdown {
	padding-left: 45px;
}
.fav_filter_row {
	display: flex;
	align-items: center;
	background: #212222;
	padding: 30px 50px;
	justify-content: space-between;
}
.fav_filter_row .filter-option {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
.fav_filter_row .section_describe {
	font-size: 32px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #fff;
	margin: 0 40px 0 0;
}
.fav_filter_row .filter-option li {
	width: max-content;
	margin: 0 10px;
	background: #333333;
	border-radius: 5px;
	transition: all .5s linear;
}
.fav_filter_row .filter-option li.active {
	background: #EE5834;
	transition: all .5s linear;
}
.fav_filter_row .filter-option li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 25px 35px;
	display: block;
}
.select_wrapper_dropdown_style {
	max-width:370px;
}
.favorites_wrap {
	background-color: #ffffff;
	list-style: none;
	padding: 50px;
	margin-top: 0 !important;
}
.favorites_wrap .no_posts {
	width: 100%;
	text-align: center;
}