/*
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-page-introduce{
	padding:75px 0;
}
.mk-content-box .content-box-heading {
    display: block;
    padding: 14px 15px;
    border-bottom: 1px solid #e51e1e;
    background-color: #e51e1e;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.mk-content-box .content-box-heading i {
    color: #ffffff;
	font-size: 16px;
    margin-right: 6px;
    line-height: normal;
    vertical-align: middle;
}

.mk-blog-classic-item .mk-blog-meta-wrapper, .mk-blog-modern-item .mk-blog-meta-wrapper {
    font-size: 14px;
    font-style: italic;
    color: #000000;
}
.mk-blog-classic-item .mk-blog-meta-wrapper a, .mk-blog-modern-item .mk-blog-meta-wrapper a {
    font-weight: bold;
    font-style: italic;
    color: #000000;
}
.mk-blog-single .mk-blog-author, .mk-blog-single .mk-post-cat, .mk-blog-single .mk-post-date {
    color: #000000;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
}
.mk-blog-single .mk-blog-author a {
    font-weight: bold;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
}
.mk-blog-single .mk-post-cat a {
    font-weight: bold;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
}
.mk-blog-single .mk-post-date a {
    font-weight: bold;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
}



