/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.cs-breadcrumbs {
	margin-bottom: 1.5rem;
}

.cs-breadcrumbs .cs-separator {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}

.cs-breadcrumbs .cs-separator:before {
	font-family: "cs-icons";
	content: "»";
}

#crumbs > a.current {
	color: #b3b3b3;
}

#crumbs > a.current:hover {
	color: #cdcdcd;
}

