/*
Theme Name: Ribambelle
Template: twentytwentyfive
Author: Stekip
Description: A custom child theme of Twenty Twenty Five for LA Ribambelle Nyon
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
Text Domain: ribambelle
*/

html {
  scroll-behavior: smooth;
}
.wpcf7-form label {
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border-radius: 0.75rem;
    border: 1px solid #AFAFAF;
    width: 100%;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email] {
    height: 2rem;
}
input.wpcf7-submit,
button.wc-bookings-booking-form-button {
	border-radius:12px;
	font-size:1.125rem;
	padding-top: 0.6rem;
    padding-right: 1rem;
    padding-bottom: 0.6rem;
    padding-left: 1rem;
}
