/*
Theme Name: Jupiter Child Theme
Theme URI:  http://themeforest.net/user/artbees
Description: Child theme for Jupiter theme.
Theme URI: http://themeforest.net/user/artbees
Template:  jupiter
Version: 4.4.4
*/

/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
@import url("../jupiter/style.css");

.mk-header-login, .shopping-cart-header {
    display:none !important;
}
/* service pages css */

.press-col h4 {
    float: left;
    text-align: left;
    width: 100%;
}
.press-col ul {
    float: left;
    width: 100%;
}
.press-col .mk-image-shortcode {
    float: left;
    width: 50% !important;
}
.press-col-ul {
    float: right;
    width: 30%;
}
.press-col {
    float: left;
    width: 100%;
    border-bottom: 1px solid #bbb;
    padding: 14px;
}

/* end service pages css */

.footer_logo {
    opacity: 0.3 !important;
}
.mk-header-nav-container, .mk-classic-menu-wrapper{
    border-top: 1px solid #ccc;
}
#theme-page .theme-page-wrapper .theme-content {
    padding: 0 30px 20px !important;
}
#theme-page .theme-page-wrapper {
    margin: 0px auto!important;
}
.header-grid.mk-grid {
    padding-bottom: 15px;
}
.footer-one {
    background: #4f4fed none repeat scroll 0 0;
}
.footer-one .footers {
    width: 50%;
}
.footer-one .footer-text {
    color: #fff;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.footer-one span {
    color: #f4884a;
}
.footer-one a {
    box-shadow: none !important;
    margin: 24px 50px 0;
    padding: 8px !important;
}
@media only screen and (min-width:240px) and (max-width:767px) {

	.footer-one .footers {
		padding: 0 10px;
		width: 100%;
	}
	.footer-one a {
		margin: 0 0 10px;
	}
}
.project-load {
    display: none !important;
}