/**handles:divi-style**/
/* 
 Theme Name:     Divi Child Theme By Lemonade
 Author:         Lemonade
 Author URI:     https://lemonade-it.com
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*
Example (untested) css only, adapt to suit your needs.
*/

.et_pb_title_meta_container .published {
  display: block;
}

.et_pb_title_meta_container .tag-list {
  display: inline-block;
}
.et_pb_title_meta_container .tag-list::after {
  content: ' | ';
}
.et_pb_title_meta_container .tag-list a {
  padding: 1px 2px;
  border: 1px solid #000;
}

.et_pb_title_meta_container .category-list::before {
  content: 'Category: ';
}