/*/////////////////////////////////////////////
//// BEGIN: Collection Category Page
/////////////////////////////////////////////*/
.page-header {
	position: relative;
    top: auto;
	width: 100%;
	height: 45vw;
	margin: 0 auto 100px;
	background: no-repeat center center / cover transparent;
	border: 12px solid #E7C983;
}

.page-header.header-content {
	background: no-repeat center center / cover transparent;
}

.page-header .video-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.video-container .video-wrapper {
	height: 100%;
	padding-bottom: 0;
}

.video-container .video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.page-header .header-overlay {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,29,29,0.5);
}

.page-header .header-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: calc(84.75% + 12px);
	margin: 0 auto;
	align-content: center;
	align-items: center;
}

.page-header .eyebrow {
	position: absolute;
	top: 8%;
	left: 0;
	font-size: 10px;
	/*font-size: 0.7vw;*/
	letter-spacing: 1px;
}

.page-header .eyebrow a,
.page-header .eyebrow span {
	color: #FBF5E5;
}

.page-header .eyebrow span.dashicons {
	width: auto;
	height: auto;
	vertical-align: sub;
	font-size: 13px;
	/*font-size: 0.9vw;*/
}

.page-header h1 {
	margin-bottom: 0;
	color: #FBF5E5;
	font-size: 80px;
	font-size: 5.6vw;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.page-description {
	position: relative;
	width: 100%;
	margin: 0 0 10px;
}

.page-description .section-content {
	max-width: 75%;
}

.page-description .section-content p {
	color: #28352E;
	font-size: 22px;
	/*font-size: 1.7vw;*/
	font-weight: 600;
	line-height: 1.6;
}

/*/////////////////////////////////////////////
//// BEGIN: Media
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	a:hover {
		color: #3e6850;
		text-decoration: none;
	}

	.addbutton:hover {
		color: #c9e1ee;
		background: transparent;
		border: 1px solid #3e6850;
	}

	.addbutton.transparent:hover {
		background: #6ACD98;
		border: 1px solid #6ACD98;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1320px) {

	.page-header .header-wrapper {
		padding: 40px 20px 0;
		flex-direction: row;
	}

	.page-header .eyebrow {
		top: 20px;
		left: 20px;
	}
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1100px) {
}

/* BEGIN: Responsive
-----------------------------------*/
@media screen and (max-width: 1024px) {
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 960px) {

	.page-header {
		height: 52vw;
		margin: 0 auto 12px;
		border-width: 1.5vw;
	}

	.page-header .header-wrapper {
		max-width: 100%;
		padding: 8% 20px 0;
		flex-direction: row;
	}

	.page-header .eyebrow {
		top: 8%;
		left: 20px;
		font-size: 10px;
		font-size: 2.8vw;
	}

	.page-header .eyebrow span.dashicons {
		font-size: 3.1vw;
	}

	.page-header h1 {
		font-size: 38px;
		font-size: 10.6vw;
	}

	.page-description {
		margin: 0 auto;
		padding: 7% 0 0;
	}

	.page-description .section-wrapper {
		max-width: 100%;
	}

	.page-description .section-content {
		max-width: 100%;
	}

	.page-description .section-content p {
		font-size: 18px;
		font-size: 5vw;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {
}
/* FIN */