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


/* Hide Flatsome absolute footer */
.absolute-footer {
    display: none !important;
}


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


}

/* Load more button radius */
.ux-relay__button.ux-relay__load-more-button.button.primary {
    border-radius: 10px;
}

/* Fix submenu same-level alignment */
.nav-dropdown > li > a,
.nav-dropdown.nav-dropdown-default > li > a,
.nav-dropdown .menu-item > a {
    padding-left: 15px !important;
}
.nav-dropdown > li.active > a,
.nav-dropdown > li.current-menu-item > a,
.nav-dropdown > li.current-menu-parent > a,
.nav-dropdown > li.current-menu-ancestor > a {
    padding-left: 15px !important;
}

/* Remove left indicator/extra offset on active links that causes misalignment */
.nav-dropdown li > a:before {
    display: none !important;
}
.nav-dropdown > li,
.nav-dropdown.nav-dropdown-default > li {
    margin-left: 0 !important;
}
.nav-dropdown li > a,
.nav-dropdown li.active > a,
.nav-dropdown li.current-menu-item > a,
.nav-dropdown li.current-menu-parent > a,
.nav-dropdown li.current-menu-ancestor > a {
    border-left: 0 !important;
    margin-left: 0 !important;
}

/* Hide Flatsome shop/category page title wrapper */
.shop-page-title.category-page-title.page-title {
    display: none !important;
}

/* Breadcrumb home icon subtle */
.ev-breadcrumb .home-icon {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    opacity: .7;
    vertical-align: -2px;
}