/*
Theme Name: Divi Child Generic
Description: Child theme for Divi
Author: Andrea Nardi
Template: Divi
Version: 1.1.0
*/

@import url("../Divi/style.css");

.et_pb_newsletter_form .registration .input,
.et_pb_newsletter_form .registration input[type=password],
.et_pb_newsletter_form .registration input[type=date],
.et_pb_newsletter_form .registration input[type=text],
.et_pb_newsletter_form .registration input[type=number],
.et_pb_newsletter_form .registration p.et_pb_newsletter_field input[type=text],
.et_pb_newsletter_form .registration p.et_pb_newsletter_field input[type=date],
.et_pb_newsletter_form .registration p.et_pb_newsletter_field input[type=password],
.et_pb_newsletter_form .registration p.et_pb_newsletter_field textarea,
.et_pb_newsletter_form .registration select,
.et_pb_newsletter_form .registration textarea {
    width: 97%;
}

.et_pb_newsletter_form input[type=number], .et_pb_newsletter_form input[type=date] {
    -webkit-appearance: none;
    padding: 14px 4%!important;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    width: 100%;
    font-weight: 400;
    border-width: 0;
    border-radius: 3px;
}

.registration p.et_pb_contact_form_field {
    width: 49%;
    display: inline-block;
}

form.registration p.et_pb_contact_form_field.form_field_full_width {
    width: 100%;
    display: block;
}
