/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 11:59:51 */
@media only screen and (max-width: 992px) and (min-width: 769px) {
	
	.job_search_main_col, .job_search_category_main {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 6px !important;
		width: 100%;
	}
	
	.job_search_content_grid .pp-content-grid-post-more-link {
		margin-top: 10px;
		width: 100%;
	}
	
	.job_search_content_grid .pp-content-grid-post-more-link a {
		width: 100% !important;
	}
	
	.header_upper_col_one {
		width: 32%;
	}
	
	.header_upper_col_four {
		width: 5%;
	}
	
	#menu-header .menu-item a {
		font-size: 15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.js_col_one {
		width: 32%;
	}
	
	.js_col_two {
		width: 68%;
	}
	
}

@media only screen and (max-width: 1100px) and (min-width: 993px) {
	
		.job_search_main_col, .job_search_category_main {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 6px !important;
		width: 100%;
	}
	
	.job_search_content_grid .pp-content-grid-post-more-link {
		margin-top: 10px;
		width: 100%;
	}
	
	.job_search_content_grid .pp-content-grid-post-more-link a {
		width: 100% !important;
	}
	
	.header_upper_col_one {
		width: 32%;
	}
	
	.header_upper_col_four {
		width: 5%;
	}
	
	#menu-header .menu-item a {
		font-size: 18px;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.js_col_one {
		width: 32%;
	}
	
	.js_col_two {
		width: 68%;
	}
	
	.share_job_btns .fl-module-content {
		margin-left: 20px;
	}
	
	.share_job_btns .pp-social-share-inner {
		justify-content: flex-start !important;
	}
	
}