:root {
    scroll-behavior: auto;
}

@keyframes spin {
    100% {
        transform: rotate( 360deg );
    }
}

.blockUI.blockOverlay {
    z-index: 99 !important;
}

.blockUI.blockOverlay::before {
    height: 34px !important;
    width: 34px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    z-index: 99 !important;
}

.btn-overlay {
    display: inline-block;
}

.event-itm-btns .blockUI.blockOverlay::before {
    height: 24px !important;
    width: 24px !important;
    margin-left: -12px;
    margin-top: -12px;
}

.wpcf7-spinner {
    display: none;
}

.disabled {
    pointer-events: none !important;
}

.event-itm .event-itm-date.in-the-past {
    opacity: .45;
}

.same {
    font-weight: bold;
}

#calendar {
    color: #000;
}

div.ui-datepicker-header {
    display: none;
}

.link__reservation {
    display: inline-block;
    text-decoration: none;
}

.link__reservation span {
    text-decoration: underline;
}

.link__reservation:hover {
    text-decoration: none;
}

.link__reservation:hover span {
    text-decoration: none;
}