/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
/* Make each footer line sit on its own row */
#footer-bottom #footer-info {
  float: none !important;
  clear: both;           /* drop below social icons/floats */
  display: block;
  width: 100%;
  text-align: left;
  margin: 6px 0 2px;
}

#footer-bottom #footer-member {
  float: none !important;
  display: block;
  width: 100%;
  text-align: left;
  margin: 2px 0 6px;
  font-size: 13px;       /* optional subtext style */
  color: #666;           /* optional subtext color */
}

------------------------------------------------------- */
