/**EVENT KALENDER**/
.event-list-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F6F6F6;
    padding: 30px 0px;
    cursor: pointer;
    text-decoration: none;
    transition: .5s;
    margin-bottom: 20px;
}

.event-list-container:hover {
    /* transform: scale(1.01);*/
    box-shadow: -5px 5px 12px 0px #00000059;
    text-decoration: none;
}

.event-list-container div {
    margin: 0 20px;
}

.event-list-img img {
    border-radius: 5px;
}

.cal-icon {
    color: #E5007D;
    margin-right: 0.5rem;
}

.calender-categories {
    background-color: #FDE7AE;
    color: #E5007D !important;
    max-width: 240px;
    padding: 10px;
    text-align: center !important;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px !important;
}

.em-calendar td {
    width: 150px;
    height: 150px;
}

ul.event-categories {
    margin: 0;
    padding: 0;
}
ul.event-categories li {
    list-style-type: none;
    font-weight: normal;
}

/*Event Search Form*/
.em_overview {
    width: 60%;
}
.em_overview #em-wrapper {
    width: 100%;
}
@media(max-width: 768px) {
    .em_overview {
        width: 100%;
    }
}

.em.em-list-widget .em-item .em-item-image img {
    max-width: 100%;
}
.em-events-search {
    border: 0px solid transparent !important;

}

.em-search-main {
    border-bottom: 0px solid transparent !important;
    display: flex !important;
    justify-content: center;
}

.search-text-container, .search-geo-container {
    padding: 5px !important;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 5px;
    width: 100% !important;
}

.em-search-sections .em-search-geo .em-search-geo,
.em-search-sections .search-text-container .em-search-text {
    width: 100% !important;
    border: none;
    padding: .375rem .75rem;
}

 .em-search-submit {
    display: none !important;
}

@media(max-width: 777px) {
    .em-search-main {
        flex-direction: column;
    }

    .search-text-container, .em-search-advanced-trigger {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }

    .search-geo-container {
        margin-left: 0px !important;
    }

    .em-modal-popup .em-search-category {
        text-align: left !important;
    }
}

.custom-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.custom_events_widget_wrapper {
    width: 33%;
    flex-wrap: wrap;
}

.custom_events_widget_wrapper .em-calendar td {
    max-width: 50px;
    height: 50px;

}

.custom_events_widget_wrapper .pr-4 {
    padding: 0 !important;
}


.custom_events_widget_wrapper .pr-4:last-child {
    margin-top: 40px;
}

.custom_events_widget_wrapper .pr-4:first-child {
    margin-bottom: 20px;
}

@media(max-width: 1199px) {
    .custom-events {
        flex-direction: column;
    }

    .custom_events_widget_wrapper {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
}

@media(max-width: 767px) {
    .custom_events_widget_wrapper {
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 425px) {
    .custom-events .css-events-list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.fullcalendar tr td {
    border: 2px solid white !important;
    background-color: rgb(241, 241, 241);
    margin: 2px !important;
    vertical-align: top;
}

.fullcalendar .days-names td {
    border: 2px solid white !important;
    background-color: rgb(255, 255, 255);
    height: 50px !important;
    margin: 0px 2px !important;
}

.fullcalendar thead tr td {
    background-color: rgb(255, 255, 255) !important;
    height: 50px !important;
}

.fullcalendar thead .month_name {
    text-align: center;
}

.fullcalendar thead td:last-child {
    text-align: right;
}

.fullcalendar a {
    color: #E5007D !important;
}

.fullcalendar .eventless-today {
    background-color: #EDEDED !important;
}

.eventful ul {
    padding-left: 20px !important;
    padding-right: 0 !important;
    list-style-type: disc;
}

.eventful ul {
    padding-left: 20px !important;
    padding-right: 0 !important;
    list-style-type: disc;
}

.custom_events_widget_wrapper .pr-4:last-child ul {
    list-style-type: none;
    padding: 0;
}

.custom_events_widget_wrapper .pr-4:last-child li:last-child {
    margin-bottom: 20px;
}

.custom_events_widget_wrapper tbody .eventful a, .custom_events_widget_wrapper .eventful-today a {
    background-color: #E3E3E3;
    color: black !important;
    border-radius: 50%;
    padding: 10px 11px;
}

.custom_events_widget_wrapper .eventful-today {
    background-color: transparent !important;
}

.custom_events_widget_wrapper .eventful-today a {
    color: #E5007D !important;
}

.custom_events_widget_wrapper tbody td {
    padding: 0 !important;
}

.custom_events_widget_wrapper .pr-4:first-child {
    width: 100%;
}

.events-per-mail {
    width: 100%;
    color: white;
    background-color: #A7A7A7;
    border: none;
    border-radius: 18px;
    padding: 8px 0;
}

.custom_events_widget_wrapper i {
    margin-right: 10px;
}

.custom_events_widget_wrapper tbody td a {
    display: block;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 14px !important;
}

/*Event Submit*/
#event-form .em-datepicker .form-control {
    padding: 2px 2px 2px 15px;
    color: black;
    background-color: inherit;
    background-clip: inherit;
    display: initial;
}

#event-form input:not(#event-form .event-form-image input, #event-form .submit input) {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#event-form .em-datepicker, #event-form .em-datepicker-until-fields {
    width: 100%;
}

#event-form .em-datepicker-until-fields {
    display: flex;
    gap: 15px;
}

