/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
	margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 1.05em 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
    text-shadow: 0 1px 0 rgb(255 255 255 / 55%);
    text-transform: uppercase;
    background-color: rgba(0,0,0,.0225);
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 72%);
}

  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.x-breadcrumb-wrap {
	display:none;
}