.pkp_structure_head {
    background-color: #7b3535 !important;
    border-bottom: 1px solid #ddd;
}
.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff !important;
    left: 0;
    padding: 0.714rem;
    z-index: 9999;
	border-bottom: 1px solid #ddd;
}
.pkp_navigation_primary>li>a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #000 !important;
    text-decoration: none;
}