/*
 Theme Name:   Wittermag WP Child
 Theme URI:    https://example.com/wittermag-wp-child
 Description:  Child theme for the Wittermag WP theme
 Author:       Wittermag
 Author URI:   https://example.com
 Template:     wittermag-wp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  wittermag-wp-child
*/

/* WP-PageNavi pagination styling */
.wp-pagenavi {
    text-align: center;
    margin: 20px auto 30px auto;
    padding: 10px 0;
    clear: both;
    font-size: 14px;
    font-weight: 500;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.wp-pagenavi a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.wp-pagenavi span.current {
    background: #333;
    color: #fff;
    border-color: #333;
    font-weight: 700;
}

.wp-pagenavi span.pages {
    background: transparent;
    border: none;
    color: #888;
    font-size: 13px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    font-weight: 700;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    font-weight: 700;
}
