/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 16:07:44 */
@media only screen and (max-device-width: 768px) {
	
	.universal_max-width_none {
		max-width: none !important;
	}
	
	#mobile_header_form #gform_fields_8 {
		height: auto !important;
		width: 100% !important;
	}
	
	#mobile_header_form #field_8_1 input, #mobile_header_form #field_8_1 {
		height: auto !important;
	}
	
	#mobile_header_form #field_submit {
		display: none;
	}
	
	#mobile_header_form .gform-footer.gform_footer.top_label {
		padding: 5px 0;
	}
	
	#menu-header-1 .menu-item a {
		font-size: 25px;
	}
	
	.job_search_category_sub {
		align-items: flex-start !important;
	}
	
}

@media only screen and (max-device-width: 540px) {
	
	.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;
	}
	
	.job_search_search .facetwp-icon {
		right: 0 !important;
	}
	
	.job_search_search .facetwp-search {
		width: 82%;
	}
	
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
	
	
	
}