/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* BuddyPress Buttons */
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"] {
    background-color: #007c88;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-weight: 600;
}

#buddypress a.button:hover,
#buddypress input[type="submit"]:hover {
    background-color: #5ab89c;
    color: #003b42;
}

/* BuddyPress profile box */
#buddypress .item-avatar img {
    border: 3px solid #007c88;
    border-radius: 8px;
}

#buddypress .activity-inner,
#buddypress .bp-widget {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Page background */
body.buddypress {
    background-color: #f4f9f8;
}
