/*
Theme Name: Divi KJan Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes for KJan Express template
Author:   Kathie Jankauskas KJanStudio
Template: Divi
*/
@import url("../Divi/style.css");

/*  remove footer widget bullets from menu  */
#footer-widgets .footer-widget li:before {
display: none; 
} 
#footer-widgets .footer-widget li {padding-left: 0px;}
.et_pb_widget ul li {
   margin-bottom: 0em;}




/* media query breakpoints */


@media ( max-width: 1101px ) {


}

@media (max-width: 980px) {

}


@media ( max-width: 768px ) {

}


@media ( max-width: 425px ) {


}