/**
 * 6.0 News
 */

.blog #content div.banner_c,
.category #content div.banner_c {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.blog #content div.banner_c div.desktop_w,
.category #content div.banner_c div.desktop_w {
	display: flex;
	flex-direction: column;
	height: 340px;
	justify-content: center;
	padding: 20px 50% 20px 20px;
	position: relative;
	z-index: 2;
}

.blog #content div.banner_c div.desktop_w h1,
.category #content div.banner_c div.desktop_w h1 {
	color: #fff;
	font-size: 2.4rem;
	line-height: 2.9rem;
	text-transform: uppercase;
	z-index: 1;
}

.blog div.filter_insights_c,
.category div.filter_insights_c {
	padding: 0 20px;
}

.blog div.filter_insights_c div.desktop_w,
.category div.filter_insights_c div.desktop_w {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.blog div.filter_insights_c div.header,
.category div.filter_insights_c div.header {
	color: #a49e9e;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.blog div.filter_insights_c div.filter_c,
.category div.filter_insights_c div.filter_c {

}

.blog div.filter_insights_c div.filter_c div.select,
.category div.filter_insights_c div.filter_c div.select {
	border-bottom: 1px solid #000;
	color: #ef710c;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.58px;
	line-height: 2;
	padding: 0 30px 0 0;
	position: relative;
	text-transform: uppercase;
}

.blog div.filter_insights_c div.filter_c div.select::after,
.category div.filter_insights_c div.filter_c div.select::after {
	color: #000;
	content: '\f078';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	position: absolute;
	right: 0;
	top: calc(50% - 16px);
}

.blog div.filter_insights_c div.filter_c div.select.open::after,
.category div.filter_insights_c div.filter_c div.select.open::after {
	content: '\f077';
}

.blog div.filter_insights_c div.filter_c div.options,
.category div.filter_insights_c div.filter_c div.options {
	display: none;
}

.blog div.filter_insights_c div.filter_c div.options a.option,
.category div.filter_insights_c div.filter_c div.options a.option {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.58px;
	line-height: 1.5;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
}

.blog div.filter_insights_c div.filter_c div.options a.option:hover,
.category div.filter_insights_c div.filter_c div.options a.option:hover {
	color: #ef710c;
}

.blog div.filter_insights_c div.filter_c div.options a.option:last-child,
.category div.filter_insights_c div.filter_c div.options a.option:last-child {
	border-bottom: none;
}

.blog div.posts_c,
.category div.posts_c {
	padding: 60px 20px;
}

.blog div.posts_c a,
.category div.posts_c a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 60vw;
	justify-content: flex-end;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
}

.blog div.posts_c a > span,
.category div.posts_c a > span {
	display: block;
	height: auto;
	max-height: 100%;
	padding: 20px;
	transition: all 0.5s ease;
}

.blog div.posts_c a > span > *,
.category div.posts_c a > span > * {
	display: block;
}

.blog div.posts_c a h2,
.category div.posts_c a h2 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.44px;
	line-height: 2.4rem;
}

.blog div.posts_c a span.header,
.category div.posts_c a span.header {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.blog div.posts_c a span.category,
.blog div.posts_c a span.scale,
.category div.posts_c a span.category,
.category div.posts_c a span.scale {
	font-size: 1.6rem;
	letter-spacing: 0.71px;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

.single #content div.banner_c {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.single #content div.banner_c div.desktop_w {
	display: flex;
	flex-direction: column;
	height: 340px;
	justify-content: center;
	padding: 20px 50% 20px 20px;
	position: relative;
	z-index: 2;
}

.single #content_c {
	padding: 60px 20px;
}

.single #content_c div.date_category_c {
	display: flex;
	margin: 0 0 10px 0;
}

.single #content_c div.date_category_c > div {
	color: #a49e9e;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	text-transform: uppercase;
}

.single #content_c div.date_category_c > div a {
	color: #a49e9e;
	text-decoration: underline;
}

.single #content_c div.date_category_c > div:first-child {
	border-right: 1px solid #a49e9e;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

.single #content_c h1 {
	font-size: 2.4rem;
	line-height: 2.9rem;
	margin: 20px 0 30px 0;
	text-transform: uppercase;
}

.single #content_c ul li {
	font-family: 'Domine', serif;
	font-size: 1.6rem;
	line-height: 2.7rem;
}

.single #content_c p a {
	color: #ef710c;
}

.single #related_c {
	background-color: rgba(0, 0, 0, 0.07);
	padding: 60px 20px;
}

.single #related_c h2 {
	color: #ef710c;
}

.single #related_c div.related_c {

}

