/* ==================== ## Modern Event Calendar adddon ==================== */

.tpc-mec-events .mec__single-event {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-top: 20px
}
@media only screen and (max-width: 575px) {
    .tpc-mec-events .mec__single-event {
        display: block;
        text-align: center
    }
}
.tpc-mec-events .mec__single-event .event-image {
    flex-shrink: 0
}
.tpc-mec-events .mec__single-event .event-image img {
    border-radius: 100%;
    max-width: 130px;
    height: 130px;
    object-fit: cover;
}
.tpc-mec-events .mec__single-event .event-content {
    flex-grow: 1;
    padding-left: 30px;
    max-width: 320px
}
@media only screen and (max-width: 575px) {
    .tpc-mec-events .mec__single-event .event-content {
        padding-left: 0;
        padding-top: 25px
    }
}
.tpc-mec-events .mec__single-event .event-content .date {
    color: var(--lmsmart-primary-color);
    font-weight: 600;
    font-size: 14px;
}
.tpc-mec-events .mec__single-event .event-content .course__title {
    font-size: 18px;
    font-weight: var(--lmsmart-header-font-weight);
    margin-top: 5px;
}
.tpc-mec-events .mec__single-event .event-content p {
    margin-top: 5px
}
.tpc-mec-events .mec__single-event .event-content i {
    font-size: 14px;
}
/* == Style 1== */

.tpc-mec-events .event__date {
    font-size: 15px;
}
.tpc-mec-events .event__date i {
    color: var(--lmsmart-primary-color);
    font-weight: var(--lmsmart-header-font-weight);
    font-size: 14px;
    margin-right: 5px;
}
/* == Style 3== */

.event__layout_3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.event__layout_3 .course__media {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.event__layout_3 .event__location {
    font-size: 14px;
}
.event__layout_3 .event__location i {
    color: var(--lmsmart-primary-color);
}
.event__layout_3 .course__title {
    margin-top: 5px;
}
.event__layout_3 .course__container {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: inherit;
}
.event__layout_3 .course__media+.course__content .course__content--info {
    border-bottom: none;
    padding: 0;
}
.tpc-mec-events .read-more-wrap {
    margin-top: 10px;
}
.button-read-more.u__active:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    content: "";
    transform: scale(1);
    transition: all 0.3s linear;
}

.button-read-more.u__active:hover::before {
    transform: scale(-1)
}
.event__layout_3 .top-meta {
    position: absolute;
    top: 40px;
    left: 45px
}
.event__layout_3 .top-meta .date {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 28px
}
.event__layout_3 .top-meta .date span {
    font-size: 30px;
    display: block;
    margin-bottom: 3px;
}
.tpc-courses .event__layout_3 .course__title-link{
    font-size: 24px;
}
/* == Star new styles for theme compatibility */

.mec-wrap .mec-event-footer .mec-booking-button {
    font-weight: 600;
}
.mec-events-meta-group-countdown .countdown-w span {
    font-weight: var(--lmsmart-header-font-weight);
}
.mec-load-more-button {
    font-weight: var(--lmsmart-header-font-weight);
}
.mec-single-event .mec-event-social li.mec-event-social-icon a {
    padding: inherit;
    border-radius: 100px;
}
.mec-wrap .mec-search-form .mec-date-search select:last-child {
    width: auto;
}
.mec-wrap .mec-search-form .select__field {
    width: auto;
    margin-right: 10px;
}
.mec-wrap .mec-search-form .mec-date-search select:last-child {
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 10px;
}
.mec-wrap .mec-search-form .select__field:before {
    right: -15px;
    top: -7px;
}
.mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-next, .mec-slider-t1-wrap .mec-owl-theme .owl-nav .owl-prev {
    line-height: 28px;
}
.mec-wrap p {
    font-size: initial;
}
.mec-wrap .flip-clock-divider .flip-clock-label {
    bottom: -2em;
}
.mec-wrap .flip-clock-wrapper ul {
    height: 60px;
}
.mec-single-event .mec-events-meta-group-countdown {
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
}
#mec_next_event_details {
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
}
.mec-events-meta-group-countdown {
    box-shadow: 0 20px 50px rgb(0 0 0 / 5%);
}
/*Single Page*/

.mec-container .row.mec-single-event {
    padding-bottom: 60px;
}
.mec-container .mec-single-event .mec-events-meta-group-booking, .mec-container .mec-single-event .mec-frontbox {
    padding: 30px 30px 20px 30px;
}