.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 80%;
        text-align: left;
        padding-left: 25px;
    }
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    /* color: white; */
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 30px;
        background: white;
    }
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
    padding-left: 20px;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: white;
}

.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    background: #003089;
}

.pkp_navigation_user>li>a,
.pkp_navigation_user>li.in_focus>a,
.pkp_navigation_user>li>a:hover,
.pkp_navigation_user>li>a:focus {
    color: white;
}

.pkp_structure_head {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    background: url(https://i.ibb.co/4PcpPjT/back.png) #f5f9fb fixed !important;
}

.pkp_head_wrapper .pkp_search .search_controls a {
    text-decoration: none;
    color: white;
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
    border-bottom: 10px solid #fb8121;
}

body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    /* line-height: 20px; */
    /* color: rgba(0,0,0,0.87); */
    /* background: #fff; */
    background: url(https://i.ibb.co/4PcpPjT/back.png) #f5f9fb fixed !important;
}

.cmp_article_list>li {
    margin-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: orange;
    background: transparent url(https://i.ibb.co/4PcpPjT/back.png) repeat scroll 0% 0% !important;
    padding: 1rem;
    border-radius: 0rem 0rem 2rem 0rem;
    box-shadow: 0.2rem 0.2rem 0.1rem #FE9201;
}

#customblock-submit {
    padding: 10px 30px 10px 30px;
}

#customblock-Quick {
    padding: 10px 30px 10px 30px;
}

#customblock-template {
    padding: 10px 30px 10px 30px;
}