#event-form .em-date-range {
    margin-bottom: 30px;
}

#event-form .event-editor-container .when-rec-container {
    text-align: left;
}

.em-location-type-place table {
    width: 100% !important;
}

.event-editor-container .em-location-data-town,
.event-editor-container .em-location-data-postcode {
    gap: 20px;
}

.event-editor-container .event-form-when .em-date-range .em-date-start {
    margin-right: 20px;
}

.event-editor-container .em-location-data-town td,
.event-editor-container .em-location-data-postcode td {
    padding: 0;
}

.em-location-data tr {
    margin: 15px 0;
}

.em-location-data-name input {
    margin-bottom: 15px;
}

.em-location-data tr td {
    padding: 0;
}

.em-location-data tr td input {
    padding-left: 15px;
}

.event-editor-container .em-location-data {
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.em-location-type-place tbody tr, .em-location-type-place tbody tr input, .em-location-type-place tbody tr select {
    height: 50px;
}

.standort-container, .standort-container input, .anschrift-container input {
    width: 100%;
}

.em-location-data-town {
    display: flex;
}

.em-location-data i {
    display: none;
}

.em-location-data-town {
    width: 100% !important;
}

.em-location-data-town td, .em-location-data-town td input {
    width: 100% !important;
}

.em-location-data-postcode {
    display: flex;
}

.em-location-data-postcode td {
    width: 100%;
}

.em-location-data-postcode td input {
    width: 100%;
}

.em-location-data-postcode td select {
    height: 100%;
}

.em-location-data-url td input {
    width: 100%;
}

.event-editor-container .event-form-when .em-date-range {
    display: flex;
}

.event-editor-container .event-form-name i {
    display: none;
}

.event-editor-container .event-form-name input {
    width: 100% !important;
    height: 50px;
    padding-left: 15px !important;
}

.event-editor-container .event-form-when .em-date-range input {
    width: 50%;
    height: 50px;
    padding-left: 15px;
}

.event-editor-container .when-rec-container {
    width: 100%;
}

.event-editor-container .when-rec-container input {
    height: 50px;
    margin: 0 10px;
    padding-left: 15px;
}

.event-editor-container .longday-container, .rec-check-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 10px 0;
    align-items: center;
}

.event-editor-container .longday-container input, .rec-check-container input {
    width: 25px;
    margin-right: 10px;
}

.event-editor-container .em-timezone {
    margin: 30px 0 !important;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.event-editor-container .em-timezone select {
    height: 50px;
    padding: 0 15px;
}

.event-editor-container .custom-file-upload, .event-editor-container .submit input {
    background-color: #E5007D;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
}

.event-editor-container .custom-file-upload {
    background-color: transparent;
    color: #525252;
    border: 2px solid #E5007D;
    margin-right: 15px;
}

input[type="file"]#event-image::file-selector-button {
    display: none;
}

.event-editor-container h3 {
    color: #555555;
}

.custom-editor-form .wp-block-columns {
    flex-basis: 60%;
    margin-top: 30px;
}

.custom-editor-form .css-event-form {
    flex-basis: 60%;
    margin-top: 30px;
    width: 100%;
}

.custom-editor-form {
    justify-content: space-between !important;
}

.custom-editor-form .custom_events_widget_wrapper {
    margin-top: 30px;
}

#event-form .em-date-start-end {
    height: 49px;
}

