/* Logo */
.wp-block-site-logo img{
	max-width: fit-content;
}
/* Contact Form */
.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 select{
	width: stretch;
    padding: 0px 10px;
    height: 40px;
    border-radius: 10px;
    font-size: 1em;
    font-family: var(--wp--preset--font-family--body);
    resize: none;
}
/*.wpcf7 input[type=tel],
.wpcf7 select{
	height: 45px;
}*/
/*.wpcf7 input, .wpcf7 textarea, .wpcf7 select{
	border-radius: 10px;
    font-size: 1em;
    font-family: var(--wp--preset--font-family--body);
    resize: none;
}*/
.wpcf7 input[type=submit]{
	background-color: var(--wp--preset--color--accent);
    border-radius: 10px;
    padding: 15px 24px;
    line-height: 14px;
    text-transform: capitalize;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit]:focus{
	background-color: var(--wp--preset--color--hover);
}

/* Display */
.d-none{
	display: none!important;
}