a {
    text-decoration: none !important;
}

.ect-list-posts.style-1 {
    display: flex;
    flex-wrap: nowrap;
}

.ect-event-date-tag {
    width: 18%;
}

.ect-event-details {
    width: 82%;
}

.ect-list-posts .ect-event-title a:hover {
    filter: opacity(0.75);
    -webkit-filter: opacity(0.75);
}

.ect-event-datetimes {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 1.38;
}

.ect-list-posts.style-1 {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.ect-list-posts.style-1 span.ev-day {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.42;
}

.ect-event-datetimes span.ev-mo {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.style-1 span.ect-minimal-list-time {
    letter-spacing: -1px;
}

.ect-featured-event .ect-event-datetime .ect-icon-clock:before {
    margin-left: 0px;
}

.style-1 .ect-event-datetime {
    font-size: 16px;
}

.style-1 .ect-events-read-more {
    font-size: 14px;
}


/*************  style 2   ***************/

.style-2 span.ect-date-viewport {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px;
}

.style-2 span.ect-month {
    display: block;
    padding-bottom: 5px;
}

.style-2 .minimal-list-venue {
    display: flex;
}

.ect-event-date {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #fff;
    width: 52px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.ect-list-posts.style-2 {
    width: 100%;
    max-width: 100%;
    margin: 5px auto;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #00000020;
}

.style-2 .ect-event-date {
    width: 15%;
    margin-right: 0px;
    margin-right: 15px;
    height: max-content;
}

.style-2 .ect-right-wrapper {
    width: 85%;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
}

span.ect-event-title {
    letter-spacing: 0;
    color: #353535;
    font-size: 22px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 10px;
    line-height: 23px;
}

.minimal-list-venue {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    color: #9a9a9a;
    display: grid;
}

.ect-img-wrapper {
    margin-left: 21%;
}


/********* style 3 ***********/

.style-3 .ect-event-details {
    display: inline-block;
}

.style-3 span.ect-minimal-list-time {
    font-size: 13px;
}

.style-3 .ect-left-wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
}

.style-3 .ect-right-wrapper {
    padding: 15px 0px 15px 10px;
}

#ect-minimal-list-wrp .style-3 i.ect-icon-location {
    display: none;
}

div#ect-minimal-list-wrp {
    margin-bottom: 25px;
}

.ect-left-wrapper {
    width: 18%;
}

.ect-right-wrapper {
    width: 82%;
    padding-left: 15px;
    /* position: relative; */
}

.ect-list-posts.style-3 {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #00000020;
    margin-bottom: 15px;
}

.ect-list-posts.style-2 .ect-events-title,
.ect-list-posts.style-3 .ect-events-title,
.ect-list-posts.style-1 .ect-events-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.style-3 span.ev-day,
.style-3 span.ev-time {
    font-size: 18px;
    font-weight: 600;
}

.style-3 span.ect-google {
    display: none;
}

.ect-list-posts.style-3 a.ect-events-read-more {
    font-size: 12px;
}

.ect-list-posts.style-3 .ect-minimal-list-time {
    font-size: 16px;
}


/*----- Media Query Style Start Here ------*/

@media(max-width:425px) {
    .ect-event-date-tag {
        width: 20%;
    }
    .ect-event-details {
        width: 80%;
    }
    .ect-right-wrapper {
        padding-left: 0px;
        width: 78%;
    }
    .ect-left-wrapper {
        width: 22%;
    }
}