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

html {
	font-size: 16px;
}
.white {
	color: #ffffff !important;
}
.lead {
    font-size: 1.1rem;
    line-height: 2rem;
}
.page-title {
    margin: 25px 20px;
}
.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-header.a-sticky .mk-header-inner {
    box-shadow: 0px 0px 5px #DDD;
}
.trans-header .bg-true:not(.a-sticky) .mk-header-bg {
   opacity: 0 !important;
}
#mk-page-introduce.intro-left {
    text-align: center;
}
#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-footer-copyright a:hover {
    color: #509FE5;
}
.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: #1C5BA5;
    padding: 0.7rem 1rem !important;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.15s linear;
}
.formcraft-css a[data-toggle="fc_modal"]:hover {
    background: #509FE5;
    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;
}

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

