/*!
Theme Name: brcall_theme
Theme URI: https://brcallcenter.com
Version: 1.0
Description: Template BR Call
Author: Webmaster
Author URI: https://brcallcenter.com
Tags: brcallcenter,responsivo
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/*/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.10.7
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*/


/*-------------------------------------------------*/
/*-------------[ ADD CUSTOM CSS HERE ]-------------*/
/*-------------------------------------------------*/

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

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

/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
 color: #ffffff;
 font-size: 20px;
 font-weight: 700;
 background: #e09900;
 padding: 15px 25px 15px 25px;
 border: none;
 border-radius: 3px;
 width: 100%;
 text-transform: uppercase;
 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%;
}