/*
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/
*/

.grd{
	background: none !important;
}

.grd span, .mk-fancy-title.pattern-style span, .grd span::after{
	background-color: transparent !important;
}

.hide{
	display: none;
}

.key_box, .key_box .box-holder, .key_box .mk-custom-box--overlay{
	border-radius: 300px !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}


.key_box_reversed, .key_box_reversed .box-holder, .key_box_reversed .mk-custom-box--overlay{
	border-radius: 300px !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}


/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/