/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.3
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.nav-links-single .nav-links .nav-previous {
    float: right;
    text-align: right;
    padding-left: 15px;
	  padding-right: 0px;
}

.nav-links-single .nav-links .nav-next {
    float: left;
    text-align: left;
    padding-right: 15px;
    padding-left: 0;
}

.nav-links-single .nav-links .nav-next .post-title {
    text-align: left;
}

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

.nav-links-single .nav-links .nav-next .nav-arrow-label:before {
    content: '\e9e5';
    margin-right: 10px;
	margin-left: 0px;
}

.nav-links-single .nav-links .nav-previous .nav-arrow-label:after {
    content: '\e9e6';
    margin-left: 10px;
	margin-right: 0px;
    left: auto;
    right: 1px;
}

.nav-links-single .nav-links .nav-next .nav-arrow-label:after,
.nav-links-single .nav-links .nav-previous .nav-arrow-label:before{
    content: none;
}

.nav-links-single .nav-links .nav-next {
    float: left !important;
}