.single #related_c div.related_c div.post_c {
	margin: 40px 0 0 0;
}

.single #related_c div.related_c div.post_c div.image {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	margin: 0 0 20px 0;
}

.single #related_c div.related_c div.post_c div.title {
	font-size: 1.6rem;
	letter-spacing: 0.4px;
	line-height: 1.8rem;
	text-transform: uppercase;
}

.single #related_c div.related_c div.post_c a {
	color: #000;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.71px;
	line-height: 2;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

.single #related_c div.related_c div.post_c a::after {
	bottom: 0;
	content: '';
	background-color: #ef710c;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.single #related_c div.related_c div.post_c a i {
	color: #ef710c;
	margin: 0 0 0 0.5em;
	position: relative;
	transition: margin 0.04s ease-in-out;
}

.single #related_c div.related_c div.post_c a:hover {
	color: #ef710c;
}

.single #related_c div.related_c div.post_c a:hover i {
	margin: 0 0 0 1em;
}

@media screen and (min-width: 768px) {
	.blog #content div.banner_c div.desktop_w,
	.category #content div.banner_c div.desktop_w {
		height: 388px;
	}

	.single #content div.banner_c div.desktop_w {
		height: 450px;
	}
}

@media screen and (min-width: 1024px) {
	.blog #content div.banner_c div.desktop_w h1,
	.category #content div.banner_c div.desktop_w h1 {
		font-size: 3.0rem;
		line-height: 3.5rem;
	}

	.blog #content div.banner_c div.desktop_w > a,
	.category #content div.banner_c div.desktop_w > a {
		font-size: 1.4rem;
	}

	.blog div.posts_c div.desktop_w,
	.category div.posts_c div.desktop_w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.blog div.posts_c div.desktop_w,
	.category div.posts_c div.desktop_w {
		display: grid;
		column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.blog div.filter_insights_c div.desktop_w,
	.category div.filter_insights_c div.desktop_w {
		padding: 40px;
	}

	.blog div.filter_insights_c div.filter_c div.select,
	.category div.filter_insights_c div.filter_c div.select {
		font-size: 2.6rem;
	}

	.blog div.filter_insights_c div.filter_c div.select::after,
	.category div.filter_insights_c div.filter_c div.select::after {
		top: calc(50% - 26px);
	}

	.blog div.filter_insights_c div.filter_c div.options a.option,
	.category div.filter_insights_c div.filter_c div.options a.option {
		font-size: 2.6rem;
	}

	.blog div.filter_insights_c div.filter_c div.options a.option:hover,
	.category div.filter_insights_c div.filter_c div.options a.option:hover {
		color: #ef710c;
	}

	.blog div.posts_c a,
	.category div.posts_c a {
		flex: 0 0 calc(50% - 15px);
		height: 45vw;
		margin: 0 0 20px 0;
		max-height: 400px;
	}

	.blog div.posts_c a h2,
	.category div.posts_c a h2 {
		margin: 0 0 25px 0;
	}

	.blog div.posts_c a > span,
	.category div.posts_c a > span {
		margin-bottom: -115px;
	}

	.blog div.posts_c a:hover > span,
	.category div.posts_c a:hover > span {
		margin-bottom: 0;
	}

	.blog div.posts_c a span.category,
	.blog div.posts_c a span.scale,
	.category div.posts_c a span.category,
	.category div.posts_c a span.scale {
		font-size: 1.8rem;
	}

	.single #content div.banner_c div.desktop_w {
		height: 650px;
	}

	.single #content_c div.desktop_w {
		padding: 0 350px 0 0;
	}

	.single #content_c h1 {
		font-size: 3.0rem;
		line-height: 3.5rem;
	}

	.single #related_c div.related_c {
		display: flex;
		justify-content: space-between;
	}

	.single #related_c div.related_c div.post_c {
		flex: 0 0 calc(33.333% - 20px);
	}

	.single #related_c div.related_c div.post_c div.image {
		height: 20vw;
		max-height: 250px;
	}

	.single #related_c div.related_c div.post_c div.title {
		font-size: 1.8rem;
		line-height: 2.1rem;
	}

	.single #related_c div.related_c div.post_c a {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 1260px) {
	.blog #content div.banner_c div.desktop_w,
	.category #content div.banner_c div.desktop_w {
		padding: 20px calc(0.6 * 1260px) 20px 20px;
	}

	.blog div.posts_c,
	.category div.posts_c {
		padding: 100px 20px;
	}

	.single #content div.banner_c div.desktop_w {
		height: 650px;
	}

	.single #related_c {
		padding: 100px 20px;
	}
}
