input::placeholder {
	opacity: 1;
}

#colophon {
	margin-top: 70px;
}

input.wpcf7-form-control {
	font-size: 22px;
	font-family: 'Roboto Mono', monospace;
	font-family: 'Neutraface Medium', sans-serif;
	font-size: 18px;
	padding: 12px;
	height: 50px;
	border: 0;
	border-bottom: 2px solid #fff;
	background: #e0e0e0;
	width: 100%;
}

.qzr-form .field p {
	float: none;
}

h3 {
	text-transform: uppercase;
	margin-top: 30px
}

h3:first-child {
	text-transform: uppercase;
	margin-top: 30px
}

#contact-form-1234 .columns-6.left:nth-of-type(1) {
	padding-right: 15px;
}

#contact-form-1234 .columns-6.left:nth-of-type(2) {
	padding-left: 15px;
}

.wpcf7-form-control.wpcf7-submit {
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 20px;
	background: black;
	border: 1px solid black;
	color: white;
	font-weight: normal;
	line-height: 1;
	font-family: "Neutraface Medium", sans-serif;
	will-change: background, color;
	transition: background 0.15s ease, color 0.15s ease;
	border-radius: 0;
	margin: 30px 0 0 0;
	width: 100%;
	cursor: pointer !important;
}

.entry-content a {
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}

.entry-content a:hover {
	border-color: #ef7d04;
	color: #ef7d04;
}

.entry-content ul {
	font-family: "Neutraface Medium", sans-serif;
	font-size: 21px;
	line-height: 25px;
}

.entry-content ul li:not(:first-of-type) {
	margin-top: 15px;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	width: 100%;
}

.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.wpcf7-form-control.wpcf7-radio>* {
	margin-top: 20px;
	font-family: 'Neutraface Medium', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

[data-class="wpcf7cf_group"] {
	margin-top: 20px;
}

textarea::placeholder {
	opacity: 1;
}

span.wpcf7-list-item {
	margin: 0 1em 0 0;
	font-size: 20px;
	color: #777;
	font-family: "Neutraface Medium", sans-serif;
}

.wpcf7 form .wpcf7-response-output {
	padding: 11px 2em 10px;
	background: #f7f6f7;
	color: #515151;
	border: none;
	width: 65%;
	margin: 2em 0.5em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-top: 3px solid #b81c23;
	margin-top: 30px;
}

.wpcf7-form-control.wpcf7-not-valid {
	border-color: #b81c23;
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: #fff;
	border: 1px solid black;
	color: #000;
}

.qzr-form input[type="radio"],
.qzr-form input[type="date"] {
	-webkit-appearance: auto!important;
	cursor: pointer;
	border-radius: 0;
	outline: none;
}


@media only screen and (max-width: 1025px) {
	#contact-form-1234 .columns-6.left:nth-of-type(1) {
		padding-right: 0;
		width: 100%;
	}
	#contact-form-1234 .columns-6.left:nth-of-type(2) {
		padding-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.wpcf7 form.invalid .wpcf7-response-output,
	.wpcf7 form.unaccepted .wpcf7-response-output {
		clear: both;
		width: 100%;
	}
	.w33{width:33%;}
	.w34{width:34%;}
}
