/*
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
*/




.widget_nav_menu li a .mk-svg-icon {display: none}

/**
 * 	General
 *---------------------------------*/
 #mk-footer .widget_nav_menu ul {
line-height:15px;
}


.fit-logo-img a img {
height:75%;
}

html {
	font-size: 16px;
}
.lead {
    font-size: 1.1rem;
    line-height: 2rem;
}
.white {
	color: #fff !important;
}
.page-title {
    margin: 25px 20px;
}
.mk-button, .button.submit-button {
    letter-spacing: 1px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}
.mk-button:hover, .button.submit-button:hover {
	background-color: #f70041 !important;
}
.mk-fancy-title {
    margin-bottom: 0;
}
.mk-tabs .mk-tabs-tabs li a {
    font-weight: normal !important;
}
.mk-responsive-nav li a {
    font-weight: normal;
}
.mk-responsive-nav li ul li a {
    font-size: 13px;
}

#mk-page-introduce.intro-left {
    text-align: center;
	padding:60px 0px;
}
#mk-footer img[alt="Logo"] {
    width: 100px;
    display: inline-block;
    margin-bottom: 12px;
}
#mk-footer .widget:not(.widget_social_networks) a {
    padding-top: 0;
}
.mk-footer-copyright {
    padding-left: 20px;
}
.mk-footer-copyright a {
    color: #ddd;
}
.mk-footer-copyright a:hover {
    color: #f70041;
}
.call-to-action {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.valign, .valign > .mk-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/**
 * 	Plugins
 *---------------------------------*/

.formcraft-css a[data-toggle="fc_modal"] {
    display: inline-block;
    line-height: 100%;
    color: #fff!important;
    background: #d31145;
    padding: 0.7rem 1rem !important;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.15s linear;
}
.formcraft-css a[data-toggle="fc_modal"]:hover {
    background: #f70041;
    color: #fff !important;
}
html .fc-form-modal .formcraft-css .fc-form .form-page-content {
    padding-top: 2.5rem;
}

/**
 * 	Pages
 *---------------------------------*/

.home #hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
.manufacturers h2 {
    color: #aaa !important;
}

/**
 * 	Responsiveness
 *---------------------------------*/

@media only screen and (max-width: 991px) {
	.home #hero {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
}

@media only screen and (max-width: 767px) {
	.text-xs-left {
		text-align: left;
	}
	#mk-footer [class*=mk-col-] {
	    margin-bottom: 2rem;
	}
	.mk-footer-copyright {
		padding: 20px !important;
	    text-align: left;
	}
	.home #hero {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}