/*
Theme Name: Mobile theme
Theme URI: http://fuadahmed.com/
Author: Fuad Ahmed
Author URI: http://www.fuadahmed.com/
Description: mobile Responsive theme
Version: 2.2.3
License:
License URI:

*/

@import url("css/foundation.css?v=2.2.3");
/*************** ADD CUSTOM CSS HERE  ***************/
#top-bar {
  background-color: #627f9a;
  /* display: none; */
  display: none !important;
}


@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/


#top-bar {
  display: none !important;
}


}