/*
Theme Name: Arimo Child
Theme URI: http://arimo.theme-xoda.com/
Description: Blog Lifestyle and Magazine WordPress Theme
Author URI: http://theme-xoda.com/
Author: Theme Xoda
Version: 1.0.0
Template: arimo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arimo
Tags: blog, news, photography,custom-colors*/

.post-nav {
    padding: 10px;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}

.post-prev {
    width: 50%;
    float:left;
    text-align:left;
}
.post-next {
    width: 50%;
    float:right;
    text-align:right;
}