/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}
a{ 
	color:white;
}
#mk-sidebar.widgettitle {
	color: #ffffff !important;
}
.widgettitle {
	color:white!important;
}
.info_content {
	background-color:#d82900;
}

#mk-sidebar .widget a {
	color:white !important;
}

.btcd_image_box{
	box-shadow: 0px 25px 40px #a99378;
}

.mk-fancy-title {
	text-align:center!important;
}
.mk-fancy-title.pattern-style span{
	background-color: #01031c!important;
}

.mk-fancy-title.pattern-style.align-left span {
    padding-left: 15px;
    padding-right: 15px;
}

.mk-fancy-title.pattern-style{
	background:none!important;
}
.mk-fancy-title.shortcode-heading{
	font-size: 22px!important;
}