/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2025 | 13:55:51 */
@media only screen and (max-device-width: 768px) {
	
	.universal_max-width_none {
		max-width: none !important;
	}
	
	#menu-header-menu .sub-menu {
		display: block !important;
	}
	
	.header_top_row .fl-col-group {
		display: flex !important;
	}
	
	.header_info_box .pp-heading-wrapper {
		justify-content: center;
	}
	
}

@media only screen and (max-device-width: 540px) {
	
	.job_search_main_col {
		margin-top: 10px !important;
    	flex-direction: column;
	}
	
	.job_search_main_col .pp-content-grid-post-more-link {
		width: 100%;
		margin-top: 20px;
	}
	
	.job_search_content_grid .pp-content-grid-post-more-link a {
		width: 100% !important;
	}
	
	.job_search_category_main {
		gap: 45px !important;
    	justify-content: space-between;
	}
	
	.single .job_search_category_main, #latest_jobs .job_search_category_main {
		gap: 5px !important;
    	align-items: flex-start !important;
	}
	
	.single .job_search_main_col .pp-content-grid-post-more-link, #latest_jobs .job_search_main_col .pp-content-grid-post-more-link {
		width: 100%;
		margin-top: 0 !important;
	}
	
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
	
	
	
}