html, body {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
}

.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name > a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img img {
    max-height: 200px !important;
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
}

.pkp_structure_page {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

.pkp_navigation_primary_row {
    background: linear-gradient( to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100% );
    padding-left: 20px;
    font-size: 1.12em;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

ul#navigationUser {
    margin-top: 75px;
}

li.profile {
    border: 1px solid #e6dfdf;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100% );
}

.pkp_navigation_user > li > a {
    padding-right: 10px;
    margin-right: 0;
    background: #fff;
    color: #ed650d;
}

.menu-item {
    height: 35px;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
    background-color: #ed650d;
    transition: background-color 0.3s;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.menu-item a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    display: block;
}

.menu-item:hover {
    background-color: #c7c6c6;
}
.pkp_brand_footer {
    display: none;
}