.elementor-2121 .elementor-element.elementor-element-2da4de1:not(.elementor-motion-effects-element-type-background), .elementor-2121 .elementor-element.elementor-element-2da4de1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sistersheds.ie/wp-content/uploads/2025/11/IMG_4838.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-2121 .elementor-element.elementor-element-2da4de1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:200px 0px 200px 0px;}.elementor-2121 .elementor-element.elementor-element-2da4de1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2121 .elementor-element.elementor-element-faecffd{margin-top:60px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2121 .elementor-element.elementor-element-366a7f7{text-align:center;}.elementor-2121 .elementor-element.elementor-element-366a7f7 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:47px;font-weight:600;color:#D43790;}.elementor-2121 .elementor-element.elementor-element-5b1bdf6{margin-top:30px;margin-bottom:40px;padding:0px 50px 0px 50px;}.elementor-2121 .elementor-element.elementor-element-8dc1ecb{margin-top:60px;margin-bottom:0px;}.elementor-2121 .elementor-element.elementor-element-87415fa{text-align:center;}.elementor-2121 .elementor-element.elementor-element-87415fa .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:47px;font-weight:600;color:#D43790;}.elementor-2121 .elementor-element.elementor-element-a0c59b3{margin-top:60px;margin-bottom:60px;padding:0px 50px 0px 50px;}@media(max-width:767px){.elementor-2121 .elementor-element.elementor-element-2da4de1{padding:100px 0px 100px 0px;}.elementor-2121 .elementor-element.elementor-element-366a7f7 .elementor-heading-title{font-size:28px;}.elementor-2121 .elementor-element.elementor-element-5b1bdf6{padding:0px 0px 0px 0px;}.elementor-2121 .elementor-element.elementor-element-87415fa .elementor-heading-title{font-size:28px;}.elementor-2121 .elementor-element.elementor-element-a0c59b3{padding:0px 0px 0px 0px;}}/* Start custom CSS *//* GRID WRAPPER */
.custom-events-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /*justify-content: space-between;*/
}

/* EVENT CARD — 3 PER ROW */
.event-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;       /* 3 cards per row */
    max-width: 32%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* IMAGE TOP */
.event-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

/* INNER SECTION (DATE + TEXT) */
.event-inner {
    display: flex;
    flex-direction: row;
}

/* DATE BOX */
.event-date-box {
    background: #d43790;
    color: #fff;
    text-align: center;
    padding: 10px;
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        height: 235px;
}

.event-day {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 9px;
        font-family: "Montserrat", Sans-serif;
}

.event-month {
    font-size: 17px;
        font-family: "Montserrat", Sans-serif;
}

.event-weekday {
    font-size: 15px;
        font-family: "Montserrat", Sans-serif;
    margin-top: 4px;
    opacity: 0.8;
}

/* INFO */
.event-info {
    padding: 12px 16px;
    flex: 1;
}

.event-info h3 {
    font-size: 23px;
    margin-bottom: 6px;
    color: #d43790;
        font-family: "Montserrat", Sans-serif;
    font-weight: 600;
}

.event-info p {
    font-size: 18px;
    margin: 0;
    color: #333;
    line-height: 37px;
       font-family: "Montserrat", Sans-serif;
    margin-top: 13px;
}

.event-info i {
    margin-right: 6px;
    color: #d43790;
    font-size: 23px;
}

.event-title a {
    color: inherit;
    text-decoration: none;
}

.event-title a:hover {
    text-decoration: underline;
}

/* TABLET — 2 CARDS PER ROW */
@media only screen and (max-width: 900px) {
    .event-card {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

/* MOBILE — 1 CARD PER ROW */
@media only screen and (max-width: 600px) {
    .event-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .event-date-box {
        height: 100%;
}
.event-inner {
    display: contents;
}

}
.eventerrortxt{
        text-align: center;
    font-size: 26px;
    font-weight: 600;
}/* End custom CSS */