.ep-events-container {
    position: relative;
}

/*-- Event Filters--*/

.ep-filter-bar-toggle-filter {
    font-size: 0.75rem;
    border-radius: 18px;
    font-weight: normal;
    letter-spacing: normal;
    box-shadow: none;
    text-transform: capitalize;

}

.ep-filter-bar-toggle-filter:hover{
    background-color: rgba(var(--themeColor), 0.10);

}

.ep-filter-bar-toggle-filter:focus{
    background-color: rgba(var(--themeColor), 0.10);
    box-shadow: none;
}


.ep-filter-bar-toggle-filter-remove-button {
    display: none;
}

.ep-box-filter-search {
    position: relative;
    border-right: 1px solid #e3e3e3;
}

.ep-box-filter-search input[type="text"],
.ep-box-filter-search input[type="date"]{
    border: 0px;
    padding: 20px 20px 20px 40px;
    font-size: 0.8rem;

}

.ep-box-filter-search svg {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
    width: 20px;
}

.ep-box-filter-search-buttons input[type="submit"] {
    border: 1px solid rgba(var(--themeColor), 1.0);
    color: rgba(var(--themeColor), 1.0);
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: capitalize;
}

.ep-filter-bar-filter-close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.ep-filter-bar-filter-close svg {
    fill: var(--ep-default-color);
    width: 18px;
}

.select2-container {
    z-index: 999999;
}

#ep-event-filterbar .select2-container--default .select2-selection--single {
    border-color: var(--ep-border-light-color);
    border-radius: 4px;
    height: auto;
    padding: 2px 4px;
}

#ep-event-filterbar .select2-container {
    width: 100% !important;
}
.ep-event-view-selector-button.ep-box-dropdown-open .ep-view-icon-down{
    display: none;
}

.ep-event-view-selector-button.ep-box-dropdown-open .ep-view-icon-up {
 display: block !important;
}

#ep_event_search_form .ep_event_view_filter.ep-active-view{
    color: rgba(var(--ep-white-color), 1);
    background-color: rgba(var(--themeColor), 1);
    border-color: rgba(var(--themeColor), 1);
}



/*-- Event Filters End--*/


/*--- Event Calendar---*/


/* ---Event Calendar toobar--*/

/* ---Event Calendar toobar end--*/

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    border-radius: var(--ep-border-radius);
    border: 1px solid var(--ep-border-color);
    padding: 19px;

}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {}
#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group .fc-button-primary {

}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary {
    background-color: rgb(255 255 255);
    border-color: rgba(var(--themeColor), 0.25);
    color: rgba(var(--themeColor), 1);
}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary:focus{
    box-shadow: none;
}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-today-button.fc-button-primary{
    font-weight: normal;
    padding: 7px 14px !important;
    font-family: inherit !important;
    border-radius: 3px !important;
    line-height: 24px !important;
}

#ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-today-button.fc-button-primary:hover{
    text-transform: none;
    border: 1px solid transparent;
    box-shadow: none;
    border-color: rgba(var(--themeColor), 0.25);
}

/*--- Calendar Head -----*/


#ep_event_calendar table.fc-scrollgrid {
    border: 1px solid var(--ep-border-color);
    border-radius: 7px;
    margin: 0px;
}

#ep_event_calendar table.fc-scrollgrid  tr  {
    border:0px;
}

#ep_event_calendar table.fc-scrollgrid tr th {
    background: 0 0;
    padding: 20px 0 3px 10px;
    text-align: left;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid #e3e4e5;
    border-top: none;
    position: relative;
    z-index: 0;
}


#ep_event_calendar table.fc-scrollgrid tr th.fc-col-header-cell {
    border: none;
}

#ep_event_calendar table.fc-scrollgrid tr th {
    background: 0 0;
    padding: 20px 0 3px 10px;
    text-align: left;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid #e3e4e5;
    border-top: none;
}

#ep_event_calendar table.fc-scrollgrid tr th a {
    font-size: 15px!important;
    font-weight: 500!important;
    color: #000;
    text-decoration: none;
    box-shadow: none;
}

/*--- Calendar Head End -----*/


/*--- Calendar Body -----*/

#mec-gCalendar-wrap .fc-scrollgrid-section-body>td {
    border: none!important;
}

#ep_event_calendar .fc-scroller-harness,
#ep_event_calendar .fc-h-event .fc-event-title{
    overflow: visible!important;
}

