.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    min-width: 100%;
    max-width: 100%;
	height: 60px;
    padding: 5px 12px;
    margin: 0 0 20px;
    background: #fff;
    border: 1px #c8c8c8 solid;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
    display: block;
    overflow: hidden;
	font-family: 'BarlowLight';
	font-size: 15px;
    color: #818285;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
	text-align:center;
	outline:none;
	font-weight:normal;
}
.inputfile + label > span{
	display:inline-block;
	position:relative;
	line-height:50px;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
	border-color:#000;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
