/**********File Inputs**********/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    width: 92%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
	font-size:16px; 
	font-weight:normal;
	font-family: 'Lato';
}

/* style 7 */

.inputfile-7 + label {
    color: #ec9b1b;
}

.inputfile-7 + label {
    background-color: #cecece;
    padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
    border-color: #d47e03;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
    width: 74%;
    min-height: 1em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #333;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.inputfile-7 + label strong {
    height: 100%;
    color: #fff;
    background-color: #ffa800;
    display: inline-block;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:hover strong {
    background-color: #d47e03;
}

@media screen and (max-width: 50em) {
	.inputfile-7 + label strong {
		display: block;
	}
}
@media screen and (max-width: 1600px) {
    .inputfile-7 + label span{
        width: 66%;
    }
}
@media screen and (max-width: 1024px) {
    .inputfile-7 + label span{
        width: 60%;
    }
    .inputfile-7 + label span, .inputfile-7 + label strong {
        padding: 0.4rem 0.8rem;
    }
    .inputfile-7 + label strong {
        height: 100%;
        color: #fff;
        background-color: #ffa800;
        display: inline-block;
        height: 34px;
    }
    .inputfile-7 + label {
        height: 34px;
    }
    
}
/**********End File Inputs**********/