
/* ---------------------- Blog Grid List Css Start ----------------------- */
.eventlist {
    padding: 15px 0px 30px;
}
.eventlist .headgrpmain {
    font-size: var(--eventlistfilteheadrsize, 18px);
    font-weight: var(--eventlistfilterheadweight, 600);
    margin: var(--eventlistfilterheadmargin, 15px 0px 0px);
    padding: var(--eventlistfilterheadpadding, 10px 0px );
    border-top: var(--eventlistfilterheadborder, 1px solid #fff);
    color: var(--eventlistfilterheadcolor, #000);
}
.eventlist .year-filter.browse-year {
    position: relative;
    left: 0;
    right: auto;
        display: block;
}
   
.eventgrptag {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.eventlist ul#EventListFilter li {
    text-align: center;
    list-style: none;
}
 .eventlist ul#EventListFilter li a {
            border: 1px solid #c7c7c733;
            padding: 8px 5px;
            background: #f5f5f5;
            margin: 0;
            display: block;
            border-radius: 2px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 335px;
            text-transform: capitalize;
            font-size: 18px;
            color: #003d5e;
            font-weight: 600;
        }
    .eventlist .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .eventlist .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }

    .eventlist ul#EventListFilter li a:hover {
        font-weight: 600;
        color: #fff;
        background: #003d5e;
    }

    
    .eventlist .owl-carousel .owl-nav button {
        top: 12%;
        background: #ededed !important;
    }

    .eventlist .owl-carousel .owl-nav .fa {
        font-size: 18px;
        color: #002d8e;
    }
    .eventlist .details p {
    margin: 0px;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0px 8px;
    color: #00266e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    .eventlist .author {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 160px;
    }
  
.eventlist ul#EventCategoryList li {
    text-align: center;
}
    .eventlist ul#EventCategoryList li a {
        border: 1px solid #c7c7c733;
        padding: 8px 5px;
        background: #f5f5f5;
        margin: 0;
        display: block;
        border-radius: 2px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 335px;
        text-transform: capitalize;
        font-size: 18px;
        color: #003d5e;
        font-weight: 600;
    }
    .eventlist .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .eventlist .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
        .eventlist ul#EventCategoryList li a:hover {
            font-weight: 600;
            color: #fff;
            background: #003d5e;
        }
        .eventlist .owl-carousel .owl-nav button {
            top: 12%;
            background: #ededed !important;
        }
    .eventlist .owl-carousel .owl-nav .fa {
        font-size: 18px;
        color: #002d8e;
    }
#EventCategoryList.owl-carousel .owl-dots.disabled, #EventCategoryList.owl-carousel .owl-nav.disabled {
    display: block;
}
.pipegap {
    line-height: 18px;
    color: #bebebe;
    font-size: 13px;
}
.eventlist h1.heading-title {
    /*font-size: var(--eventlistmainheadsize, 22px);
    font-weight: var(--eventlistmainheadweight, 200);
    margin: var(--eventlistmainheadmargin, 0px 0px 25px);
    color: var(--eventlistmainheadcolor, #000);
    border-bottom: var(--eventlistmainheadborder, 1px dashed #bebebe);
    position: relative;
    padding-bottom: 4px;
    text-transform: capitalize;
    background: none;*/
}

/*.eventlist h1::before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    width: 55px;
    height: 3px;
    background: var(--eventlistmainheadborderbefore);
}*/

    .eventlist table.dataTable th, .eventlist table.dataTable td {
        padding: 0px !important;
        border: none !important;
        box-shadow: none !important;
    }

    .eventlist table.dataTable.no-footer {
        border-bottom: none;
        margin-top: 0px !important;
    }

.eventlist table.dataTable tbody tr {
float: left;
    text-align: center;
    border: 1px solid #CCC;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 225px;
    position: relative;
    margin-bottom: 15px;
    width: calc(24% - 0px);
}
.dvEventDuration {
    background: #e2ecf2;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0px;
    width: 100%;
    margin-top: 5px;
}
    .eventlist .thumb {
        width: 100%;
        margin-bottom: 0px;
    }
        .eventlist .thumb img {
            border-radius: 0px;
        }
        .eventlist .details {
            padding: 0px 12px 0px;
            width: 100%;
        }

.eventlist .title-event {
    padding: 0px 0px 5px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    color: #333;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.eventlist .title-event a {
     font-weight: 600;
}

.eventlist .date {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

.eventlist #tblGrid_length, .eventlist #tblGrid_filter {
    display: var(--eventlistfiltersearch, none);
    margin-bottom: 15px;
}

    .eventlist tbody, .eventlist td, .eventlist tfoot, .eventlist th, .eventlist thead, .eventlist tr {
        border: none;
    }

    .eventlist tbody {
        display: flex;
        flex-wrap: wrap;
        gap: 0px 15px;
    }
/* ---------------------- Blog Grid List Css End ----------------------- */

.eventlist .details a.btn {
    display: var(--eventlistbtn, inline-block);
    background: var(--eventlistbtnbgcolor, none);
    color: var(--eventlistbtnbgcolor, #333);
    padding: var(--eventlistbtnpadding, 0px) !important;
    font-size: var(--eventlistbtnfontsize, 14px) !important;
    font-weight: var(--eventlistbtnfontweight, 300);
}
    .eventlist .details a.btn:hover {
        background: var(--eventlistbtnbgcolorhover, none);
        color: var(--eventlistbtncolorhover, #333);
    }
    .eventlist .details a.btn .fa-angle-right {
        font-size: 13px;
    }
    .eventlist .details a.btn:hover::before {
        display: var(--eventlistbtnbefore, inline-block);
    }
   

.eventlist .author, .eventlist .author a, .eventlist .date, .eventlist .eventgrptag h4, .eventlist .eventgrptag h4 a {
    font-size: var(--eventlisttagsize, 14px);
    font-weight: var( --eventlisttagweight, 500);
    color: var(--eventlisttagcolor, #333);
    display: flex;
    align-items: center;
    gap: 3px;
}
.eventlist .eventgrptag {
margin-bottom: var(--eventlisttagmargin, 0px 0px 8px);
}
.eventlist .fa-layer-group {
    background-image: var(--iconblack);
    background-size: 350px 219px;
    display: inline-block;
background-size: 318px 209px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -251px -54px;
    vertical-align: middle;
}
.eventlist .fa-globe {
    width: 20px;
}

.fixedtopbottomcat {
    margin: var(--eventcategorylistmargintpbt, 0px 0px 20px);
}
.eventlist table.dataTable tbody tr td {
    display: block;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
        .eventlist table.dataTable tbody tr {
        width: 100%;
    }

    .eventlist .thumb, .eventlist .details {
        width: 100%;
    }
        .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;
}
    
}