/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.5.3
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.topban{margin-bottom: 20px}
#mobile {
	display: none;
    font-size: 10px;
	color:#fff;
	padding: 4px 4px 4px 10px;
}
.nut{border: 1px #497236 solid;border-radius: 5px;width: 30%;padding: 2px;font-size: 10px;color:#497236;margin-bottom:0.5em}
@media only screen and (max-width: 768px) {
  	#mobile{display: block;}
}