/*
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;
}
.lead {
    font-size: 1.1rem;
    line-height: 2rem;
}
.page-title {
    margin: 25px 20px;
}
.mk-button {
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.mk-fancy-title {
    margin-bottom: 0;
}
.mk-tabs .mk-tabs-tabs li a {
    font-weight: normal !important;
}
.mk-font-icons .font-icon {
    font-size: inherit !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;
}
#mk-page-introduce.intro-left {
    text-align: center;
/* 	padding: 30px; */
}
#mk-footer p:first-child {
	margin-bottom: 0;
}
#mk-footer img {
	display: inline-block;
    max-width: 250px;
}
#mk-footer .widget:not(.widget_social_networks) a {
    padding-top: 0;
}
.mk-footer-copyright {
    padding-left: 20px;
}
.mk-footer-copyright a {
    color: #ddd;
}
.call-to-action {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
/**
 * 	Plugins
 *---------------------------------*/

.formcraft-css a[data-toggle="fc_modal"] {
    display: inline-block;
    line-height: 100%;
    color: #ffffff!important;
    background: #ed1c24;
    padding: 0.7rem 1rem !important;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.15s linear;
}
.formcraft-css a[data-toggle="fc_modal"]:hover {
    background: #ed1c24;
    color: #fff !important;
}
html .fc-form-modal .formcraft-css .fc-form .form-page-content {
    padding-top: 2.5rem;
}

/**
 * 	Pages
 *---------------------------------*/

.home #hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
}



/**
 * 	Responsiveness
 *---------------------------------*/

@media only screen and (max-width: 991px) {
	.home #hero {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@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;
	}
}


