.eventsListingContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.eventsListingSelectArea{flex-basis:20%}.eventsMainList{flex-basis:75%}@media screen and (max-width:800px){.eventsListingSelectArea,.eventsMainList{flex-basis:100%}}.eventsListingWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.eventsListingSelector{flex-basis:20%}.eventsListingItem{background-color:#fff;border:1px solid #c8c8c8;border-radius:6px;flex-basis:45%;margin:30px 2%;transition:all .6s ease}.eventsListingItem:hover{transform:scale(1.02);transition:all .6s ease}@media screen and (max-width:700px){.eventsListingItem{background-color:#fff;border:1px solid #c8c8c8;border-radius:6px;flex-basis:100%;margin:30px 0}}.eventsListingFeaturedImage{display:block;margin:0 auto;max-width:100%;width:100%}.eventsListingItemInner{padding:0 20px 20px}.eventsListingName{text-align:center}.eventListingDate{background-color:#f5f5f5;border-radius:6px;display:inline-block;font-size:13px;margin-left:20px;margin-top:15px;padding:7px 15px}.eventsSelector{border:1px solid #c8c8c8;border-radius:6px;box-sizing:border-box;height:40px;margin-top:30px;padding-left:10px;text-transform:capitalize;width:200px}.hideEvent{display:none}.eventsListingLink{color:var(--mainRed);display:block;margin-bottom:15px;text-align:center;text-decoration:none}.eventType{text-transform:capitalize}