/*
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.   ***************/
body{
    background-color: #000 !important;
}

p{
    
    
}



.ux-menu-link {
    align-items: center;
    color: #fff !important;
    transition: all 0.5s ease;
} 

.ux-menu-link:hover a{
    align-items: center;
    color: #ffffffc0 !important;
    transition: all 0.3s ease;
    
    margin:0 !important;
    margin-left: 10px !important;
} 

.copyright-footer{
    color: #fff !important;
}

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


}