/**
 * Theme Name: Twenty Twenty Five - Child
 * Template:   twentytwentyfive
 * Author: Issa David
 * Description: A child theme for TwentyTwentyFive
 * Version: 1.0
 * Requires at least: 6.7
 * Tested up to: 7.0.1
 * Requires PHP: 7.2
 * Text Domain: twenty-twenty-five-child
 */

/* Styling following official Contact Form 7 element class structure */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #fff;
    color: #000;
    width: 50%;
    height: 25px;
}

.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
}