/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/demo/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

@media (min-width: 992px){

.sh-component #mega-menu-wrap-main_navigation #mega-menu-main_navigation  > li > .mega-sub-menu{
	top: 100%;
	left: -27px !important;
	right: calc(-15vw + 125px);
	width: auto !important;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
	-o-box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
	-ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
	background-image: url('images/menu_bg.png') !important;
	background-position: left center !important;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
}
}