.events-posts-section .tx-filter {
    font-size: 14px;
    text-transform: uppercase;
    cursor:pointer;
    position: relative;
}
.events-posts-section .tx-filter span {
    background: #fff;
    color: #d9d9d9;
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-weight: 400;
    top: 12px;
    width: 18px;
    height: 18px;
    display: none;
    line-height: 18px;
    border-radius: 100%;
    cursor: pointer;
}
.events-posts-section .tx-filter.filterActive{
    background: #d9d9d9;
    color:#949494;
    border-color: #d9d9d9;
    cursor: inherit;
}
.events-posts-section .tx-filter.filterActive span{
    display: block;
}
.events-posts-section .search-form input {
    padding: 8px;
    border: 2px solid;
    border-radius: 10px;
    width: 60%;
    margin-bottom: 20px;
}
.post-card-event .post-cats a {
    display: inline-block;
    background: #BDECFF;
    color: #000;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}
.post-card-event > div {
    border: 2px solid #000;
    border-radius: 5px;
    padding-bottom: 80px !important;
    position: relative;
    height: 100%;
}
.post-card-event .card__title a {
    font-size: 24px;
    font-weight: 600;
    color: #000 !important;
}
.post-card-event .content-card p {
    margin-bottom: 10px;
}
.post-card-event .content-card {
    border-bottom: 1px solid #b9b9b9;
}
.post-card-event .bots-card {
    bottom: 30px;
    font-size: 15px;
}
.post-card-event .card-e-date {
    color: #828282;
    font-size: 15px;
}
.events-posts-section #more {
    cursor: pointer;
}
.preprice {
    color: #333333a1;
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-id-115190 .hide_in_grid{
    display: none;
}