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

/*************** ADD CUSTOM CSS HERE.   ***************/

footer>.footer-widgets.footer.footer-2.dark {
    border-top: 1px solid hsla(0,0%,100%,.3);
}

.header-bottom-nav.nav-center:not(.mobile-nav):not(.custom-top-menu) {
    flex-direction: column;
}

.top-menu-divider {
    width: 100%;
}

li.menu-item-has-children>ul.sub-menu a {
    text-transform: none;
    font-size: 95%;
}

ul.sub-menu.nav-dropdown {
    display: flex;
    flex-direction: column;
    height: 25vw;
    overflow: scroll;
}

.nav-dropdown>li.nav-dropdown-col {
    border: none;
    width: 100%;
}

li.nav-dropdown-col>a::after {
    content:'\f107';
    font-family: fl-icons!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    font-size: 1.2em;
    line-height: 1.2;
    transition: all .3s;
    float: right;
}

.sub-menu>li.menu-item>a:hover + ul, .sub-menu>li.menu-item>ul {
    flex-direction: column;
    margin-left: 15px;
    border-left: 1px solid hsla(0,0%,100%,.2);
    width: 100%;
}

ul.sub-menu li.menu-item-has-children.active>ul.sub-menu {
    margin-left: 15px;
    border-left: 1px solid hsla(0,0%,100%,.2);
}

li.menu-item.active.current-menu-item>a {
    font-weight: bolder;
    color: black;
}

ul.sub-menu li.menu-item-has-children.active>ul.sub-menu {
    visibility: visible !important;
}

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


}
