.wpcf7-form .line {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.wpcf7-form .line .form-item {
	width: 100%;
}
.wpcf7-form .line .form-item.w50 {
	width: 47%;
}

.wpcf7-form .line .form-item .form-field {
	border: none;
	border-bottom: 1px solid #7e2c17;
	font-family: Merriweather, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #000;
	
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	outline: none;
}

.wpcf7-form .line .form-item .form-field::placeholder {
	font-family: Merriweather, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #828282;
}

.wpcf7-form .line .form-item .form-dropdown {
	background: transparent;
	border: none;
	border-bottom: 1px solid #7e2c17;
	font-family: Merriweather, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #828282;
	
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 25px;
	outline: none;
}

.wpcf7-form .line .form-item.upload-container h5 {
	color: #7E2C17;
    font-family: "Open Sans Condensed", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
	display: inline-block;
}
.wpcf7-form .codedropz-upload-handler:hover {
	cursor:pointer;
	border-color: #000;
}
.wpcf7-form .line .form-item.upload-container h5 em {
	color: #000;
	font-family: Merriweather, sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-style: normal;
	line-height: 155%; 
	text-transform: none;
}
.wpcf7-form .submit-container {
	text-align: center;	
}
.wpcf7-form .submit-container .wpcf7-submit {
	background: #7e2c17;
	color: #fff;
	font-family: "Open Sans Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
	letter-spacing: 1px;
	border-radius: 30px;
    padding: 22px 50px !important;
	display:block;
	margin: auto;
}
.wpcf7-form .submit-container .wpcf7-submit:hover,
.wpcf7-form .submit-container .wpcf7-submit:focus,
.wpcf7-form .submit-container .wpcf7-submit:active {
	background: #8F3A25;
}


.dnd-upload-image,
.dnd-upload-status .dnd-upload-details .name em,
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
	display: none;
}
.dnd-upload-status .dnd-upload-details {
	padding: 0;
	width: 100%;
}
.dnd-upload-status .dnd-upload-details .name {
	color: #000;
	font-family: Merriweather, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAAsklEQVRIie2WSwqAMAxER+9g0fsfR1e68Di6aUHFTyYdKKgDWbXjSyNNA/z6qgKAIUbI8PeMvwEwAlhizAA6Aur2DxtTigm2zEPce/T3XrAFfgU1g4+l2sZV2Z48rQXMwmVQBi6HJt39t+lhzXMNd7o7lfykXrgUaoVT0FqcXCX+HlVqpr1KoFJ4ketkaQ6e9poNte41wz1tUAIv9iwWGwTORhemDWb5Q8ySGtaE/l8v0ArSo+eVYaS+0wAAAABJRU5ErkJggg==");
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #7e2c17;
    font-family: Merriweather, sans-serif;
    font-size: 16px;
    line-height: 155%;
    padding: 15px;
    color: #000;
}

.codedropz-upload-handler {
	border-color: #7E2C17;
	border-radius: 0;
}
.codedropz-upload-inner span,
.codedropz-upload-inner .codedropz-btn-wrap,
.dnd-upload-counter {
	display: none;
}
.codedropz-upload-inner h3 {
	font-family: "Open Sans Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
	color: #7e2c17;
	letter-spacing: 1px;
}
.codedropz-upload-container {
	padding: 20px;
}


.acceptance {
	padding: 60px 0;	
}
.acceptance .wpcf7-list-item {
	margin: 0;
}
.acceptance span {
	color: #000;
	font-family: Merriweather, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 155%;
}
.acceptance span a {
	color: #7e2c17;	
}
.acceptance input[type=checkbox] {
	margin-right: 10px;
}





@media (max-width: 440px) {

	.wpcf7-form .line .form-item .form-field {
		font-size: 14px;
	}

	.wpcf7-form .line .form-item.upload-container h5 {
		font-size: 18px;
		line-height: 26px;
	}

	.wpcf7-form .line .form-item.upload-container h5 em {
		font-size: 14px;
		line-height: 28px;
	}

	.wpcf7-form .line .form-item .form-field::placeholder,
	.wpcf7-form .line .form-item .form-dropdown {
		font-size: 14px;
	}

	.acceptance span, .acceptance a {
		font-size: 14px;
	}

	.elementor-53 .elementor-element.elementor-element-3e96750 .elementor-heading-title {
		letter-spacing: 0.3px;
	}
}
