/*
Theme Name: Twenty Twenty-Three Child
Template: twentytwentythree
Author: Child Theme Configurator
Version: 1.0.1758900770
Updated: 2025-09-26 17:32:50

*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
{
    width: 50%;
	height: 2vh;
	padding: 12px;
  	margin: 8px 0;
  	box-sizing: border-box;
  	border: 3px solid #ccc;
  	transition: 0.5s;
  	outline: none;
	font-family: "DM Sans", sans-serif
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus
{
	border: 3px solid #FF2D34;
}

.wpcf7 textarea
{
    width: 50%;
	padding: 12px;
  	margin: 8px 0;
  	box-sizing: border-box;
  	border: 3px solid #ccc;
  	transition: 0.5s;
  	outline: none;
	font-family: "DM Sans", sans-serif
}

.wpcf7 input[type="submit"]
{
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	padding: 12px;
  	margin: 4px 0;
  	outline: none;
}

.wpcf7 input[type="submit"]:hover
{
	background-color: #252525;
	color: #FFFFFF;
}