.entry-item > .event-item__img {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    height: auto;
    visibility: visible;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}

.entry-item > .event-item__img:after {
    content: none;
}

.multirows-item {
    position: relative;
}

.event-subtitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
}

.event-item .blue-bg {
    background: rgba(69, 142, 194, 1);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;

}

.event-item .event-status {
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.event-item .event-title > a {
    font-size: 14px;
    font-style: normal;
    color: rgba(55, 66, 73, 1);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;

}

.event-item:hover .event-title > a {
    color: rgba(55, 66, 73, 1);
}

.event-item .entry-item-top {
    margin-left: 0;
    margin-right: 0;
}

.events-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.events-list .multirows-item {
    padding-bottom: 2.2em;
}

.events-list .multirows-item > .event-item {

    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.events-list .event-item .entry-item-content {
    flex: 1 1 auto;
}

.events-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    display: inline-flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 992px) {
    .events-pagination {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .pagination {
        justify-content: center;
    }
}

* {
    box-sizing: border-box;
}

.event-page {
    display: flex;
    align-items: stretch;
    margin: 38px -25px 110px;
}

@media (max-width: 750px) {
    .event-page {
        flex-wrap: wrap;
        margin: 20px -25px 50px;
    }
}

.event-page > div {
    padding: 0 25px;
}

@media (max-width: 750px) {
    .event-page > div {
        padding: 0 25px 50px;
    }

}

.event-page__left {
    flex: 0 0 250px;
}

@media (max-width: 992px) {
    .event-page__left {
        flex: 0 0 200px;
    }
}

@media (max-width: 750px) {
    .event-page__left {
        flex: 1 1 100%;
    }
}

.selectize-control.form-control.single .selectize-input {
    border-color: #eaeaea;
}

.selectize-control.form-control.single .selectize-input:after {
    content: '';
    width: 11px;
    height: 100%;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 7L10.2631 0.25H0.73686L5.5 7Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    padding: 3px;
    margin: 0 15px;
    background-color: transparent;
    border: none;
}

.filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.selectize-control.form-control.single .selectize-input.dropdown-active:after {
    content: '';
    transform: rotate(-180deg);
    border: none;
    background-color: transparent;
}

.event-page__right {
    width: calc(100% - 250px);
}

.form-control.selectize-control {
    display: flex;
    align-items: center;
}

@media (max-width: 1140px) {
    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 15px;
    }

    .selectize-control.form-control.single .selectize-input {
        padding: 7px 30px 8px 15px;
    }

    label.btn-default {
        padding: 7px 10px;
    }

    .filter-row {
        margin-left: -10px;
    }

    .filter-row {
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .event-page__right {
        width: calc(100% - 200px);
    }

    .filter-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-right: 10px
    }
}

@media (max-width: 750px) {
    .event-page__right {
        width: 100%;
    }
}

.event-page__back {
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #458EC2;
    padding-bottom: 26px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;

}

a.event-page__back {
    color: #458EC2;
}

.event-page__left dl {
    padding: 30px 0 0;
    margin: 0;
}

@media (max-width: 750px) {
    .event-page__shot {
        display: flex;
        flex-wrap: wrap;

    }

    .event-page__left dl {
        padding: 16px 32px 0 0;
    }
}

.event-page__left dl dt {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 8px;
    color: #767E83;
}

.event-page__left dl dd {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    color: #374249;
}

.event-page__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;

    color: #374249;

}

.event-page__text {
    font-size: 14px;
    line-height: 17px;
    margin-top: 36px;
    color: #374249;
}

.event-page__subtitle {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.event-page__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #374249;

}

.event-page__text ul {
    padding-left: 20px;
}

.event-page__text ul li {
    padding-bottom: 16px;
}

.row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn-blue {
    background: #458EC2;
    border-radius: 3px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 12px 32px;

}

.btn-blue:hover, .btn-blue:focus {
    color: rgba(255, 255, 255, 1);
    background: #458EC2;
}

.fc-daygrid-event {
    display: flex;
    flex-direction: column;
    background: rgba(244, 246, 249, 1);

}

.fc-event-title {
    /* font-weight: bold; */
    font-size: 12px;
    padding: 4px;
    line-height: 14px;
    /* text-decoration-line: underline; */
    color: #374249;
}

@media screen and (max-width: 560px) {
    .fc-event-title {
        font-size: 9px;
    }
}

.fc-daygrid-dot-event .fc-event-title {
    order: 2;
    white-space: pre-wrap;
}

.fc-event-img {
    order: 1;
}

.fc-event-img img {
    width: 100%;
}

.fc .fc-non-business {
    background: transparent;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #EAEAEA;
}

.fc .fc-daygrid-day-number {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;

    color: #374249;
    cursor: text;
    text-decoration: none;
    font-family: 'formular', sans-serif;
}

.fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}

#wrap {
    width: 100%;
    margin: 0 auto;
}

#calendar {
    /* float: right; */
    margin: 0 auto;
    font-family: 'formular', sans-serif !important;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 1px 2px #C3C3C3;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0, 0, 0, 0.18);
    box-shadow: none;
}

@media (max-width: 750px) {
    .fc-daygrid-dot-event .fc-event-title {
        display: none;
    }
}

.fc .fc-toolbar-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    text-align: center;

    color: #374249;
}

.fc .fc-next-button .fc-icon {
    display: none;
}

.fc .fc-prev-button .fc-icon {
    display: none;
}

.fc .fc-button-primary {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-decoration-line: underline;

    color: rgb(37, 77, 241);
    background: transparent;
    border: none;
}

@media (max-width: 425px) {
    .fc .fc-button-primary {
        font-size: 12px;
    }
    .fc .fc-toolbar-title {
        font-size: 14px;
    }
}

.fc-prev-button {
    text-align: left;
}

.fc-next-button {
    text-align: right;
}