/* inclode in forum head */

.p-header-logo img {
    max-width: 417px !important;
}

.p-staffBar {
    border-bottom: none !important;
}

.p-sectionLinks {
    background-color: #ef9627;
    border-bottom: none;
}

.p-sectionLinks-list .p-navEl {
    color: #fff;
}

.p-sectionLinks-list .p-navEl:hover {
    color: #3b3b3b;
}

@media(max-width: 650px) {
    .p-navSticky--primary, .offCanvasMenu--nav .offCanvasMenu-header {
        border-bottom: solid 5px #ef9627;
    }
}
