/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Divi Child Theme
 Author:       X&M Company
 Author URI:   http://www.xm-company.com
 Template:     Divi
 Version:      2.4.6.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

@import url("../Divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

.et_pb_fullwidth_header {
height:100px !important;
padding-top:0px !important;
padding-bottom:0px !important;
}

/*added to widen contact form 7 text field*/
.wpcf7 input[type="text"] {width:97%;}
.wpcf7 textarea.wpcf7-textarea { width:97%; height:100px;}
.wpcf7 input[type="email"] {width:97%;}
.wpcf7 input[type="tel"] {width:97%;}