/*
Theme Name: Custom Blog Child Theme
Template: Divi
*/

/* Add your custom styles below */
body {
  background-color: #fff;
}

/* Add full custom layout styles below */


/* Replace the Divi "Line" social icon with OMEP */
.et_pb_social_icon.et_pb_social_line a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/gecco/wp-content/themes/divi-child/omep.webp') no-repeat center;
  background-size: contain;
}

/* Optional: hide the original Line icon background */
.et_pb_social_icon.et_pb_social_line a span {
  display: none;
}
