/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */

.et_pb_column_15 {
    padding-left: 20px; 
}

/* Add background color to the Divi Form Success Message */
.et-pb-contact-message p {
    color:#f96915;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px !important;
}

/* Style the Divi Form Error Message */
.et-pb-contact-message li {
    color:#f96915;
    font-weight: 600;
    font-size: 18px;
}
