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

/**
 * 	General
 *---------------------------------*/


.fit-logo-img a img {
max-height:80% !important;
}
html {
	font-size: 16px;
}
.lead {
    font-size: 1.1rem;
    line-height: 2rem;
}
.shadow {
	text-shadow: 2px 2px 8px rgba(0,0,0,0.9) !important;
}
.page-title {
    margin: 25px 20px;
}
.mk-fancy-title {
    margin-bottom: 0;
}
.mk-tabs .mk-tabs-tabs li a {
    font-weight: normal !important;
}
.mk-header .menu-item-link {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
}
.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;
}
#mk-footer img[alt="Logo"] {
    width: 100px;
    display: inline-block;
    margin-bottom: 12px;
}
#mk-footer .widget:not(.widget_social_networks) a {
    padding: 0;
}
#mk-footer .menu a > .mk-svg-icon {
    display: none;
}
.mk-footer-copyright {
    padding-left: 20px;
}
.mk-footer-copyright a {
    color: #ddd;
}
.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;
}
.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 Page */
.home #hero {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

/* About Page */
#mk-tabs-tabs-3 {
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

/**
 * 	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;
	}
}