/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */


/* ICONOS EN FORMULARIO DE CONTACTO /*
/* Tutorial en: https://dividezigns.com/how-to-add-divi-icons-to-contact-form-fields/ */

.dd_icon_form .et_pb_contact_field p {
    position: relative;
}

.dd_icon_form .et_pb_contact_form p:before {
    font-family: "ETmodules";
    background: #eeeeee;
    position: absolute;
    color: #000000;
 /*   -webkit-transform: translatey(100%!important);
    transform: translatey(100%!important); */
    z-index: 3;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    box-sizing: border-box;
}

.dd_icon_form .et_pb_contact_form_0 .input {
    position: relative;
    padding-left: 55px;
    height: 50px;
}

.dd_icon_form .et_pb_contact_field_0,
.dd_icon_form .et_pb_contact_field_1, 
.dd_icon_form .et_pb_contact_field_2,
.dd_icon_form .et_pb_contact_field_3,
.dd_icon_form .et_pb_contact_field_4 {
    position: relative;
}

.dd_icon_form .et_pb_contact_field_0:before {
    font-family: "ETmodules";
    content: "\e08a";
}

.dd_icon_form .et_pb_contact_field_1:before {
    font-family: "ETmodules";
    content: "\e090";
}
.dd_icon_form .et_pb_contact_field_2:before {
    font-family: "ETmodules";
    content: "\e076";
}

.dd_icon_form .et_pb_contact_field_3:before {
    font-family: "ETmodules";
    content: "\e065";
}

.dd_icon_form .et_pb_contact_field_4:before {
    font-family: "ETmodules";
    content: "\e081";
}


/* PARA REDUCIR MARGENES DE SEPARACION EN BSK PDF */

.bsk-pdfm-output-container {
    margin: 0 0 0.5rem 0 !important;
    padding: 0 0 0.5rem 0 !important;
}

.bsk-pdfm-date-filter {
    padding: 0px 0px 15px 0px !important;
}



