/* For reference only - plugin loads the minified CSS file */

/* VS Event List stylesheet */

/* Container for event list */
#vsel {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

#vsel:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

/* Container for single event */
.vsel-content {
    clear: both;
}

.vsel-content:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

/* Container for single event in event list */
#vsel .vsel-content {
    margin: 0;
    padding: 20px;
    background: #F2F2F2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* Misc */
.vsel-content p {
    margin: 0 0 10px;
    padding: 0;
}

.vsel-content p:last-of-type {
    margin-bottom: 0;
}

.vsel-alignleft {
    float: left;
}

.vsel-alignright {
    float: right;
}

/* Grid layout - reset float for grid items */
#vsel .vsel-content .vsel-alignleft,
#vsel .vsel-content .vsel-alignright {
    float: none;
    width: 100%;
}

/* Event details */
.vsel-meta {}

.vsel-content h2.vsel-meta-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.2em;
}

.vsel-content h3.vsel-meta-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.2em;
}

.vsel-content h4.vsel-meta-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.2em;
}

.vsel-content div.vsel-meta-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.2em;
}

.vsel-meta>div {
    margin: 0 0 5px;
}

.vsel-meta>div:last-of-type {
    margin-bottom: 0;
}

.vsel-meta-title {
    clear: both;
}

.vsel-meta-date {}

.vsel-meta-start-date {}

.vsel-meta-end-date {}

.vsel-meta-combined-date {}

.vsel-meta-single-date {}

.vsel-meta-time {}

.vsel-meta-all-day {}

.vsel-meta-location {}

.vsel-meta-map iframe {
    max-width: 100%;
    height: auto;
    min-height: 200px;
}

.vsel-meta-link {}

.vsel-meta-cats {}

.vsel-meta-error {
    font-weight: bold;
}

.acf-field-error {
    font-weight: bold;
}

/* Event details - date icon */
.vsel-meta-date-icon {
    line-height: 1.5;
}

.vsel-start-icon,
.vsel-end-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #f8f8f8;
    color: #333;
    text-align: center;
}

.vsel-start-icon a,
.vsel-start-icon a:hover,
.vsel-end-icon a,
.vsel-end-icon a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.vsel-day,
.vsel-month,
.vsel-year {
    display: block;
    padding: 2px 15px;
}

.vsel-year {
    font-size: 0.8em;
}

.vsel-day-top,
.vsel-month-top {
    background: #333;
    color: #fff;
}

/* Event details - date icon next to other event details */
.vsel-meta-combine {}

.vsel-meta-combine:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.vsel-meta-combine>div {
    margin: 0 0 5px;
}

.vsel-meta-combine>div:last-of-type {
    margin-bottom: 0;
}

.vsel-meta-combine .vsel-meta-date-icon {
    float: left;
}

.vsel-meta-combine .vsel-meta-title {
    clear: none;
}

/* Event info container */
.vsel-info {}

.vsel-image {}

.vsel-content figure.vsel-alignleft {
    margin: 5px 10px 5px 0;
}

.vsel-content figure.vsel-alignright {
    margin: 5px 0 5px 10px;
}

.vsel-content img.vsel-image-img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.vsel-caption {
    display: block;
}

.vsel-text {}

.vsel-read-more {
    display: block;
}

.vsel-info-acf-fields {
    padding: 20px 0 0;
}

.vsel-info-acf-fields>div {
    margin: 0 0 5px;
}

.vsel-info-acf-fields>div:last-of-type {
    margin-bottom: 0;
}

/* Navigation */
.vsel-nav,
.vsel-nav-numeric {
    clear: both;
}

.vsel-nav:after,
.vsel-nav-numeric:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.vsel-nav a.vsel-next {
    float: right;
}

.vsel-nav a.vsel-prev {
    float: left;
}

/* No events notification */
.vsel-no-events {
    margin: 0;
    padding: 0 0 20px;
}

/* Widget */
.vsel-widget {}

.vsel-widget:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

/* Widget - text above event list */
.vsel-widget-text {
    margin: 0 0 20px;
}

