/********* Start Events Style ********/
.container_events_main {
    padding-top: 0.5rem !important;
    padding-bottom: 3rem !important;
}

.heading_events_rows {
    margin-bottom: 0px !important;
}

.container_events_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: flex-end;
}

.container_events_row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-bottom: 13px !important;
    align-items: center;

}

.container_events_row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    /* padding-left: calc(var(--bs-gutter-x) * .5); */
    margin-top: var(--bs-gutter-y);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.event_image_rows {
    max-height: 455px;
    width: 100%;
    object-fit: cover;
}

.event_date_rows i,
.event_location_rows i {
    color: #fd2727;
    margin-right: 5px;
}

.event_location_rows a:hover i {
    color: #808080;
}

.event_date_rows {
    color: #000000;
}

.event_location_rows {
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.img-event-rows img:hover {
    filter: grayscale(1);
    transform: scale(1.15);
    transition: all .35s ease;
}

.event_title_rows {
    height: 38px;
    font-size: 17px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 5px;
}

/************** Posts CSS  ************/
.container_posts_row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-bottom: 13px !important;
    align-items: center;
    justify-content: space-between;
}

.container_posts_row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.text-center {
    text-align: center;
}

.align-items-strech {
    align-items: stretch;
}

.mt-2 {
    margin-top: 1em;
}

.fs-13 {
    font-size: 13px;
    margin-bottom: .5em;
}

.img-posts-row img:hover {
    filter: grayscale(1);
    transform: scale(1.15);
    transition: all .35s ease;
}

.img-posts-row {
    overflow: hidden;
}

/************** End Posts CSS **********/

@media (max-width: 768px) {
    .event_title_rows {
        margin-top: 10px;
    }

    .container_events_row {
        margin-bottom: 30px !important;
    }

    .container_events_title {
        margin-bottom: 30px;
    }

    /************** Posts CSS  ************/
    .img-posts-row img {
        max-height: 100%;
    }

    /************** End Posts CSS **********/
}

@media (min-width: 768px) {
    .ev_col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .ev_col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .ev_col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .event_image_rows {
        max-height: 100px;
    }

    .img-event-rows {
        max-width: 100%;
        overflow: hidden;
    }

    .event_image_rows {
        min-height: 110px;
        width: 100%;
        object-fit: cover;
    }

    /************** Posts CSS  ************/
    .container_posts_col {
        flex: 0 0 auto;
        width: 13.4%;
    }

    .img-posts-row {
        max-width: 100%;
    }

    /************** End Posts CSS **********/
}

/********* End Events Style ********/