I am using 1.0.5 version of the tempalte
The error comes from the file
templates/risen_hope/css/core/s5_vertex_addons-min.php
where there are a lot of lines like this
color: # <?php echo $s5_responsive_mobile_sidebar_font_color; ?> !important;
or this
background: # <?php echo $s5_responsive_mobile_bar_stop; ?> !important;
Here is a space after #. Changed that in all occurences and it worked