/*
Theme Name:     Jupiter Child Theme - Millennial Running Study
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter themed - Millennial Running Study
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        4.0.7
*/

/*=============================================================================================
GLOBAL
=============================================================================================*/

.fs-chrome.online-mode > .background{
	background-color:transparent;
}
/*=============================================================================================
HEADER & MAIN NAVIGATION
=============================================================================================*/
#mk-header .header-logo{
	padding: 10px 0;
}
/*=============================================================================================
HOMPAGE
=============================================================================================*/
.hero-intro-wpr h2{

}
.hero-intro-wpr .racepartner-logo{
	padding-top: 10px;
}
.home-about-wpr .p1{ font-size: 14px; color: #444;}

.attribute-wpr .col-1, .attribute-wpr .col-2{
	text-align: center !important;
}

.request-info-wpr .gform_wrapper .top_label .gfield_label{
	color: #fff;
	font-size: 17px;
	font-weight: normal;
}
.request-info-wpr .gform_wrapper input[type=email], .request-info-wpr .gform_wrapper input[type=number], .request-info-wpr .gform_wrapper input[type=password], .request-info-wpr .gform_wrapper input[type=tel], .request-info-wpr .gform_wrapper input[type=text], .request-info-wpr .gform_wrapper input[type=url], .request-info-wpr textarea{
	background-color: rgba(255, 255, 255, .8)!important;
	border: none !important;
	color: #034f75 !important;
	font-size: 15px !important;
}

.request-info-wpr .gform_wrapper .ginput_complex label{
	color: #ff9800 !important;
	font-weight: bold;
}
.request-info-wpr .gform_wrapper .gfield_required{
	color: #ff9800;
	font-weight: bold;
}
.request-info-wpr .home-info-form .gform_confirmation_message_1{
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.2em;
}
.request-info-wpr .gform_wrapper div.validation_error{
	color: #ef542d;
}

.join-study-wpr .gform_wrapper .top_label .gfield_label{
	font-size: 17px;
	font-weight: normal;
}
.join-study-wpr .gform_wrapper .ginput_complex label{
	color: #ff9800 !important;
	font-weight: bold;
}
.join-study-wpr .gform_wrapper .gfield_required{
	color: #ef542d;
	font-weight: bold;
}
.join-study-wpr .gform_wrapper input[type=email], .join-study-wpr .gform_wrapper input[type=number], .join-study-wpr .gform_wrapper input[type=password], .join-study-wpr .gform_wrapper input[type=tel], .join-study-wpr .gform_wrapper input[type=text], .join-study-wpr .gform_wrapper input[type=url], .join-study-wpr textarea{

	color: #034f75 !important;
	font-size: 15px !important;
}
.join-study-wpr .home-info-form .gform_confirmation_message_1{
	font-size: 20px;
	text-align: center;
	line-height: 1.2em;
}

/*=============================================================================================
FOOTER
=============================================================================================*/
.mk-footer-copyright{
	color: #ccc !important;
	font-size: 14px !important;

}
.mk-footer-copyright a:hover{ 
	color:#ff9800;
	text-decoration: underline;
}

/*=============================================================================================
BLOG
=============================================================================================*/
.desktop-blog-hero-title{
	line-height: 1.2em !important;
	margin: 0;
}


/*=============================================================================================
RESPONSIVE
=============================================================================================*/
 @media (max-width: 991px){
 	.desktop-blog-hero-title{
 		text-align: center;
 	}
 	.desktop-blog-hero-title span, .desktop-blog-hero-title span p{
		  text-align: center;
	}
 }

 @media (max-width: 767px){
	.hero-intro-wpr h2{
		font-size: 38px !important;
	} 
	.desktop-blog-hero-title span, .desktop-blog-hero-title span p{
		  font-size: 52px;
  			line-height: 1.2em;
	}
 }