/*
Theme Name:     AB-Theme Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       AB-Theme
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

#theme-page .theme-page-wrapper .theme-content {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

/* --- Menu WPML --- */
.mk-main-navigation > ul > li.wpml-ls-menu-item {
	padding-left: 10px !important;
}

.mk-main-navigation > ul > li.wpml-ls-menu-item > ul.sub-menu li.wpml-ls-item a.menu-item-link {
    width: initial !important;
    padding: 10px !important;
    line-height: 0 !important;
}