/* 
Theme Name: LFLA
Theme URI: https://lfla.org
Description: LFLA is a child theme of Hello Elementor, created by Elementor team
Author: LFLA
Author URI: https://lfla.org
Template: hello-elementor
Version: 2.0.0
Text Domain: lfla
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.post-navigation {
    display:flex;
    overflow:hidden;
    padding: 6px 6px 6px 6px;
    align-items: center;
    justify-content: center;
}
.post-navigation .prev-link .arrow {
    font-size:18px;
}
.post-navigation .next-link .arrow {
    font-size:18px;
}
.post-navigation .prev-link:hover{
    color: #1058be;
    /* transform: translateX(-3px); */
    transition: all 0.4s;
}

.post-navigation .next-link:hover {
    color: #1058be;
    /* transform: translateX(3px); */
    transition: all 0.4s;
}

.post-navigation .post-navigation__link__next,
.post-navigation .post-navigation__link__prev {
    overflow:hidden
}
.post-navigation .post-navigation__link a {
    align-items:center;
    display:flex;
    max-width:100%
}
.post-navigation .post-navigation-next-label,
.post-navigation .post-navigation-prev-label {
    font-size:.8em;
    text-transform:uppercase;
    font-family: "Maison Neue", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.post-navigation .post-navigation__next--title,
.post-navigation .post-navigation__prev--title {
    font-size:.7em
}
.post-navigation .post-navigation-next-label,
.post-navigation .post-navigation__next--title,
.post-navigation .post-navigation-prev-label,
.post-navigation .post-navigation__prev--title {
    overflow:hidden;
    text-overflow:ellipsis
}

.post-navigation span.post-navigation-prev-label{
    padding: 8px 14px 8px 10px;
    border-radius: 6px;
    font-size: 15px !important;
    transition: all 0.3s;
}

.post-navigation span.post-navigation-next-label {
    padding: 8px 10px 8px 14px;
    border-radius: 6px;
    font-size: 15px !important;
    transition: all 0.3s;
}

.post-navigation .post-navigation__link {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.post-navigation span.post-navigation__link__next {
    text-align:end
}

.post-navigation span.post-navigation__link__next,
.post-navigation span.post-navigation__link__prev {
    display:flex;
    flex-direction:column
}

.post-navigation .post-navigation__separator-wrapper {
    text-align:center
}

.post-navigation .post-navigation__separator {
    background-color: #d5d8dc;
    height: 100%;
    margin: 0 auto;
    width: 1px;
    height: 30px;
}
.post-navigation .post-navigation__next {
    text-align:end
}
.post-navigation .post-navigation__next a {
    justify-content:flex-end
}
