/*
Theme Name: Joosthoutenmetaal 2025 child theme
Theme URI: 
Author: Isa de Jong
Author URI: 
Description: Child theme for Twenty Twenty-Five WordPress theme, developed for Joosthoutenmetaal.nl
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: joosthoutenmetaal-2025-child-theme
Tags: 
*/

input.wpcf7-text, input.wpcf7-email, textarea.wpcf7-textarea {
	border-radius: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border: 1px solid var(--wp--preset--color--accent-6);
	font-size: var(--wp--preset--font-size--medium);
	font-family: var(--wp--preset--font-family--platypi);
    line-height: 1.6;
	box-sizing: border-box;
	width: 100%;
	max-width: 450px;
}

input.wpcf7-submit{
	border-radius: 999px;
}

label .wpcf7-form-control{
margin-top: 0.75rem;

}

/* WOOCOMMERCE */
.woocommerce-ordering select {
	border-radius: 3.125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: 1px solid #949494;
    font-family: var(--wp--preset--font-family--freight-text-pro);
    box-sizing: border-box;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23949494" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 1.2rem center;
	background-size: 0.8rem;
}

