.ahura-gallery-element .gallery-item-box {
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: ease .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
}

.ahura-gallery-element .item-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00000085;
    color: #fff;
    padding: 10px;
    text-align: center;
    transition: ease .2s;
}

.ahura-gallery-element .gallery-item-box:hover .item-title {
    opacity: 0;
}

.ahura-gallery-element .ahura-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
}

.ahura-gallery-element .ahura-pagination.loading a,
.ahura-gallery-element .ahura-pagination.loading span {
    pointer-events: none;
    user-select: none;
}

.ahura-gallery-element .ahura-pagination.loading a:not(.current),
.ahura-gallery-element .ahura-pagination.loading span:not(.current) {
    filter: blur(1.4px) grayscale(1);
}

.ahura-gallery-element .ahura-pagination span,
.ahura-gallery-element .ahura-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 43px;
    min-height: 43px;
    margin: 5px;
    padding: 9px 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px #0000003b;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: ease .3s;
}

.ahura-gallery-element .ahura-pagination span.current,
.ahura-gallery-element .ahura-pagination span:hover,
.ahura-gallery-element .ahura-pagination a:hover {
    background-color: #000;
    color: #fff;
}

.elementor-lightbox .elementor-lightbox-image {
    max-width: 600px;
}

@media screen and (max-width: 767px) {
    body.admin-bar.page-template .dialog-type-lightbox {
        position: fixed;
        height: 100vh;
    }
}