.et_pb_module.et_pb_dmb_breadcrumbs ol {
    list-style:none;
    overflow:hidden;
	padding: 10px 16px;
}
.et_pb_module.et_pb_dmb_breadcrumbs li {
    display:inline-block;
    vertical-align:baseline;
	line-height: 1em;
}

/* Font icons */
.et_pb_module.et_pb_dmb_breadcrumbs li+li:before,
.et_pb_module.et_pb_dmb_breadcrumbs li:first-child a:before {
	font-family: 'ETModules';
	position: relative;
	bottom: -0.11em;
}

/* Breadcrumb spacing */
.et_pb_module.et_pb_dmb_breadcrumbs li span,
.et_pb_module.et_pb_dmb_breadcrumbs li+li:before,
.et_pb_module.et_pb_dmb_breadcrumbs li:first-child a:before {
	margin: 0 6px 0 0;
}
.et_pb_module.et_pb_dmb_breadcrumbs li span:empty { 
	display: none; 
}

/* Show the module now that the CSS has loaded */
.et_pb_module.et_pb_dmb_breadcrumbs  { 
	visibility: visible !important;
}