Loving the Enfold theme and the support available.
Just a quick one, not sure if this will be of help for this particular issue, but I have had issues with enfold on several sites where the style.css is not updating, but when the css is placed in quick css it does. I implemented a quick fix which appears to work every time:
In the first line of quick css, add this line of code to import the style.css stylesheet:
Enfold theme:
@import url(/wp-content/themes/enfold/style.css);
For Enfold Child Theme:
@import url(/wp-content/themes/enfold-child/style.css);
Hope this helps anyone out there, its saved me a headache.