/*
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.   ***************/
* {
    font-family: "Roboto", sans-serif !important;
}

.row-ok .col {
    margin-bottom: -18px;
}


footer#footer {
    display: none;
}


header#header {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 560px;
}

.header-language-dropdown img,
.header-language-dropdown .icon-image,
.header-language-dropdown .image-icon {
    display: none !important;
}

.header-language-dropdown .icon-angle-down {
    display: none !important;
}

.header-language-dropdown {
    position: static !important;
}

.header-language-dropdown>a.header-language-dropdown__link {
    display: none !important;
}

.header-language-dropdown .nav-dropdown {
    position: static !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
    min-width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.header-language-dropdown .nav-dropdown>li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.header-language-dropdown .nav-dropdown>li>a::after {
    content: " /";
}

.header-language-dropdown .nav-dropdown>li:last-child::after {
    content: "";
}

.header-language-dropdown .nav-dropdown a {
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.has-dropdown.header-language-dropdown:hover .nav-dropdown {
    display: flex !important;
}

.nav-dropdown-has-border .nav-dropdown {
    border: unset;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0px;
    margin: 0;
}

div#logo {
    display: none;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/


    ul#ux-language-dropdown {
        width: 207px;
    }

}