/*
    Theme Name:     Twenty Twenty-Five Child
    Template:       twentytwentyfive
*/

/* 20250224 Contact Form 7 CSS customize */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	font-size: var(--wp--preset--font-size--large);
	width: 80%;
	border-radius: 10px;
	padding: 10px 10px;
	border: 1px solid #516028;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #ffffff; /* ”’ */
	resize:none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	border:2px  solid #516028;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
	color: #c3c3c3;  /* light gray */
}
.wpcf7 input[type="submit"] {
	font-size: var(--wp--preset--font-size--large);
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #516028;
	color: white;
	cursor: pointer;
	border: 1px solid #516028;
}
.wpcf7 input[type="submit"]:hover {
	color: #516028;
	background-color: #dae7bd;
}
.wpcf7 span.wpcf7-not-valid-tip {
    width: 80%;
}
.wpcf7 div.wpcf7-response-output {
    width: 80%;
}
