/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         CHOG
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;
}

*/


/* Transition all the things */
#menu-main-menu .donate-button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

#menu-main-menu .donate-button {
	background-color:#7daed3;
	color:#fff;
	border-radius:5px;
	margin:10px;
	padding:7px 15px;
}

#menu-main-menu .donate-button:hover {
	background-color:#90bf20;
}

#menu-main-menu .donate-button::after {
	background-color:transparent;
}
