.ks-widget:not(:last-child) {
	margin-bottom: 40px;
}
.ks-widget__title {
  border-left: 3px solid #0089f7;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}

.ks-widget a {
	color: #333;
}
.ks-widget a:hover {
	color: #0089f7;
}
.ks-widget ul {
	padding-left: 0px;
}
.ks-widget ul li {
	position: relative;
	padding-left: 20px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	list-style-type: none;
}
.ks-widget ul li::before {
	color: rgb(153, 153, 153);
    content: "❖";
    font-family: 'Roboto', sans-serif!important;
    position: absolute;
    left: 0px;
    top: 1px;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 14px;
}

.ks-widget .current-cat a {
	color: #0089f7;
}

.ks-widget .children li {
  border: none;
}
.ks-widget .children {
  padding: 15px 0 5px;
  margin: 0px;
}
.ks-widget .children li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ks-widget .menu-item-has-children ul.sub-menu {
 	display: none!important;
}