#ep_event_calendar .fc-h-event .fc-event-title {
    color: rgb(0, 0, 0);
    font-size: 0.8rem;
    letter-spacing: normal;
    font-weight: normal
}

#ep_event_calendar table.fc-scrollgrid table {
    margin: 0;
    border: 0px;
}

#ep_event_calendar table.fc-scrollgrid-sync-table {
    margin: 0;
    border-spacing: 0;
    border-collapse: separate;
}

#ep_event_calendar table.fc-scrollgrid-sync-table tr td {
    text-align: left;
    background: #fff!important;
}

#ep_event_calendar table.fc-scrollgrid-sync-table tbody td {
    border: none;
    border-bottom: 1px solid var(--ep-border-color);
    border-right: 1px solid var(--ep-border-color);
}

#ep_event_calendar table.fc-scrollgrid-sync-table tbody td:last-child  {
    border-right: 0px;
}

#ep_event_calendar table.fc-scrollgrid tr.fc-scrollgrid-section > td {
    border: 0px !important;
}

#ep_event_calendar table.fc-scrollgrid-sync-table .fc-daygrid-day-top {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

#ep_event_calendar table.fc-scrollgrid-sync-table tr:last-child td{
    border-bottom: 0px;
}

#ep_event_calendar.fc .fc-daygrid-day-number {
    font-size: 16px;
    padding: 12px 10px 2px;
    color: #000;
    text-decoration: none;
    box-shadow: none;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em;
}

#ep_event_calendar a.fc-event {
    padding: 6px 10px;
    font-size: 0.9rem;
    font-weight: 400;
    box-shadow: none;
    border: 0px;
    line-height: 18px;
    cursor: pointer;
    margin: 0px;
}

#ep_event_calendar .fc-direction-ltr .fc-daygrid-event.fc-event-end, 
#ep_event_calendar .fc-direction-ltr .fc-daygrid-event.fc-event-start, 
#ep_event_calendar .fc-direction-rtl .fc-daygrid-event.fc-event-end, 
#ep_event_calendar .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0!important;
    margin-left: 0!important;
}

#ep_event_calendar .fc-h-event .fc-event-title {
    word-break: break-word;
    white-space: break-spaces;
}


#ep_event_calendar.fc .fc-scroller-liquid-absolute,
#ep_event_calendar.fc.fc .fc-scroller {overflow: visible !important;}

#ep_event_calendar .fc-daygrid-event-harness {
    background-color: #fff;
}

/*--calendar Hover Modal---*/

.ep_event_detail_popup {
    width: 290px;
    height: auto;
    position: absolute;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    left: calc(50% - 145px);
    bottom: calc(100% - 1px);
    border: 1px solid #e3e4e5;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0 4px 13px rgb(0 0 0 / 7%);
    z-index: 9997
}

.ep_event_popup_image img {
    width: 100%;
    border-radius: 3px !important;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

.ep_event_popup_image {
    padding: 10px;
    padding-bottom: 8px
}

.ep_event_popup_date_time_wrap {
    color: #898a8c;
    font-weight: 400;
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.ep_event_popup_date {

}

.ep_event_popup_time {}



.ep_event_detail_popup:after,
.ep_event_detail_popup:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px
}

.ep_event_detail_popup:before {
    bottom: -17px;
    border-color: #e3e9f1 transparent transparent transparent
}

.ep_event_detail_popup:after {
    bottom: -16px;
    border-color: #fff transparent transparent transparent
}




.ep_event_popup_title {
    color: #000;
    line-height: 22px;
    font-size: 1rem;
    padding: 10px 25px;
    font-weight: 500;
    white-space: normal;
}

.ep_event_popup_address {
    color: rgb(112 113 114);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 17px;
    padding: 0 25px 15px;
    margin-top: -2px;
    word-break: break-word;
    white-space: normal;
}

/* Calendar Hover Modal End --*/





/*--- Calendar Body End -----*/


#ep_event_calendar a.fc-event,
#ep_event_calendar fc-event {
    border-radius: 0px;
    border-left-width: 3px;
    border-style: solid;
    text-decoration: none;

}






/*--Card view --*/

.ep-box-card-item {
    transition: 1.2s;
}

.ep-box-card-desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.ep-box-card-desc {}

.ep-box-card-title a  {
   box-shadow:none;
   text-decoration: none;
}

#ep_events_front_views_card .ep-box-card-thumb img.ep-event-cover,
#ep_events_front_views_masonry .ep-box-card-thumb img.ep-event-cover{
    max-height: 120px;
    min-height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1.2s;
}

