/*
Theme Name: Twenty Twenty-Three Child
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 23.2.2.3
Template: twentytwentythree
*/
body p { moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.wpcf7-form label { margin: 1.5rem 0 !important;  font-size: 0.9rem !important; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="color"],
.wpcf7-form select,
.wpcf7-form textarea {
width: 90% !important;
margin: 0.25rem 0 0.25rem 0 !important;
padding: 0.75rem 0.75rem 0.75rem 1rem !important;
border: 1px dotted var(--wp--preset--color--custom-green) !important;
color: var(----wp--preset--color--custom-green) !important;
font-size: 1.0rem !important;
}
.wpcf7-form input[type="checkbox"] { margin-right: 0.5rem !important; font-size: 1.0rem !important; }
.wpcf7-form select { width: 100%; }
.wpcf7-form textarea { height: 10rem !important; }
.wp-block-button a,
.wpcf7-form input[type="submit"] {
margin: 1.5rem 0 !important;
padding: 0.5rem 1.0rem !important;
transition: var(--transition1) !important;
background-color: var(--wp--preset--color--custom-green) !important;
font-size: 1.0rem !important;
font-weight: 300 !important;
text-transform: inherit !important;
text-decoration: none !important;
border: 1px solid var(--thecolor1) !important;
border-radius: 3px !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important;
color: var(--white) !important;
}
.wp-block-button a:hover,
.wpcf7-form input[type="submit"]:hover {
transition: var(--transition1) !important;
text-decoration: none !important;
color: var(--wp--preset--color--custom-green) !important;
background-color: var(--white) !important;
}
.wpcf7-form input:active,
.wpcf7-form input:focus,
.wpcf7-form select:active,
.wpcf7-form select:focus,
.wpcf7-form textarea:active,
.wpcf7-form textarea:focus {
border: 1px solid var(--wp--preset--color--custom-blue) !important;
}
.wpcf7-list-item { margin: 0 !important; }
button:focus { outline: 0 !important; }
.search-modal input[type="search"] { border: 0 !important; }