/*
Theme Name: sourcewell
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sourcewell
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sourcewell is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* CUSTOM CSS - upload CV button fix */

.afuico-ok:before {
  display: none;
}
.afu-process-file label.upload { 
  font-size: 0; 
	background:#81ce24;
}
.afu-process-file label {
	background:#fff;
	width: 49%;
}
.page-template-join-us .select span,
.page-template-join-us .select .afuico {
    color: #000 !important;
}

.afu-process-file label.upload:before {
  content: "Click to upload";
  font-size: 14px; 
}