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


/*Footer Start*/

#footer .ux-logo-link {
    padding: 0 !important;
}

#footer p, #footer .ux-menu-link__text {
    font-size: 1.25rem;
    margin-bottom: 0;
}

#footer p.footer-title {
    font-weight: 600;
    font-size: 1.625rem;
}

#footer .company-info {
    margin-right: auto;
}

#footer .dark .social-icons .button.is-outline {
    border-color: #ffffff;
    margin-right: 1.375rem;
    margin-left: 0;
}

#footer .footer-bottom .ux-menu {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

/*Footer End*/

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


}