/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        5.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
@font-face {
    font-family: 'futurabold';
    src: url('fonts/futura-bold-webfont.eot');
    src: url('fonts/futura-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-bold-webfont.woff2') format('woff2'),
         url('fonts/futura-bold-webfont.woff') format('woff'),
         url('fonts/futura-bold-webfont.ttf') format('truetype'),
         url('fonts/futura-bold-webfont.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futuralight';
    src: url('fonts/futura-light-webfont.eot');
    src: url('fonts/futura-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-light-webfont.woff2') format('woff2'),
         url('fonts/futura-light-webfont.woff') format('woff'),
         url('fonts/futura-light-webfont.ttf') format('truetype'),
         url('fonts/futura-light-webfont.svg#futura_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futura';
    src: url('fonts/futura-webfont.eot');
    src: url('fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-webfont.woff2') format('woff2'),
         url('fonts/futura-webfont.woff') format('woff'),
         url('fonts/futura-webfont.ttf') format('truetype'),
         url('fonts/futura-webfont.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,h3,h4,h5,h6
{
	font-family:futura;
}

.mk-blog-thumbnail-item.content-align-right .item-wrapper {
    padding: 0px 30px 15px !important;	
}

.mk-blog-thumbnail-item .item-wrapper h3 {
	margin:0px !important;	
}

.mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:after {
	content:"" !important;	
	margin:0 !important;
}

.post-type-badge {display:none;}

.mk-blog-container .featured-image:hover .image-hover-overlay {
  opacity: 0.5 !important;
}

.mk-blog-thumbnail-item .featured-image {
	min-height:350px;
}
