/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 09:22:07 */
@media only screen and (max-device-width: 768px) {
	
	.universal_max-width_none {
		max-width: none !important;
	}
	
	.footer_menu_custom .menu-item a {
		border-right: 0 !important;
		    padding-bottom: 5px !important;
	}
	
	.footer_menu_custom .menu-item a .menu-item-text {
		border-bottom: 1px dashed #a5a4a4;
	}
	
	#menu-header-menu {
		background-color: rgba(29, 33, 36, 0.9);
	}
	
	.fl-theme-builder-header-scrolled #menu-header-menu {
		background-color: transparent;
	}
	
	.jobs_count, .jobs_count strong {
    	justify-content: center !important;
	}
	
	.single-job_listing .jd_more_info_list_custom .pp-list-items {
		flex-direction: column !important;
		gap: 5px !important;
	}
	
	.js_social_share .pp-social-share-inner {
		display: flex !important;
    	justify-content: center !important;
    	gap: 15px !important;
	}
	
}

@media only screen and (max-device-width: 540px) {
	
	.banner_res_row .fl-row-content-wrap {
		padding-top: 25%;
		padding-bottom: 15%;
	}
	
	.header_logo_img .fl-photo-content a img {
		width: 85%;
	}
	
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
	
	
	
}