/*
Theme Name: Megafactory Child
Description: Child Theme for Megafactory Theme
Author: Zozothemes
Version: 1.0
Template: megafactory
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */
.widget-area .widget .menu-item a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}
.widget-area .widget .menu-item a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #999999;
    line-height: 30px;
    position: relative;
}
.widget-area .widget .menu-item a {
    border-color: #a3a3a3;
}
.widget-area .widget .menu-item a:hover {
    color: #008457;
	background: #000;
}
.widget-area .widget .menu-item.current-menu-item a {
    color: #fff;
	background: #45b250;
}
.widget-area .widget .menu-item.current-menu-item a:hover {
  color: #008457;
	background: #000;
}


