/*
Theme Name:     Rokkiluola
Theme URI:      
Description:    Twentytwentyfive child theme.
Author:         Me
Author URI:     
Template:       twentytwentyfive
Version:        0.1.0
*/


.wpcf7-form input,
.wpcf7-form textarea{
	border: 1px solid black;
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0.2rem;
    font-weight: 300;
}

.wpcf7-form label {
	font-weight: 400;
}

.wpcf7-form input[type=submit] {
	background-color: rgb(204, 0, 0);
	color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    padding: 0.7rem 1.5rem;
	cursor: pointer;
	transition: 0.3s all;
}

.wpcf7-form input[type=submit]:hover {
	background-color: rgb(131 79 79);
}