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


}
.absolute-footer{
	display: none;
}
footer a,footer .dark,footer .dark p,footer .dark td{
	color: #333 !important;
}
footer .widget .is-divider{
	display: none;
}
footer .widget-title{
	font-size: 18px;
}
.nav-dropdown{
	display:block !important;
}
.header-nav ul ul.sub-menu{
	position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #ccc;display:none;
}
.header-nav ul li:hover ul.sub-menu{
display:block;
}
footer .widget li {
    margin-bottom: 0;
}