/*
Theme Name: SunflowerIT Two
Theme URI: https://www.sunflowerit.ca/
Author: Gilles Lalonde
Author URI: https://www.sunflowerit.ca
Description: SunflowerIT Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sunflowerittwo
Tags: three-columns
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.0

This theme, like WordPress, is licensed under the GPL.

SunflowerIT2 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
*/
.postNav div {
    display: block;
    width: 245px;
    position: relative;
    font-size: 14px;
  /*  color: #999; */
}

.postNav div a:after {
    position: absolute;
/*    color: #ccc; */
    font-size: 56px;
    margin-top: -11px;
    height: 22px;
    line-height: 22px;
    top: 34%;
}

.postNav div span {
    display: block;
    font-size: 80%;
/*    color: #999; */
}

.prevPost {
    float: left;
    padding-left: 40px;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}
.nextPost {
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 40px;

}
.post-navigation-link__label {
    display: block;
 /*   color: blue; */
}
.post-navigation-link__title {
    font-size: 24px;
/*    color: blue; */
}
.prevPost a::after {
    content: '\003C';
    left: 0;
}
.nextPost a::after {
    content: '\003E';
    right: 0;
}