.ep-card-event-icon {
    position: relative;
    top: 2px;
    font-size: 1.4rem;
}
.ep-card-event-date,
.ep-card-event-time{
    line-height: 20px;
}

.ep-box-card-icon-group {
    z-index: 999;
    right: 5px;
    bottom: 0px;
}

.ep-box-card-icon-group .ep-event-action {
    padding: 0rem 0.5rem;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px;
    
}

.ep-box-card-icon-group .ep-event-action span{
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
}

.ep-card-footer {
    padding: 0.5rem 1rem;
}


.ep-box-card-icon-group .ep-event-action svg {}


/*Card View End--*/


/* ---List View ---*/

.ep-box-list-desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ep-event-list-item .ep-list-img-fluid {
  height: 198px;
  object-fit: cover;
}


.ep-event-share {
    padding: 8px 0 2px;
    margin: 0;
    margin-top: 6px;
    border-radius: 5px;
    min-width: 32px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .18s ease;
    transition: all .18s ease;
    z-index: 99999;
    position: absolute;
    bottom: 36px;
    left: 22px;
}

.ep-social-share-action-wrap .ep-event-action:hover .ep-event-share {
    display: block !important;
    visibility: visible;
    opacity: 1;
    
}



ul.ep-event-share:after,
ul.ep-event-share:before  {  
    left: 25px;
}




ul.ep-event-share:after, ul.ep-event-share:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

ul.ep-event-share:before {
    bottom: -21px;
    border-color: #e2e2e2 transparent transparent transparent;
}

ul.ep-event-share:after {
    bottom: -19px;
    border-color: #fff transparent transparent transparent;
}



.ep-event-share .ep-event-social-icon {
    list-style: none;
    line-height: 12px;
    text-align: center;
}

.ep-event-social-icon .ep-social-title svg {   
    width: 12px;
    height: auto;
    display: inline-block;
}

.ep-event-social-icon .ep-social-title {
    font-size: 0px;
}


.ep-list-icon-group .ep-event-action {
    padding: 0.5rem 0.6rem;
    box-shadow: none;
    text-decoration: none;
    line-height: 8px;
    
}

.ep-list-icon-group .ep-event-action ul.ep-event-share {
    left: 16px;
}


/*---List View ends---*/



/* Event Slider View ---*/

#ep_events_front_views_slider .owl-carousel .owl-stage-outer.owl-height{
    box-shadow: 0 5px 35px 0 rgb(0 0 0 / 13%);
}

#ep_events_front_views_slider .owl-carousel .owl-nav .owl-next, 
#ep_events_front_views_slider .owl-carousel .owl-nav .owl-prev {
    
        opacity: 1;
    width: 54px;
    height: 54px;
    line-height: 48px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 5%);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
}


#ep_events_front_views_slider .owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: -26px;
}

#ep_events_front_views_slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -26px;
}

#ep_events_front_views_slider .ep-slider-items {}

#ep_events_front_views_slider .ep-slider-items .ep-slide-item {
    width: 50%;
}

#ep_events_front_views_slider .ep-slide-item.ep-slide-item-left {
 padding: 6%;
}

#ep_events_front_views_slider .ep-box-card-desc {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 128px;
}

#ep_events_front_views_slider .owl-carousel .owl-item img {
    height: 100%;
    border-radius: 0px;
    max-height: 460px;
    object-fit: cover;
}


/*---Event Slider View End---*/




#ep-search-filters {
    transition: 0.4s;
    transform: translateY(-10px);
    visibility: hidden;
    z-index: 999999;
}

.ep-search-filter-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 9;
}


/*---Social Share ---*/

.ep-event-share-wrap {
    
}

.ep-event-share-wrap li {
    list-style: none;
}

.ep-event-share-wrap .ep-event-social-icon svg{
    width: 12px;
}

/*--- End Social Share ---*/


@keyframes ep-searchfilters {
    from {visibility: visible; opacity: 0; transform: translateY(-10px);}
    to {visibility: visible; opacity: 1; transform: translateY(0);}
}

@keyframes ep-searchfilters-exit {
    from {visibility: visible; opacity: 1; transform: translateY(0px);}
    to {visibility: hidden; opacity: 0; transform: translateY(-10);}
}


/*---WooCommcer--*/

.ep-modal-open-body .ep-box-card-icon-group {
    position: static !important;
}
