.body {
    background: #fdfbfb
}

/* .pkp_structure_head {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.pkp_structure_page {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
}

.pkp_head_wrapper {
    width: 100%;
    background: #e29013;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}
.pkp_site_nav_menu{
    padding: 20px;
}
.pkp_site_name_wrapper{
    width: 100%;
    margin-left: 20px;

}
.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name_wrapper {
    width: 100%
}



.pkp_structure_footer{
    width: 100%;
    background: #e74c3c;
}