/*
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.   ***************/


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


}
.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col
{
	width: 250px!important;
}
form.cart {
	display:none;
}

.header-main .nav > li.active > a {
  background: black !important;
  color: white !important;
	line-height: 0px !important;
    padding: 5px !important;
}

.nav-dark .nav > li.active > a {
  background: black !important;
  color: white !important;
	line-height: 0px !important;
    padding: 15px !important;
}

.wpcf7-form-control
{
	background-color:white!important;
	color:black!important;
}
.wpcf7-email
{
	background-color:white!important;
	color:black!important;
}