/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#wrapper, 
#main section.section, 
#header .header-bg-color, 
#footer .section, 
#main .ux-shape-divider--bottom .ux-shape-fill, 
#footer .absolute-footer, 
#main .section-bg-overlay, 
#main, 
#wrapper .shop-page-title,
#top-bar,
body,
html {
	background: linear-gradient(to right, #4fc3f7 0%, #f5f5f5 100%);
}

#wp-bottom-menu {
	background-color: #fff;
}

#wp-bottom-menu .wp-bottom-menu-item,
#wp-bottom-menu .wp-bottom-menu-item i {
	color: #666;
}

#wp-bottom-menu .wp-bottom-menu-item.active,
#wp-bottom-menu .wp-bottom-menu-item.active i {
	color: #990028;
}

#wrapper .growers-good-sec .col-inner {
	background: linear-gradient(to right, #4fc3f7 0%, #f5f5f5 100%);
}

#wrapper .growers-good-sec .button {
	color: #000;
}

#footer p,
#footer a,
#footer strong,
#footer div,
#footer svg{
	color: #140000;
	fill: #140000;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}