/* ############################################### */
            /* Heo Img */
/* ############################################### */
.event_category_container, .other_events_category_container{
    display: flex;
    height: 100%;
    background: #1f1f1f;
    font-family: 'Roboto Condensed';
    position: relative;
}
.other_events_category_container_mobile{
    position: absolute;
    top: 0;
    z-index: 5;
}
.event_other_container {
    width: 100%;
    z-index: 5;
    transition: .5s;    
}
.event_category_info{
    position: sticky;
    bottom: 0.4rem;
    right: 2rem;
    z-index: 5;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    margin-top: -2.8rem;
    float: right;
}

.event_bar_bachelor_container, .event_beer_pong_container{
    width: 50%;
    z-index: 5;
    transition: .5s;
}
.event_bar_bachelor_container:hover, .event_beer_pong_container:hover, .event_other_container:hover{
    cursor: pointer;
}
.event_bar_bachelor_wrapper, .event_beer_pong_wrapper {
    width:100%;
    height:100%;
    overflow:hidden;
    position: relative;
}
.event_other_wrapper {
    height: 100%;
    width: 100%;
    overflow:hidden;
    position: relative;
}
#bar_bachelor_img, #beer_pong_img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    height:auto;
    margin: 7px;
    transform: translate(-7px, -7px);
    transition: .5s;
}
#other_event_img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    height:auto;
    margin: 7px;
    transform: translate(-7px, -7px);
    transition: .5s;
}

.hoverBlur{
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
.hoverBlur:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);
    -webkit-filter:blur(7px);
    -moz-filter:blur(7px);
    filter:blur(7px);
}
.map_img_blurred{
    filter: blur(7px);
}
/* ############################################### */
            /* Title*/
/* ############################################### */
.event_title_bar_bachelor {
    width: fit-content;
    z-index: 2;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: Roboto Condensed;
    color: #fff;
    padding: 0.5rem;
    margin: 0 2rem 1.4rem 0;
    border: 3px solid #fff;
    text-align: center;
}
.event_title_beer_pong{
    min-width: 11rem;
    z-index: 2;
    font-size: 1.7rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Roboto Condensed;
    color: #fff;
    padding: 0.5rem;
    margin: 0 0 1.4rem 2rem;
    border: 3px solid #fff;  
    text-align: center;  
}
/* ############################################### */
            /* Event Info*/
/* ############################################### */
.event_info_container_right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 0;
}
.event_info_container_left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
}
.event_info_container_center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    background: #1f1f1f;
}
.event_info_title_btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
}
.event_info_title{
    font-family: Roboto Condensed;
    font-size: 5.5rem;
    line-height: 1;
    font-weight: 800;    
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -.5rem;
}
.event_info_text{
    font-family: Roboto Condensed;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8rem;
    position: absolute;
    color: #1f1f1f;
}
img.event_ticket_btn_img {
    width: 85%;
}
.event_location_container{
    margin-top: 2rem;
    max-width: 31rem;
}
.event_location_container_other{
    margin-top: 2rem;
    max-width: 75rem;   
}
.event_location_wrapper{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.event_location_item_container {
    display: contents;
    transition: .5s;
}
.event_location_item, .event_location_date_item{
    color: #fff;
    font-size: 1.3rem;
    padding: .3rem .4rem;
    border: 2px solid #fff;
    width: 9rem;
    text-align: center;
    margin: 0.6rem;
}
.event_location_link, a.event_location_date_link{
    text-decoration: none!important;
    cursor: pointer;
}
.event_location_date_container{
    opacity: 0;
    z-index: -5;
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}


/* ############################################### */
            /* RESPONSIVE SECTION*/
/* ############################################### */

/* ############################################### */
            /* RESPONSIVE WIDTH*/
/* ############################################### */
@media screen /*Tablet*/ 
  and (max-width: 991px) 
  and (-webkit-min-device-pixel-ratio: 1) {
/* Hero Img */ 
.event_category_container {
    flex-wrap: wrap;
}   
.event_bar_bachelor_container, .event_beer_pong_container {
    width: 100%;
    height: 50%;
    display: none;
}
.hoverBlur:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
.page-id-33200 .event_bar_bachelor_container,  .page-id-4311 .event_bar_bachelor_container{
    display: none;
}    
/* Hero Title */ 
.event_title_bar_bachelor, .event_title_beer_pong {
    width: 7.3rem;
    font-size: 1.1rem;
    padding: 0.4rem;
}
.event_title_bar_bachelor{
    margin: 0 1rem 0.6rem 0;
}
.event_title_beer_pong {
    margin: 0 0 1rem 0.6rem;
}
/* Event Info */
.event_info_title{
    font-size: 3.3rem;
    text-align: center;
}
.event_info_text {
    font-size: 1.5rem;
}
img.event_ticket_btn_img {
    width: 70%;
    height: auto;
}
.event_info_title_btn_container{
    margin-top: 0.9rem;
}
.event_category_container{
    padding: 5rem 0 2rem 0;
    min-height: 100svh;
    display: flex;
    align-items: center;
}
.event_location_container, .event_location_container_other{
    /* max-height: 16rem; */
    /* overflow-y: scroll; */
}
.event_location_container::-webkit-scrollbar, .event_location_container_other::-webkit-scrollbar {
    -webkit-appearance: none;
}

.event_location_container::-webkit-scrollbar:vertical, .event_location_container_other::-webkit-scrollbar:vertical  {
    width: 5px;
}

.event_location_container::-webkit-scrollbar:horizontal, .event_location_container_other::-webkit-scrollbar:horizontal  {
    height: 5px;
}

.event_location_container::-webkit-scrollbar-thumb, .event_location_container_other::-webkit-scrollbar-thumb {
    background: #343434;
}

.event_location_container::-webkit-scrollbar-track, .event_location_container_other::-webkit-scrollbar-track {
    background-color: #1f1f1f;
}
.event_category_info{
    opacity: 0;
}
.event_info_container_right, .event_info_container_left{
    width: 100%;
    height: 100%;
    position: relative;
}
.clicked_event #bar_bachelor_img, .clicked_event #beer_pong_img,
.clicked_event .event_title_bar_bachelor, .clicked_event .event_title_beer_pong{
    opacity: 0;
}
.clicked_event {
    z-index: -1;
}
}    
@media screen /*Phone*/ 
  and (max-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 1) {
/* Event Info */
.event_location_container, .event_location_container_other{
    max-width: 90%;
}
}    
@media screen /*Phone*/ 
  and (max-width: 605px) 
  and (-webkit-min-device-pixel-ratio: 1) {
/* Event Info */
.event_location_container, .event_location_container_other{
    max-width: 90%;
}
}   
@media screen /*Phone*/ 
  and (max-width: 367px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.event_location_container, .event_location_container_other {
    max-height: 17.1rem;
    overflow-y: scroll;
}
/* Event Info */
.event_location_item, .event_location_date_item {
    font-size: 1.1rem;
    width: 8rem;
    margin: 0.4rem;
}
}   