.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;
    padding-right: 30px;
}
.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20 !important;
    padding-bottom: 20 !important;
}

/* side bar */
@media (min-width: 992px) {
    .pkp_block {
        padding: 0 2.143rem 2.143rem 2.143rem;
    }
}

.pkp_block .content p:first-child {
    margin-top: 0;
}

.pkp_block .content p {
    line-height: 1.785rem;
}

.head-menu a {
    display: block;
    padding: 10px;
    text-align: left;
    background-color: #033692;
    color: white;
    font-weight: bold;
}

.head-menu {
    border-bottom: 3px #033692 solid;
    height: 50px;
    width: 150%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.pkp_block {
    font-size: 1rem;
    line-height: 1.43rem;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.menu-sidebar li a:hover {
    background-color: #033692;
    box-shadow: #38b6ff 3px 3px 3px;
    color: white;
    border-left: 5px solid #ffd600;
}

.menu-sidebar li a {
    text-decoration: none;
    border-top: 1px solid #ffffff;
    color: #000000;
    display: block;
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: -5px;
    transition: 0.3s;
}
