#news

#news-list a {
	font-weight: 1em;
	text-transform: uppercase;
}

#news-list .news-title h1, #single-news .news-title h1 {
	color: #996633 !important;
	font-weight: 700;
	font-size: 1.3em;
}

#news-list .news-short, #single-news .news-text {
	color: #666666;
	font-weight: 300;
	font-size: 1em;
	line-height: 2em;
}

#news-list .img-placeholder {
	height: 300px;
	max-height: 300px;
}

#news-list .img-placeholder img {
	width: 100%;
    height: inherit;
    object-fit: cover;
}

#news-list .news-date, #single-news .news-date {
	padding: 3px 5px;
	background-color: #996633;
	color: #fff;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	text-transform: uppercase;
}

#news-list .pagination-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

#news-list .pagination-list li {
	display: inline-block;
	margin: 0 15px;
}

#news-list .pagination-list li a.active {
	font-weight: 700;
}

#share-buttons ul {
	padding: 0;
	margin: 0;
}

#share-buttons ul li {
	display: inline-block;
	margin-right: 15px;;
}

#share-buttons h1 {
	color: #996633 !important;
	font-weight: 700;
	font-size: 1.3em;
	text-transform: uppercase;
}
