/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.nc_breadcrumb {

	font-size: 14px !important;
	padding: 10px;
	margin: 10px;
	font-size: 13px;
	padding: 10px 0 !important;
	margin: 8px 0 !important;
	z-index: 200;
	background: transparent;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.nc_breadcrumb span,
.nc_breadcrumb a {
	display: inline-block;
	color: #06afbe;
	text-decoration: none;
}
.nc_breadcrumb a {
	margin: 0 10px 0 0;
}
.nc_breadcrumb > span {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 10px;
}
.nc_breadcrumb .intro,
.nc_breadcrumb .page-number {
	/*@extend .assistive-text;*/
}
.nc_breadcrumb .sep {
	color: #000;		
	margin: 0 10px 0 0;
}
.nc_breadcrumb .u-are-here {
	font-weight: 700;
}
.is-sticky .nc_breadcrumb {
	display: none;
}
@media only screen and (max-width: 767px) {
	.nc_breadcrumb {
		display:none;
	}
}