/*!
Theme Name: ryancv child
Theme URI: https://ryan.beshley.com/
Author: Beshley Olexandr
Author URI: https://beshley.com
Description: Ryan - vCard / Resume / CV WordPress Theme
Version: 1.0.1
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: ryancv
Text Domain: ryancv-child
Tags: editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/


body .blog-single .portfolio > .info-list ul li, 
body .content.contacts .info-list ul li {
    width: 100%; 
    color: #eee;
}

body .blog-single .portfolio > .info-list ul li strong, 
body .content.contacts .info-list ul li strong {
    color: #999;
}

body .blog-content {
    color: #e0e0e0;
}

body .nav-links {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;
    gap: 50px;
}

body .nav-links:after {
    content: initial;
}

body .pager .nav-links {
    gap: 5px;
    flex-direction: row;
}

body .pager .nav-links .next.page-numbers:before {
    content: "\f054";
}

body .pager .nav-links .prev.page-numbers:before {
    content: "\f054";
}

body .prev.page-numbers:before, 
body .next.page-numbers:before {
    font-size: 12px;
}