/*
 * Arabian Post AJAX navigation additions.
 * Core theme styling remains in modules.min.css and related theme stylesheets.
 */
html.ap-ajax-loading,
html.ap-ajax-loading body {
    cursor: progress;
}

html.ap-ajax-loading .eltd-content {
    opacity: .72;
    pointer-events: none;
}

.eltd-content {
    transition: opacity .18s ease;
}

/* Preserve the theme's uncovering-footer stacking while its height is recalculated. */
.no-touch .eltd-uncovering-footer footer {
    will-change: transform;
}

.no-touch .eltd-uncovering-footer #eltd-content-wrapper {
    min-height: 1px;
}

@media (prefers-reduced-motion: reduce) {
    html.ap-ajax-loading .eltd-content,
    .eltd-content {
        transition: none;
    }
}
