@media (max-aspect-ratio: 1/1) {
   
   .journal-title span {
  		font-size: 100vw !important;
	}
	
	.home .journal-title span {
  		font-size: 100vw !important;
	}

}

@media (max-aspect-ratio: 3/4) {
   
   
	.journal-title span {
  		font-size: 130vw !important;
	}
	
	.home .journal-title span {
  		font-size: 130vw !important;
	}

}

@media (max-aspect-ratio: 3/5) {
   
   
	.journal-title span {
  		font-size: 145vw !important;
	}
	
	.home .journal-title span {
  		font-size: 145vw !important;
	}

}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-size: 16px;
	background: #fff;
	color: #181818;
}

/*
html {
	--scroll-behavior: smooth;
	scroll-behavior: smooth;
}
*/

html.menu-open, .menu-open body {
	overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.intro-copy {
	color: rgba(37,63,47,1);
	padding-left: 30px;
	padding-right: 30px;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vimeo-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   -webkit-transform: translate3d(0,0,0);
}

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 0;
   right: 0;
}

.outline {
	fill:rgba(0,0,0,0.75);
}

.fill {
	fill:rgba(82,150,106,1);
	transition: 2s;
}

.video-loaded .fill {
	fill:rgba(82,150,106,0);
}

.tree {
	transition: 0.8s;
	opacity: 1;
}

.scrolled .tree {
	opacity: 0;
}

h2, p {
	margin: 0;
	padding: 0;
}

.content-wrapper
{
	position: relative;
	box-sizing: border-box;
	padding-top: 76px;
	padding-left: 0px;
	padding-right: 0px;
	/*padding-bottom: 4px;*/
	margin-bottom: 30px;
}

.copy-wrapper h2, .page-statement h2, .journal-body h2, .journal-title h1 {
	margin-top: 36px;
	margin-bottom: 36px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.copy-wrapper h2::before, .journal-body h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #333;
}

.copy-wrapper h2::after, .journal-body h2::after  {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #333;
}

.copy-wrapper h2 em {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
  	letter-spacing: 0.1em;
  	font-weight: 600;
  	display: block;
  	font-style: normal;
  	margin-top: 20px;
}

.portfolio-heading {
	max-width: 700px !important;
}

h2 span, .review span {
	font-family: sans-serif;
}

.journal-title h1::before, .journal-title h1::after {
	background: #fff;
}

.journal-title h1 {
	padding-bottom: 7vh;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}

.first-journal .journal-title h1 {
	padding-bottom: calc(7vh - 50px);
}

.page-title {
	font-size: 40px;
	position: relative;
}

.page-title span {
	display: none;
}

.overlay-copy .page-title span {
	border-right: 0.5px solid rgba(255,255,255,0.4);
}

.sub-title {
	font-size: 28px;
	position: relative;
	margin-bottom: 0px;
	border-bottom: 0.5px solid rgba(0,0,0,0.3);
	padding-bottom: 10px;
}

.home .sub-title {
 	margin-bottom: -40px;
 	margin-top: 60px;
}

.overlay-copy .sub-title  {
	border-bottom: 0.5px solid rgba(255,255,255,0.8);
}

.sub-title span {
	height: 30px;
	top: 1px;	
}

strong {
	font-weight: 600;
}

h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 34px;
	margin-bottom: -2px;
}

.hamburger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
}

header {
	position: fixed;
	top: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.98);
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	transition: transform 0.3s;
	font-family: 'Barlow Condensed', sans-serif;
}

.read-more, .icon-links, .journal-links-base {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	text-decoration: none !important;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.journal-links-base a {
	color: #000;
	text-decoration: none;
	letter-spacing: 0.08em;
}

.journal-links-base {
	text-align: center;
	display: none;
	border-top: 2px solid rgba(0,0,0,1);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
	padding-right: 18px;
}

.journal-single .journal-links-base {
	display: block;
}

.read-more {
	color: white !important;
	display: block;
	margin-top: 18px;
}

.header::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 300;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%);
	opacity: 0;
	transition: 0.3s;
}

.dark-menu header::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 300;
	background: linear-gradient(180deg, rgba(188,245,219,1) 0%, rgba(188,245,219,0.9) 30%, rgba(188,245,219,0) 100%);
	opacity: 0;
	transition: 0.3s;
}

.dark-menu.secondary-scrolled header::before {
	opacity: 1;
}

.nav-up {
	transform: translateY(-180px);
}

.dark-menu header {
	background: rgba(255,255,255,0);
}

header a {
	text-decoration: none;
	color: black;
	padding: 10px;
	transition: 0.3s;
	position: relative;
	display: block;
}

