/****************************************
		NEWS @wp
*****************************************/

@media print, screen and (min-width: 980px) {
	section .display-posts-listing {
		display: block;
		height: auto;
		margin-bottom: 15px;
		overflow: auto;
		padding: 0.5em 0 0.9em;
		width: 100%;
	}

	section .display-posts-listing ul {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
	}

	.display-posts-listing .listing-item {
		width: 100%;
		overflow: hidden;
		line-height: 1.8em;
	}

	.display-posts-listing .listing-item a {
		width: 75%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
		float: right;
	}

	.display-posts-listing .date {
		padding-right: 5%;
		color: #a48638;
		float: left;
	}
}

@media print, screen and (max-width: 980px) {
	section .display-posts-listing {
		display: block;
		height: auto;
		margin-bottom: 15px;
		overflow: auto;
		padding: 0.5em 0 0.9em;
		width: 100%;
	}

	section .display-posts-listing ul {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
		float: right;
	}

	.display-posts-listing .listing-item {
		height: auto;
		width: 100%;
		overflow: hidden;
		line-height: 1.8em;
	}

	.display-posts-listing .listing-item a {
		display: inline;
		width: 65%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
		float: right;
	}

	.display-posts-listing .date {
		display: inline;
		padding-right: 5%;
		color: #a48638;
		float: left;
	}
}

@media print, screen and (max-width: 680px) {
	section .display-posts-listing {
		display: block;
		height: auto;
		margin-bottom: 15px;
		overflow: auto;
		padding: 0.5em 0 0.9em;
		width: 100%;
	}

	section .display-posts-listing ul {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
	}

	.display-posts-listing .listing-item {
		height: auto;
		width: 100%;
		overflow: hidden;
		line-height: 1.8em;
	}

	.display-posts-listing .listing-item a {
		width: 60%;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-moz-text-overflow:ellipsis; /* Firefox */
		-o-text-overflow: ellipsis; /* Opera */
		float: right;
	}

	.display-posts-listing .date {
		display: block;
		padding-right: 5%;
		color: #a48638;
		float: left;
	}
}