/*
Theme Name: Tresp Recruitment
Theme URI: http://www.tresp.com.au
Author: AdVisible
Author URI: http://www.advisible.com.au
Description: The Tresp Theme for WordPress.
Version: 1.0
-------------------------------------------------------------- */
/*Css Wp*/
.leftsidebarfixed, #sidebar.leftsidebarfixed{position: fixed; max-width: 391px;}
.menu-hamburger.active {display: block;}
.menu-toggle {cursor: pointer;}
.menu-hamburger > .site-nav { background: #0091da none repeat scroll 0 0;}
.with-sidebar .content-area, .ja-job-list-container{min-height: 500px;}
.home .with-sidebar .content-area,.home .ja-job-list-container{min-height: 200px;}
input:focus, select:focus{outline: none;}
.ja-job-search{position: relative;}
.modal-wrapper .modal{width: 100%;}




/*
 * File input - Jobs Details
 */

label[for="CandidateCoverLetter"] + div.ja-field, 
label[for="CandidateResume"] + div.ja-field{
	position: relative;
	border-radius: 50px 50px 50px 50px;
	overflow: hidden;
    width: 265px !important;
    display: block;
    background-color: #999999;
}

label[for="CandidateResume"] + div.ja-field .custom-file-label{ color: #ffffff; text-align: center; padding: 10px; display: block; }

label[for="CandidateCoverLetter"] + div.ja-field:hover,
label[for="CandidateResume"] + div.ja-field:hover{
	background-color: #cacecf;
	box-shadow: none;
   transition: all 0.15s linear;
}

label[for="CandidateCoverLetter"] + div.ja-field input, 
label[for="CandidateResume"] + div.ja-field input{
	width: 100%; 
	overflow: hidden; 
	position: absolute; 
	height: 100%; 
	left: 0; 
	top: 0; 
	opacity: 0; 
	cursor: pointer;
}

/*
 * File input - Candidates + Join Us
 */

.candidates .submit-resume-form .field-holder:nth-child(4) label, .join-us .submit-resume-form .field-holder:nth-child(4) label{ margin-top: -30px; }
.candidates .AttachResume, .join-us .AttachResume{ position: relative; border-radius: 50px 50px 50px 50px; overflow: hidden; width: 100%; display: block; background-color: #999999; }
.candidates .AttachResume .custom-file-label, .join-us .AttachResume .custom-file-label{ color: #ffffff; text-align: center; padding: 10px; display: block; }
/*.candidates .AttachResume:before, .join-us .AttachResume:before{ content: 'Choose file'; padding: 12px 2.5%; display: block; color: #ffffff; width: 95%; text-align: center; }*/
    .candidates .AttachResume .wpcf7-file, .join-us .AttachResume .wpcf7-file{ width: 100%; overflow: hidden; position: absolute; height: 100%; left: 0; top: 0; opacity: 0; cursor: pointer; }


@media ( max-width: 1024px ){
    .ja-job-apply label{display: block}   
}