/*
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:        5.0.12
*/



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

body {
	background-color:#fff;
}

*/
.mk-footer-logo {
	display: block;
	height: 80px;
	left: calc((100% - 80px) / 2);
	position: absolute;
	top: -48px;
	width: 80px;
	z-index: 60;
}
.fit-logo-img a img{
	width:300px !important;
}
.main-navigation-ul > li.menu-item > a.menu-item-link{
	padding-right: 10px !important;
	padding-left: 10px !important;
}
.mk-css-icon-close div, .mk-css-icon-menu div{
	background-color: #fff !important;
}
.header-style-1.header-align-left .header-logo{
	width: 25%;
}
.header-style-1.header-align-left .mk-header-nav-container{
	width: 72%;
}
/* medium+ screen sizes */
 /*@media screen and (min-width:1140px) {
	.mk-header-holder {
	    margin-top: 30px;
	}
	.main-navigation-ul > li.menu-item > a.menu-item-link{
		padding-right: 8px !important;
    	padding-left: 8px !important;
	}
	.fit-logo-img a img{
		width:260px !important;
	}

} 
@media (min-width: 1280px) and (max-width: 1320px){
	.main-navigation-ul > li.menu-item > a.menu-item-link{
		padding-right: 10px !important;
    	padding-left: 10px !important;
	}
	.fit-logo-img a img{
		width:280px !important;
	}
}*/
@media (min-width: 1140px) and (max-width: 1270px){
	.fit-logo-img a img {
    	width: 250px !important;
	}
	.header-style-1.header-align-left .mk-header-nav-container {
    	width: 75%;
	}
	.main-navigation-ul > li.menu-item > a.menu-item-link{
		padding-right: 7px !important;
		padding-left: 7px !important;
		font-size: 10px !important;
	}
}
@media (min-width: 1271px) and (max-width: 1350px){
		.main-navigation-ul > li.menu-item > a.menu-item-link{
			padding-right: 7px !important;
			padding-left: 7px !important;
			font-size: 10px !important;
	}
}
h1.ls-l {
    text-transform: none!important;
}

h1.ls-l-1 {
    text-transform: none!important;
}


