.inner-posts {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 20px;
}

div#events-posts .inner-posts .posts-inner-section {
    display: block;
    padding: 0 !important;
    background-color: #fff !important;
}

div#eventfilter {
    display: flex;
    margin: 10px;
    /* align-items: center; */
    flex-direction: column;
}

.event-type-and-link {
    display: flex;
    justify-content: space-between;
}

div#events-posts .inner-posts .posts-inner-section h2 {
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    margin: 15px 0;
}

.main-wraper {
    display: flex;
}

#ecp-preloader {
    position: fixed; /* Full screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */   
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it's on top of other content */
}
div#ecp-preloader img {
    height: 100px;
}

h2#filter-title {
    display: flex;
    justify-content: space-between;
}
p.ecp_add_in_saved {
    cursor: pointer;
}
p.ecp_add_in_saved.selected span {
    color: red;
}
.ecp-events-main-wraper .ecp-event-order-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ecp-events-main-wraper select.ecp-event-order {
   display:none;
    width: auto;
    margin-right: 10px;
    padding: 0;
    background: inherit;
    height: 30px;
}
