/*
Theme Name: Twenty Twenty-Four Child
Version: 1.3
Template: twentytwentyfour 
*/
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
input[type="submit"] {
	cursor: pointer;
}
table.form {
	width: 80%;
	margin: 3% auto 0 auto;
}
table.form th {
	width: 30%;
	font-size: 1rem;
	text-align: left;
}
table.form .red {
	color: red;
}
table.form td {
	width: 70%;
}
table.form td p {
	justify-content: center;
	margin: auto;
}
table.form input, table.form textarea {
	width: 100%;
	max-width: 500px;
}
table.form select.wpcf7-form-control.wpcf7-select {
	padding: 2px;
	height: 4vh;
	width: 100%;
	max-width: 505px;
	color: #636363;
	background: #ffffff;
	border-image: initial;
	border-radius: 3px;
}
table.form input {
	height: 3vh;
}
table.form textarea {
	height: 10vh;	
}
table.form input ::placeholder {
	color: #fff;
}
.form-privacy {
	margin: 5% auto;
}
.btn .wpcf7-submit {
	width: 30%;
	text-align: center;
	background-color: #e94430;
	color: #fff;
	padding: 2% ;
	border: 0;
	margin: 0 auto;
	justify-content: center;
	display: block;
	border-radius: 50px;
}
@media screen and (max-width: 768px) {
	.has-text-align-center {
		font-size: 0.85rem;
	}
	table.form {
	width: 90%;
}
	table.form input {
	height: 3.5vh;
}
	table.form th p{
		font-size: 0.85rem;
	}
	table.form select.wpcf7-form-control.wpcf7-select {
	color: #a4a4a4;
	background: #ffffff;
	border: 0;
}
	.form-privacy {
		margin: 10%;
		font-size: 0.8rem;
	}
	.btn .wpcf7-submit {
		width: 50%;
		padding: 5%;
		font-size: 1rem;
}