/*
Theme Name: 	Flare Child WordPress Theme
Theme URI: 		http://flare.bringthepixel.com
Description: 	Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>. 
Author: 		bring the pixel
Author URI: 	http://www.bringthepixel.com/
Template: 		flare
Version: 		1.0
*/

/* Place your modifications below */


/**
* Here we're in the land of mobile devices that
* are on the smaller end of things. We're starting to look
* at devices that have a max width of 760px. So basically 
* anything smaller than an iPad/iPad 2.
* 
* Small screens start: 
*/
@media only screen and (max-width: 760px) {
body #hellobar-wrapper,
body #hellobar-pusher {
display: none !important;
}
}