/*
Theme Name: Jetapo Child
Theme URI: https://jetapo.inwavethemes.com
Author: inwavethemes
Author URI: http://inwavethemes.com
Template: jetapo
Description: Jetapo is a clean, modern, user friendly, fast-loading, customizable, flexible, functional and fully responsive for restaurant and cuisine
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jetapo-child
Tags: post-formats, theme-options, flexible-header, custom-header, custom-background, custom-colors, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.
*/

/* Theme customization starts here */
@media ( max-width: 1440px  ) {
	.application-item .dashboard-action-box span{
		display: none;
	}
	.application-item .gj-dashboard-actions-2 .action i{
		margin: 0;
	}
}
@media (max-width: 1199px){
	.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td{
		display: block;
	}
    
}
@media (min-width: 992px){
    .header.header-default .iw-menu-header-default{
    position: absolute;
    width: 100%;    
    }
    .header.header-default div.iw-main-menu{
    	margin: 0 auto;
        padding: 50px 100px 0 0;
    }
    .header.header-default.header-sticky.clone div.iw-main-menu{
    	padding-top: 0;
    }
}