.pkp_site_name .is_img img{
    max-height: 120px;
}

.pkp_site_name .editorial_logo.is_img img{
    max-height: 100px;
}

.pkp_structure_head{
    background-color: #ddd;
}

.pkp_site_nav_menu{
    background: #213953;
}

.pkp_navigation_primary>li>a, .pkp_navigation_search_wrapper a, .pkp_site_nav_menu a{
    color: white;
}

.pkp_site_name{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

#navigationPrimary a{
    font-weight: bold;
}

.pkp_structure_main, .has_site_logo .pkp_head_wrapper{
	width: unset;
}

.pkp_structure_main:first-child:last-child:before{
	left: 0;
}

.pkp_structure_main:first-child:last-child:after{
	right: 0;
}

.has_site_logo .pkp_navigation_primary_wrapper{
    width: 1160px;
}

.pkp_brand_footer{
	display: none;
}