/*
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
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/

.mk-blog-meta-wrapper {
  display: none;
}

#mc4wp_form_widget-2 .widgettitle {
  text-align: center;
  text-transform: capitalize!important;
  font-size: 15px;
  letter-spacing: 0px;
  color: #fff!important;
}

#mc4wp_form_widget-2 {
  background: #224d64 none repeat scroll 0 0;
  padding: 20px;
  border-radius: 10px;
}


.mc4wp-form-fields label {
  display: none;
}

.mc4wp-form-fields input {
  border-radius: 14px;
  text-align: center;
  width: 93%;
}


.mc4wp-form-fields input[type="submit"] {
  width: auto;
  padding: 7px 20px;
  background: red;
  border: none;
  color: #fff;
}

#mk-sidebar, #mk-sidebar p {
  margin-bottom: 8px;
}



.mk-blog-meta .the-title {
  font-size: 25px;
  letter-spacing: 0;
  margin: 0!important;
  text-transform: capitalize!important;
}


article {
  border-bottom: 1px dashed #777;
  padding-bottom: 50px;
}


#sub-footer {
  border-top: 5px solid #b6281c;
}


#popular_posts-2 .widgettitle {
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}

#categories-3 .widgettitle {
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
}


.page-title {
  line-height: 100%;
  margin: 5px 20px;
}


.blog-single-title {
  text-transform: capitalize!important;
  margin-bottom: 0px;
}