/**
 * 3.0 Our Work
 */

.page-template-our-work #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;
	position: relative;
	width: 100%;
}

.page-template-our-work #banner_c div.banner_c div.headline {
	color: #fed086;
	font-family: serif;
	font-size: 3.0rem;
	font-style: italic;
}

.page-template-our-work #banner_c div.banner_c div.subhead {
	color: #fed086;
	font-size: 3.0rem;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-our-work #banner_c div.banner_c div.arrow-right {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #5a4a42;
	border-top: 15px solid transparent;
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: calc(50% - 30px);
	width: 0;
}

.page-template-our-work #work_c {
	padding: 20px;
}

.page-template-our-work #work_c a {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	height: 60vw;
	margin: 0 0 20px 0;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.page-template-our-work #banner_c {
		margin: 50px 0 0 0;
	}

	.page-template-our-work #banner_c div.banner_c {
		border: 5px solid #5a4a42;
		height: 300px;
		padding: 80px 650px 80px 80px;
	}

	.page-template-our-work #work_c {
		margin: 30px 0 0 0;
		padding: 0;
	}

	.page-template-our-work #work_c div.desktop_w {
		display: flex;
		flex-wrap: wrap;
	}

	.page-template-our-work #work_c a {
		height: 300px;
		flex: 0 0 315px;
		margin: 0 30px 30px 0;
	}

	.page-template-our-work #work_c a:nth-child(4n) {
		margin: 0 0 30px 0;
	}
}
