/*****
Theme Name: asJunior Theme Theme
Theme URI: http://www.mhthemes.com/themes/mh/magazine-lite/
Description: Theme Created for asjunior
Author: eZenit - Matteo Bombelli
Author URI: http://www.gruppozenit.com/
Version: 2.2.0
Template: storefront
Tags: responsive-layout, fluid-layout, flexible-header, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, black, white, gray, red, dark, light
Text Domain: asjunior-frm-mh-ag-lite
Domain Path: /languages/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Credits: eZenit - Matteo Bombelli
*****/

.contenutoEditorMCE .addthis_tool{
display:none !important;
}

.verticalMenu{
	position:fixed;
	padding-top:100px;
	top:0;
	left:0;
	width:40px;
	height:100%;
	z-index:101;
	background-color:red;
	box-shadow: 0 7px 10px 0px #000000;
}

.verticalMenu ul{
	padding:0;
	margin:0;
}

.verticalMenu ul li{
	display:block;
	padding-left:0;
	margin-left:0;
}

.menuEl{
	position:relative;
}

.menuEl .subMenuV{
	display:none;
}

.menuEl:hover .subMenuV{
	display:block;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:40px;
	padding-left:50px;
	width:200px;
	height:100%;
	background-color:white;
	z-index:100;
}

.content-area{
	padding-left:55px;
}

.site-content{
	padding-left:55px;
}

