/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

#footer .list-info li:first-child:before {
    content: "\e009";
}

#footer .list-info li:nth-child(2):before {
    content: "\e600";
}

#footer .list-info li:last-child:before {
    content: "\e003";
}

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


}