/*
Theme Name: Test
Author: Efishinsea
Author URI: http://www.efishinsea.com
Description: The7 is the parent theme, this is the child theme.
Version: 1.0.0
Template: dt-the7
*/

/*breadcrumbs background color*/
.breadcrumbs {
	color:#fff !important;
	font-size:16px !important;
	/*background-color: rgba(0, 0, 0, 0.05);*/
}
 .breadcrumbs  a {
	color:#fff !important;
	font-size:16px !important;
}
.breadcrumbs  a:hover {
	text-decoration:none;
	color:#000;
}

#bottom-bar .mini-nav ul > li.act > a .menu-item-text,
#bottom-menu a {
	text-decoration:none;
}
#bottom-bar .mini-nav ul > li.act > a:hover .menu-item-text,
#bottom-menu a:hover {
	text-decoration:underline;
}

.lensalist ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
.lensalist ul ul {
  	margin-top:15px;
}
.lensalist li {
	padding-left: 1.3em;
	margin-bottom:15px;
}
.lensalist li:before {
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	color:#72b1c8;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}
.lensalist li li:before {
	content: "\f111";
}