/* ************************************ HOMEPAGE ************************************ */

.section--intro {}

.section--intro .content-wrapper {
	width: 100%;
	max-width: 96rem;
	margin: 0 auto;
}

.section--intro .content-wrapper .content-container {
	max-width: 48rem;
	margin: 6rem 0 0 0;
}

.section--intro .h-type h1{
	margin-top: 1.1rem;
}

@media screen and (min-width: 68em) {
	.section--intro .content-wrapper .content-container {
		margin: 0 0 4.5rem 0;
	}
}

.section--intro .content-wrapper .zol-logo {
	text-align: center;
}

.section--intro .content-wrapper .zol-logo .svg--z-mark-static {
	height: 3.75rem;
	width: 2.9rem;
	margin: 0 auto;
	margin-top: 2.125rem;
	fill: #a8a8aa;
}

@media screen and (min-width: 68em) {
	.section--intro .content-wrapper .zol-logo .svg--z-mark-static {
		height: 3.75rem;
		width: 2.9rem;
		margin: 0 auto;
		margin-top: 2.125rem;
		fill: #a8a8aa;
	}
}

.section--intro .content-wrapper .phone-number {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5rem;
}

@media screen and (min-width: 48em) {
	.section--intro .content-wrapper .phone-number {
		padding: 4.5rem;
	}
}

.section--intro .content-wrapper .phone-number .text {
	color: #a8a8aa;
	text-transform: uppercase;
	max-width: 10rem;
}

@media screen and (min-width: 32em) {
	.section--intro .content-wrapper .phone-number .text {
		max-width: 12rem;
	}
}

@media screen and (min-width: 48em) {
	.section--intro .content-wrapper .phone-number .text {
		max-width: none;
	}
}

@media (max-width: 767px){
	.section--intro .intro-banner-logo{
		max-width: 200px;
	}
}

/* ************************************ BESPOKE PAGE ************************************ */

.section--bespoke .scroll {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	z-index: 5;
	cursor: pointer;
}

@media screen and (min-width: 64em) {
	.section--bespoke .scroll {
		display: flex;
	}
}

.section--bespoke .scroll-arrow {
	margin-left: .5rem;
	width: 2.7375rem;
	height: 1.95625rem;
	fill: #a8a8a8;
}

/* ************************************ GET IN TOUCH PAGE ************************************ */

.section--get-in-touch {}

.section--get-in-touch .get-in-touch-content {
	max-width: 35.625rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding: 5rem 0;
}

.section--get-in-touch .heading h2 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.25rem;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 2rem;
	letter-spacing: .08125rem;
	text-align: center;
	color: #ffffff;
}

.section--get-in-touch .heading h2 + h3 {
	margin-top: 2.125rem;
}

.section--get-in-touch .heading h3 + p {
	margin-top: .9375rem;
}

.section--get-in-touch .heading p + h3 {
	margin-top: 1.875rem;
}

.section--get-in-touch .heading p + p {
	margin-top: 0rem;
}

.section--get-in-touch .heading a {
	text-decoration: none;
}

.section--get-in-touch .contact-form {
	max-width: 38.75rem;
	margin: 0 auto;
}

.section--get-in-touch .social-icons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 1.325rem;
}

@media screen and (min-width: 48em) {
	.section--get-in-touch .social-icons {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 3.25rem;
	}
}

.section--get-in-touch .social-icons .svg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 1.08rem;
	width: 1.08rem;
	transition: all .35s ease;
	margin: 0 .5625rem;
	fill: #a8a8aa;
}

.section--get-in-touch .social-icons .svg:hover {
	fill: #ffffff;
}

.section--get-in-touch .footer {
	position: absolute;
	bottom: 2.25rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.section--get-in-touch .footer a {
	text-decoration: none;
}

.section--get-in-touch .email-input {
	font-family: 'Freight Sans Pro', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.4375rem;
	letter-spacing: .0375rem;
	text-transform: none;
	color: #ffffff;
	background-color: transparent;
	padding: .8125rem 1.25rem;
	border-radius: 0rem;
	display: inline-block;
	width: calc(100% - 2rem);
	border: solid .0625rem #a8a8aa;
	margin-top: .875rem;
	height: 3.169rem;
	border-right: 0;
}

.section--get-in-touch .email-submit {
	background-image: url('/assets/ui/mini-arrow.png');
	background-position: right .6rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	width: 2rem;
	height: 3.169rem;
	background-color: transparent;
	font-size: 1.25rem;
	vertical-align: top;
	border: solid .0625rem #a8a8aa;
	margin-top: .875rem;
	border-left: 0;
	cursor: pointer;
	transition: all .35s ease;
}

.section--get-in-touch .email-submit:hover {
	background-image: url('/assets/ui/mini-arrow-hover.png');
}

.section--get-in-touch .email-input::-webkit-input-placeholder {color: #ffffff; opacity: 1;}
.section--get-in-touch .email-input:-moz-placeholder {color: #ffffff; opacity: 1;}
.section--get-in-touch .email-input::-moz-placeholder {color: #ffffff; opacity: 1;}
.section--get-in-touch .email-input:-ms-input-placeholder {color: #ffffff; opacity: 1;}

/* Error 404
============================================================= */

.page--404 {}

.page--404 .message {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.page--404 .message .wrapper {
	max-width: 36rem;
}
