/*
Theme Name:     JupiterX Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the JupiterX theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiterx
Text Domain: mk_framework
Domain Path: /languages/
*/



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

body {
	background-color:#fff;
}

*/
@media (min-width: 1281px) {
	 .jupiterx-main-content .jupiterx-primary.col-lg-12 .outer-wrapper .inner-wrapper{
		margin-top: 100px;
		padding-top: 20px;	
	}  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.jupiterx-main-content .jupiterx-primary.col-lg-12 .outer-wrapper .inner-wrapper{
		margin-top: 100px;
		padding-top: 20px;	
	}  
}