/*
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 .widget {
    margin-bottom: 20px;
}

.tp-dottedoverlay.twoxtwo {
    background: rgba(51, 51, 51, 0.57);
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    box-sizing: border-box;
    width: 100%;
}

.wpcf7-form .wpcf7-textarea {
    width: 100%;
	  max-width: 100%;
}

.mk-toolbar-navigation {
    display: inline-block;
    margin-right: 10px;
    height: 30px;
    float: right;
}


.header_widget{
    float: right;
}
.header_widget ul li {
    float: left;
    height: 112px;
    line-height: 95px;
    list-style-type: none;
}
.a-sticky .header_widget ul li{
    height: 90px;
    line-height: 55px; 
}
.header_widget ul li a{
    padding: 10px;
}
.header_widget ul li.active a{
    color: #1da8df;
}