.event-list {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.event-container {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid #ba252f;
    background: #fff;
}

.event-container:before {
    content: '';
    background-image: var(--bg-image);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s all;
    background-position: 100% 20%;
}

.event-container:hover:before {
    opacity: .3;
}

.event-details {
    display: flex;
    flex: 1 0 80%;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.event-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #ba252f;
    padding: 10px 20px;
    color: #fff;
    min-width: 150px;
    position: relative;
    z-index: 1;
    flex: 1 0 150px;
}

.event-date-month {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -15px;
}

.event-date .event-date-number {
    font-size: 36px;
}

.event-infos {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    position: relative;
    z-index: 1;
}

.event-ticket {
    margin-right: 30px;
    position: relative;
    z-index: 1;
    flex: 1 0 45%;
    text-align: right;
}

.event-ticket .event-buy-ticket {
    display: inline-block;
    background: #ba252f;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    transition: .3s all;
}

.event-ticket .event-buy-ticket.last-places {
    background: #d16f0a;
}

.event-ticket .event-last-places {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.event-ticket .event-buy-ticket:hover {
    background: #75070e;
}

.event-month-separate {
    background: #ba252f;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    margin: 0 auto 25px;
}

.event-notice {
    background: #d2d2d2;
    padding: 10px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}

.event-notice a {
    color: #ba252f;
}

/* .event-title {
    display: flex;
    align-items: center;
} */
.event-special-type {
    background: #d2d2d2;
    padding: 6px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.event-title a {
    color: #000;
}

.event-date-day {
    display: block;
}

.impresariat .event-date {
    background: #235325;
}

.impresariat .event-ticket .event-buy-ticket {
    background: #235325;
}

.impresariat .event-container {
    border-color: #235325;
}
.impresariat .event-month-separate {
    background: #235325;
}

@media (min-width: 991px) {
    .event-ticket .event-last-places {
        width: 150px;
        margin-left: auto;
    }
}

@media (max-width: 740px) {
    .event-container {
        flex-direction: column;
    }

    .event-date {
        min-width: 100%;
        min-width: 100%;
        flex-direction: row;
        align-items: center;
        text-align: left;
        flex: 0;
        padding: 10px 20px;
    }

    .event-date .event-date-number {
        font-size: 42px;
    }

    .event-date-content {
        margin-left: 20px;
    }

    .event-details {
        flex-direction: column;
        padding: 0 20px 20px 20px;
    }

    .event-infos {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .event-ticket {
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .event-container:before {
        background-position: center;
        background-size: cover;
    }

    .event-title {
        flex-direction: column;
    }

    /* .event-special-type {
        margin-bottom: 15px;
    } */
}

@media (min-width: 740px) and (max-width: 991px) {
    .event-infos {
        margin-left: 25px;
    }

    .event-ticket {
        margin-right: 25px;
    }

    .event-date {
        min-width: 100px;
        flex: 1 0 100px;
    }

    .event-date-month {
        font-size: 16px;
    }

    .event-list {
        width: 90%;
    }

    .event-ticket .event-buy-ticket {
        padding: 10px 25px;
    }
}

.blinking {
    animation: blinkingText 1.6s infinite;
}

.login-admin {
    background: #fff;
    padding: 30px;
    width: 100%;
}

.admin-button {
    text-align: right;
}

.admin-btn {
    display: inline-block;
    background: #ba252f;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s all;
    border: 1px solid transparent;
}

.admin-btn:hover {
    border-color: #ba252f;
    color: #ba252f;
    background: #fff;
}

.form-group-control-custom input {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 6px 10px;
    width: 300px;
    display: block;
    margin-bottom: 10px;
}

.form-group-control-custom input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.form-group-control-custom input[type="submit"] {
    background: #ba252f;
    color: #fff;
    border: 0;
}

.form-style {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

.head-title {
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}