/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Divi Child Theme
 Author:       James Allan
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

input[type="file"]{
	width: 100% !important;
}

/*Candidates Contact Style*/
.contact-candidates .wpcf7-text, .contact-candidates .wpcf7-textarea, .contact-candidates .wpcf7-captchar {
background-color: #8f9c5d !important;
}
.contact-candidates .wpcf7-submit {
color: #8f9c5d  !important;
}
.contact-candidates .wpcf7-submit:hover { 
background-color: #bec69f !important; 
border-color:#8f9c5d !important; 
}

.contact-candidates .file-upload {
	/* Cosmetics */
	color: #fff;
	border: 2px solid #2FA2FF !important;
	background: #6FBEFF !important;
    }


/*Employers Contact Style*/
.contact-employers .wpcf7-text, .contact-employers .wpcf7-textarea, .contact-employers .wpcf7-captchar {
background-color: #5f9da5 !important;
}
.contact-employers .wpcf7-submit {
color: #5f9da5  !important;
}
.contact-employers .wpcf7-submit:hover { 
background-color: #bec69f; 
border-color:#5f9da5; 
}

.contact-employers .file-upload {
	/* Cosmetics */
	color: #fff;
	border: 2px solid #2FA2FF;
	background: #6FBEFF;
    }