/* Styles for the News Pages */

/* News List ------------------------------------------------- */

#news-row {
	width: 100%;
	padding: 0;
	margin: 0;
	}
#news-row h3 {
	line-height: 1.2em;
	font-size: 18px;
	margin-bottom: 8px;
	}
#news-row h3 a {
	color: #231f20;
	}
#news-row p.news-datetime {
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 8px;
}
#news-row .news-excerpt p {
	margin-bottom: 0;
	font-size: 14px;
}
.news-hr {
	background-color: rgba(150, 150, 150, 1);
    border: medium none;
    color: rgba(150, 150, 150, 1);
    height: 1px;
	}
.img-col {
	padding-left: 0;
	}
.excerpt-col {
	padding-right: 0;
	}

/* Single News -------------------------------------------------- */
.single-news-content {
	margin-bottom: 25px;
}
.single-news-content h2 {
	line-height: 1.2em;
}
.single-news-row p.news-datetime,
.single-news-row p.news-target,
.single-news-row p.news-categories {
	margin-bottom: 0;
}

/* Responsive -------------------------------------------------- */

@media screen and (max-width: 767px) {
	.img-col img {
		display: none;
	}
	.excerpt-col {
		padding-left: 0px;
	}
}