#event-form .em-location-types-select {
    width: 100%;
    height: 49px;
    margin-bottom: 5px
}

#event-form .em-location-types-select,
#event-form .em-location-data-postcode select {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: transparent;
    padding: 0 15px;
}

#event-form .end-custom-attributes {
    margin-bottom: 15px;
}

#event-form input.custom_attribute {
    height: 49px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 15px
}

/*Full Kalendar*/
.custom-editor-form .wp-block-columns {
    flex-basis: 60%;
    margin-top: 30px;
}

.custom-editor-form {
    justify-content: space-between !important;
}

.custom-editor-form .custom_events_widget_wrapper {
    margin-top: 30px;
}

.custom-editor-form .fullcalendar li {
    font-size: 12px;
}

.custom-editor-form .fullcalendar .eventful ul,
.custom-editor-form .fullcalendar .eventful-today ul,
.custom-editor-form .fullcalendar .eventful-pre ul {
    line-height: 18px;
    list-style: none;
    padding-left: 14px !important;
}

.custom-editor-form .fullcalendar ul li {
    position: relative;

}

.custom-editor-form .fullcalendar ul li::before {
    position: absolute;
    top: 2px;
    margin: 8px 0 0 -12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #E5007D;
    content: "";
}

.custom-editor-form .fullcalendar td {
    height: 100px;
    width: 100px;
}

.custom-editor-form .fullcalendar .eventful-pre a,
.custom-editor-form .fullcalendar .eventless-pre {
    text-decoration: none;
    color: #a7a7a7 !important;
}

.custom-editor-form .fullcalendar .eventful-pre li::before {
    background: #a7a7a7;
}

@media(max-width: 1199px) {
    .custom-editor-form {
        align-items: center;
    }

    .custom-editor-form .wp-block-columns {
        flex-basis: 100%;
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .custom-editor-form .fullcalendar {
        display: none;
    }
}

@media(min-width: 768px) {
    .custom-events {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.event-editor-container .name-detail-container {
    display: flex;
    width: 100%;
    gap: 20px;
}

.event-editor-container .name-detail-container input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
}

.event-print-button, .event-csv-button {
    color: white;
    background-color: #A7A7A7;
    border: none;
    padding: 7px 20px;
    border-radius: 18px;
}

/*Shariff*/
.share-para-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-para {
    margin: 0 !important;
}

.event-button-down-container {
    width: 100%;
    display: flex;
}

.event-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media(max-width: 1200px) {
    .event-flex-wrapper {
        flex-direction: column;
    }

    .custom-editor-form .wp-container-2 {
        width: 100%;
    }
}

@media(max-width: 767px) {

    .custom-editor-form .wp-container-2 {
        display: none;
    }
}

@media(max-width: 425px) {
    .event-flex-wrapper {
        flex-direction: column-reverse;
    }
}

@media(min-width: 1024px) {
    .event-cta-container>* {
        margin-right: 10px;
    }
}

@media(max-width: 424px) {
    .event-cta-container {
        display: flex;
        gap: 10px;
        flex-direction: column;
        align-content: flex-start;
        width: 80%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media(min-width:1200px) {
    .event-button-down-container {
        width: 98%;
    }

    .event-flex-wrapper {
        justify-content: space-between;
        width: 63%;
    }
}

.event-button-down-container .twitter a,
.event-button-down-container .facebook a,
.event-button-down-container .whatsapp a {
    background-color: #A7A7A7 !important;
}

.event-button-down-container .twitter,
.event-button-down-container .facebook,
.event-button-down-container .whatsapp {
    background-color: #A7A7A7 !important;
}

.custom-events .single-event-wrapper {
    flex-basis: 60%;
}

.event-search-lupe {
    border: none;
    background-color: #ffffff;
    width: 60px !important;
    height: auto !important;
    max-width: 60px;
    padding: 9px 0 6px 0;
}

.event-search-lupe i {
    font-size: 20px;
    color: #666;
}

@media(max-width: 777px) {
    .event-search-lupe {
        margin-bottom: 10px !important;
        width: 50px !important;
        padding: 6px 0 4px 0;
        margin-left: 10px;
    }

    .event-search-lupe i {
        font-size: 25px;
        color: #666;
    }
}

#location-country {
    padding-left: 10px;
}

#events-per-mail {
    padding: 6px 30px;
}

.event-popup-container {
    display: flex;
    max-width: 350px;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-49%, -50%);
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    display: none;
    z-index: 9999;
}

.event-popup-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-popup-button-close {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border: none;
    background-color: #E5007D;
    color: white;
    text-align: center;
    transition: .3s;
    font-weight: bold;
}

.event-popup-button-close:hover {
    transform: rotate(180deg);
}

.event-popup-button {
    background-color: #E5007D;
    border-radius: 4px;
    border: none;
    color: white;
    padding: 5px 10px;
}

.event-popup-container input, .event-popup-container select {
    border: 1px solid rgb(177, 177, 177);
    border-radius: 4px;
    padding: 5px
}

.dimBackground {
    position: fixed;
    display: none;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000000a8;
    width: 100vw;
    height: 100vh
}

#location-country {
    width: 100%;
}

