/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
.hidden-filters {
  display: block;
}
.no-hidden-filters{
	display: none;
}

@media screen and (max-width: 768px){
  .hidden-filters {
    display: none;
  }
  .no-hidden-filters{
	display: block;
  }
}