/*
Theme Name: Enpix
Theme URI: https://themes.themexplosion.com/enpix/
Author: Themexplosion
Author URI: https://themeforest.net/user/themexplosion
Description: Enpix is a modern, beautiful agency theme. It is suitable for business, corporate, company, personal, portfolio, startup, studio or any other similar use
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: enpix
*/


#nav-below,
.nav-previous,
.nav-next,
.post-title-wrap {
    display: flex;
    width: 100%;
}

#nav-below {
    justify-content: space-between;

}

#nav-below img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
}

.nav-previous,
.nav-next {
    width: 49%;
    margin: 10px 0;
    position: relative;
    box-sizing: border-box;
}

.post-title-wrap {
    padding: 10px;
    width: 100%;
    flex-direction: column;
    border: 1px solid #efefef;
}

.nav-previous .post-title-wrap {
    text-align: right;
}

#nav-below a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.title-label {
    font-size: 12px;
}

.nav-previous:hover .post-title-wrap,
.nav-next:hover .post-title-wrap {
    border: 1px solid #ccc;
}

@media(max-width: 758px) {
    #nav-below {
        flex-direction: column;
    }

    .nav-previous,
    .nav-next {
        width: 100%;
    }
}