.dark-menu header a {
	color: #0b0b0b;
}

.menu-main a span {
	display: none;
	}
	
.menu-main a.current {
	opacity: 0.2;
	pointer-events: none;
}

.journal-single .menu-main a.current {
	pointer-events: auto !important;
}

.menu-main a.current::after {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -32px;
	width: 20px;
	height: 20px;
	background: black;
	transform: rotate(45deg);
}

.dark-menu .menu-main a span {
	border-right: 0.5px solid rgba(255,255,255,0.3);
}

.header-wrap {
	position: relative;
	display: flex;
	flex: 1;
	height: 76px;
	align-items: center;
	border-bottom: 1.5px solid rgba(0,0,0,1);
	z-index: 500;
}

.dark-menu .header-wrap {
	border-bottom: 0.5px solid rgba(255,255,255,0);
}

.dark-menu .header-wrap::before {
    border-top: 0.5px solid rgba(255,255,255,0);
    border-bottom: 0.5px solid rgba(255,255,255,0);
}

.header-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-wrap ul li {
	display: inline-block;
}

.header-logo {
	text-align: center;
	position: absolute;
	width: 100%;
}

footer .logo {
	width: 150px;
	display: inline-block;
}

.header-logo .logo {
	width: 86px;
	display: none;
	opacity: 0.8;
	margin-top: 4px;
	transition: 0.1s;
	margin-left: 5px;
}

.dark-menu .header-logo .logo {
	opacity: 0;
}

.intro-dark {
	display: none;
}

.intro-light {
	display: inline-block;
}

.dark-menu .intro-dark {
	display: inline-block;
}

.dark-menu .intro-light {
	display: none;
}

.menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: #333;
	display: none;
	/*transition: 0.3s;*/
	background: rgba(28,28,28,0.99);
}

.dark-menu .menu-wrap {
	background: rgba(28,28,28,0.99);
}

.menu-wrap.is-active {
	display: flex;
}

.menu-contact {
	text-align: right;
	letter-spacing: 0.05em;
	flex: 1;
	font-size: 18px;
	padding-right: 18px !important;
}

.menu-contact a span {
	display: none;
}

.menu-contact a {
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: left center;
}

.menu-contact li:nth-child(2) a {
	background-size: 20px 20px;
}

.menu-contact li:first-child a, .contact-links-A a:first-child {
	background-image: url('../imgs/icon-phone.svg');
	margin-right: 15px;
}

.menu-contact li:nth-child(2) a, .contact-links-B a:first-child {
	background-image: url('../imgs/icon-instagram.svg');
	margin-right: 18px;
	background-size: 20px 20px;
}

.menu-contact li:last-child a, .contact-links-A a:last-child {
	background-image: url('../imgs/icon-email.svg');
	margin-right: 0px;
}

.contact-links-B a:last-child {
	background-image: url('../imgs/icon-houzz.svg');
	margin-right: 0px;
}

.contact-links-C a {
	background-image: url('../imgs/icon-pin.svg');
}

.menu-open .menu-contact li:first-child a {
	background-image: url('../imgs/icon-phone-white.svg');
}

.menu-open .menu-contact li:nth-child(2) a {
	background-image: url('../imgs/icon-instagram-white.svg');
	margin-right: 18px;
}

.menu-open .menu-contact li:last-child a {
	background-image: url('../imgs/icon-email-white.svg');
}

.menu-main {
	margin-left: 2px !important;
	margin: auto !important;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.menu-main li {
	display: block !important;
	text-align: center;
	border-bottom: 0.5px solid rgba(255,255,255,0.4);
	padding-top: 6px;
	padding-bottom: 6px;
}

.menu-main li a {
	color: #fff;
}

.dark-menu .menu-main li {
	border-bottom: 0.5px solid rgba(255,255,255,0.4);
}

.menu-main li:last-child {
	border-bottom: 0px;
}

.section-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	margin-bottom: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background-color: rgba(255,255,255,1);
	z-index: 510;
	opacity: 1;
	transition: opacity 0.2s;
	background-image: url('../imgs/icon-arrow-down-slim.svg');
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: center;
}

/*
.journal .section-arrow {
	bottom: 20px;
}
*/

.intro-arrow {
	position: fixed;
	bottom: 0px;
	transition: 0.15s;
	opacity: 1;
}

.scrolled .intro-arrow {
	opacity: 0;
}

.section-arrow:not(.intro-arrow) {
	display: none;
}

.intro-wrapper {
	position: relative;
}

.intro-image {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
}

