/*
Theme Name: coach
Template: twentytwentyfour
Author: Child Theme Configurator
Version: 1.0.1718468006
Updated: 2024-06-15 18:13:26

*/

.glsr-review{
	background-color: #f2f2f2;
	padding:20px;
	border-radius: 25px;
}

.wp-block-contact-form-7-contact-form-selector input[type="text"],
.wp-block-contact-form-7-contact-form-selector input[type="email"],
.wp-block-contact-form-7-contact-form-selector textarea{
	width:100%;
	font-size:15px;
	font-family:unset;
}

.wp-block-contact-form-7-contact-form-selector input[type="text"],
.wp-block-contact-form-7-contact-form-selector input[type="email"]{
	line-height:30px;
}

.wp-block-contact-form-7-contact-form-selector input[type="submit"]{
	padding:10px 15px;
	color: #f9f9f9;
	background-color: #111;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-family: unset;
	cursor:pointer;
}


#captchapolice p{
	font-size:11px;
}

#captchapolice a{
	color:gray;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/*
responsive
*/

@media screen and (max-width: 600px) {
	header .is-layout-flex{
		flex-wrap: nowrap;
	}
}