/**
* Theme Name: 15Zine Child
* Description: 15Zine child theme.
* Author: Codetipi
* Template: 15zine
* Version: 1.0
*/


/*# sourceMappingURL=style.css.map */

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgba(38, 38, 38, 0.3);
    z-index: 1;
    opacity: 0;
}

.overlay-spinner img {
    transform-origin: center;
}

.overlay-spinner.active {
    visibility: visible;
    z-index: 10;
    opacity: 1;
}