.intro-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 301;
	background: rgba(82,150,106,1);
	transition: 2s;
}

.home .intro-image::before {
	background: rgba(82,150,106,1);
}

.home.video-loaded .intro-image::before {
	background: rgba(82,150,106,0.85);
}

.home.video-loaded.scrolled .intro-image::before {
	background: rgba(188,245,219,0.70);
}

.video-page .intro-image::before {
	background: rgba(82,150,106,1);
}

.video-page.video-loaded .intro-image::before {
	background: rgba(188,245,219,0.70);
}

.page-statement  {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 302;
	display: flex;
}

.page-statement h2  {
	margin: auto !important;
}

.overlay-slideshow .intro-tint {
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
	width: auto;
	height: auto;
}

.scrolled .intro-tint {
	opacity: 1;
}

.intro {
	position: relative;
	margin-top: calc(-100vh + 0px);
	width: 100vw;
	z-index: 50;
}

.intro-title {
	position: relative;
	display: flex;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	text-align: center;
	overflow: hidden;
}

.logo-wrap {
	width: calc(100% + 400px);
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
 	justify-content: center;
 	margin-left: -200px;
 	margin-right: -200px;
 	box-sizing: border-box;
}

.logo-wrap svg {
	width: 600px;
}

.intro h1 {
	margin: 0;
	margin-top: auto;
	font-weight: 400;
	letter-spacing: 0em;
	font-size: 42px;
	line-height: 1.2;
}

.intro h1 span {
	display: block;
	font-weight: 400;
	font-size: 10vw;
	letter-spacing: 0.5em;
	font-weight: 300;
}

