/*
Theme Name: OnePress Children
Theme URI: https://www.famethemes.com/themes/onepress/
Description: Child theme for OnePress, por FameThemes.
Author: Let's Front
Author URI: https://letsfront.com/
Template: onepress
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ESTILOS PERSONALIZADOS
---------------------------------- */
.footer-menu-container .menu {
    list-style-type: none;
}
.footer-menu-container { display: block; width:100%; margin-bottom: 12px; }
 .footer-menu-container ul { display: inline; padding-left: 0px; }
 .footer-menu-container li { list-style-type: none; display: inline; }

 .footer-menu-container li:before {
 	content: "\007C";
 	font-family: FontAwesome;
     margin-left: 6px;
 	margin-right: 8px;
 }

 .footer-menu-container li:first-of-type:before {
 	content: none;
 	margin-right: 0;
 }

 .footer-menu-container li:last-of-type {
 	margin-right: 0;
 }