/*
	Theme Name: DC Theme
	Theme URI: https://chrisreeves.com.au/
	Description: DC Theme
	Version: 1.0.1
	Author: Digital Creative Perth 
	Author URI: https://chrisreeves.com.au/
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


#job_preloader{
	width: 100%;
	height: 100%;
	position: absolute;
	background: white;
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -105px;
}
#job_preloader.hide{
	display: none;
}


.tabs .tab_conenent{
	display: none;
}
.tabs .tab_conenent.active{
	display: block;
}


