/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/
@media screen and (max-width: 767px) {
  .mobile-hide {
    visibility: hidden;
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .desktop-hide {
    visibility: hidden;
    display: none;
  }
}
