/* Contact form — Clouds Clays (contact-Clouds-Clays.php only) */

.cc-contact-form .repo-form-hp {
	display: none !important;
	visibility: hidden !important;
}

/* Match original .input_1 text fields — avoid float collapse on tel/email */
.cc-contact-form .input_1 input[type="text"],
.cc-contact-form .input_1 input[type="tel"],
.cc-contact-form .input_1 input[type="email"] {
	float: none;
	display: block;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.cc-contact-form .input_1.cc-input_1--select {
	height: 50px;
	overflow: visible;
}

.cc-contact-form .input_1.cc-input_1--select select.form-control {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border: 0;
	padding: 0 20px;
	margin: 0;
	background-color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #60606e;
}
