.site-header {
    padding-left: 0;
    padding-right: 0;
}

.active {
    font-weight: bold;
}

.copyright {
    text-align: center;
    background-color: rgb(49, 49, 51);
    color: white;
    font-weight: 500;
    padding: 10px;
}

.copyright p a {
    text-decoration: none;
    color: white;
}


/* global styles */

a {
    text-decoration: none;
}


/* page template styles */

.page-container {
    margin: 0;
}


/* post pagination */

.prev,
.page-numbers,
.next {
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 6px 12px;
}

.current {
    background-color: rgb(3, 86, 163);
}


/* 404 error contwent */

.bso-error-content::before {
    content: "404";
    font-size: 40vh;
    font-weight: 900;
    color: rgba(240, 124, 15, 0.09);
    position: absolute;
    top: 10vh;
    padding: 20px;
}


/* post article - categories section*/

.post-meta {
    padding: 10px 0;
    font-size: 1em;
    margin-bottom: 0;
}

.post-meta a {
    font-weight: bold;
}

.pbs-article-title {
    font-weight: bolder;
    font-size: 1.8em;
}

.pbs-article-title a {
    color: black;
}

.pbs-post img {
    width: 100%;
}


/*page content style */

.pbs-page-content {
    margin: 2em;
    padding: 1.8em 2.8em;
}

.pbs-related-posts {
    display: inline-block;
}

.pbs-related-posts .nav-previous,
.pbs-related-posts .nav-next {
    display: inline;
    width: 50;
}

.pbs-related-posts .nav-previous {
    float: left;
}

.pbs-related-posts .nav-next {
    float: right;
}

.meta-nav {
    background-color: rgb(26, 26, 26);
    color: white;
    font-weight: bold;
    padding: 10px;
}

.post-article {
    background-color: rgb(241, 234, 234);
    padding: 1em;
}


/* archive acteories */

.archive-cateories {
    padding: 5px;
    font-weight: bold;
}

.theme-site-logo {
    font-weight: bolder;
    color: rgb(24, 24, 24);
}

.theme-tag-line {
    margin-bottom: 0;
    color: rgb(56, 56, 56);
}