.sppb-form-group {
    margin: 0 2%;
    padding-bottom: 15px;
}
.select2 {
    margin: 2px !important;
}
.sppb-btn {
    padding: 4px 16px;
}
.sppb-page-link {
    color: #787559;
}
.sppb-page-item.active .sppb-page-link {
    background-color: #787559;
    border-color: #787559;
}
.keyword-search {
    width: 90%;
    margin: 0 10px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #787559;
    /* margin-top: -4px; */
    /* position: fixed; */
    padding: 10px !important;
    /* padding-top: 1px;*/
}

.page-pagination {
    margin-left: 190px;
}
.sppb-page-item {
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .page-pagination {
        margin-left: 10px;
    }
    .keyword-search {
        width: 90%;
        margin-bottom: 20px;
    }
    .sppb-addon-image-layout-image.image-fit {
        display:none;
    }
    .select2-container {
        width: 95% !important;
    }
    button.sppb-btn {
        margin-left: 5px;
    }
    .event-item {
        border-bottom: 1px solid #787559;
        padding-bottom: 15px;
    }
    .sppb-pagination {
        display: grid;
    }
}

/*.image-fit a img {*/
/*    width: 60%;*/
/*}*/

.paginatior {
    line-height: 1.2;
}

.disabled {
    color: rgba(34, 38, 42, 0.75);
    pointer-events: none;
    background-color: hsl(210, 16%, 93%);
    border-color: hsl(210, 14%, 89%);
}

.event-item{
    margin-bottom: unset;
}

/*.sppb-addon-image-layout-text p{*/
/*    margin-bottom: 0;*/
/*}*/