/*
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.   ***************/
.absolute-footer {
    padding: 0px 0 0px;
}
.header-inner.flex-row.container {
    max-width: 97%;
}
.logo a {

    font-size: 1em;
    font-weight: 400;
    text-transform: initial;
}
.nav-uppercase>li>a {
    font-weight: 400;
    letter-spacing: .0em;
    text-transform: initial;
}
.nav-dark .nav>li>a {
    color: hsl(0deg 0% 100%);
}
.nav>li>a {
    font-size: 1em;
}






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


}