/* Single Navigation */
.nav-pagination-single-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 50px;
    background: var(--body-color);
    position: relative;
    z-index: 100;
    float: left;
}
#page #nav-pagination-single {
    clear: none;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#nav-pagination-single .nav-previous,
#nav-pagination-single .nav-next {
    max-width: 304px;
    position: relative;
    margin-bottom: 1.15rem;
}
#nav-pagination-single .nav-previous {
    margin-right: 1.15rem;
}
#nav-pagination-single .nav-next {
    margin-left: 1.15rem;
}
#nav-pagination-single a {
    color: var(--primary-color);
    font-weight: inherit;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: none;
    display: inline-block;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    width: 38px;
    height: 52px;
    align-items: center;
    justify-content: center;
}
#nav-pagination-single a:hover {
    color: var(--primary-color);
}
#nav-pagination-single .not-active {
    display: flex;
    width: 38px;
    height: 52px;
    align-items: center;
    justify-content: center;
}
#nav-pagination-single .nav-previous a,
#nav-pagination-single .nav-previous .not-active {
    justify-content: flex-start;
}
#nav-pagination-single .nav-next a,
#nav-pagination-single .nav-next .not-active {
    justify-content: flex-end;
}
#nav-pagination-single a,
#nav-pagination-single .not-active {
    text-transform: none;
    letter-spacing: 0;
    width: auto;
    height: auto;
    display: inline-flex;
}
#nav-pagination-single .not-active {
    display: none;
}
#nav-pagination-single i {
    stroke: var(--primary-color);
    display: inline-flex;
    transition: stroke ease .2s, opacity ease .2s, background ease .2s, transform ease .2s;
    justify-content: center;
}
#nav-pagination-single a svg {
    stroke-width: 1;
    height: 32px;
    width: auto;
}
#nav-pagination-single .nav-previous .text-wrapper {
    margin-left: .575em;
    text-align: left;
}
#nav-pagination-single .nav-next .text-wrapper {
    text-align: right;
    margin-right: .575em;
}
#nav-pagination-single a .content-wrapper:before,
#nav-pagination-single a .content-wrapper:after {
    display: none;
}
#nav-pagination-single .content-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    background: var(--body-color);
    flex-direction: column;
    transition-delay: .6s;
    visibility: hidden;
    opacity: 0;
    width: 150px;
    padding: 0;
    transform: scale(.65);
    transition: visibility .2s ease, opacity .2s ease, transform .25s ease;
    margin: 0;
    z-index: 100;
    bottom: calc(100% + 25px);
}
#nav-pagination-single .nav-hover .content-wrapper {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
#nav-pagination-single a:hover .content-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
    transition: all .2s cubic-bezier(0, .9, .3, 1);
    transition-delay: 0s;
}
#nav-pagination-single .not-active {
    cursor: default;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    display: inline-block;
    float: none;
    display: inline-block;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    opacity: .2;
}
#nav-pagination-single a:hover i {
    transform: scale(1.15);
    stroke: var(--general-arrows-icons-color-hover);
}
#nav-pagination-single .next:active i,
#nav-pagination-single .previous:active i {
    stroke: var(--secondary-color);
    transition: stroke ease .1s, opacity ease .1s;
}
#nav-pagination-single .featured-image-wrapper {
    display: inline-block;
    width: 150px;
    flex-shrink: 0;
    margin: 0;
    position: relative;
}
#nav-pagination-single .nav-previous .featured-image-wrapper {
    float: left;
}
#nav-pagination-single .nav-next .featured-image-wrapper {
    float: right;
}
#nav-pagination-single .featured-image-wrapper .loader {
    display: none;
}
#nav-pagination-single .featured-image-wrapper .featured-image {
    max-width: 100%;
    position: relative;
}
#nav-pagination-single .featured-image-wrapper img {
    transform: scale(1.35) rotate(-2deg);
    transition: opacity .2s, transform ease .35s;
    width: auto;
}
#nav-pagination-single .nav-hover .featured-image-wrapper img {
    transform: scale(1.005);
}

.single-post-navigation-full-width-enabled {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

/* Navigation Style 2 */
.single-post-navigation-style-2 {
    max-width: 1170px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.single-post .single-post-navigation-style-2 {
    margin-top: 0;
    padding-bottom: 85px;
    padding-bottom: 50px;
}
.single-post-navigation-style-2.single-post-navigation-full-width-enabled {
    max-width: none;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
#page .single-post-navigation-style-2 #nav-pagination-single {
    text-align: center;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
#page .single-post-navigation-style-2 #nav-pagination-single a:hover h2 {
    color: var(--secondary-color);
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next h2 {
    text-align: center;
    margin-top: 0;
    transition: color ease .2s;
    max-width: 608px;
}
#page .single-post-navigation-style-2 #nav-pagination-single .next:before,
#page .single-post-navigation-style-2 #nav-pagination-single .next:after {
    display: none;
}

@media (max-width: 1023px) {
    #page #nav-pagination-single .nav-next .content-wrapper,
    #page #nav-pagination-single .nav-previous .content-wrapper {
        display: none;
    }
    .single-post-navigation-style-1.single-post-navigation-full-width-enabled {
        padding-left: 15px;
        padding-right: 15px;
    }
}