.custom-events .statusnotice .em-notice-success p {
    color: #28a745;
}

.custom-events .statusnotice .em-notice-error p {
    color: #ca0e0e;
}

.custom_events_widget_wrapper .em-events-widget li {
    list-style-type: none;
}

.custom-events .em-events-list {
    justify-content: center;
    max-width: 700px;
}

.event-list-container .event-list-dates, .event-list-container .event-list-text {
    text-align: left;
}

@media(min-width: 768px) {
    .custom-events {
        padding-left: 10px !important;
        padding-right: 10px !important;
        justify-content: space-between
    }
}


.em-location-type-place tbody tr, .em-location-type-place tbody tr input, .em-location-type-place tbody tr select {
    height: 49px;
}

.em-list .event-list-container .event-list-dates {
    max-width: 170px;
    width: 100%;
}

.em-list .event-list-container .event-list-dates .event-list-date {
    margin: 0;
    display: flex;
    line-height: 24px;
    gap: 6px;
}

.em-list .event-list-container .event-list-dates .event-list-date i {
    line-height: 24px;
}

@media(max-width: 1199px) {
    .event-list-container>div {
        margin: 0 10px;
    }
}

@media(max-width: 850px) {
    .event-list-container {
        flex-wrap: wrap;
    }

    .em-list .event-list-container .event-list-dates {
        max-width: 100%;
        width: 100%;
    }

    .event-list-container>div {
        margin: 10px 20px;
    }

    .event-list-img {
        display: none;
    }

    .event-list-container {
        padding: 20px 0;
    }

    .event-list-text {
        order: 0;
    }

    .event-list-dates {
        order: 1;
    }

    .event-list-dates br {
        display: none;
    }
}

/*END Event Search Form*/
.em.em-calendar.size-large .em-cal-head {
    border: unset;
}

.em.em-calendar .em-cal-body {
    border-bottom: unset;
}

.em.em-calendar.size-large .em-cal-head.size-large div {
    text-align: left;
    border: unset;
}

.em.em-calendar.size-large .em-cal-body .em-cal-day {
    text-align: left;
}

.em.em-calendar.size-large .em-cal-body>div {
    padding: unset;
    background-color: #f6f6f6;
    border: unset !important;

}

.em.em-calendar.size-large section {
    gap: 3px;
}

.em.em-calendar.size-large .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date {
    margin: unset;
}

.em.em-calendar.size-large .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date a {
    border: unset;
}

.em.em-calendar.size-large .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar.size-large .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
    background: unset;
    border: unset !important;
    height: 28px;
    font-size: 14px;
    width: 28px;
}

.em.em-calendar .em-cal-nav .month-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.em.em-calendar .em-cal-nav .month-nav .em-calnav {
    color: #E5007D !important;
}

.em.em-calendar .em-cal-body.event-style-pill .em-cal-event {
    margin: unset;
    font-size: 12px;
    height: 17px;
}

.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div {
    background: unset;
    border: unset;
    height: 17px;
    color: #E5007D !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.em.em-calendar .em-cal-nav .month input {
    text-align: center;
}

.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date {
    margin: unset;
}

.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon {
    display: none;
}

.em-calendar.size-small .em-cal-day-date.colored a {
    background-color: #e3e3e3 !important;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a {
    font-size: 14px;
    width: 34px;
    height: 34px;
}

.single-event-img {
    margin-bottom: 20px;
}

.custom_event .single-event-wrapper {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .custom_event .single-event-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .single-event-map {
        margin: 0 !important;
    }

    .single-event-content {
        width: 100%;
    }


}

