/*! Theme Name: Fix-Up Festival Theme URI: https://fixupfestival.com Author: windhamdavid Author URI: https://davidwindham.com Description: A Theme for the Fix-Up Festival Version: 0.1.0 Tags: Full Site Editing, Blocks, Patterns Requires PHP: 7.4 Tested up to: 6.4.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Thanks: Twenty Twenty Four * GNU GPL v2 or later */ a { position: relative; } a::before { content: ""; position: absolute; display: block; width: 100%; height: 2px; bottom: 0; left: 0; background-color: var(--wp--preset--color--primary); transform: scaleX(0); transition: transform 0.3s ease; } a:hover::before { transform: scaleX(1); } div.wpcf7 { background-color: #fbf7f2; padding:20px 30px; } .wpcf7 input[type="submit"], .wpcf7 input[type="button"] { width:100%; text-align:center; text-transform:uppercase; font-size: 20px; } .wpcf7-form input, .wpcf7-form textarea { color: #1f252b; font-size: 20px; width: 100%; padding: 12px 16px; border-radius: 0; border: 0; } .wpcf7-form p { margin: 0 0 28px; } .wpcf7-text:focus, .wpcf7-textarea:focus { outline: 1px solid #3e64a0; outline-offset: 0; }