1- add 'spa-footer' class to spa pages only not [index] page

2- remove 'container' class from div which in spa vote, 
  specifically after this [div] series  [ vote-page => vote-main => inner-vote => 'container' ]
  don't forget remove it from each team section
  
3- also, in js file, reduce number of items that will show in page to '2' items, specifically in 'owl-carousel-vote' class

4- to reduce space between 'add new post' section and 'posts' section, 
  add this code in css file to '.timeline-articles' class =>  [ margin-top: -60px; ]
  
 
if i found another issue i will fix it