/**
 * 2.0 Products
 */

.post-type-archive-products #banner_c {

}

.post-type-archive-products #banner_c div.banner_c {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex !important;
	flex-direction: column;
	height: 100vw;
	justify-content: center;
	padding: 0 25px;
	width: 100%;
}

.post-type-archive-products #banner_c div.banner_c div.headline {
	color: #d15e14;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.post-type-archive-products #banner_c div.banner_c div.subhead {
	color: #d15e14;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.post-type-archive-products #banner_c div.banner_c div.copy {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

.post-type-archive-products #products_c {
	padding: 20px;
}

.post-type-archive-products #products_c div.product_c {
	background: rgb(90,74,66);
	background: linear-gradient(180deg, rgba(90,74,66,1) 0%, rgba(90,74,66,0.5) 75%, rgba(0,0,0,0) 100%);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	padding: 5px 5px 50px 5px;
}

.post-type-archive-products #products_c div.product_c:hover {
	background: rgb(209,94,20);
	background: linear-gradient(180deg, rgba(209,94,20,1) 0%, rgba(209,94,20,0.5) 75%, rgba(0,0,0,0) 100%);
}

.post-type-archive-products #products_c div.product_c div.image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 60vw;
	margin: 0 0 20px 0;
}

.post-type-archive-products #products_c div.product_c div.info_c {
	padding: 10px;
}

.post-type-archive-products #products_c div.product_c div.info_c div.headline {
	color: #d15e14;
	display: block;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.post-type-archive-products #products_c div.product_c:hover div.info_c div.headline {
	color: #000;
}

.post-type-archive-products #products_c div.product_c div.info_c div.copy {
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 10px 0;
}

.post-type-archive-products #products_c div.product_c div.info_c div.cta {
	display: block;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
}

.post-type-archive-products #products_c div.product_c div.arrow-down {
	display: none;
}

@media screen and (min-width: 1024px) {
	.post-type-archive-products #banner_c {
		margin: 50px 0 0 0;
	}

	.post-type-archive-products #banner_c div.banner_c {
		border: 5px solid #5a4a42;
		height: 500px;
		padding: 80px 650px 80px 80px;
	}

	.post-type-archive-products #products_c {
		margin: 30px 0;
		padding: 0;
	}

	.post-type-archive-products #products_c div.desktop_w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.post-type-archive-products #products_c div.desktop_w::after {
		content: "";
	}

	.post-type-archive-products #products_c div.product_c {
		position: relative;
	}

	.post-type-archive-products #products_c div.product_c,
	.post-type-archive-products #products_c div.desktop_w::after {
		flex: 0 0 calc(25% - 15px);
		margin: 0;
	}

	.post-type-archive-products #products_c div.product_c div.image {
		height: 250px;
		margin: 0;
	}

	.post-type-archive-products #products_c div.product_c div.info_c {
		padding: 20px;
	}

	.post-type-archive-products #products_c div.product_c div.info_c div.cta {
		font-size: 1.6rem;
	}

	.post-type-archive-products #products_c div.product_c div.arrow-down {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #5a4a42;
		display: block;
		height: 0;
		left: 50px;
		position: absolute;
		top: -30px;
		width: 0;
	}
}
