Hi,
I’m having the same proglem. I’ve added css changes to the my style.css of the child theme, but the parts pertaining to responsive.css aren’t changing. Specifically the “background” color of:
.main-navigation .menu {
position: absolute;
left: 0;
width: 100%;
top: 48px;
z-index: 9999;
background: #0077B2;
}