/*
Theme Name: Tema Webhaus
Theme URI: https://lp.webhaus.com.br
Template: hello-elementor
Author: Webhaus
Author URI: https://lp.webhaus.com.br
Description: Tema filho para landing page.
Tags: webhaus
Version: 1.0.1.1708698463
Updated: 2024-02-23 11:27:43

*/

/* Contact Form 7 Form Size */
 .wpcf7 {
 width: 100%;
 }

/* Contact Form 7 Input CSS 
 ---------------------------*/
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="mask"],
 .wpcf7 input[type="tel"],
 textarea {
 font-size: 16px;
 background-color: #f5f5f5;
 border: 1px solid #494949;
 border-radius: 3px;
 width: 100%;
/*  padding: 15px; */
 }

/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
 color: #ffffff;
 font-size: 20px;
/*  font-weight: 500!important; */
/*  background: #e09900; */
 padding: 15px 25px 15px 25px;
 border: none;
 border-radius: 3px;
 width: 100%;
 text-transform: none!important;
/*  letter-spacing: 5px; */
	 /*min-width: 95%;*/
 }
 .wpcf7 input:hover[type="submit"] {
 background: #494949;
 transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
 background: #000000;
 }

/*Select button */
/* select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 16px;
    background-color: #f5f5f5;
    border: 1px solid #494949;
    border-radius: 3px;
    width: 95%;
    padding: 2%;
} */