/*
Theme Name: Economist
Theme URI: http://themedemo.commercegurus.com/economist
Author: CommerceGurus
Author URI: http://www.commercegurus.com
Description: Economist is a sophisticated business WordPress theme that's ideal for any finance or professional services company looking to make a great first impression.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: economist
Domain Path: /languages/
Tags: two-columns, three-columns, right-sidebar, custom-background, custom-menu, featured-images, flexible-header, sticky-post, theme-options, translation-ready
*/

.menu-login{
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
}
.menu-login a span{
	color: #333333;
	font-size: 13px;
	padding: 0 5px;
}
.menu-login a:before {
   font: normal normal normal 14px/1 FontAwesome;
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   padding-left:5px;
   content: "\f023";
   color: red;
}

.menu-logout{
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
}
.menu-logout a span{
	color: #333333;
	font-size: 13px;
	padding: 0 5px;
}
.menu-logout a:before {
   font: normal normal normal 14px/1 FontAwesome;
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
   padding-left:5px;
   content: "\f007";
   color: green;
}

