/*
Theme Name: Divi Plus Law Firm
Theme URI: https://diviextended.com/product/divi-plus/
Description: Divi Plus plugin based ready-to-use Divi child theme designed for Law Firm.
Author: Divi Extended
Author URI: https://diviextended.com/
Template: Divi
Version: 1.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Example: Change body background */
body {
    background-color: #f5f5f5 !important;
}

/* Override Divi headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

/* Override buttons */
.et_pb_button {
    background-color: #0073ff !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

/* Hover effect */
.et_pb_button:hover {
    background-color: #0056b3 !important;
}

/* Override header */
#main-header {
    background-color: #000000 !important;
}

/* Fix menu links */
#top-menu li a {
    color: #ffffff !important;
}

/* Footer customization */
#main-footer {
    background-color: #111 !important;
    color: #ccc !important;
}
