.menu-item.current-menu-item a, .current-post-parent a {
    color: #ff7900;
    padding-bottom: 15px;
}

.newsbox {
    background: #fff;
}

.newsbox a:hover + .newsbox-meta .h3,
.newsbox a:focus + .newsbox-meta .h3 {
    color: #f16e00;
}

ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0 auto 20px;
}

ul.page-numbers::after {
    display: block;
    content: '';
    clear: both;
}

ul.page-numbers li > .page-numbers {
    position: relative;
    display: block;
    padding: 6px 7px;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    font-size: 0.875rem;
    background: none;
    border: none;
}

ul.page-numbers li > .page-numbers.prev,
ul.page-numbers li > .page-numbers.next {
    transition: background-color .1s linear;
    margin-left: 0;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    font-family: 'CustomIcons';
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 6px;
}

ul.page-numbers li > .page-numbers.prev {
    margin-right: 10px;
    padding-right: 8px;
}

ul.page-numbers li > .page-numbers.next {
    margin-left: 10px;
    padding-left: 8px;
}

ul.page-numbers li > .page-numbers.prev:hover,
ul.page-numbers li > .page-numbers.prev:focus,
ul.page-numbers li > .page-numbers.next:hover,
ul.page-numbers li > .page-numbers.next:focus {
    background-color: #f16e00;
}

ul.page-numbers li > .page-numbers.current {
    z-index: 2;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    background: none;
    font-weight: bold;
}

ul.page-numbers li > a {
    color: #000;
}

ul.page-numbers li > a:hover, ul.page-numbers li > .page-numbers.current:hover,
ul.page-numbers li > a:focus, ul.page-numbers li > .page-numbers.current:focus {
    color: #f16e00;
}


.breadCrumb {
    position: relative;
    display: block;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

.breadCrumb::after {
    display: block;
    content: '';
    clear: both;
}

.breadCrumb li {
    float: left;
    color: #999;
    font-weight: bold;
    text-decoration: none;
    font-size: .75rem;
    white-space: nowrap;
}

.breadCrumb li > a {
    color: #999;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

.breadCrumb li > a:hover, .breadCrumb li > a:focus, .breadCrumb li > a:active {
    color: #ff7900;
}

.breadCrumb li::before {
    font-family: 'CustomIcons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    line-height: .8;
    content: "\E015";
    position: relative;
    font-size: 8px;
    margin: -1px 6px 0;
    display: inline-block;
}

.breadCrumb li:first-child::before {
    display: none;
}

.ci {
    font-family: 'CustomIcons';
    display: inline-block;
}

.link-back {
    line-height: 1.4em;
}

.tag {
    background: #000;
    padding: 6px 10px;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: normal;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

.article h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/* Nowe style artykułów */
.article .poradnik-article-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.article .poradnik-article-content h3 {
    font-size: 1.25rem;
}

.article .poradnik-article-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}


@media (max-width: 768px) {
    .article blockquote {
        padding: 15px 15px 15px 40px;
    }

    .article blockquote::before {
        width: 20px;
        height: 20px;
        top: 18px;
        left: 10px;
    }
}

#mobile-main-menu .opl-navigation__list li {
    width: 100%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px #333 solid;
}

#mobile-main-menu .opl-navigation__list li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

#mobile-main-menu .opl-navigation__list li.current-post-parent a {
    color: #ff7900;
    border-bottom: 0;
}


@media all and (max-width: 640px) {
    .article .poradnik-article-content h2{
        font-size: 18px;
        line-height: 20px;
    }

    .article .poradnik-article-content h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .article .poradnik-article-content p{
        font-size: 14px;
        line-height: 20px;
    }

    .article .poradnik-article-content p.tipbox-content {
        font-size: 12px;
        line-height: 16.66px;
        margin-bottom: 0;
    }
}
