/*
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;
}

*/
#mk-footer {
    background-color: #0585cd;
}
#mk-footer .widget{
	margin-bottom:0px !important; 
}
#mk-footer .widgettitle {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.widget .mk-contact-form{
	margin-bottom:0px !important;
}
#mk-footer .widget:not(.widget_social_networks) a {
    margin-bottom: 6px;
    display: inline-block;
}
.mk-footer-copyright{
    color: #ffffff;
    text-align: center;
    margin: 0px auto;
    float: none;
    display: block;
    padding: 10px 0;
}
#mk-footer .widget_contact_form .text-input, #mk-footer .widget_contact_form .textarea {
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
.mk-progress-button[data-style=move-up]{
	width:100%;
}