/*
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.   ***************/
.nav-dropdown>li.image-column, .nav-dropdown>li:first-child{
    display: table-cell;
    min-width: 160px;
    text-align: left;
    white-space: nowrap;
    width: 160px;
}
.nav-dropdown.nav-dropdown-default>li:first-child>a {
    color: #000;
    font-size: .8em;
    font-weight: bolder;
    text-transform: uppercase;
}

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


}