/*
Theme Name: Divi Child
Description: Childtheme fuer Divi 
Author: Franz Hauser
Author URI: http://fth-it.net
Template: Divi
Version: 1.0.0
*/
#top-header .menu-item:before {
    content: "|";
    position: absolute;
    right: -13px;
}
#top-header .menu-item:last-child:before{
	content: "";
}