.intro-reviews {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.review {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.stars {
	font-size: 30px;
	margin-bottom: 4px;
}

.intro-reviews p, h2, h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

h2, h1 {
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.intro-reviews strong, .page-review strong {
	display: inline-block;
	border-top: 1px solid rgba(0,0,0,0.3);
	margin-top: 18px;
	padding-top: 14px;
	font-size: 11px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.copy-wrapper {
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.video-page-top-wrapper {
	margin-top: 45px;
}

.clear-copy {
	margin-top: 40px;
}

.copy-section {
	position: relative;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.copy-section p, .section-information p, .team-wrapper p  {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.journal-preview .section-information p {
	color: #fff;
}

.journal-preview .section-information-inner {
	margin-top: -14vh;
	padding-bottom: 25px;
	-webkit-transform: translate3d(0,0,0);
	position: relative;
}

.team-wrapper p  {
	margin-top: 30px;
}

.copy-section ul  {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}

.copy-section li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.copy-section a, .section-information a, .journal-body-image a {
	color: #181818;
	text-decoration-thickness: .08em;
}

.copy-section p:first-child  {
	margin-top: 0px;
}

.h2 {
	margin-top: 40px;
	margin-bottom: 50px;
}

.instagram-wrapper {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 20px;
	margin-bottom: -50px;
	position: relative;
	box-sizing: border-box;
}

/* TITLES */	

.number {
	position: relative;
	display: inline-block;
	background: rgba(188,143,65,0.4);
	height: 50px;
	line-height: 45px;
	width: 100%;
}

.number::before {
	content: "";
	position: absolute;
	left: 0;
	width: calc(100% - 36px);
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 23px;
	height: 1px;
	border-top: 0.5px solid rgba(0,0,0,0.4);
}

.number i {
	background: white;
	font-style: normal;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.08em;
}

.team-wrapper h3 {
	font-style: normal;
	position: relative;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.number i span {
	display: none;
}

.contact-links-wrapper {
	text-align: center;
	margin-bottom: 30px;
	padding-left: 10px;
}

.contact-links {
 	text-align: left;
}

.contact-links a {
	padding-left: 23px;
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: left center;
	display: block;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #181818;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact-links-A a, .contact-links-B a {
	padding-left: 25px;
}

.map-wrapper {
	position: relative;
	padding: 0px;
	height: calc(100vh - 400px);
	padding-top: 0px;
}

#map {
	position: relative;
	width: 100%;
	height: 100%;
	background: #e4e6de;
}
	
footer {
	width: 100%;
	min-height: 35vh;
	background: #1c1c1c;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 16px;
	position: relative;
	margin-top: 50px;
}

.footer-A {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
	padding: 30px;
}

.footer-title {
	font-weight: 300;
	display: block;
}

.footer-title-A {
	font-size: 32px;
	letter-spacing: 0.6em;
	padding-bottom: 8px;
	padding-top: 10px;
	line-height: 1;
}

.footer-title-B {
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-bottom: 20px;
	border-bottom: 0.5px solid rgba(255,255,255,0.4);
}

.footer-social {
	position: relative;
	margin-top: 0px;
	margin-bottom: 8px;
}

.footer-social a {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 10px;
}

.footer-social a img {
	transition: transform 1.4s;
	transform-style: preserve-3d;
	width: 18px;
	height: 18px;
}

.footer-social a:hover img {
	transform: rotateY(360deg);
}

.footer-A p {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 400;
}

.footer-B  {
	margin-top: auto;
	opacity: 0.5;
	text-align: center;
	line-height: 1.3;
}

.footer-B p {
	font-size: 11px;
	display: block;
}

.footer-B a {
	color: #fff;
	text-decoration: none;
}

.address-link span {
	display: block;
}

/* Journal Preview */

.journal-preview .sticky img {
  	filter: saturate(0) contrast(1.4);
}

.journal-preview .section-info {
	background: none;
	color: #fff;
	padding-bottom: 14px;
}

.journal-preview .info-inner {
	margin-top: -15vh;
	padding-bottom: 30px;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}

.journal-preview-overlay {
	position: absolute;
	top: 0px;
	left:0px;
	width: 100vw;
	height: 100vh;
	transition: background 0.8s;
	-webkit-transform: translate3d(0,0,0);
}

.journal-preview .section-image img {
	filter: saturate(0) contrast(1.5);
	transition: filter 1s;
}
	
.journal-preview-overlay-A {
	background: rgba(151,89,15,0);
}
	
.journal-preview-overlay-A.triggered {
	background: rgba(151,89,15,0.7);
}
	
.journal-preview-overlay-B {
	background: rgba(16,121,155,0);
}
	
.journal-preview-overlay-B.triggered {
	background: rgba(16,121,155,0.7);
}
	
.journal-preview-overlay-C, .journal-preview-overlay-D {
	background: rgba(113,35,53,0);
}
	
.journal-preview-overlay-C.triggered, .journal-preview-overlay-D.triggered {
	background: rgba(113,35,53,0.7);
}

/* Journal Page */

.journal-body {
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	padding-left: 18px;
	padding-right: 18px;
}

.journal-body::after {
	content: "";
	position: absolute;
	width: calc(100% - 36px);
	border-top: 0.5px solid rgba(0,0,0,0.2);
	bottom: 0px;
	left: 18px;
}

.journal-title-wrapper {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
}

.journal-trigger {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin-top: 10vh;
	height: 100vh;
	width: 100vw;
	box-sizing: border-box;
}

.group-trigger {
	position: relative;
	width: 100%;
	height: 100%;
}

.journal-title {
	display: flex;
	width: 100%;
	height: 100vh;
	align-items: center;
  	justify-content: center;
  	color: #fff;
  	flex-direction: column;
  	position: relative;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
}

.journal-title span {
	position: absolute;
	width: 100%;
	height: 100vh;
	display: flex;
	top: 0;
	left: 0;
	align-items: center;
  	justify-content: center;
  	font-size: 90vh;
  	padding-bottom: 14vh;
  	font-family: 'Barlow Condensed', sans-serif;
  	opacity: 0.3;
  	box-sizing: border-box;
  	font-weight: 200 !important;
  	line-height: 0;
}

.first-journal .journal-title span {
	padding-bottom: calc(14vh - 50px);
}

.journal .section-image {
	background: rgba(82,150,106,1);
}	

.journal .section-image img {
	filter: blur(10px);
	opacity: 0.5;
	transition: filter 0.8s, opacity 0.8s;
}

.journal-active-single .journal-image, .journal-active-001 .journal-image-001, .journal-active-002 .journal-image-002, .journal-active-003 .journal-image-003, .journal-active-004 .journal-image-004, .journal-active-005 .journal-image-005, .journal-active-006 .journal-image-006 {
	filter: blur(0px) !important;;
	opacity: 1 !important;;
}

.home .journal-title span {
  	font-size: 94vh;
}

.first-journal-title {
	padding-top: 40px;
}

.first-journal-title span {
	padding-top: 30px;
}

.instagram-wrapper iframe {
	margin-top: 10px;
}

.journal-links a {
	display: block;
	text-decoration: none;
	vertical-align: middle;	
	margin-top: 8px;
	margin-bottom: 8px;
}

.journal-links a span {
	display: none;
}

/*
.journal-links a.globe-icon {	
	margin-bottom: 9px;
}
*/

.icon-links a img {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 6px;
	margin-top: -2px;
	vertical-align: middle;
}

.icon-links a img.smaller {
	width: 20px;
	height: 20px;
	padding: 2px;
}

.further-reading {
	margin-bottom: 8px !important;
	font-style: italic;
}

.journal-body-image {
	max-width: 720px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 35px;
}

.journal-body-image img {
	width: 100%;
	display: block;
}

.journal-body-image p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}


/* PORTFOLIO */

.previews-wrapper
{
	position: relative;
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-bottom: -50px;
}

.previews-wrapper a
{
	position: relative;
}

.previews-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.preview-outer
{
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
}

.preview-outer img
{
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.preview-highlight
{
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	background-color: rgba(51,51,51,0.5);
	transition: 0.3s;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    cursor: pointer;
    padding: 16px;
    background-image: url('../imgs/icon-magnify-plus-white.svg');
    background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center center;
}

.preview-highlight p
{
	margin-top: auto;
	padding-bottom: 16px;
	text-align: center;
}

.preview-highlight strong, .fancybox-caption strong
{
	font-weight: 500;
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	display: block;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.preview-highlight strong
{
    margin-bottom: 2px;
}

.preview-highlight p em
{
	display: none;
}

.preview-highlight p em, .fancybox-caption em
{
	font-style: normal;
	font-size: 12px;
}

.no-touchevents .previews-wrapper a:hover .preview-highlight 
{
	opacity: 1;
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}


/* ABOUT */

.team-wrapper {
	position: relative;
}

.team-inner {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	/*margin-top: 6px;*/
}

.member-wrapper {
 	flex: calc(100% - 30px);
 	margin-left: 0px;
 	margin-right: 0px;
 	box-sizing: border-box;
 	margin-bottom: 24px;
}

.member-wrapper:nth-child(6) {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.member-wrapper img {
	width: 100%;
	display: block;
}

.member-wrapper h3 {
	height: 50px;
	margin-top: -50px;
	margin-bottom: 20px;
	background: rgba(51,51,51,0.7);
	z-index: 10;
	position: relative;
	line-height: 48px;
	color: white;
}

/* FancyBox Custom */

.fancybox-active {
    height: 100%;
}

.fancybox-is-open .fancybox-bg 
{
	opacity: 1
}

.fancybox-bg
{
	background: rgb(255, 255, 255);
}

.fancybox-button {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 0px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button--close
{
	background-image: url(../imgs/icon-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	position: absolute;
	right: 12px;
	top: 14px;
}

.fancybox-navigation .fancybox-button {
    height: 44px;
    position: absolute;
    top: calc(50% - 5px);
    width: 44px;
}

.fancybox-navigation .fancybox-button--arrow_right 
{
	padding: 0px;
	right: 6px;
	background-image: url(../imgs/icon-next.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
}

.fancybox-navigation .fancybox-button--arrow_left 
{
	padding: 0px;
	left: 6px;
	background-image: url(../imgs/icon-prev.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
}

.fancybox-infobar {
    position: absolute;
    right: 0px;
    min-width: 0px;
    box-sizing: border-box; 
    padding: 0;
    pointer-events: none;
    top: 11px;
    font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
    background-image: url(../imgs/tierra-logo-trees.png);
    background-size: 86px auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 54px;
    line-height: 54px;   
}

.counter-wrap
{
 	height: 42px;
	text-align: left;
	color: black;
	padding-left: 24px;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.08em;
}

.of
{
	padding-left: 1px;
	padding-right: 1px;
}

.fancybox-slide--image, .fancybox-slide--video
{
	padding-top: 80px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.fancybox-caption {
  color: #181818;
  background: #fff;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/*
.no-touchevents .fancybox-slide--image, .fancybox-slide--video
{
	padding-bottom: 30px !important;
}

.no-touchevents .fancybox-caption {
	display: none !important;
}
*/

.fancybox-can-pan .fancybox-caption,
.fancybox-can-pan .fancybox-infobar 
{
	opacity: 0;
}

.section-wrapper {
	position: relative;
	margin-top: 10px;
}

.first-journal {
	margin-top: 0px;
}

.journal .section-frame, .journal-preview .section-frame   {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	z-index: 50;
	pointer-events: none;
}
	
.journal-main .journal-content:after {
	content: "";
	position: absolute;
	width: calc(100% - 60px);
	border-top: 0.5px solid rgba(0,0,0,0.2);
	bottom: 0px;
	left: 30px;
	z-index: 20;
}



.journal-content {
	padding-bottom: 60px;
	margin-bottom: -10px;
	margin-top: 45px;
}

.journal-content-final {
	margin-bottom: 60px;
}

.journal .section-image img, .journal-preview .section-image img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
		background: #dae5d8;
		color: #dae5d8;
		-webkit-transform: translate3d(0,0,0);
	}	

.journal-preview .section-title {
	position: relative;
	top: 0;
	height: 100vh;
	margin-top: -100vh;
	z-index: 60;
	text-align: center;
	pointer-events: none;
}

.section-title-inner {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	height: 50px;
	z-index: 40;
	background: white;
  	font-weight: 500;
  	font-size: 18px;
  	font-family: 'Barlow Condensed', sans-serif;
  	letter-spacing: 0.08em;
  	line-height: 48px;
  	text-align: center;
}

.section-title-inner div {
	background: #fff;
	display: inline;
	z-index: 41;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.section-title-inner div span {
	display: none;
}

.section-title-inner::before {
	content: "";
  	position: absolute;
  	left: 0;
  	width: calc(100% - 36px);
  	margin-left: 18px;
  	margin-right: 18px;
  	margin-top: 24px;
  	height: 1px;
  	border-top: 0.5px solid rgba(0,0,0,0.4);
}

.section-image img, .additional-image img, .section-multiple-image img {
  	width: 100%;
  	height: auto;
  	display: block;
  	background: #dae5d8;
  	color: #dae5d8;
  	-webkit-transform: translate3d(0,0,0);
}

.additional-image {
	margin-top: 3px;
}

.last-additional-image {
	margin-bottom: 30px;
}	
  
.section-information {
	padding-left: 18px;
	padding-right: 18px;
}  	

.instagram-wrapper .section-title-inner::before {
	margin-left: 15px;
  	margin-right: 15px;
  	width: calc(100% - 30px);
}

.journal .section-image, .journal-preview .section-image {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100vh;
	width: 100vw;
	box-sizing: border-box;
	margin-top: -100vh;
	-webkit-transform: translate3d(0,0,0);
}

/* LOADING INDICATOR */

.section-image img:after, .additional-image img:after, .section-multiple-image img:after {
    content: "";
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -30px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index:10;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.journal-preview .section-information {
	background: none;
	position: relative;
	z-index: 20;
}

.section-information-inner {
	margin-top: 30px;
	margin-bottom: 30px;
}

.journal-preview .section-information-inner {
	column-rule: 0.5px solid rgba(255,255,255,0.8);	
}

.clear-scroll-helper .section-arrow, .clear-scroll-helper-A .arrow-A, .clear-scroll-helper-B .arrow-B, .clear-scroll-helper-C .arrow-C, .clear-scroll-helper-D .arrow-D, .clear-scroll-helper-E .arrow-E, .clear-scroll-helper-F .arrow-F {
	opacity: 0;
}

.clear-scroll-helper-001 #arrow-001, .clear-scroll-helper-002 #arrow-002, .clear-scroll-helper-003 #arrow-003, .clear-scroll-helper-004 #arrow-004, .clear-scroll-helper-005 #arrow-005, .clear-scroll-helper-006 #arrow-006 {
	opacity: 0;
}

.clear-arrow-group {
	position: absolute;
	top: 0px;
	bottom: 0px;
	pointer-events: none;
}

.section-information {
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 18px;
}

.section-multiple-image-wrapper, .section-multiple-image, .additional-image {
	position: relative;
}


@media (min-width: 480px) and (max-width: 1060px)
{

	.previews-wrapper a:nth-child(40), .previews-wrapper a:nth-last-child(2), .previews-wrapper a:nth-last-child(1) {
		display: none !important;
	}

}

@media (min-width: 1060px) and (max-width: 1360px)
{

	.previews-wrapper a:nth-last-child(2), .previews-wrapper a:nth-last-child(1) {
		display: none !important;
	}

}

@media (min-width: 480px)
{

	.preview-outer {
		width: 33.333%;
	}

}


@media screen and (max-width: 580px) {
	
	.logo-wrap {
 		padding-bottom: 80px;
	}
	
	.intro-image::after {
   	 	height: 400px;
    	background: linear-gradient(0deg, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0) 100%);
	}

}


@media screen and (min-width: 580px)
{
	.header-logo .logo {
		display: inline-block;
	}
	
	.menu-open .header-logo .logo {
		display: none;
	}
	
	.section-title-inner div span {
		display: initial;
	}
		
}


@media screen and (min-width: 830px) {

	.journal-links a span {
		display: initial;
	}
	
	.journal-content-final {
		margin-bottom: 70px;
	}
	
	
	
	.journal-mobile-arrow {
		display: none;
	}

	.section-arrow:not(.intro-arrow) {
		display: block;
	}
	
	.preview-highlight p em
	{
		display: initial;
	}
	
	.last-additional-image {
		margin-bottom: 0px;
	}
	
	.journal-preview .section-title {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.journal-title {
  		position: absolute;
	}
	
	.member-wrapper {
 		border-bottom: 0.5px solid rgba(0,0,0,0.4);
 		padding-bottom: 36px;
 		margin-bottom: 36px;
	}
	
	.team-inner {
		margin-top: 20px;
	}
	
	footer {
		margin-top: 0px;
	}
	
	.extra-scroll {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 40vh;
		width: 100vw;
		box-sizing: border-box;
	}
	
	.section-information {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 100vh;
		width: 100vw;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
		background: linear-gradient(0deg, rgba(224,226,228,0.92) 20%, rgba(224,226,228,0) 40%);
		display: flex;
		z-index: 40;
	}
	
	.journal-preview .section-information-inner {
		margin-top: auto;
		padding-bottom: 64px;
	}
	
	.journal-preview .section-information {
		position: -webkit-sticky;
		position: sticky;
	}
	
	.section-information-inner {
		margin-top: auto;
		width: 100%;
		padding: 40px;
		padding-bottom: 64px;
		columns: 300px 2;
		column-rule: 1px solid rgba(0,0,0,0.4);	
		column-gap: 56px;
		margin-bottom: 0;
	}	
	
	.section-title-inner::before {
  		margin-left: 30px;
  		margin-right: 30px;
  		width: calc(100% - 60px);
	}
	
	.section-title {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 100vh;
		margin-top: -100vh;
		z-index: 60;
		text-align: center;
		pointer-events: none;
	}
	
	.instagram-wrapper .section-title, .team-wrapper .section-title {
		margin-top: 0vh;
		margin-bottom: 0;
		height: auto;
	}
	
	.section-image {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 100vh;
		width: 100vw;
		box-sizing: border-box;
		margin-top: -100vh;
	}

	.section-multiple-image-wrapper {
		position: relative;
		height: 200vh;
		width: 100vw;
		box-sizing: border-box;
		margin-top: -100vh;
	}

	.section-multiple-image {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		height: 100vh;
		width: 100vw;
		box-sizing: border-box;
	}

	.additional-image {
		position: relative;
		height: 100vh;
		width: 100vw;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
		border-top: 4px solid white;
	}

	.section-image img, .additional-image img, .section-multiple-image img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		display: block;
		background: #dae5d8;
		color: #dae5d8;
	}	

	.section-frame   {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100vw;
		height: 100vh;
		z-index: 50;
		pointer-events: none;
	}
	
	.first-section-wrapper {
		margin-top: 60px;
	}
	
	.section-frame {
		border: 30px solid rgba(255,255,255,1);
	}
	
	.section-image {
		padding: 30px;
	}
	
	.section-arrow:not(.intro-arrow) {
		margin-bottom: -30px;
	}
	
	.journal .section-arrow {
		bottom: 0px;
	}
	
	.journal-title h1 {
		padding-bottom: calc(30px + 7vh);
	}
	
	.journal-title span {
		padding-bottom: 6vh;
	}
	
	.journal-body-image {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.home .journal-title span {
  		font-size: 84vh;
  		padding-bottom: 19vh;
	}
	
	.member-wrapper:nth-child(5), .member-wrapper:nth-child(6) {
 		border-bottom: 0px;
 		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
	.member-wrapper {
 		flex: calc(50% - 60px);
 		margin-left: 15px;
 		margin-right: 15px;
 		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.intro-top-wrapper {
		margin-top: 60px;
	}
	
	.review {
		margin-top: 90px;
		margin-bottom: 90px;
	}
	
	.clear-copy {
		margin-top: 28px;
	}
	
	.video-page-top-wrapper {
		margin-top: 70px;
	}
	
	.journal-extra-img {
		display: none;
	}
	
	.contact-links-A, .contact-links-B  {
	 	border-right: 0.5px solid rgba(0,0,0,0.4);
		margin-right: 20px;
 		padding-right: 20px;
	}
	
	.contact-links-wrapper {
		padding-left: 0px;
		margin-bottom: 50px;
	}
	
	.contact-links {
		 display: inline-block;
	}
	
	.content-wrapper
	{
		padding-top: 80px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 4px;
		margin-bottom: 40px;
	}
	
	.fancybox-button--close
	{
		right: 22px;
	}
	
	.counter-wrap
	{
		padding-left: 32px;
	}
	
	.journal-body {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	
	.journal-title h1 {
		padding-left: 60px;
		padding-right: 60px;
	}
		
	.intro-reviews p {
		font-size: 38px;
	}
	
	.copy-wrapper h2, .page-statement h2, .journal-body h2, .journal-title h1 {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 56px;
	}
	
	.journal-title h1 {
		padding-bottom: 30px;
	}
	
	.menu-contact {
		padding-right: 0px !important;
	}
	
	.hamburger {
		top: 0;
		left: 12px;
	}

	header {
		padding-left: 30px;
		padding-right: 30px;
		width: calc(100% - 60px);
	}
	
	.header-wrap {
		padding-bottom: 4px;
	}
	
	.instagram-wrapper iframe {
		margin-top: 10px;
	}
	
	.logo-wrap svg {
		width: 800px;
	}	
	
	.footer-B p {
		display: inline-block;
	}

	.section-information p, .team-wrapper p {
		font-weight: 400;
		font-size: 15px;
		line-height: 1.4;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.journal-preview .section-information p {
		color: #fff;
	}
	
	.copy-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	header {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.map-wrapper {
		padding-left: 26px;
		padding-right: 26px;
		padding-bottom: 6px;
	}
	
	.team-wrapper {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	
	.home footer {
		margin-top: 74px;
	}
	
	.intro-reviews {
		padding-bottom: 40px;
	}
	
	.instagram-wrapper {
		padding-left: 27px;
		padding-right: 28px;
		padding-top: 35px;
	}
	
	.previews-wrapper
	{
		padding-left: 26px;
		padding-right: 26px;
		padding-bottom: 10px;
		padding-top: 110px;
		margin-bottom: 20px;
	}
	
	.multiple-section-information {
		margin-top: -100vh;
	}

}

@media (min-aspect-ratio: 1/1) {
   
   .vimeo-wrapper iframe {
  		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
	}

}


/*
@media (max-aspect-ratio: 1/2) {
   
   
	.journal-title span {
  		font-size: 170vw;
	}
	
	.home .journal-title span {
  		font-size: 170vw;
	}

}
*/
@media (min-width: 1060px)
{
	.preview-outer
	{
		width: 25%;
	}

}

@media screen and (min-width: 1360px) {
	

	
	.menu-main a.current {
		opacity: 1;
	}

	.menu-main a.current::after {
		opacity: 1;
	}
	
	header {
		padding-left: 30px;
		padding-right: 30px;
		width: calc(100% - 60px);
	}
	
	header a {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.menu-main li a {
		color: #181818;
	}
	
	.home .clear-arrow {
		margin-top: -70px;
	}

	.page-top-wrapper {
		margin-top: 160px;
	}
	
	.intro-top-wrapper {
		margin-top: 70px;
	}
	
	.hamburger {
		display: none !important;
	}
	
	.menu-wrap {
		flex: 1;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height:auto;
		background: none;
		opacity: 1;
		padding-top: 0px;
		display: block;
		margin-left: -5px;
	}
	
	.menu-contact a span {
		display: initial;
	}
	
	header {
		width: calc(100% + -60px);
	}
	
	.header-logo {
		position: relative;
		background: none;
		width: auto;
	}
	
	.menu-main {
		margin: 0 !important;
	}
	
	.menu-main li {
		display: inline-block !important;
		text-align: left;
		border-bottom: 0px !important;
    	padding: 0px;
	}
	
	.menu-main a span {
		border-right: 0.5px solid rgba(0,0,0,0.3);
		display: inline-block;
		padding-right: 4px;
		margin-right: 2px;
		font-size: 9px;
		position: relative;
		font-weight: 700;
		vertical-align: super;
		position: absolute;
		left: 0;
		margin-top: 1px;
	}
	
	.menu-contact a {
		padding-left: 23px;	
	}
	
	.menu-contact li:last-child a {
		margin-right: 0px;
	}
	
	.dark-menu .menu-wrap {
		background: none;
	}

}

@media (min-width: 1400px)
{

	.preview-outer
	{
		width: 20%;
	}

}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


/* Hamburger Override */

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #181818;
	width: 32px;
	height: 2px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.dark-menu .hamburger-inner, .dark-menu .hamburger-inner::before, .dark-menu .hamburger-inner::after {
	width: 32px;
	height: 2px;
}

.dark-menu .hamburger.is-active .hamburger-inner, .dark-menu .hamburger.is-active .hamburger-inner::before, .dark-menu .hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}

.hamburger-box {
    width: 32px;
}

.hamburger {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 26px;
	padding-bottom: 26px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger:hover {
    opacity: 1; 
}
  
.hamburger.is-active:hover {
    opacity: 1;
}