.mec-single-event-widgets-datetime {
    margin-top: 15px;
}

.mec-single-event-widgets-locationsocial,
.mec-single-event-widgets-datetime {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .mec-single-event-widgets-locationsocial,
    .mec-single-event-widgets-datetime {
        flex-direction: row;
    }
}

.mec-single-event-content {
    padding-left: 15px;
    padding-right: 15px;
}

.mec-event-social-icon i,
.mec-event-social-icon svg {
    font-size: 30px;
    margin-right: 10px;
    height: 30px;
}

.mec-single-event-location > .mec-sl-location-pin {
    display: none;
}

.mec-event-social,
.mec-single-event-location {
    padding: 15px;
}

.mec-event-sharing .mec-event-social-icon {
    list-style: none;
}
.mec-event-sharing .mec-event-social-icon + .mec-event-social-icon {
    margin-left: 10px;
}

.mec-event-sharing ul {
    display: flex;
    padding: 0;
}