/*
Theme Name: Truemag child
Template: truemag
Version:      1.2.1
*/
/* Theme customization starts here
-------------------------------------------------------------- */
.wpp-list {
}
.wpp-list li {
	overflow: hidden;
	/* margin: 0 0 1em 0; */
	margin: 0;
	padding: 1em 0 1em 0;
	/* padding: 0; */
	border-bottom: #ddd 1px solid;
}
.wpp-list li:first-of-type {
	padding: 0 0 1em 0;
}
.wpp-list li .wpp-thumbnail {
	float: left;
	/* margin: 0 1em 0.6em 0; */
	margin: 0;
}
.wpp-list li .category,
.wpp-list li .wpp-post-title {
	display: block;
	/* font-weight: bold; */
}
.wpp-list li .category {
	/* margin-bottom: 0.6em; */
	margin-bottom: 0;
	color: #0366d6;
	font-size: 0.8em;
	line-height: 1;
}
.wpp-list li .wpp-post-title {
	/* margin-bottom: 0.2em; */
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.3;
}
.wpp-list li .wpp-excerpt {
	float: none;
	clear: both;
	margin: 0;
}

#bottom  .widget  ul{ list-style:none; margin:0; padding:0}
#bottom  .widget  ul li:before{
	content: "\f105";
	font-family: 'Font Awesome 5 Free' ;
	font-weight: bold;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	padding: 0 6px 3px 7px;
	border-radius: 10px;
	border: 1px solid #f9c73d;
	position: relative;
	font-size: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 17px;
	top: 1px;
	position:relative
}



.searchandfilter > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}