/*
Theme Name: Ines & Luca Sposi
Theme URI: https://ineseluca.it/
Author: Luca
Author URI: https://ineseluca.it/
Description: Ines & Luca wedding website.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ineseluca
Tags: one-column, one-pager
*/
/*
.wpcf7 .form-check-input:checked {
	background-color: transparent !important;
	border-color: white !important;
}
.wpcf7 .form-check-input:focus {
	border-color: transparent !important;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .99) !important;
}
*/
form-check-input:checked {
    background-color: #FFD700;
    border-color: #FFD700;
}
