/*
Theme Name: DIVI-child
Template: Divi
Version: 1.0.0
*/

/* Light styling for the reservation form only */
.et_pb_section_form .et_pb_module.et_pb_form {
    background: #ffffff;
    color: #111111;
}

.et_pb_section_form .et_pb_module.et_pb_form h3,
.et_pb_section_form .et_pb_module.et_pb_form legend,
.et_pb_section_form .et_pb_module.et_pb_form label {
    color: #111111;
}

.transfer-form input,
.transfer-form select,
.transfer-form textarea {
    background: #ffffff;
    color: #111111;
    border: 1px solid #cccccc;
}

.transfer-form fieldset {
    border: 1px solid #dddddd;
}

.transfer-form button {
    background: #111111;
    color: #ffffff;
    border: none;
}

.transfer-form button:hover {
    background: #333333;
}

/* Mapy.com suggest dropdown styling */
.mapy-suggest-list li {
    background: #ffffff;
    color: #111111;
}

.mapy-suggest-list li:hover {
    background: #111111;
    color: #ffffff;
}

/* Keep the honeypot hidden (anti-spam), otherwise use Divi defaults */
.honeypot-field {
    display: none !important;
}

input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
border-color: #7e9fb2;
color: #e0d6d6;
}