/* Container */
.gallery-page { min-height: 500px; padding: 40px 0 100px;}

/* Header */
.gallery-page__header { margin: 0 0 50px; }
.gallery-page__title { margin:0 0 8px; font-size: 32px; text-align: center; padding-bottom: 25px; }

.gallery-page__noimage { font-size: 24px; color: #888; text-align: center; }

.gallery-page .pagination {
    text-align: center;
    margin-top: 60px;
}

.gallery-page .pagination .pagination__link {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #444 !important;
    font-weight: bold;
    font-size: 16px;
}

.gallery-page .pagination .pagination__link.pagination__link--disabled {
    cursor: default;
    color: #ccc !important;
}

.gallery-page .pagination .pagination__link.pagination__link--current {
    background-color: #b5bd00;
    color: #fff !important;
}


@media screen and (max-width: 991px) {
    .gallery-page { padding: 80px 0 100px;}
}