/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Add background color to fullwidth header on homepage */
.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
}

.entry-content ul {
    padding: 0 0 23px 45px;
}

@media screen and (max-width: 980px) {
.et_header_style_left #logo {
    max-width: 80% !important;
}}

