/*fix for mobile menu when WP admin bar is present at 600px*/
@media screen and (max-width: 600px) { 
#wpadminbar, .pp-rendered .admin-bar .pp-hamburger {
    position: fixed !important;
    }
}


