/*
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;
}

/* PVC widget */
/*
.widget-border {
    margin-top: 30px !important;
}
*/

/* Additional CSS
.widget-border {
    margin-bottom: 10px !important;
}

.widget-border + .xs-related-section {
    margin-top: 20px !important;
}

#featured-img-id {
	margin-bottom: 10px;
}

.multilink-title {
	width: 180px;
}
*/

/* WTI Like Post - tooltip fix */
.action-like a, .action-unlike a {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.action-like a img.wti-pixel,
.action-unlike a img.wti-pixel {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
/* PESARES 24.06: full-width container kao pervtube (truemag 4.3.14.3 parent izgubio full-width) */
@media (min-width:1200px){ body.full-width .container { width:100% !important; max-width:100% !important; } }
