.pkp_structure_head {
    background: linear-gradient(135deg, #ffffff 0%, #e1f5fe 100%);
    border-bottom: 3px solid #29b6f6;
}
.pkp_structure_head h1, 
.pkp_structure_head .pkp_site_name,
.pkp_structure_head a {
    color: #01579b !important;
}
.pkp_navigation_primary_row {
    background: #e1f5fe;
}
.pkp_navigation_primary_row a {
    color: #01579b !important;
    font-weight: bold;
}
.pkp_site_nav_menu {
    background: #ffffff;
    border: 1px solid #81d4fa;
    border-radius: 20px;
}
.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 20px;
    margin-left: 0;
}
.pkp_brand_footer {
    display: none;
}
.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #e1f5fe 100%); 
    border-top: 3px solid #29b6f6;
}
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
    background: transparent;
}