.single-post .entry .list-related-posts {
  margin: 0 0 30px 0;
  clear:both !important;
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  color: #282828;
}
.single-post .entry .list-related-posts>p {
  margin-bottom: 6px !important;
  line-height: 100%;
  font-family: museo-sans,sans-serif;
  font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	font-variant-numeric: lining-nums;
	color: #bd8d27;
}
.single-post .entry .list-related-posts ul {
  list-style-type: none;
  margin: 0;
	padding: 0;
}
.single-post .entry .list-related-posts ul li {
	margin: 9px 0;
	padding-left: 15px;
	line-height: 18px;
	list-style: none;
	position: relative;
}
.single-post .entry .list-related-posts ul li::before {
	content: '';
  background-color: #bd8d27;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
}
.single-post .entry .list-related-posts ul li figure {
	padding: 0;
	margin: 0 0 12px 0;
}
.single-post .entry .list-related-posts ul li a {
	color: #000;
	font-family: freight-sans-pro,sans-serif;
  font-weight: 500;
  font-size: var(--text-lg);
  text-transform: none;
  position: relative;
  /*padding-left: 15px;*/
}
.single-post .entry .list-related-posts ul li a:hover {
	color: #333530;
}
.single-post .entry .list-related-posts ul li p {
	margin: 0 !important;
}
/*.single-post .entry .list-related-posts ul li a:before {
	content: '';
  background-color: #bd8d27;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 100%;
}
*/

@media(max-width: 767px) {
	.single-post .entry .list-related-posts ul li img {
		max-width: 100px;
	}
	.single-post .entry .list-related-posts ul li figure {
		margin-right: 12px;
	}
	/*.single-post .entry .list-related-posts ul li a {
		display: flex;
	}*/
}
@media(min-width: 768px) {
	/*
	.single-post .entry .list-related-posts ul {
		margin-left: 0;
		margin-right: 0;
	  /*display: flex;
	  flex-wrap: wrap;
	}
	*/
	/*.single-post .entry .list-related-posts ul li {
	  flex: 0 0 33.333333%;
	  padding-left: 15px;
	  padding-right: 15px;
	}*/
}