@media (max-width: 1199px) {
    .custom-events {
        align-items: center;
    }

    .custom_events_widget_wrapper, .event-button-down-container {
        max-width: 500px;
    }

    .em-location-map-container {
        max-width: 300px;
    }

    .custom_events_widget_wrapper .pr-4:nth-child(2) {
        width: 100%;
    }

}

.custom-event-categories {
    margin-bottom: 30px
}

.custom-event-categories .selectize-input input {
    height: 49px;
}

@media print {
    header, footer {
        display: none !important;
    }

    .wv-hero-background {
        height: 100px !important;
    }
}

/*EventsManager Popup Modal*/
.em-modal-popup .em-search-main {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
}

.em-modal-popup .selectize-dropdown-content .event-acc {
    width: 24px;
    height: 100%;
    display: block;
    font-size: 24px;
    margin: 0;
    margin-bottom: 0px;
    background: var(--icon-plus) right 50% no-repeat;
    background-size: 24px 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 50;
}

.em-modal-popup .search-text-container, .em-modal-popup .search-geo-container {
    width: 48% !important;
}

.em-modal-popup  .form-control {
    height: auto!important;
}

.em-modal-popup .search-text-container {
    padding: 0!important;
}

@media screen and (max-width: 550px) {
    .em-modal-popup .search-text-container, .em-modal-popup .search-geo-container {
    width: 100% !important;
}
}
.em-modal-popup .em-search-scope {
    width: 100%;
}

.em-modal-popup .selectize-dropdown-content .event-acc.show {
    background: var(--icon-minus) right 50% no-repeat;
}

.em-modal-popup .selectize-dropdown-content .option {
    position: relative;
}

.em-modal-popup .selectize-input .event-acc {
    display: none;
}

.em-modal-popup .em-search-main {
    padding-top: 5px;
    padding-bottom: 0;
}

.em-modal-popup .em-search-advanced-sections {
    padding-top: 0;
    padding-bottom: 0;
}

.em-modal-popup .em-search-geo {
    display: block !important;
    visibility: visible !important;
    margin-right: 0 !important;
}

.em-modal-popup .em-submit-section {
    padding-top: 20px;
}

.em.em-modal.em-search-advanced footer button.button {
    padding: 0.75rem 1.5rem !important;
    color: #fff;
    background-color: #E5007D;
    border: transparent;
    border-radius: 18px;
}

.em-search-main-bar {
    padding: 0 !important;
    border: none !important;
}

.custom-em-search-text-container input {
    width: 100%;
}

.custom-events .em.em-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.event-categories li {
    margin-right: 30px;
}

.event-editor #mceu_32,
.event-editor #wp-em-editor-content-editor-tools {
    display: none;
}

#event-form .selectize-dropdown-content .selected {
    display: none;
}

.custom-editor-form .em-location-type {
    padding-top: 0 !important;
}

.custom-editor-form .em-location-type .em-location-data {
    margin-bottom: 0 !important;
}

.em-modal .em-search-location input.em-search-town {
    width: 100%;
    border: 1px solid rgb(177, 177, 177);
    border-radius: 5px;
    padding: .375rem .75rem;
}

.em .selectize-control.em-selectize.always-open .selectize-input input, .em .selectize-control.em-selectize.multidropdown .selectize-input input {
    width: 100%!important;
    display: flex !important;
}

.em .selectize-input  {
    display: flex;
    flex-flow: row wrap;
    gap: 0 .25rem;
}

:root .em.em-search-advanced.em-modal#em-search-advanced-1 footer button.button {
    margin-bottom: 0!important;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}

:root .em-search-category input {
    padding: 10px!important;
}

#em-search-category-2-selectized {
    margin-top: 0!important;
}

.selectize-input .item {
    margin-bottom: 10px;
}

:root .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two,
:root .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored div.ring.two, 
:root .em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored div.ring.two, 
:root .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two, 
:root .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-post .em-cal-day-date.colored div.ring.two, :root .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date.colored div.ring.two,
:root .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one {
    border: none !important;
    -webkit-clip-path: unset;
}

:root .em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon, 
:root .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon {
    display: none;
}

.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, 
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
    display: flex;
    align-items: center;
    justify-content: center;
}

#event-form div.em-location-data table {
    margin: 0 !important;
}

.em-notice.em-notice-error.notice.notice-error {
    background: orangered;
    border-radius: 3px;
    padding: .5rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.em-notice.em-notice-error.notice.notice-error p {
    color: white;
    margin-bottom: 0;
    font-weight: 500;
}