.wpcf7 {
    font-family: cheburek_bold;
		color: #31A2FB;
    font-size: 1em;
    margin-bottom: 0.6em;

}
.wpcf7 form input, .wpcf7 form textarea {
	font-family: cheburek_bold;
		color: #524F58;
    margin-top: .6em;
    font-weight: normal;
    font-size: 13px !important;
}
.wpcf7 form textarea {
		height: 100px;
}
.wpcf7 input[type=submit] {
		color: white;
		background-color: #31a2fb;
}
.wpcf7 div{
		font-family: cheburek_bold;
	  color: #31A2FB;
}

H2{
		font-family: cheburek_bold;
	  color: #31A2FB;
}
.wpcf7 p {
	color:#524f58 ;
}
.wpcf7 select {
	font-family: cheburek_bold;
	color: #524F58;
	
}

::placeholder {
	font-family: cheburek_bold;
  color: grey;
  font-size: 1.1em;
}