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



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

body {
	background-color:#fff;
}

*/


.homelink {
    color: #efefef;
    font-weight: bold;
}
.homelink:hover {
    color: #ffffff;
    font-weight: bold;
	text-decoration:underline;
}

.mk-desktop-logo.dark-logo {
    width: 400px;
}

.mk-fullscreen-nav-logo {
    display:none;
}
.mk-header {
    border-bottom: none !important;
}
.mk-header.sticky-style-fixed.a-sticky .mk-header-holder {
    border-bottom:none !important;
}

#mk-header {
border-bottom:none;
}
.mk-imagebox-shortcode .mk-imagebox-item .mk-imagebox-item-image.padding-true {
    padding: 33px 5% 0 !important;
}
#mk-footer{
border-top:1px solid #8c8e91;
}
#theme-page {

border-bottom:1px solid #8c8e91;
}

a.nopadding {
    margin-bottom: 10px !important;
padding-bottom:10px !important;
}

.homelink {
    color: #efefef;
    font-weight: bold;
}