// DELETE VARIABLES
// Pagination & Pager
.pagination-wrap {
    display: block;
    clear: both;
}

.pagination {
    clear: both;
    .page-item:not(.disabled) {
        > .page-link {

            color: $color-theme;
            &:hover {
                color: $color-theme;
            }
            /*padding: .5rem .80rem;*/
        }
        &.active {
            > .page-link {

                background-color: $color-theme;
                border-color: $color-theme;
                color: $color-white;
            }
        }
    }


    &.pagination-flat {
        .page-item > .page-link {
            border: 0;
            &:hover {
                color: $color-white;
                background-color: $color-theme;
            }
        }
    }

}




/*

.pagination {
    clear: both;
    display: block;
    width: 100%;
    ul {
        display: block;
    padding: 0;
    text-align: center;
        li {
            list-style: none;
            display: inline;
        }
        li > a,
        li > span {
            color: #b0b0b0;
            padding: 8px 14px;
        }
        i {
            font-size: 18px;
            color: #b9b9b9;
        }
    }
    // pagination simple style
    &.pagination-simple {
        margin: 0;
        li > a,
        li > span {
            border: 0;
            background-color: transparent !important;
        }
        li {
            > a:hover i,
            > a:hover,
            > span:hover,
            > a:focus,
            > span:focus {
                background-color: transparent !important;
                border-color: transparent !important;
                color: #333;
            }
        }
        .active > {
            a,
            span,
            a:hover,
            span:hover,
            a:focus,
            span:focus {
                background: rgba(0, 0, 0, 0);
                color: $color-theme;
                font-size: 28px;
                font-weight: 600;
                padding-top: 3px;
            }
        }
    }
    // Pagination fancy styles
    &.pagination-fancy {
        > li a {
            border-bottom: 3px solid rgba(0, 0, 0, 0.08);
        }
    }
}
.pagination.pagination-fancy > li:first-child > a,
.pagination-fancy > li:first-child > span {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: 0;
}
.pagination.pagination-fancy > li:last-child > a,
.pagination-fancy > li:last-child > span {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-right: 0;
}
// pagination rounded style 
.pagination {
    .pagination-rounded {
        > li > a,
        > li > span {
            padding: 8px 14px 9px;
        }
    }
}
.pagination.pagination-rounded > li > a,
.pagination-rounded > li > span {
    border-radius: 50%;
    margin: 0 2px;
}
.pagination.pagination-rounded > li:first-child > a,
.pagination-rounded > li:first-child > span {
    background: none !important;
    border: 0 none !important;
    margin-right: 10px;
    padding-top: 10px;
}
.pagination.pagination-rounded > li:last-child > a,
.pagination-rounded > li:last-child > span {
    background: none !important;
    border: 0 none !important;
    margin-left: 10px;
    padding-top: 10px;
}
// Pager
.pager {
    > li {
        > a,
        > span {
            color: #b0b0b0;
            padding: 8px 14px;
        }
    }
    i {
        font-size: 18px;
        color: #fff;
    }
    &.pager-fancy {
        > li a {
            background-color: #00c0e9;
            border-color: #00c0e9;
            color: #fff;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            &:hover {
                opacity: 0.9;
            }
        }
    }
    &.pager-rounded {
        > li a {
            background-color: #00c0e9;
            border-color: #00c0e9;
            color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }
        > li a:hover {
            opacity: 0.9;
        }
    }
}
.pager.pager-fancy > li:first-child > a,
.pager-fancy > li:first-child > span {
    border-radius: 6px 0 0 6px;
    margin-left: 0;
}
.pager.pager-fancy > li:last-child > a,
.pager-fancy > li:last-child > span {
    border-radius: 0 6px 6px 0;
    margin-right: 0;
}
.pager.pager-fancy > li:last-child > a i,
.pager-fancy > li:last-child > span i {
    margin-left: 6px;
}
.pager.pager-fancy > li:first-child > a i,
.pager-fancy > li:first-child > span i {
    margin-right: 6px;
}
.pager.pager-rounded > li:last-child > a i,
.pager-rounded > li:last-child > span i {
    margin-left: 6px;
}
.pager.pager-rounded > li:first-child > a i,
.pager-rounded > li:first-child > span i {
    margin-right: 6px;
}
// Navigations
.pager-modern {
    background-color: #fbfbfb;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    i {
        margin: 0 10px;
        vertical-align: middle;
    }
    a,
    a:visited {
        color: #555;
    }
    a:hover {
        color: #111;
    }
    a span {
        cursor: pointer;
        display: inline-block;
        height: 60px;
        line-height: 59px;
        padding: 0 4%;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }
    span:hover {
        background-color: #f6f6f6;
    }
}
.pager.pager-modern i {
    color: #222;
}
.pager-prev {
    text-align: left;
}
.pager-all {
    text-align: center;
}
.pager-all i {
    font-size: 38px;
}
.pager-next {
    text-align: right;
}
*/

/*Post Nav*/

.post-navigation {
    border-top: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    min-height: 84px;
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    background-color: $color-white;
    .post-next,
    .post-prev {
        position: absolute;
        font-size: 16px;
        max-width: 40%;
        height: 44px;
        span {
            display: block;
            color: $color-body;
            font-size: 11px;
            text-transform: uppercase;
            opacity: 0.7;
            margin-bottom: -6px;
            margin-top: 3px;
        }
    }
    a:hover {
        transition: all 0.3s ease;
        color: $color-theme;
    }
    .post-next {
        right: 25px;
        text-align: right;
        &:before {
             content: "\e95a";
            font-family: "inspiro-icons";
            font-size: 20px;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            transition: all 0.3s ease;
            right:  10px;
            padding-top: 2px;
        }
        &:hover:before {
            transform: translate3d(5px, -50%, 0);
        }
    }
    .post-prev {
        left: 25px;
        &:before {
                   content: "\e959";
                        font-family: "inspiro-icons";
            font-size: 20px;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            transition: all 0.3s ease;
            padding-top: 2px;
            left: 10px;
        }
        &:hover:before {
            transform: translate3d(-5px, -50%, 0);
        }
    }
    .post-prev-title {
        padding-left: 40px;
    }
    .post-next-title {
        padding-right: 40px;
    }
    .post-all {
        font-size: 24px;
        left: auto;
        position: absolute;
        right: 50%;
        text-align: center;
        top: 32px;
        width: 12px;
        opacity: 0.7;
    }
}

.single-post {
    .post-navigation {
        .post-prev {
            left: 0px;
        }
        .post-next {
            right: 0px;
        }
    }
}

@media (max-width: 991px) {
    .post-prev-title,
    .post-next-title {
        display: none;
    }
}
