/*
Theme Name: Gusi
Theme URI: N/A
Author: Pixelean
Author URI: N/A
Author URL: https://pixelean.com/
Description: A custom wordpress theme for Gusi.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Html5, Css3, PHP5, Custom post type, Blog, Wpml
Text Domain: gs
*/

@import url('assets/css/main.css');


li a:after{

}
li a:after:hover{
	color: #f00;
}

.facebook a:after{
	content: "\f099"!important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    text-decoration: inherit;
    color: #1E1E1E;
    font-size: 22px;
    padding-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    line-height: 15px;
	
}