.vsel-widget-text p {
    margin: 0 0 10px;
    padding: 0;
}

.vsel-widget-text p:last-of-type {
    margin-bottom: 0;
}

/* Widget - event details */
.vsel-widget .vsel-meta {
    width: 100%;
    clear: both;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.vsel-widget .vsel-content>div:last-of-type {
    margin-bottom: 0;
}

/* Widget - event info container */
.vsel-widget .vsel-info {
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

/* Widget - link to all events */
.vsel-widget .vsel-widget-link {}

.single-event .site-content .entry-content{padding-left:0px;padding-right:0px;max-width:96%}
.single-event .site-content .entry-content .event-fixed-elementor{width:auto;margin-left:0px;}

/* Mobile */
@media screen and (max-width:1200px) {

    /* 3 columns on tablets */
    #vsel {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:768px) {

    /* 2 columns on smaller tablets */
    #vsel {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Event details */
    .vsel-meta {
        width: 100% !important;
        clear: both;
        float: left;
        margin: 0 0 20px;
        box-sizing: border-box;
    }

    /* Event info container */
    .vsel-info {
        width: 100% !important;
        clear: both;
        float: left;
        box-sizing: border-box;
    }
}

@media screen and (max-width:480px) {

    /* 1 column on mobile */
    #vsel {
        grid-template-columns: 1fr;
    }

    /* Event details */
    .vsel-meta {
        width: 100% !important;
        clear: both;
        float: left;
        margin: 0 0 20px;
        box-sizing: border-box;
    }

    /* Event info container */
    .vsel-info {
        width: 100% !important;
        clear: both;
        float: left;
        box-sizing: border-box;
    }
}

.vsel-grid-wrapper .vsel-text {
    display: none;
}

.vsel-grid-wrapper .vsel-meta-title {
    font-weight: 600;
    font-size: 18px !important
}

.vsel-grid-wrapper .vsel-meta-title a {
    color: #111111
}

.vsel-grid-wrapper .vsel-meta-date {
    display: none;
}

.vsel-grid-wrapper .vsel-meta-location {
    font-size: 15px;
}

.vsel-grid-wrapper .vsel-alignright {
    float: right !important;
}

.vsel-grid-wrapper .vsel-alignright {
    float: right !important;
}

.vsel-grid-wrapper .vsel-info .vsel-image img {
    border-radius: 50%;
}

.vsel-grid-wrapper .vsel-meta {
    flex: 1;
}

/*
.vsel-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.vsel-grid-wrapper .vsel-content {
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .vsel-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .vsel-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .vsel-grid-wrapper {
        grid-template-columns: 1fr;
    }
}
*/
/* Event Detail Page - Background Image */
/* Event Fixed Elementor Content - Full Width */
.event-fixed-elementor {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

/* Ensure Elementor content inside is also full width */
.event-fixed-elementor .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.event-fixed-elementor [data-elementor-type="wp-page"] {
    width: 100%;
}

/* Ensure inner sections/columns are full width */
.event-fixed-elementor .elementor-section {
    width: 100% !important;
}

/* Hide previous post link on single event detail pages */
.single-event .vsel-nav a.vsel-prev {
    display: none;
}


.single-event .page .entry-cover-image, .single .entry-cover-image {
    background:
        linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.3)),
        url(../images/banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-event .site-content{padding-top:0px!important;}
.single-event.single 
.entry-cover-image .entry-header{position:absolute;top:50%;;transform:translateY(-50%); text-align: center;;z-index:5;width:100%;bottom:auto;}

.single-event.single .entry-cover-image .entry-header .entry-title{text-align:center;}
.single-event .entry-header .vsel-meta{width:100%!important;;color:#FFFFFF;font-weight:bold}
.single-event .previous-post-cover {display: none;}
.single-event .inner-wrap .event-btn a {background-color: #ff0000;font-weight: bold;margin-top: 30px;border-radius: 3px;padding: 12px 24px;text-align: center;color:#ffffff;}
/*.single-event .site-content .entry-content .vsel-content{display:none;}*/