input.wpcf7-text {
	font-family: Montserrat;
	width: 100%;
	height: 50px;
	color: black;
	margin-bottom: 19px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 10px;
	font-weight: 400;
}

textarea.wpcf7-textarea {
	font-family: Montserrat;
	width: 100%;
	height: 100px;
	border-radius: 5px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #ddd;
	font-weight: 400;
}

label {
	color: #a4a4a4;
}

input.wpcf7-file {
	color: #a4a4a4;
    font-weight: 300;
}


.pum-theme-8 .pum-container, .pum-theme-lightbox .pum-container {
	border: 0px solid black!important;
}

input[type="file"]::-webkit-file-upload-button {
	border: 1px solid #a4a4a4;
	background-color: rgba(0, 0, 0, 0.0)!important;
	margin-bottom: 14px;
    margin-top: 6px;
    border-radius: 6px;
	padding: 10px 10px;
	color: #a4a4a4;
} 