.mobile_menu_wrapper {
    position:absolute;
    display:block;
    right: 20px;
    top: 120px;
    z-index: 1;
}
@media(min-width: 768px){
    .mobile_menu_wrapper {
        display: none;
    }
}
.mobile_menu_modal {
    position: fixed;
    height: 100vh;
    background-color: #000;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
}

.mobile_menu_modal.active {
    display: flex;
}

.mobile_menu_modal .menu_modal_header {
    position: absolute;
    top: 40px;
    right: 20px;
}

.menu_modal_content ul {
    margin:0;
    padding:0;
    list-style: none;
    text-align:center;
}

.menu_modal_content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.menu_modal_content ul li a {
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.menu_modal_content ul li .sub-menu {
    margin-top: 20px;
}

.menu_modal_content ul li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    color: #aaa;
}

ul.expect {
    display: flex;
    width: 100%;
    flex-direction: column; 
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding:0;
    list-style: none;
}

ul.expect li {
    margin:0;
    padding:0;
}

ul.expect li span {
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    padding:0 0 0 45px;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 54px;
    color: #000;
}

@media(min-width: 768px){
    ul.expect {
        display: flex;
        width: 100%;
        flex-direction: row; 
    }

    ul.expect li {
        margin: 0 10px;
    }
    
}

.event_images {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    row-gap: 30px;
    column-gap: 10px;
}
@media(min-width: 768px){


}


/* mapbox */
#map-main {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    /* height:580px; */
    height: 629px;
}
.locations-list-wrapper {
	max-height: 560px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 5px;
}
#map-sidebar {
    flex: 0 0 280px;
    background: #fff;
}

.map-wrapper {
    display: flex;
}

.locations-list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.region-sidebar-inner-content {
    padding: 8px;
}

.location {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.location.highlighted::before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    background: #EEEEEE;
    z-index: 0;
    left: -8px;
    top: 0;
}

.location-info {
    z-index: 1;
    position: relative;
}

.location-img {
    flex: 0 0 80px;
    background-size: cover;
    height: 80px;
    z-index: 1;
    position: relative;
}

.location-name {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
}

.highlighted .location-name {
    color: #DA7517;
}

.location-region {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}

.info-box-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.info-box-img {
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    background-position: center center;
}

.info-box-title {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
}

.info-box-cat {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
}
.mapregion-filter {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	background-image: url('assets/images/arrow.svg');
	background-repeat: no-repeat;
  background-position: 95% center;
}
.view-youtuber {
	background: #DA7517;
	color: #fff;
	padding: 7px 15px;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: 800;
}
.view-youtuber:hover {
	color: #fff !important;
	transform: scale(1.01) !important;
}
@media(max-width:680px){
.map-wrapper { 
	flex-wrap: wrap;
}
#map-sidebar {
	flex: 0 0 100%; 
}
}


.event_listings_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;    
    row-gap: 30px;
    column-gap: 30px;
}
@media(min-width: 480px){
    .event_listings_wrapper {
        flex-direction: row;
        align-items: stretch;
    }
}

/* @media(min-width: 768px){
.event_listings_wrapper {
    flex-wrap: nowrap;
}
} */

.event_listings_wrapper .event_listing {
    width: 90%;
    display:flex;
    flex-direction: column;
}

@media(min-width: 480px){
    .event_listings_wrapper .event_listing {
        width: 47%;
    }
}

@media(min-width: 768px){
    .event_listings_wrapper .event_listing {
        width: 24%;
    }

    .featured_auto.event_listings_wrapper .event_listing {
        width: 22.5%;
    }
}

.event_listings_wrapper .event_listing .event_listing_thumbnail a img {
    opacity: 0;
}

.event_listings_wrapper .event_listing .event_listing_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.event_listings_wrapper .event_listing .event_listing_thumbnail .date_obj {
    position:absolute;
    background-color: #a13a24;
    width: 100px;
    height: 100px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.event_listings_wrapper .event_listing .event_listing_thumbnail .date_obj .month_obj {
    font-family: "Roboto Slab", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 5px 0 5px;
}

.event_listings_wrapper .event_listing .event_listing_thumbnail .date_obj .day_obj {
    font-family: "Roboto Slab", sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 5px 8px 5px;
}

.event_listings_wrapper .event_listing .event_listing_meta {
    background-color: #AF301A; 
    flex:1;
    display: flex;
    flex-direction: column;
}

.event_listings_wrapper .event_listing .event_listing_meta .event_listing_meta_upper {
    padding: 10px;
    background-color: #f7d84c;
    text-align:center;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color:#9e2519;
}

.event_listings_wrapper .event_listing .event_listing_meta .event_listing_meta_lower {
    padding: 10px;
    font-family: 'Roboto Slab', sans-serif;
    text-align:center;
    color: #f7d84c;
}

.event_listings_wrapper .event_listing .event_listing_meta .event_listing_title {
    color: #f7d84c;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    font-size:18px;
    line-height: 26px;
}

.event_listings_wrapper .event_listing .event_listing_meta .event_listing_location,
.event_listings_wrapper .event_listing .event_listing_meta .event_listing_date {
    color: #f7d84c;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    font-size:18px;
    line-height: 26px;
}
.events-pagination {
	margin: 50px auto 50px;
	display: table;
	display: flex;
	justify-content: center;
	gap: 15px;
	font-size: 20px;
	color: white;
}
.events-pagination  .page-numbers.current {
	color: #AF301A;
}
.events-pagination a {
	color: #fff; 
	padding: 2px 7px;
}
.events-pagination a.page-numbers:hover {
	color: #AF301A;
}
@media(max-width: 768px){
.events-pagination { 
	gap: 2px;
	font-size: 16px; 
	flex-wrap: wrap;
}
}