﻿.pagination-style-01 .page-item .page-link {
    border: 0;
    padding: 0 2px;
    margin: 0 7px;
    background: 0 0;
    color: #161920;
    min-width: 45px;
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 45px;
    min-height: 45px;
}

    .pagination-style-01 .page-item .page-link i {
        line-height: 40px;
    }

    .pagination-style-01 .page-item .page-link:hover {
        background: var(--white);
        color: #161920;
        box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
    }

    .pagination-style-01 .page-item .page-link:focus {
        box-shadow: none;
    }

.pagination-style-01 .page-item.active .page-link {
    background: #161920;
    color: var(--white);
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}

.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

.pagination-style-01.light .page-item:first-child .page-link, .pagination-style-01.light .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}

    .pagination-style-01.light .page-item:first-child .page-link:hover, .pagination-style-01.light .page-item:last-child .page-link:hover {
        color: var(--white);
    }

.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}

    .pagination-style-01 .page-item:first-child .page-link:hover,
    .pagination-style-01 .page-item:last-child .page-link:hover {
        color: var(--dark-gray);
    }



.portfolio-box .move-bottom-top, .gallery-box .move-bottom-top {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
}

.portfolio-box:hover .move-bottom-top, .gallery-box:hover .move-bottom-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}


.hamburger-menu .dropdown-menu {
    padding: 10px;
    margin: 0;
    background: #2c313f;
}

.hamburger-menu .dropdown-menu.show {
    display: flex;
    position: relative;
}

    .hamburger-menu .dropdown-menu li a {
        font-size: 16px;
        color: #fff;
    }
