/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        3.0
*/

.mk-image-inner a {
display:inline-block;
}
.vertical-nav > li.academy i {
    background-image: url("images/academy.png");
    background-size: cover;
    width: 67px;
    margin-left: 10px;
    margin-right: 4px;
    margin-top: 3px;
}

/**
 * Styles added for portuguese language
 * Portuguese words are longer then the dutch/english words in the menu
 * Therefore increasing the width of the sidebar menu
 */
@media (min-width: 1063px) {
	body.lang-pt .vertical-nav {
		width: 190px;
	}
	body.lang-pt .vertical-nav > li span {
		max-width: 90px;
	}

	body.lang-pt #page-wrap #theme-page {
		margin-left: 190px;
	}

	body.lang-pt footer .mk-grid {
		padding-left: 190px;
	}
}