/**
 * @package 	WordPress
 * @subpackage 	Bambini
 * @version		1.0.1
 * 
 * Design CSS Rules
 * Created by CMSMasters
 * 
 */
.header_element_split {
  margin-left: 30px;
}
.header_element_split::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  width: 1px;
  height: 19px;
  opacity: 0.5;
  margin: auto;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
}
/*-------------------------------------------------------------------------*/
/* Vars Styles
/*-------------------------------------------------------------------------*/
