.eventlist ul#EventListFilter li a {
    width: 100% !important;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
}
.eventdetail ul#EventListFilter li a {
    width: 100% !important;
    background: #e9e9e9;
    border: 1px solid #dbdbdb;
}

/*Event Common CSS START*/
.eventlist h3.title-blog, .eventlist h3.title-event {
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eventlist .details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.fixedsidecategory .widget-title a .fa-angle-right{
    opacity: 0;
}
.fixedsidecategory .widget-title img {
    width: 18px;
}
.eventlist .sidebar-widget select {
        width: 100%;
    padding: 6px 3px;
}
.eventlist .sidebar-widget input {
    border-radius:0px;
}
/*Left Right Sides Css Start*/
.fixedsidecategory {
    background: #fff;
}
.blogcategoryleft, .blogcategoryright, fixedsidecategory {
    height: 850px;
    position: sticky;
    position: -webkit-sticky;
    top: 145px;
    margin-bottom: 0px;
}

.blogcategoryleft {
    padding-right: 20px;
}
.blogcategoryright {
    padding-left: 20px;
}
.fixedsidecategory .widget-title {
     display: flex;
    gap: 5px;
    padding: 0px;
    background: none;
    margin: var(--eventlistmainheadmargin, 0px 0px 25px);
    font-size: var(--eventlistmainheadsize, 22px);
    font-weight: var(--eventlistmainheadweight, 200);
    align-items: center;
}
.fixedsidecategory ul {
    padding: 5px 0px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 370px;
        margin: 0;
}
.fixedsidecategory ul li a {
    display: block;
    padding: var(--eventcategorylistpadding, 8px 0px 8px 0px);
    color: var(--eventlistparagraphcolor, #545454);
    border-bottom: var(--eventcategorylistborder, 1px solid #bfbfbf);
    font-size: var(--eventcategorylistsize, 18px);
    font-weight: var(--eventcategorylistweight, 500);
    text-transform: capitalize;
}
.fixedsidecategory ul li a:hover {
    color: var(--eventcategorylistcolorhover, #000);
    border-bottom: var(--eventcategorylistborderhover, 1px solid #000);
    font-weight: var(--eventcategorylistweighthover, 500);
    font-size: var(--eventcategorylistsizehover, 22px);
}
.fixedsidecategory .widget-title a {
    display: flex;
    justify-content: space-between;
    font-weight: var(--eventlistmainheadweight, 200);
        width: 100%;
}

.fixedsidecategory .widget-title a i.fa-angle-right {
        display: none;
         background-image: none;
    }

.fixedsidecategory .widget-title a i.fa-angle-right:before {
            content: "+";
           font-size: 20px;
    font-style: normal;
        }

.fixedsidecategory .widget-title a.collapsed i.fa-angle-right:before {
        content: "-";
       font-size: 20px;
    font-style: normal;
    }
/*Left Right Sides Css End*/

/*Pagintion start css*/
.eventlist .pagination li.active a {
    background: #fff;
    color: var(--bg-3);
    border: none;
    font-weight: 600;
}

.eventlist .pagination li a {
    background: #fff;
    color: #333;
    border: none;
    font-weight: 600;
}

    .eventlist .pagination li a:hover {
        background: #fff;
        color: #333;
        border: none;
        font-weight: 600;
    }

.eventlist .pagination li.paginate_button, .eventlist .dataTables_paginate .paginate_button:hover {
    position: relative;
    margin: 0px !important;
    border: none !important;
}
.eventlist .dataTables_wrapper .dataTables_paginate .paginate_button a {
    border: none !important;
}
.eventlist .pagination li.paginate_button.disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.eventlist .pagination li.paginate_button.previous a, .eventlist .pagination li.paginate_button.next a {
    opacity: var(--eventlisttextopacity, 0);
}
.eventlist .dataTables_wrapper .dataTables_paginate .paginate_button.active a:hover {
    background: #00298a !important;
    color: #ffffff !important;
}
.eventlist .pagination li.paginate_button.previous:before {
        content: '';
    position: absolute;
    left: auto;
    right: 8px;
    top: 2px;
    background-image: var(--iconblack);
    background-size: 400px 250px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: -13px -212px;
    transform: rotate(180deg);
}
.eventlist .pagination li.paginate_button.previous:hover:before, .eventlist .pagination li.paginate_button.next:hover:before {
    color: #00298a;
}
.eventlist .pagination li.paginate_button.next:before {
content: '';
    position: absolute;
    left: 8px;
    right: auto;
    top: 7px;
    background-image: var(--iconblack);
    background-size: 400px 250px;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-position: -13px -218px;
}

.eventlist .paging_simple_numbers .pagination {
    display: inline-block;
}
/*Pagintion end css*/

/*Event Common CSS END*/


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .fixedsidecategory .widget-title a i.fa-angle-right {
        display: block;
    }

    .fixedsidecategory .collaps.collapse.show {
        display: none;
    }

     .fixedsidecategory .collaps.collapse {
        display: block;
    }
    .fixedsidecategory .widget-title a .fa-angle-right {
        opacity: 1;
    }
    .eventlist table.dataTable tbody tr {
        width: 100%;
    }

    .eventlist .thumb, .eventlist .details {
        width: 100%;
    }

    .fixedsidecategory .widget-title {
        padding: 7px 0px 0px;
    }

    .eventlist table.dataTable tbody tr.odd td div.row .details, .eventlist table.dataTable tbody tr.even td div.row .details {
        padding: 15px 15px 0px;
    }

    .eventlist table.dataTable tbody tr {
        margin-bottom: 30px;
    }
.eventlist table.dataTable tbody tr td {
    display: block;
}
    .blogcategoryleft, .blogcategoryright, fixedsidecategory {
        height: auto;
        top: 0;
        margin-bottom: 32px;
    }
    .blogcategoryleft, .eventcategoryleft {
        padding-right: 0;
    }
   .blogcategoryright, .eventcategoryright{
        padding-left: 0;
    }
    .fixedsidecategory ul {
        max-height: initial;
        min-height: auto;
    }
}