/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.5
*/
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Ebitung-Regular';
	src: url('fonts/Ebitung-Regular.woff2') format('woff2');
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Melodies-Bold';
	src: url('fonts/melodies-bold.woff2') format('woff2');
	font-weight: bold;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Melodies-Light';
	src: url('fonts/melodies-light.woff2') format('woff2');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'Melodies-Romatic';
	src: url('fonts/melodies-romatic.woff2') format('woff2');
	font-weight: normal;
	font-display: swap;
	font-style: italic;
}
@font-face {
	font-family: 'WindSong-Medium';
	src: url('fonts/WindSong-Medium.woff2') format('woff2');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'WindSong-Regular';
	src: url('fonts/WindSong-Regular.woff2') format('woff2');
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'CormorantGaramond';
	src: url('fonts/CormorantGaramond-Light.ttf') format('ttf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	background: #F9F4EA;
	color: #7E572C;
	text-align: justify;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.1px;
}
p a {
	color: #314541;
}
#main {padding: 0px;}
h1, .blog #main h1 a {
	color: #fff;
	text-align: center;
	font-family: "Ebitung-Regular";
	font-size: 92px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%; /* 114.08px */
	letter-spacing: 9.2px;
	text-transform: uppercase;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
h2 {
	color: #1C1C1C;
	font-family: "Ebitung-Regular";
	font-size: 62px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.24px;
	text-transform: uppercase;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
h3 {
	color: #F9F4EA;
	text-align: center;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
}
.main-btn {
	color: #7E572C;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 1px solid #7E572C;
}
.main-btn:hover {
	padding-bottom: 2px;
	margin-bottom: 8px;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
/* HEADER
------------------------------------- */
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 15;
	padding: 15px 0;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	z-index: 30;
}
.header.hidden {
	transform: translateY(-100%);
}
.header.active {
	background: #314541;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header .container {
	max-width: 1740px;
}
p.menu-title {
	display: inline-block;
	float: left;
	transform: translateX(-70px);
	vertical-align: middle;
	color: #F9F4EA;
	font-family: 'Ebitung';
	font-size: 25px;
}
.header .row {
	display: flex;
	align-items: center;
}
a.capture-btn.transition {
	color: #F9F4EA;
	font-family: "Ebitung-Regular";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #f9f4ea;
	padding: 5px 15px;
	text-decoration: none;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
a.capture-btn.transition:hover {
	background: #314541;
	color: #f9f4ea;
}
.menu-btn {
	width: 35px;
	height: 24px;
	flex: 1;
	cursor: pointer;
	max-width: 35px;
	float: right;
	transform: translateY(-15px);
}
.menu-line {
	height: 2px;
	width: 100%;
	display: block;
	margin: 7px 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	background: #F9F4EA;
}
.text-left {
	text-align: left;
}
.error404 .hero-unit h1 {
	color: #314541;
	margin-top: 50px;
	letter-spacing: 3px;
}
.mobile-header.active + .mobile-nav-menu {
	display: block;
	box-shadow: 0 4px 2px 0 rgb(0 0 0 / .03);
	border-bottom: none;
	top: 60px;
}
.mobile-wrap {
	transition: transform 0.6s ease-in-out;
	transform: translateY(0);
	top: 0;
	left: auto;
	right: 0;
	position: relative;
	z-index: 20;
	max-width: 600px;
}
.mobile-header {
	display: block;
	text-align: center;
	background: none;
	padding: 20px 0 0;
	box-shadow: none;
}
.mobile-nav-menu {
	background: rgb(49 69 65 / 90%);
	position: absolute;
	left: auto;
	right: 0;
	z-index: 10;
	width: 100%;
	border-top: 0;
	padding: 30px 50px;
	display: none;
	max-width: 450px;
}
.mobile-nav-menu hr {
	border-color: #F0EAD6;
	margin: 30px auto;
}
.mobile-nav-menu .menu-mobile li a {
	color: #F9F4EA;
	display: inline-block;
	font-family: 'CormorantGaramond';
	font-size: 25px;
	font-style: normal;
	font-weight: 300;
	line-height: 124%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.mobile-nav-menu .menu-mobile li {
	margin-bottom: 20px;
	text-decoration: none;
}
.mobile-nav-menu a.capture-btn.transition {
	font-size: 26px;
	margin-bottom: 25px;
}
.mobile-nav-menu a.capture-btn.transition:hover {
	color: #314541;
	background: #F9F4EA;
}
li#menu-item-384 {
	border-top: 1px solid #F0EAD6;
	padding-top: 30px;
}
.mobile-info a img {
	display: inline-block;
	margin: 0 0 0 20px;
}
.mobile-nav-menu li.current-menu-item a, .mobile-nav-menu li a:hover {
	border-bottom: 1px solid #f0ead6;
	text-decoration: none;
}
/* BANNER
------------------------------------- */
.banner {
	height: 100svh;
	min-height: 800px;
	max-height: 1080px;
	background: #314541 url('/assets/images/banners/inquire-banner.webp') top center no-repeat;
	position: relative;
	background-size: 1920px 1080px !important;
}
.home .banner, .page-films .banner {
	height: 100dvh;
	height: 100svh;
	min-height: 0;
	max-height: 1180px;
	background: #314541;
	overflow: hidden;
}
.banner > video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	object-fit: cover;
	max-height: 1200px;
}
.internal-page .banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgb(43 43 43 / 30%);
}
.iframe-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
button img {
	height: 15px;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.controls button {
	padding: 0 8px;
	background: none;
	border: none;
	box-shadow: none;
}
.banner .controls {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.banner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 5;
	max-width: 1250px;
}
.banner h1, .banner h3, .banner a {
	color: #F9F4EA;
	border-color: #F9F4EA;
}
.banner h1 {
	margin-bottom: 40px;
}
.home .banner::before, .page-films .banner::before {
	content: "";
	background: #2B2B2B;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: .7;
}
.page-films .banner {
	background: #2B2B2B;
}
.page-coaching .banner {
	background: #314541 url('/assets/images/banners/coaching-banner.webp') top center no-repeat;
}
.page-about .banner {
	background: #314541 url('/assets/images/banners/dyl-tiana.webp') top center no-repeat;
}
.page-faq .banner {
	background: #314541 url('/assets/images/banners/faq-banner.webp') top center no-repeat;
}
.page-inquire .banner {
	background: #314541 url('/assets/images/banners/inquire-banner.webp') top center no-repeat;
}
.down.center a {
	text-decoration: none;
}
.down.center {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	z-index: 5;
	font-size: 50px;
	font-weight: 300;
}
/* TOP
------------------------------------- */
/* MAIN
------------------------------------- */
.home-main {
	background: #314541;
	padding: 200px 0;
}
.home-main .container {
	max-width: 1380px;
}
.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin: 50px 0;
}
.two-columns p {
	margin: 0; /* Remove default paragraph margins for cleaner alignment */
	text-align: justify; /* Optional: makes the text look more polished */
}
.home-main h3 {
	font-size: 26px;
}
.home-main h2 {
	color: #F9F4EA;
	text-align: center;
	font-size: 92px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%;
	letter-spacing: 9.2px;
	text-transform: uppercase;
	text-align: center;
	max-width: 875px;
	margin: 0 auto 100px;
	position: relative;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
.home-main h2::after {
	content: "the world";
	position: absolute;
	right: -50px;
	bottom: -85px;
	font-family: 'WindSong-Regular', sans-serif;
	text-transform: lowercase;
	letter-spacing: -5.5px;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
.two-columns p {
	color: #F9F4EA;
}
.home-main .center a {
	color: #F9F4EA;
	border-color: #F9F4EA;
}
.row.contentsection {
	padding: 100px 0 80px;
}
.page-privacy-policy .main-wrap .container {
	max-width: 1140px;
}
.page-privacy-policy .main-wrap h2 {
	font-size: 40px;
	color: #314541;
}
.narrow h3 {
	color: #314541;
	text-align: center;
	flex: 1;
}
/* BOTTOM
------------------------------------- */
/* Beautiful */
.beautifully-told {
	position: relative;
	background: #314541 url(/assets/images/beautiful-background.webp) center center no-repeat;
	padding: 17vw 0;
}
.beautifully-told .container {
	max-width: 1650px;
}
.beautifully-told h2 {
	font-size: 194px;
	color: #f9f4ea;
	letter-spacing: 20px;
	line-height: 1;
	margin-bottom: 50px;
	margin-top: 20px;
}
.beautifully-told a {
	color: #F9F4EA;
	border-color: #F9F4EA;
}
/* Not Just A Story */
.story-section {
	padding: 150px 0;
	position: relative;
}
.story-title {
	text-align: center;
	max-width: 615px;
	margin-bottom: 100px;
	margin-left: 125px;
}
.story-title h2 {
	font-size: 122px;
	line-height: 1.24;
}
.story-title h3 {
	color: #1e1e1e;
	font-size: 26px;
}
.story-text {
	max-width: 1000px;
	position: absolute;
	right: 150px;
	bottom: 500px;
}
.story-text p {
	margin-bottom: 40px;
}
/* Before and After Scrubber */
.before-after-container {
	position: absolute;
	width: 100%;
	max-width: 950px;
	overflow: hidden;
	margin: 50px auto 0;
	height: 650px;
	right: 0;
	top: 250px;
}
.before-after-container p {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 5px;
	margin: 0;
	color: #fff;
	font-size: 15px;
}
.before-after-container, .slider {
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.before-image video, .after-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.after-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0 50% 0 0);
	max-height: 650px;
	background: rgb(100 100 100 / 60%);
}
.before-image {
	max-height: 650px;
}
.slider {
	position: absolute;
	top: 0;
	left: 50%; /* Start the slider in the middle */
	width: 5px;
	height: 100%;
	background-color: #f9f4ea;
	cursor: ew-resize;
	z-index: 2;
	max-height: 650px;
}
.slider .handle {
	position: absolute;
	top: 50%;
	left: -23px;
	width: 50px;
	height: 50px;
	background: #fff url(/assets/images/slider.webp) center center no-repeat;
	border: 1px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: ew-resize;
}
.after-image span, .before-image span {
	position: absolute;
	bottom: 0;
	background: #6528f5;
	font-weight: 700;
	display: inline-block;
	padding: 0 20px;
	color: white;
	font-family: 'Eveleth';
	font-size: 15px;
}
.before-image span {
	right: 0;
}
.after-image span {
	left: 0;
}
/* Showcase */
.showcase-section {
	background: #222;
}
.showcase-wrap.slick-initialized.slick-slider {
	align-items: center;
	display: flex;
	margin: 0;
}
.showcase-section button.slick-prev.slick-arrow {
	background: url('/assets/images/white-slide-arrow-left.webp') center center no-repeat;
}
.showcase-section button.slick-next.slick-arrow {
	background: url('/assets/images/white-slide-arrow-right.webp') center center no-repeat;
}
.showcase.slick-slide {
	min-height: 850px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.showcase {
	position: relative;
	z-index: 5;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.showcase::before {
	content: "";
	display: block;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .2;
}
.showcase h3 {
	font-size: 26px;
	color: #F9F4EA;
}
.showcase h2 {
	font-size: 62px;
	color: #F9F4EA;
}
.showcase-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.showcase-overlay a {
	color: #F0EAD6;
	border-color: #f0ead6;
}
.showcase-title.transition {
	position: relative;
	z-index: 10;
}
.showcase:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.showcase:hover .showcase-overlay {
	opacity: 1;
}
.showcase:hover .showcase-title {
	opacity: 0;
}
.showcase1 {
	background: url('/assets/images/banners/christina-brandon.webp') center center no-repeat;
	background-size: cover;
}
.showcase2 {
	background: url('/assets/images/banners/alec-annalise.webp') center center no-repeat;
	background-size: cover;
}
.showcase3 {
	background: url('/assets/images/banners/darya-gio.webp') center center no-repeat;
	background-size: cover;
}
.showcase4 {
	background: url('/assets/images/banners/michael-elizabeth.webp') center center no-repeat;
	background-size: cover;
}
.showcase5 {
	background: url('/assets/images/banners/trista-aram.webp') center center no-repeat;
	background-size: cover;
}
/* Process Section */
.process {
	background: url(/assets/images/sand.webp) center center repeat;
	box-sizing: border-box;
	width: 50%;
	padding: 100px;
	background-size: contain;
}
.process h3 {
	font-size: 26px;
}
.process h2 {
	color: #F9F4EA;
	text-align: center;
	font-size: 122px;
	line-height: 1.24;
	letter-spacing: 12.2px;
}
.steps {
	background: url(/assets/images/journal.webp) center center no-repeat;
	background-size: cover;
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: center;
	padding: 100px;
	justify-content: center;
	gap: 50px;
}
.step img {
	float: left;
	margin-right: 50px;
}
.steps h2 {
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	text-align: left;
}
.steps p {
	color: #FFF;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 1.1px;
}
.step img {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
/* Reviews Section */
.reviews-section {
	background: #314541 url('/assets/images/sand.webp') center center repeat;
	position: relative;
	background-size: contain;
}
.review-head {
	position: absolute;
	z-index: 15;
	right: 0;
	text-align: center;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding-top: 150px;
}
.review-section .review {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-img {
	width: 100%;
	height: 945px;
	max-width: 960px;
}
.review1 .review-img {
	background: url('/assets/images/testimonial.webp') center center no-repeat;
	background-size: cover;
}
.review2 .review-img {
	background: url('/assets/images/darya-gio.webp') center center no-repeat;
	background-size: cover;
}
.review3 .review-img {
	background: url('/assets/images/michelle-c.webp') center center no-repeat;
	background-size: cover;
}
.review4 .review-img {
	background: url('/assets/images/shawna-s.webp') center center no-repeat;
	background-size: cover;
}
.review5 .review-img {
	background: url('/assets/images/christina.webp') center center no-repeat;
	background-size: cover;
}
.review-head h2 {
	color: #F9F4EA;
	letter-spacing: 12px;
	font-size: 122px;
	line-height: 1.24;
}
.review {
	display: flex;
	align-items: end;
	justify-content: space-around;
}
.review-text {
	color: #F9F4EA;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.3px;
	padding-bottom: 150px;
	width: 100%;
}
.review-text p {
	max-width: 750px;
	margin: auto;
}
p.couple {
	color: #F9F4EA;
	text-align: center;
	font-family: "Ebitung-Regular";
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%;
	letter-spacing: 3.8px;
	margin-top: 30px;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
}
.reviews-section button.slick-prev.slick-arrow {
	background: url(/assets/images/white-slide-arrow-left.webp) center center no-repeat;
	bottom: -15px;
	top: auto;
	right: calc(50% - 55px);
	left: auto;
}
.reviews-section button.slick-next.slick-arrow {
	background: url(/assets/images/white-slide-arrow-right.webp) center center no-repeat;
	z-index: 15;
	top: auto;
	bottom: -15px;
}
/* Guide Section */
.guide-section {
	position: relative;
	padding: 15vw 0 12vw;
}
.guide-section::before {
	content: "";
	background: url(/assets/images/guide1.webp) center center no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 2;
	width: 472px;
	height: 700px;
}
.guide-section::after {
	content: "";
	background: url(/assets/images/guide2.webp) center center no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 200px;
	z-index: 2;
	width: 638px;
	height: 954px;
}
.guide-section .container {
	max-width: 1640px;
	position: relative;
	z-index: 5;
}
.section-head h3 {
	color: #1e1e1e;
	font-size: 26px;
}
.section-head h2 {
	font-size: 122px;
	letter-spacing: 12px;
	max-width: 615px;
	text-align: center;
	margin: 0 auto 215px;
}
.guide-content {
	max-width: 810px;
}
.guide-content p {
	margin-bottom: 50px;
}
.section-head .wrap {
	transform: translateX(-90px);
}
/* Begin Journey */
.begin-journey {
	padding: 11vw 30px;
	background: #222 url(/assets/images/work-together.webp) top center no-repeat;
}
.home .begin-journey {
	background: #222 url(/assets/images/journey-background.webp) center center no-repeat;
}
.begin-journey h2 {
	color: #F9F4EA;
	font-size: 122px;
	font-weight: 400;
	letter-spacing: 11px;
	line-height: 1.2;
}
.begin-journey a.main-btn {
	color: #F9F4EA;
	border-color: #F9F4EA;
}
.grecaptcha-badge {
	opacity: 0;
}
/* FOOTER
------------------------------------- */
footer {
	background: #314541;
	padding: 100px 0 40px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
	text-align: center;
	border-radius: 200px 200px 0px 0px;
	margin-top: 100px;
}
footer .container {
	max-width: 1400px;
}
footer .row {
	margin: 80px auto;
}
a.foot-phone, .foot-address, .footer-cta {
	color: #fcfcfc;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Montserrat';
	font-weight: 300;
}
footer h3 {
	font-family: 'Montserrat';
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	color: #faf7f0;
	margin-bottom: 20px;
}
footer .col-md-3 a {
	color: #F9F4EA;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	display: block;
	text-align: left;
	margin-bottom: 24px;
}
footer a:hover {
	color: #fff;
}
.menu-footer {
	margin: 0;
	list-style: none;
	padding: 0;
}
footer a {
	color: #F9F4EA;
}
footer h2 {
	color: #F9F4EA;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
	text-align: left;
	margin-bottom: 25px;
}
a.award {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-right: 20px;
}
.attribution {
	color: #fcfcfc;
	text-align: center;
	padding: 0;
	background: none;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-family: 'Montserrat';
	font-weight: 400;
	vertical-align: middle;
	text-transform: uppercase;
}
.attribution a {
	text-decoration: none;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #F9F4EA;
	color: #7E572C;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
#back-to-top:hover {
	background-color: #314541; /* Slightly darker for hover effect */
	color: #F9F4EA;
}
.modal-header {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	background: #314541;
}
.modal-content {
	background: #F9F4EA !important;
}
.modal label {
	color: #1e1e1e;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	font-weight: 600;
	margin-bottom: 25px;
}
.modal input.wpcf7-form-control.wpcf7-submit.has-spinner {
	color: #7E572C;
	text-align: center;
	font-family: Montserrat;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	border: none;
	border-bottom: 2px solid #73572c;
}
.modal input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: none;
	color: #fff;
	border-color: #314541;
	background: #314541;
}
.modal-header .close:hover {
	color: #ad3b32 !important;
	text-shadow: none;
}
body a {
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
/* INTERNAL PAGES
------------------------------------- */
span.project-type {
	color: var(--Neutral-400, #A3A3A3);
	text-align: center;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	border-radius: 50px;
	border: 1px solid var(--Neutral-400, #A3A3A3);
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 50px auto 25px;
}
span.project-location {
	color: var(--Neutral-600, #707070);
	text-align: center;
	font-family: 'Montserrat';
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	display: block;
}
.parent-pageid-241 .main-wrap .narrow, .parent-pageid-239 .main-wrap .narrow {
	max-width: 900px;
	margin: auto;
}
.vid-wrap {
	margin-bottom: 50px;
}
.parent-pageid-241 #main .vid-wrap h3, .parent-pageid-239 #main .vid-wrap h3 {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 1.5;
	display: block;
}
.parent-pageid-241 #main .narrow h3, .parent-pageid-239 #main .narrow h3 {
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat';
	line-height: 1.5;
	margin: 0 0 -25px;
	display: block;
}
.narrow {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 900px;
	margin: auto;
}
.narrow img {
	flex: 0 0 100%; /* Default to full width */
	max-width: 100%; /* Ensure images do not exceed the container's width */
	height: auto; /* Maintain aspect ratio */
}
.narrow img.split {
	flex: 0 0 calc(50% - 40px); /* Adjust width for two side-by-side images with space */
	max-width: calc(50% - 40px); /* Adjust max-width to maintain aspect ratio */
}
.single-review {
	border: 1px solid #E0DED7;
	background: #314541;
	padding: 130px 150px 150px;
	margin-top: 100px;
	color: #F9F4EA;
}
.single-review p.mini {
	font-size: 16px;
	margin-bottom: 5px;
	font-style: normal;
}
.single-review h2 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.white-box {
	margin-top: 50px;
}
.single-review h3 {
	color: #F9F4EA;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 20px;
	font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	-webkit-font-feature-settings: 'liga'1, 'calt'1, 'dlig'1;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-alternates: stylistic(1);
	font-family: "Ebitung-Regular";
	letter-spacing: 2px;
}
.single-review > h3 {
	margin-bottom: 50px;
}
.single-review .center {
	margin-bottom: 50px;
}
.accordion {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.accordion-item {
	margin-bottom: 0;
	box-shadow: none;
	width: 45%;
}
.accordion-heading {
	cursor: pointer;
	padding: 20px 15px 20px 25px;
	background: none;
	border: 1px solid #7e572c;
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}
.accordion-content {
	display: none;
	padding: 35px 35px 25px;
	font-weight: 300;
}
.accordion-content p {
	margin: 0;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 20px;
}
.accordion-heading span {
	font-family: 'Montserrat';
	font-size: 20px;
	line-height: 1.2;
}
.page-id-150 #main p {
	text-align: left;
}
.page-id-150 #main {
	text-align: center;
}
.page-id-150 #main img {
	margin-bottom: 30px;
}
.parallax {
	background-attachment: fixed !important;
	background-size: cover;
}
/* Films Page */
.child-menu-page {
	display: none;
}
.child-menu-page ul {
	list-style: none;
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.child-menu-page ul li a {
	color: #2B2B2B;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.25;
}
.child-menu-page ul li {
	width: 25%;
	border-left: 3px solid #7E572C;
	padding-left: 20px;
	margin-bottom: 50px;
}
.project-showcase {
	position: relative;
	height: 800px;
	background-size: 1920px 1080px !important;
}
.project-showcase .showcase-overlay {
	opacity: 1;
	text-align: center;
	background: rgb(43 43 43 / 60%);
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.project-showcase .showcase-title h2 {
	color: #F9F4EA;
	font-size: 45px;
}
.project-showcase .showcase-overlay a.main-btn.transition {
	color: #F9F4EA;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	font-family: 'CormorantGaramond';
}
.project-showcase h3 {
	font-size: 18px;
}
.project-showcase.project1, .page-christina-brandon .banner {
	background: url('/assets/images/banners/christina-brandon.webp') top center no-repeat;
}
.project-showcase.project2, .page-alec-annalise .banner {
	background: url('/assets/images/banners/alec-annalise.webp') top center no-repeat;
}
.project-showcase.project3, .page-darya-gio .banner {
	background: url('/assets/images/banners/darya-gio.webp') top center no-repeat;
}
.project-showcase.project4, .page-christian-hailey .banner {
	background: url('/assets/images/banners/christian-hailey.webp') top center no-repeat;
}
.project-showcase.project5, .page-michael-eli .banner {
	background: url('/assets/images/banners/michael-elizabeth.webp') top center no-repeat;
}
.project-showcase.project6, .page-tyson-avery .banner {
	background: url('/assets/images/banners/tyson-avery.webp') top center no-repeat;
}
.project-showcase.project7, .page-trista-aram .banner {
	background: url('/assets/images/banners/trista-aram.webp') top center no-repeat;
}
.project-showcase.project8, .page-kayla-daulton .banner {
	background: url('/assets/images/banners/kayla-daulton.webp') top center no-repeat;
}
.project-showcase.project9, .page-michael-shawna .banner {
	background: url('/assets/images/banners/michael-shawna.webp') top center no-repeat;
}
.project-showcase.project10, .page-michelle-cedric .banner {
	background: url('/assets/images/banners/cedric-michelle.webp') top center no-repeat;
}
.project-showcase.project11, .page-lindsey-aaron .banner {
	background: url('/assets/images/banners/lindsey-aaron.webp') top center no-repeat;
}
.project-showcase.project12, .page-bree-sean .banner {
	background: url('/assets/images/banners/bree-sean.webp') top center no-repeat;
}
.project-showcase:hover .showcase-overlay {
	background: none;
}
.page-inquire .main-wrap .container {
	max-width: 1440px;
}
.vid-wrap h3 {
	color: #314541;
	margin-bottom: 50px;
}
.map-box {
	position: relative;
	margin: 50px 0;
}
.pin-info.transition {
	background: #f9f4ea;
	padding: 15px;
	position: absolute;
	box-shadow: 0 0 5px rgb(88 112 110 / 30%);
	opacity: 0;
	min-width: 320px;
	text-align: center;
}
.pin-info.transition h2 {
	font-size: 35px;
}
.pin::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px; /* Define the hoverable area */
	height: 20px;
	background: transparent; /* Transparent but functional for hover */
	pointer-events: all; /* Ensures the hoverable area can detect hover */
}
.hover-area {
	position: absolute;
	top: -10px;
	left: -15px;
	width: 32px;
	height: 50px;
	background: transparent;
	pointer-events: all;
	z-index: 5;
}
.hover-area:hover + .pin-info {
	opacity: 1;
}
.pin-info h3 {
	color: #58706e;
	font-size: 18px;
	text-align: center;
}
.pin-info p {
	display: none;
}
.pin {
	position: absolute;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.project1-pin { /* Christina Brandon */
	top: 14.5%;
	left: 36.5%;
	z-index: 2;
}
.project2-pin { /* Alec Annalise */
	top: 20%;
	left: 11.2%;
	z-index: 15;
}
.project3-pin { /* Darya Gio */
	top: 53%;
	left: 27.2%;
}
.project4-pin { /* Christian Hailey */
	top: 29.5%;
	right: 9.8%;
}
.project4-pin .pin-info.transition {
	right: 0;
}
.project5-pin { /* Michael Eli */
	top: 31.5%;
	left: 23.5%;
}
.project6-pin { /* Tyson Avery */
	top: 23.5%;
	left: 16.2%;
	z-index: 6;
}
.project7-pin { /* Trista Aram */
	top: 16.8%;
	left: 40.3%;
}
.project8-pin { /* Kayla Daulton */
	top: 22.5%;
	left: 17.5%;
	z-index: 5;
}
.project9-pin { /* Michael Shawna */
	top: 52%;
	left: 9.3%;
}
.project10-pin {
	top: 21.1%;
	left: 15%;
	z-index: 6;
}
.project11-pin { /* Lindsey + Aaron */
	top: 26.1%;
	left: 17.5%;
	z-index: 4;
}
.project12-pin { /* Bree + Sean */
	top: 22.5%;
	left: 20.5%;
}
img.guide1, img.guide2 {
	display: none;
}
.page-text {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.page-inquire #main span {
	font-weight: 600;
}
.jpiktk {
	display: none !important;
}
.page-about #main img.alignleft {
	margin-right: 75px;
}
.page-inquire .down {
	display: none;
}
.page-thank-you .banner h1 {
	max-width: 700px;
}
.page-thank-you .banner {
	background: #314541;
	height: 65svh;
}
.page-thank-you .begin-journey.center.parallax {
	display: none;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (min-height: 1100px) {
	.project-showcase.project1, .project-showcase.project2, .project-showcase.project3, .project-showcase.project4, .project-showcase.project5, .project-showcase.project6, .project-showcase.project7, .project-showcase.project8, .project-showcase.project9, .project-showcase.project10, .begin-journey, .project-showcase.project11, .project-showcase.project12 {
		background-position: center center !important;
		background-size: cover !important;
	}
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1140px;
		margin: 0 auto;
		width: 100%;
		padding: 0 20px;
	}
	.main-wrap .container {
		max-width: 1640px;
	}
	.page-thank-you .main-wrap .container {
		max-width: 1240px;
	}
}
@media (max-width: 1899px) {}
@media (max-width: 1849px) {
	.story-text {
		max-width: 850px;
	}
}
@media (max-width: 1799px) {
	.steps p {
		text-align: left;
	}
	.steps h2 {
		font-size: 48px;
	}
	.guide-section::before {
		width: 440px;
	}
	.guide-section::after {
		width: 600px;
	}
	.begin-journey h2 {
		font-size: 115px;
	}
}
@media (max-width: 1749px) {
	.steps h2 {
		font-size: 46px;
	}
	.review-head {
		padding-top: 100px;
	}
	.review-img {
		height: 895px;
	}
	.review-text {
		padding-bottom: 120px;
	}
	.section-head .wrap {
		transform: translateX(-75px);
	}
	.story-text {
		max-width: 800px;
	}
	.story-title {
		margin-left: 50px;
	}
	.guide-content {
		max-width: 900px;
	}
}
@media (max-width: 1699px) {
	.steps {
		padding: 70px;
	}
	.guide-section::after {
		width: 550px;
	}
	.guide-content {
		max-width: 900px;
		padding-left: 100px;
	}
	.section-head .wrap {
		transform: translateX(-55px);
	}
	.begin-journey h2 {
		font-size: 6.5vw;
	}
	.begin-journey {
		padding: 15vw 30px;
	}
	.banner h3 {
		font-size: 28px;
	}
	.home .banner h1 {
		font-size: 80px;
		line-height: 1.1;
	}
	.beautifully-told h2 {
		font-size: 175px;
	}
	.beautifully-told h3 {
		font-size: 28px;
		line-height: 1.2;
	}
}
@media (max-width: 1649px) {
	.before-after-container {
		max-width: 850px;
	}
	img.story-img {
		max-width: 600px;
	}
	.story-text {
		max-width: 790px;
		right: 100px;
		bottom: 300px;
	}
	.steps p {
		font-size: 20px;
	}
	.process h2, .review-head h2 {
		font-size: 115px;
	}
	.section-head h2 {
		font-size: 115px;
		line-height: 1.2;
	}
	.guide-section::after {
		bottom: 100px;
	}
	.guide-content {
		position: relative;
		top: 50px;
	}
	.guide-section::before {
		width: 400px;
	}
	.guide-section::after {
		width: 500px;
		background-size: contain;
	}
}
@media (max-width: 1599px) {
	.showcase.slick-slide {
		min-height: 750px;
	}
	.steps h2 {
		font-size: 44px;
	}
	.process {
		padding: 80px;
	}
	.review-img {
		height: 800px;
	}
	.review-head {
		padding-top: 70px;
	}
	.review-text p {
		max-width: 700px;
		margin: auto;
		font-size: 22px;
		line-height: 1.5;
	}
	.review-text p.couple {
		font-size: 30px;
		margin-top: 10px;
	}
	.project-showcase {
		height: 750px;
	}
	.project-showcase {
		background-size: cover !important;
	}
}
@media (max-width: 1549px) {
	.beautifully-told h3 {
		font-size: 25px;
		line-height: 1.2;
	}
	.beautifully-told h2 {
		font-size: 160px;
	}
	.story-title {
		margin-left: 10px;
	}
	.before-after-container {
		max-width: 800px;
	}
	.story-text {
		max-width: 720px;
		right: 90px;
		bottom: 300px;
	}
	.process h2, .review-head h2 {
		font-size: 100px;
	}
	.steps h2 {
		font-size: 42px;
	}
	.review-img {
		height: 750px;
	}
	.guide-section {
		position: relative;
		padding: 8vw 0 12vw;
	}
	.section-head h2 {
		font-size: 100px;
		line-height: 1.2;
	}
	.guide-section::before {
		top: 50px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-size: 22px;
		line-height: 1;
	}
	.mobile-nav-menu .menu-mobile li {
		margin-bottom: 12px;
		text-decoration: none;
	}
	.mobile-nav-menu a.capture-btn.transition {
		font-size: 24px;
		margin-bottom: 25px;
	}
	h1, .blog #main h1 a {
		font-size: 80px;
	}
	.story-title h2 {
		font-size: 110px;
		line-height: 1.24;
	}
	.begin-journey h2 {
		font-size: 5.5vw;
	}
	.home-main h2 {
		font-size: 80px;
	}
	.home-main, .story-section {
		padding: 120px 0;
	}
}
@media (max-width: 1499px) {
	.story-text {
		max-width: 700px;
		right: 90px;
		bottom: 250px;
	}
	.steps h2 {
		font-size: 39px;
	}
	.steps {
		padding: 60px;
	}
	.guide-section::after {
		width: 450px;
	}
	.guide-section::before {
		top: 50px;
		background-size: contain;
		width: 380px;
	}
	.section-head .wrap {
		transform: translateX(-35px);
		position: relative;
		top: 100px;
	}
	.process h2, .review-head h2 {
		font-size: 90px;
	}
	.before-after-container {
		max-width: 750px;
		height: 500px;
	}
	img.story-img {
		max-width: 520px;
	}
	.banner.parallax {
		background-size: cover !important;
	}
	footer .container {
		max-width: 1200px;
	}
}
@media (max-width: 1449px) {
	.review-text {
		padding: 0 20px 80px;
	}
	.guide-content {
		max-width: 800px;
		padding-left: 70px;
	}
}
@media (max-width: 1399px) {
	.home .banner h1 {
		font-size: 70px;
		line-height: 1.1;
		max-width: 1100px;
	}
	.banner h3 {
		font-size: 25px;
	}
	.home-main .container {
		max-width: 1200px;
	}
	.beautifully-told h3 {
		font-size: 23px;
		line-height: 1.2;
	}
	.beautifully-told h2 {
		font-size: 140px;
	}
	.story-title h2 {
		font-size: 90px;
		line-height: 1.24;
		max-width: 530px;
		margin: 0 auto 20px;
	}
	.story-title {
		margin-left: 0px;
	}
	.story-text {
		max-width: 660px;
		right: 90px;
		bottom: 200px;
	}
	.step img {
		max-width: 80px;
	}
	.steps h2 {
		font-size: 38px;
	}
	.section-head h2 {
		letter-spacing: 6px;
	}
}
@media (min-width: 1350px) and (max-width: 1400px) and (min-height: 1000px) and (max-height: 1100px) {
	.home .banner, .page-films .banner {
		height: 75svh;
	}
}
@media (max-width: 1349px) {
	.home-main h2 {
		font-size: 70px;
	}
	.before-after-container {
		max-width: 700px;
		height: 450px;
	}
	.story-text {
		right: 50px;
	}
	.showcase.slick-slide {
		min-height: 700px;
	}
	.step img {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.steps h2 {
		text-align: center;
		font-size: 35px;
	}
	.steps p {
		font-size: 18px;
		text-align: center;
	}
	.steps {
		padding: 50px;
		gap: 20px;
	}
	.process {
		padding: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.guide-section::before {
		width: 350px;
	}
	.guide-section::after {
		width: 400px;
	}
	.project-showcase {
		height: 650px;
	}
}
@media (max-width: 1299px) {
	.banner .iframe-container video {
		object-fit: cover;
	}
	.banner .iframe-container {
		height: 100svh;
		padding: 0;
	}
	a.capture-btn.transition {
		font-size: 17px;
	}
	.banner h3 {
		font-size: 23px;
	}
	.home .banner h1 {
		font-size: 66px;
		line-height: 1.1;
		max-width: 880px;
		letter-spacing: 7px;
	}
	.home-main .container {
		max-width: 1100px;
	}
	html, body {
		font-size: 20px;
	}
	.story-title {
		max-width: 550px;
	}
	.before-after-container {
		max-width: 680px;
		height: 450px;
	}
	img.story-img {
		max-width: 480px;
	}
	.story-text {
		max-width: 630px;
	}
	.showcase.slick-slide {
		min-height: 650px;
	}
	h3 {
		font-size: 28px;
	}
	.home-main h2 {
		font-size: 65px;
		line-height: 1.1;
	}
	.beautifully-told h2 {
		font-size: 120px;
		letter-spacing: 15px;
	}
	.beautifully-told h3 {
		font-size: 21px;
		line-height: 1.2;
	}
	.parallax {
		background-size: cover !important;
		background-attachment: initial !important;
	}
	.process h2, .review-head h2 {
		font-size: 80px;
	}
	.review-img {
		height: 680px;
	}
	.guide-section::before {
		width: 330px;
	}
	.guide-section::after {
		width: 380px;
	}
	footer {
		border-radius: 120px 120px 0px 0px;
	}
	#logo img {
		max-width: 200px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-size: 20px;
		line-height: 1;
	}
	.mobile-nav-menu .menu-mobile li {
		margin-bottom: 8px;
		text-decoration: none;
	}
	.mobile-nav-menu a.capture-btn.transition {
		font-size: 19px;
		margin-bottom: 25px;
	}
}
@media (max-width: 1249px) {
	.section-head h2 {
		font-size: 80px;
		line-height: 1.2;
		max-width: 380px;
	}
	.guide-content {
		max-width: 700px;
		padding-left: 70px;
	}
}
@media (max-width: 1199px) {
	img.story-img {
		max-width: 430px;
	}
	.before-after-container {
		max-width: 630px;
		height: 440px;
	}
	footer .col-md-3 a {
		font-size: 16px;
	}
	a.award img {
		display: block;
		margin: auto;
	}
	a.award {
		float: none;
		max-width: 130px;
	}
	footer .center img {
		max-width: 300px;
	}
	.section-head h3 {
		font-size: 22px;
	}
}
@media (max-width: 1149px) {
	.story-title {
		max-width: 450px;
	}
	.story-text {
		max-width: 560px;
		bottom: 150px;
	}
	.showcase.slick-slide {
		min-height: 600px;
	}
	.review-text p {
		font-size: 20px;
	}
	.guide-content {
		max-width: 650px;
		padding-left: 70px;
	}
	.project-showcase {
		height: 600px;
	}
	.mobile-nav-menu a.capture-btn.transition {
		font-size: 19px;
		margin-bottom: 25px;
		padding: 5px 30px;
	}
}
@media (max-width: 1099px) {
	#wrapper {
		padding-top: 0;
	}
	.home-main .container {
		max-width: 960px;
	}
	.home-main h2::after {
		right: 0;
		bottom: -70px;
	}
	.before-after-container {
		max-width: 580px;
		height: 400px;
	}
	.home-main, .story-section {
		padding: 80px 0;
	}
	.story-text {
		max-width: 520px;
		bottom: 100px;
	}
	.review-head h2 {
		letter-spacing: 8px;
		font-size: 70px;
	}
	.review-img {
		height: 650px;
	}
	.guide-section::before {
		width: 300px;
	}
	.guide-section::after {
		width: 340px;
		bottom: 50px;
	}
	footer {
		border-radius: 80px 80px 0px 0px;
	}
	footer .container {
		max-width: 980px;
	}
	.begin-journey {
		padding: 180px 0;
	}
	.header {
		display: block;
	}
	.menu-mobile li {
		padding: 0;
	}
	.mobile-nav-menu {
		width: 400px;
	}
	.main-btn {
		font-size: 18px;
	}
	.page-films #main {
		padding: 0;
	}
	.single-review {
		padding: 80px;
	}
}
@media (max-width: 1049px) {
	.banner h3 {
		font-size: 21px;
	}
	.home .banner h1 {
		font-size: 60px;
	}
	.home-main h2 {
		font-size: 55px;
		line-height: 1.1;
		max-width: 700px;
	}
	.home-main h3 {
		font-size: 20px;
	}
	h3 {
		font-size: 25px;
	}
	h2 {
		font-size: 50px;
	}
	h1 {
		font-size: 60px;
	}
	html, body {
		font-size: 19px;
	}
	.beautifully-told h3 {
		font-size: 22px;
		line-height: 1.5;
		max-width: 700px;
		margin: 0 auto 20px;
	}
	.beautifully-told h2 {
		font-size: 110px;
		letter-spacing: 15px;
	}
	img.story-img {
		max-width: 400px;
	}
	.before-after-container {
		max-width: 530px;
		height: 350px;
	}
	.story-title h2 {
		font-size: 70px;
		line-height: 1.24;
		max-width: 410px;
		margin: 0 auto 20px;
	}
	.story-title h3 {
		color: #1e1e1e;
		font-size: 21px;
	}
	.showcase.slick-slide {
		min-height: 520px;
	}
	.process h3, .reviews-section h3 {
		font-size: 21px;
	}
	.guide-section::before {
		width: 280px;
	}
	.guide-section::after {
		width: 300px;
		bottom: 50px;
	}
	.section-head .wrap {
		transform: translateX(0);
		position: relative;
		top: 80px;
	}
	.guide-content {
		max-width: 600px;
		padding-left: 50px;
	}
	.story-text {
		bottom: 70px;
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
		padding: 0 30px;
	}
	a.capture-btn.transition {
		font-size: 16px;
	}
	.home-main .container {
		max-width: 900px;
	}
	.beautifully-told h2 {
		letter-spacing: 8px;
	}
	.story-title {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.before-after-container {
		max-width: 90%;
		height: 500px;
		position: relative;
		top: 0;
		margin-bottom: 50px;
	}
	.story-text {
		bottom: 150px;
		right: 60px;
		max-width: 450px;
	}
	.narrow {
		gap: 30px;
	}
	.steps h2 {
		text-align: center;
		font-size: 33px;
	}
	.parent-pageid-237 #main article img.split {
		max-width: calc(50% - 40px);
	}
	.parent-pageid-237 #main article img.split {
		max-width: calc(50% - 15px);
	}
	.story-title h2 {
		font-size: 80px;
	}
	.accordion-item {
		width: 100%;
	}
}
@media (max-width: 949px) {
	.text-left a.capture-btn.transition {
		display: none;
	}
	.story-text {
		max-width: 380px;
		text-align: left;
	}
	.process-section .flex {
		flex-direction: column;
	}
	.process {
		width: 100%;
	}
	.steps {
		width: 100%;
	}
	.process h2, .review-head h2 {
		max-width: 500px;
	}
	.step {
		max-width: 500px;
	}
	.review-head {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
	.review {
		flex-direction: column-reverse;
	}
	.review-img {
		height: 450px;
		max-width: 100%;
		margin: auto;
	}
	.reviews-section button.slick-prev.slick-arrow {
		right: auto;
		left: 10px;
	}
	.section-head .wrap {
		top: 0;
	}
	.guide-section::after {
		width: 350px;
		bottom: 100px;
		height: 520px;
	}
	.section-head {
		max-width: 450px;
		margin: auto;
		transform: translateX(150px) translateY(30px);
	}
	.guide-section::before {
		width: 330px;
	}
	.guide-content {
		max-width: 460px;
		padding-left: 30px;
		top: 70px;
	}
	.begin-journey h2 {
		font-size: 60px;
		letter-spacing: 6px;
	}
	.page-films .main-wrap > .container {
		padding: 0;
	}
	.parent-pageid-237 #main article img {
		max-width: 100%;
	}
	.menu-btn {
		width: 30px;
	}
}
@media (max-width: 899px) {
	.home .banner h1 {
		font-size: 58px;
	}
	.beautifully-told h2 {
		font-size: 100px;
	}
	.story-text {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: justify;
		max-width: 100%;
		padding: 0 30px;
		max-width: 700px;
		margin: 0 auto 80px;
	}
	img.story-img {
		max-width: 600px;
		display: block;
		margin: 0 auto;
	}
	.guide-content {
		max-width: 400px;
		top: 90px;
	}
	.guide-section {
		padding: 50px 0 170px;
	}
}
@media (max-width: 849px) {
	.home .banner h1 {
		font-size: 53px;
	}
	.beautifully-told h3 {
		font-size: 20px;
		max-width: 640px;
	}
	.beautifully-told h2 {
		font-size: 90px;
	}
	.beautifully-told {
		padding: 20vw 0;
	}
	.guide-section::after {
		bottom: 250px;
	}
	.guide-content {
		max-width: 370px;
		top: 100px;
	}
	.begin-journey h2 {
		font-size: 50px;
		letter-spacing: 6px;
		margin-bottom: 30px;
	}
	.page-about #main img.alignleft {
		display: block;
		float: none;
		margin: 0 auto 50px;
		max-width: 350px;
	}
}
@media (max-width: 799px) {
	.header .row {
		justify-content: space-between;
	}
	.header .col-md-4.text-left {
		display: none;
	}
	.header .col-md-4 {
		width: 50%;
	}
	.header .center {
		text-align: left;
	}
	.home .banner h1 {
		font-size: 48px;
	}
	.home-main h2::after {
		right: 30px;
		bottom: -60px;
	}
	.section-head {
		transform: translateX(170px) translateY(80px);
	}
	.guide-content {
		max-width: 330px;
		top: 100px;
		padding-left: 20px;
	}
	.guide-section::before {
		top: 0;
	}
	.begin-journey h2 {
		font-size: 50px;
		letter-spacing: 4px;
	}
	footer .col-md-3 h2, footer .col-md-3 a {
		text-align: center;
	}
	footer .col-md-3 {
		display: inline-block;
		width: 45%;
		vertical-align: top;
		text-align: center;
		margin: 20px auto;
	}
	a.award {
		margin: auto;
	}
	footer .row {
		margin: 50px auto 30px;
	}
	.header {
		padding: 5px 0;
	}
	.project-showcase {
		height: 500px;
	}
	h1 {
		font-size: 68px;
	}
	.accordion-heading span, .accordion-content p {
		font-size: 18px;
	}
	img.story-img {
		max-width: 500px;
	}
	.mobile-nav-menu .menu-mobile li:hover a {
		text-decoration: none;
		border: none;
	}
	.process, .reviews-section {
		background-size: contain;
		background-repeat: repeat;
	}
	.banner {
		min-height: 0;
	}
}
@media (max-width: 749px) {
	.home .banner h1 {
		font-size: 44px;
	}
	.beautifully-told h2 {
		font-size: 80px;
	}
	.story-title h2 {
		font-size: 70px;
	}
	.before-after-container {
		height: 400px;
	}
	.guide-content {
		max-width: 95%;
		padding-left: 0;
		margin: auto;
		top: 70px;
	}
	.guide-section::after, .guide-section::before {
		display: none;
	}
	.section-head {
		transform: none;
	}
	.guide-content {
		width: 100%;
		padding: 0;
		top: 0;
	}
	.section-head h2 {
		margin-bottom: 50px;
	}
	img.guide1, img.guide2 {
		display: block;
	}
	img.guide2 {
		max-width: 450px;
		display: block;
		margin: 0 0 0 auto;
	}
	img.guide1 {
		max-width: 430px;
	}
	.guide-section {
		padding: 100px 0;
	}
	.guide-section .container {
		margin: 75px auto;
	}
	.begin-journey h2 {
		font-size: 60px;
		letter-spacing: 6px;
		max-width: 570px;
		margin: 0 auto 30px;
	}
	.attribution {
		font-size: 12px;
	}
}
@media (max-width: 699px) {
	.two-columns {
		display: block;
	}
	.two-columns p {
		margin-bottom: 25px;
	}
	.beautifully-told h2 {
		font-size: 70px;
	}
	img.guide1, img.guide2 {
		max-width: 400px;
	}
	.review {
		flex-direction: column;
	}
	.review-text {
		padding: 50px 30px 30px;
	}
	.reviews-section {
		padding-bottom: 20px;
	}
	.home .banner h1 {
		font-size: 39px;
	}
	.banner h3 {
		font-size: 18px;
	}
	.step img {
		max-width: 100%;
	}
	.single-review {
		padding: 40px;
	}
}
@media (max-width: 649px) {
	.home .banner h1 {
		font-size: 50px;
	}
	.beautifully-told h2 {
		font-size: 80px;
	}
	img.story-img {
		max-width: 450px;
	}
	.showcase.slick-slide {
		min-height: 450px;
	}
	.showcase h2 {
		font-size: 50px;
	}
	.showcase h3 {
		font-size: 22px;
	}
	.showcase-section button.slick-next.slick-arrow, .showcase-section button.slick-prev.slick-arrow {
		top: auto;
		bottom: -20px;
	}
	.row.contentsection {
		padding: 50px 0 50px;
	}
	.project-showcase .showcase-overlay a.main-btn.transition {
		font-size: 18px;
	}
}
@media (max-width: 599px) {
	.map-box {
		display: none;
	}
	.parent-pageid-237 #main article img.split {
		max-width: 100%;
		margin: auto;
	}
	.parent-pageid-237 h1 {
		letter-spacing: 5px;
		font-size: 52px;
	}
	.single-review > h3 {
		line-height: 1.2;
	}
	html, body {
		font-size: 18px;
	}
	.mobile-nav-menu .menu-mobile li {
		margin-bottom: 12px;
	}
	.project-showcase {
		height: 100svh;
	}
	.steps h2 {
		font-size: 45px;
	}
}
@media (max-width: 549px) {
	.home .banner h1 {
		font-size: 45px;
	}
	h1 {
		font-size: 60px;
		letter-spacing: 5px;
	}
	.parent-pageid-237 .main-wrap #main {
		padding: 0;
	}
	.parent-pageid-237 .main-wrap .container {
		padding: 0 15px;
	}
	.narrow {
		gap: 30px;
		max-width: 430px;
	}
	.header .container {
		padding: 0 5px;
	}
	.home .banner, .page-films .banner {
		height: 100svh;
	}
	.beautifully-told {
		padding: 50vw 0;
	}
}
@media (max-width: 499px) {
	.home .banner h1 {
		font-size: 48px;
		letter-spacing: 2px;
	}
	.mobile-header.active + .mobile-nav-menu {
		right: -20px;
	}
	.home-main h2 {
		font-size: 48px;
		letter-spacing: 5px;
	}
	.home-main h3 {
		font-size: 18px;
	}
	.beautifully-told h2 {
		font-size: 75px;
	}
	.process h2, .review-head h2 {
		font-size: 65px !important;
	}
	.begin-journey h2 {
		font-size: 52px;
	}
}
@media (max-width: 449px) {
	.banner h1 {
		letter-spacing: 3px;
	}
	.beautifully-told h2 {
		font-size: 65px;
	}
	.beautifully-told .container {
		padding: 0 15px;
	}
	.story-title h2 {
		font-size: 60px;
		max-width: 310px;
	}
	.story-title h3 {
		font-size: 20px;
	}
	.before-after-container {
		height: 350px;
	}
	.showcase h2 {
		font-size: 40px;
	}
	.showcase h3 {
		font-size: 18px;
	}
	.process h2, .review-head h2 {
		font-size: 60px !important;
		letter-spacing: 6px;
	}
	footer .col-md-3 {
		width: 100%;
	}
	.single-review {
		padding: 40px 20px;
		font-size: 16px;
	}
	.mobile-header.active + .mobile-nav-menu {
		right: -25px;
	}
	.page-faq .main-wrap .container {
		padding: 0 10px;
	}
	#main h2 {
		text-align: center;
		font-size: 48px;
	}
	.main-btn {
		font-size: 17px;
	}
	.single-review {
		text-align: left;
		font-style: italic;
	}
}
@media (max-width: 399px) {
	.banner a.main-btn.transition {
		letter-spacing: 1px;
		font-size: 17px;
	}
	.home .banner h1 {
		font-size: 41px;
		letter-spacing: 3px;
	}
	.beautifully-told h2 {
		font-size: 65px;
		letter-spacing: 4px;
	}
	.before-after-container p {
		font-size: 13px;
	}
	.process h2, .review-head h2 {
		font-size: 53px !important;
		letter-spacing: 6px;
	}
	.steps h2 {
		font-size: 40px;
	}
	.section-head h2 {
		font-size: 65px;
		line-height: 1.1;
		max-width: 380px;
	}
	.accordion-content p {
		text-align: left;
	}
	.banner h1 {
		font-size: 50px;
	}
}
@media (max-width: 349px) {
	.mobile-header.active + .mobile-nav-menu {
		right: -45px;
		max-width: 350px;
	}
	.project-showcase {
		height: 350px;
	}
	.project-showcase .showcase-title h2 {
		font-size: 40px;
	}
	footer .center img {
		max-width: 259px;
	}
}