/* @override 
	http://localhost/andersonmedia/wp-content/themes/anderson/style.css?*
	https://www.anderson.signaturecreative.com/wp-content/themes/anderson/style.css?* */

/*!
Theme Name: anderson
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anderson
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Raleway:wght@300;400;600;700&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* @group GENERAL */

/******************************************************************************

								GENERAL

******************************************************************************/

:root {
	--rem-base: 62.5%;
}

body {
	--font-family-header: 'Krona One', sans-serif;
	--font-family-header-sm: 'Raleway', sans-serif;
	--font-family-body: 'Raleway', sans-serif;
	--font-family-body2: 'Titillium Web', sans-serif;
	--font-size-body: 2rem;
	--font-size-small: 1.2rem;
	--font-size-medium: 2.8rem;
	--font-size-large: 3.6rem;
	--font-size-h1: 5.5rem;
	--font-size-h2: 3.375rem;
	--ease-in: cubic-bezier(0.49,0.025,0.65,0.65);
	--ease-out: cubic-bezier(0.28,0.44,0.49,1);
	--ease-in-out: cubic-bezier(0.49,0.025,0.49,1);
	--ease-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
	--ease-out-quart2: cubic-bezier(0.19, 1, 0.22, 1);
	--container-width: 1600px;
	--grid-padding: 10rem;
	--grid-gutter: 0.25rem;
	will-change: background-color,color;
	--transition-color: color 1000ms var(--ease-out-quart);
	--transition-background_color: background-color 1000ms var(--ease-out-quart);
	--transition-background_image: background-image 1000ms var(--ease-out-quart);
	transition: var(--transition-background_color), var(--transition-background_color), var(--transition-color);
	--bg-color: #000;
	--text-color: #F9F9F9;
	--text-highlight: #fff;
}

*, :after, :before {
	box-sizing: inherit;
	-webkit-backface-visibility: inherit;
	backface-visibility: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, a:focus, button:focus {
	outline: 0;
}

html {
	font-size: var(--rem-base);
	font-variant-ligatures: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

body {
	line-height: 1.4;
	font-family: var(--font-family-body);
	font-weight: normal;
	color: var(--text-color);
	background-color: var(--bg-color);
	margin: 0 !important;
	padding: 0 !important;
	font-size: var(--font-size-body);
}



body.light-mode {
	--bg-color: #F9F9F9;
	--text-color: #000;
	--text-highlight: #000;
}


body.dark-mode {
	--bg-color: #000;
	--text-color: #F9F9F9;
	--text-highlight: #fff;
}



::selection {
	-webkit-text-fill-color: var(--bg-color);
	background-color: currentColor;
}

body.active {
	overflow: hidden;
}
#wrapper {
	margin-top: 140px;
	padding: 0;
	position: relative;
	z-index: 1;
}

#main-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.page-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	padding-top: 4rem;
/*	transform: translate(0, 100px);*/
	
}
@media only screen and (max-width:536px) {
	body {
		--grid-padding: 2.4rem;
		--grid-gutter: 0.25rem;
	}
	
	#wrapper {
	margin-top: 80px;
	padding: 0;
	position: relative;
	z-index: 1;
	}
}

/* @end */

/* @group UTILITIES */

/************************************************************************************************************************************* 
		
		UTILITIES 
		
*************************************************************************************************************************************/

.container {
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-sizing: border-box;
	padding-left: var(--grid-padding);
	padding-right: var(--grid-padding);
}

.section {
	margin-top: var(--section-margin);
	margin-bottom: var(--section-margin);
}

.list-clean {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.4;
}

.text-center {
	text-align: center;
}

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

.text-right {
	text-align: right;
}

.text-highlight {
	color: var(--text-highlight);
}

a:link, a:visited, a:hover {
	color: var(--text-color);
	text-decoration: no;
}

.text-lg {
	font-size: var(--font-size-large);
	line-height: var(--line-height-large);
}

.text-md {
	font-size: var(--font-size-medium);
}

.text-sm {
	font-size: var(--font-size-small);
}
.text-light {
	font-weight: 200;
}
.text-bold {
	font-weight: bold;
}
.h1, h1 {
	font-family: var(--font-family-header);
	font-size: var(--font-size-h1);
	line-height: 1;
}

.h2, h2 {
	font-family: var(--font-family-header);
	font-size: var(--font-size-h2);
	line-height: 1;
	font-weight: 500;
	letter-spacing: -2px;
}

.svg-arrow svg path {
	fill: var(--text-color);
}
img {
	max-width: 100%;
}
.row {
	display: flex;
	/*	-moz-column-gap: var(--grid-gutter);
		column-gap: var(--grid-gutter);*/
	margin: 0 auto;
	grid-template-columns: repeat(var(--grid-columns), 1fr);
	width: 100%;
	justify-content: space-between;
}

.col {
	padding: 0 var(--grid-gutter);
	box-sizing: border-box;
}

.col:first-child {
	padding-left: 0;
}

.col:last-child {
	padding-right: 0;
}

.col-1 {
	grid-column: auto/span 1;
	flex: 1 1 calc(1/var(--grid-columns)*100%);
}

.col-2 {
	grid-column: auto/span 2;
	flex: 1 1 calc(2/var(--grid-columns)*100%);
}

.col-3 {
	grid-column: auto/span 3;
	width: calc(3/var(--grid-columns)*100%);
	flex: 1 1 calc(3/var(--grid-columns)*100%);
}

.col-4 {
	grid-column: auto/span 4;
	flex: 1 1 calc(4/var(--grid-columns)*100%);
}

.col-5 {
	grid-column: auto/span 5;
	flex: 1 1 calc(5/var(--grid-columns)*100%);
}

.col-6 {
	grid-column: auto/span 6;
	flex: 1 1 calc(6/var(--grid-columns)*100%);
}

.col-7 {
	grid-column: auto/span 7;
	flex: 1 1 calc(7/var(--grid-columns)*100%);
}

.col-8 {
	grid-column: auto/span 8;
	flex: 1 1 calc(8/var(--grid-columns)*100%);
}

.col-9 {
	grid-column: auto/span 9;
	flex: 1 1 calc(9/var(--grid-columns)*100%);
}

.col-10 {
	grid-column: auto/span 10;
	flex: 1 1 calc(10/var(--grid-columns)*100%);
}

.section-divider {
	text-align: center;
	margin-bottom: 6rem;
}

.divider {
	width: 1px;
	height: 16rem;
	background: -webkit-linear-gradient(bottom, var(--text-color) 0%, var(--bg-color) 100%, rgb(0, 0, 0) 100%);
	background: -moz-linear-gradient(bottom, var(--text-color) 0%, var(--bg-color) 100%, rgb(0, 0, 0) 100%);
	background: -ms-linear-gradient(bottom, var(--text-color) 0%, var(--bg-color) 100%, rgb(0, 0, 0) 100%);
	background: linear-gradient(to top, var(--text-color) 0%, var(--bg-color) 100%, rgb(0, 0, 0) 100%);
	display: inline-block;
	margin: 0 auto;
}

#page-template h1 {
	margin-bottom: 4rem;
}
@media only screen and (max-width:536px) {
.divider {
	height: 10rem;
}
.section-divider {
	margin-bottom: 4rem;
}
}
/* @end */

/* @group LOADING & TRANSITIONS */

/************************************************************************************************************************************* 
		
		LOADING & TRANSITIONS 
		
*************************************************************************************************************************************/


#main-loading {
	position: fixed;
	top: 0;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000000000000000000000;
	background-color: var(--text-color);
	transform: translate3d(0,0,0);
	overflow: hidden;
/*	transition: all .3s var(--ease-out-quart);*/
}

#loading-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100%;
	text-transform: uppercase;
	font-family: var(--font-family-body);
	font-weight: 600;
	letter-spacing: 2.4px;
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
	color: var(--bg-color);
}
#loading-logo-wrapper {
	width: 20vw;
	height: 20vw;
	max-width: 800px;
	position: relative;
	text-align: center;
	position: relative;
	opacity: 0;
}

#loading-logo-wrapper svg {
	width: 20vw;
	height: 20vw;
	text-align: center;
	margin: 0 auto;
}

svg#loading-logo-outlined {
	margin: 0 auto;
}
svg#loading-logo-outlined path {
	color: var(--bg-color);
	stroke: var(--bg-color);
}

svg#loading-logo-outlined path {
	width: 100%;
/*	fill: #fff;*/
}
.path-fill-out {
	z-index: 1000000000000;
	position: relative;
}
#loading-logo-outlined {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000000;
}
#loading-logo-full {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000000;
	opacity: 0;
}
#loading-logo-outlined {
	
}
#loading-logo-full path, #loading-logo-full rect, #loading-logo-full polygon  {
	fill: var(--bg-color) !important;
}
#loading-text {
	display: block;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(20px);
	color: var(--bg-color);
}
#loading-text #dots {
	position: absolute;
}
/* @end */

/* @group ANIMATIONS */


canvas {
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
@media only screen and (max-width:536px) {
	#loading-logo-wrapper {
		width: 80vw;
	}
	
	#loading-logo-wrapper {
	width: 80vw;
	height: 80vw;
	max-width: 800px;
}

#loading-logo-wrapper svg {
	width: 80vw;
	height: 80vw;
}
	
	
#loading-text {
	font-size: 1.2rem;
}
}

/* @end */

/* @group NAVIGATION */

/************************************************************************************************************************************* 
		
		NAVIGATION 
		
*************************************************************************************************************************************/

#main-header {
	padding-top: 4rem;
	padding-bottom: 3rem;
	width: 100%;
	will-change: transform;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	-webkit-transition: transform .6s var(--ease-out-quart2) , background-color 1000ms var(--ease-out-quart);
	transition: transform .6s var(--ease-out-quart2), background-color 1000ms var(--ease-out-quart);;
	transform: translate3d(0,0,0);
	background-color: var(--bg-color);
	z-index: 100001;
}

/* 
 * Navigation Animations 
 */

#main-header.nav-up {
	transform: translate3d(0,-100%,0);
	top: 0;
}

#main-header.nav-down {
	transform: translate3d(0,0,0);
	top: 0;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before, .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: var(--text-color) !important; 
}

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

#main-header #main-logo {
	margin-right: 20px;
/*	transform: translate(0,100px);*/
	/*	opacity: 0;*/
}

#main-header #main-logo svg {
	height: 70px;
	
}

#main-header #main-logo svg path {
	fill: var(--text-color);
	transition: all 1000ms var(--ease-out-quart);
}

#main-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.main-navigation {
		display: flex;
		align-items: center;
	}

#menu-main {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

#menu-main li {
	display: inline-block;
	padding: 0 3rem;
}

#menu-main a {
	font-size: 1.8rem;
	font-family: var(--font-family-body);
	font-weight: 500;
	text-decoration: none;
	color: var(--text-color);
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding-bottom: 2px;
	transition: color 1000ms var(--ease-out-quart);
/*	transform: translate(0,100px);*/
	/*	opacity: 0;*/
}

#menu-main .current-menu-item a {
	font-weight: 600;
}

#menu-main a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--text-highlight);
	transform: translateX(calc(-100% - .1rem));
	-webkit-animation: .25s var(--ease-out) 0s stroke-out forwards;
	animation: .25s var(--ease-out) 0s stroke-out forwards
}

#menu-main a:hover::before, #menu-main a.current::before {
	opacity: 1;
	-webkit-animation: .25s var(--ease-out) 0s stroke-in forwards;
	animation: .25s var(--ease-out) 0s stroke-in forwards
}
#main-header .theme-switch-wrapper svg path {
	fill: var(--text-color) !important;
	transition: fill 1000ms var(--ease-out-quart);
}
@keyframes stroke-in {
0% {
	transform: translate3d(-101%,0,0)
}

to {
	transform: translateZ(0)
}
}
@keyframes stroke-out {
0% {
	transform: translateZ(0)
}

to {
	transform: translate3d(102%,0,0)
}
}

.navigation-open {
	overflow: hidden;
}

#mobile-menu-icon {
	display: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

#mobile-navigation, #mobile-theme-switch {
	display: none;
}


.theme-switch-wrapper {
	margin-left: 2rem;
	margin-top: -1rem;
}
.theme-switch svg {
	transition: all .6s var(--ease-out-quart);
}
.theme-switch.light-mode svg {
	transform: rotate(0deg);
}
.theme-switch.dark-mode svg {
	transform: rotate(180deg);
}
.theme-switch-wrapper svg {
	width: 18px;
	height: 18px;
	display: block;
}
.theme-switch-wrapper svg path {
	fill: var(--text-color) !important;
	transition: fill 1000ms var(--ease-out-quart);
}

@media only screen and (max-width:980px) {
	body {
		--grid-padding: 2rem;
	}
	#main-header #main-logo svg {
	height: 50px;
	max-width: 90%;
	
}
	#menu-main li {
		padding: 0 1rem;
	}
}



@media only screen and (max-width:536px) {
	#mobile-menu-icon {
		display: inherit;
		position: absolute;
		top: -4px;
		transform: scale(.9) translate(0,'100px');
		right: var(--grid-padding);
		top: 50%;
		transform: translate(0,-50%) !important;
	}
	
	#main-header {
		padding-top: 2.4rem;
		padding-bottom: 1rem;
	}
	#main-header #main-logo {
/*		margin: 0 auto;*/
	}
	#main-header #main-logo svg {
/*		width: 5rem;*/
		height: 5rem;
		text-align: left;
	}
	
	.main-navigation {
		display: none;
	}
	
	#mobile-navigation {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100000;
		height: 100%;
		width: 100vw;
		padding: 2rem;
		box-sizing: border-box;
		/*		-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
				transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);*/
		transform: scale(1) translate3d(0,10%,0);
		background-color: var(--bg-color);
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-direction: column;
	}
	
	#mobile-navigation.active {
		transform: scale(1) translate3d(0,0,0);
		opacity: 1;
		visibility: visible;
	}
	
	#mobile-navigation .main-menu {
		padding: 0;
		margin: 0;
		list-style: none;
		margin-top: 4rem;
	}
	#mobile-navigation .main-menu a {
		/*		transform: translate(0,0);*/
		text-decoration: none;
		font-size: 4rem;
	}
	
	#mobile-navigation .copyright.row {
		width: 100%;
		justify-content: space-between;
		font-size: 0.9rem;
		padding-top: 4rem;
		padding-bottom: var(--grid-padding);
		text-transform: uppercase;
		letter-spacing: 1px;
		opacity: .4;
		margin-top: auto;
	}
	
	#mobile-navigation .col-menu h4 {
		text-transform: uppercase;
		font-size: 1.5rem;
		font-family: var(--font-family-header);
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 16px;
	}
	.mobile-navigation-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
	}
	.mobile-navigation-footer {
		padding-bottom: 3.2rem;
/*		margin-top: 3.2rem;*/
	}
}

/* @end */

/* @group SEARCH */

#search-results-wrapper {
	display: none;
}

#section-all_works-title {
	display: flex;
	justify-content: space-between;
}
.search-input-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
}
.search-input-wrapper svg path {
	stroke:  var(--text-color);
}

#search-work {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #333;
	padding: 1rem 3rem 1rem 0rem;
	min-width: 300px;
	color: var(--text-color);
	transition: all .3s;
	font-size: 2.2rem;
}
.icon-search {
	position: absolute;
	top: 50%;
	transform: translate(0, -40%);
	right: 0;
}

#search-work::placeholder {
  font-size: 2.2rem;
	opacity: .5;
	transition: all .3s;
}
#search-work:focus {
	border-bottom: 1px solid #777;
}
#search-work:focus::placeholder {
	opacity: .2;
}
#search-result-text {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}
#clear-search {
	padding-left: 1.6rem;
	text-decoration: none;
	opacity: 1;
	transition: all .3s;
	font-size: 1.6rem;
}
#clear-search:hover {
	opacity: .6;
}
#clear-search svg {
	margin-left: .4rem;
}
#clear-search svg path {
	fill: var(--text-color);
}
/* @end */


/* @group PAGE HOME */

/* @group Section Hero */
#section-hero h1 {
	font-family: var(--font-family-body);
	font-weight: 500;
	font-size: 6.8rem;
	margin: 0;
}

#section-hero .section-text {
	max-width: 650px;
	position: relative;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	text-align: left;
}

#section-hero .btn-wrapper {
	margin-top: 4rem;
}

.btn.btn-text {
	font-family: var(--font-family-header-sm);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 700;
	transition: all 1000ms var(--ease-out-quart);
}

.btn.btn-text.btn-caret {
	display: flex;
	align-items: center;
}

.btn.btn-text.btn-caret svg {
	margin-left: 2rem;
}

.btn.btn-text.btn-caret svg path {
	fill: var(--text-color);
	transition: all 1000ms var(--ease-out-quart);
}

#section-hero {
	position: relative;
	min-height: 70vh;
	text-align: right;
}

#hero-image-mask {
	width: 60vw;
	height: 60vw;
	margin-right: 0;
	margin-left: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#hero-image-mask svg {
	width: 100%;
	height: auto;
}

#hero-video-mask {
	width: 60vw;
	height: 60vw;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	opacity: .8 !important;
}

#hero-video-mask svg {
	width: 60vw;
	height: 60vw;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#hero-image-mask svg path, #hero-video-mask svg path {
	fill: var(--bg-color);
	transition: all 1000ms var(--ease-out-quart);
}
#hero-video-mask #video-reel {
	height: 60vw !important;
	max-width: inherit;
	margin: 0 auto;
	position: absolute;
	left: -50%;
}


#section-hero .section-divider {
	text-align: center;
}

.scroll-btn {
	position: absolute;
	bottom: 4rem;
	left: 50%;
	transform: translate(-50%, 0);
	font-family: var(--font-family-body);
	font-size: 3.6rem;
	line-height: .9;
	font-weight: 600;
	border-radius: 50%;
	height: 140px;
	width: 140px;
	border: 2px solid var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: border 1000ms var(--ease-out-quart);;
}
#hero-image-mask svg path{
	fill: var(--bg-color);
	transition: fill 1000ms var(--ease-out-quart);;
}
#page-home.page-wrapper {
		margin-top: 0;
		padding: 0;
	}
@media only screen and (max-width:536px) {
	#page-home.page-wrapper {
		margin-top: 0;
		padding: 0;
	}
	#section-hero .section-text {
		max-width: 650px;
		position: relative;
		top: 0;
		transform: translate(0,0);
	}
	#section-hero h1 {
	font-size: 4rem;
}
#hero-image-mask, #hero-video-mask {
	width: 100vw;
	height: 100vw;
	margin: 4rem auto;
	margin-bottom: 2rem;
}
#hero-image-mask svg, #hero-video-mask svg {
	width: 100%;
	height: auto;
}
#hero-video-mask #video-reel {
	height: 100vw !important;
	max-width: inherit;
	margin: 0 auto;
	position: absolute;
	left: -50%;
}

#section-hero {
	text-align: center;
}
.scroll-btn {
	position: inherit;
	left: inherit;
	bottom: inherit;
	text-align: center;
	transform: translate(0, 0);
	height: 110px;
	width: 110px;
	font-size: 2.4rem;
	margin-top: 3.2rem;
}
}


/* @end */

/* @group Section Work */

#section-work .section-title {
	text-align: center;
}

.section-title h2, .section-title h1 {
	font-family: var(--font-family-header);
	font-size: 12rem;
	text-transform: uppercase;
	margin-bottom: 2.4rem;
	line-height: .9;
}

.section-title .section-intro {
	font-family: var(--font-family-body);
	font-size: 2.4rem;
	margin-bottom: 4.8rem;
}

.work-section-title {
	margin-bottom: 6.4rem;
}
.work-section-title h2 {
	font-size: 5rem;
}
.work-section-title .footer-line {
	margin-bottom: 6.4rem;
	display: ;
}

#work-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	grid-auto-rows: minmax(100px, auto);
}

.page-template-page-works #work-grid {
	gap: 32px;
}

#work-grid .work-item {
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.thumb-reveal {
	background-color: var(--bg-color);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
#work-grid .work-item a {
	text-decoration: none;
	height: 100%;
	display: block;
	padding-top: 60%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#work-grid .work-item a::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all .3s;
}

#work-grid .work-item a:hover::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 16px solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	bottom: 0;
}

.work-item-title {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 4rem 0 2rem;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	transition: all .3s;
	pointer-events: none;
}
#work-grid .work-item a::before {
	content: "";
	height: 30%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
/*.bg-shadow {
	height: 30%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}*/
#work-grid .work-item:hover .work-item-title {
	padding-bottom: 4rem;
}
#work-grid-wrapper .btn-wrapper {
	margin-top: 8rem;
	text-align: center;
}
#work-grid-wrapper .btn-wrapper .btn {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

#all-works {
	margin-top: 7.2rem;
}

.work-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.work-list li.animation-more_posts {
	opacity: 0;
	transform: translate(0, 50px);
	height: 0;
}
.work-list li a {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding: .8rem 0;
}

.work-list li a::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #25272d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.work-list li a::before {
	background-color: #565b6a;
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	z-index: 1000;
}

.work-list li a:hover::before {
	width: 100%;
}

.work-list h4 {
	text-decoration: none;
	font-size: 3.6rem;
	font-weight: 600;
	padding-right: 1.8rem;
}
.work-list span {
	font-size: 2.8rem;
	opacity: .3;
	padding-right: 2.4rem;
	padding-top: 6px;
}
.work-list span::before {
	content: "•";
	padding-right: 1.8rem;
}

#btn-load_more-wrapper {
	margin: 4rem 0;
	text-align: center;
	padding: 4rem 0;
}
#btn-load-more {
	margin: 0 auto;
	display: flex;
	justify-content: center;

}
#loading-posts-text {
	display: none;
}
#loading-posts-dots {
	position: absolute;
}
@media only screen and (max-width:536px) {
	.section-title h2, .section-title h1 {
	font-size: 6rem;
	margin-top: 0;
}
input{
  -webkit-appearance: none;
  border-radius: 0;
}
.work-section-title h2 {
	font-size: 4rem;
}
.section-title .section-intro {
	font-size: 2rem;
	margin-bottom: 4rem;
}
.work-section-title {
	margin-bottom: 4rem;
}
#section-all_works-title {
	display: block;
}
.search-input-wrapper {
	margin: 3.2rem 0;
}
#search-work {
	width: 100%;
}
#work-grid {
	display: block;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	grid-auto-rows: minmax(100px, auto);
}
#work-grid .work-item {
	margin-bottom: 2rem;
}
#work-grid .work-item a {
	padding-top: 0;
	height: 50vw;
	font-size: 1.8rem;
}
.work-item-title {
	position: relative;
	padding: 1rem 0;
	font-size: 2.2rem;
}

.work-list li a {
	display: block;
	width: 100%;
	align-items: flex-start;
}
.work-list h4 {
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 600;
	padding-right: 1.8rem;
}
.work-list span {
	font-size: 2rem;
	padding-right: 0;
	padding-top: 0px;
}
.work-list span::before {
	content: "";
	padding: 0;
}
	.work-list span:last-child::before {
		content: "•";
	padding: 0 .8rem;
	}
}

/* @end */





/* @group Section Area of Focus */

#section-focus {
	position: relative;
	padding-top: 16rem;
	overflow: hidden;
}

.whatwedo-circle {
	display: inline-block;
	position: absolute;
	right: -100px;
	top: 100px;
}

.whatwedo-circle svg {
	width: 400px;
	height: 400px;
}

.whatwedo-circle svg path {
	fill: var(--text-color) !important;
	transition: fill 1000ms var(--ease-out-quart);

}

#focus-list-wrapper {
	margin-top: 12rem;
	padding-right: 0;
	width: 80vw;
	max-width: 980px;
	margin-left: auto;
	margin-right: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	grid-auto-rows: minmax(100px, auto);
	padding-left: 12rem;
}
.focus-item {
	padding: 4.8rem;
}
.focus-item {
/*	border-left: 1px solid var(--text-color);*/
/*	background-color: #111;*/
}
.focus-item h3 {
	font-size: 4rem;
	line-height: 1;
	margin-bottom: 1.6rem;
	font-weight: 600;
}

@media only screen and (max-width:536px) {
	#focus-list-wrapper {
		margin-top: 12rem;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		padding-left: 0;
		margin: 0 auto;
	}
	.focus-item {
	padding: 2.4rem 0;
}
	.whatwedo-circle {
		display: inline-block;
		position: absolute;
		right: -30px;
		top: 50px;
	}

	.whatwedo-circle svg {
		width: 160px;
		height: 160px;
	}
}

/* @end */

/* @end */

/* @end */

/* @group SINGLE WORK */


#section-single_hero h1 {
	text-transform: uppercase;
	font-size: 10rem;
	margin: 0;
}

.work-metas {
	margin-top: 1rem;
	text-transform: uppercase;
	font-size: 2.4rem;
}

#work-hero_image {
	text-align: center;
	background-size: cover;
	background-position: center center;
	margin: 2rem auto 10rem;
	position: relative;
}
#work-hero_image img {
	width: 100%;
}

.btn-play {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: transform 300ms;
	max-height: 100%;
}

.btn-play:hover {
	transform: translate(-50%,-50%) scale(1.05);
}
/*.video-overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}*/
#work-info-wrapper {
	display: flex;
	gap: 4.8rem;
	justify-content: space-between;
}
.work-synopsis, .work-info {
	width: 40%;
 
}
.work-synopsis {
	width: 45%;
}
.work-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 2.2rem;
}
.work-info > div {
	width: 50%;
	margin-bottom: 4.8rem;
	
}
.work-info h4 {
	opacity: .5;
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.work-starring ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:536px) {
	#section-single_hero h1 {
		font-size: 6rem;
	}
	.work-metas {
	font-size: 1.8rem;
}
#work-hero_image {
	margin-bottom: 2rem;
}
#work-info-wrapper {
	display: flex;
	gap: 4.8rem;
	justify-content: space-between;
	flex-direction: column;
}
.work-synopsis, .work-info {
	width: 100%;
	font-size: 2.2rem;
 
}
#single-work .section-divider {
	margin-bottom: 2rem;
}

.btn-play svg {
	width: 30vw;
}

}

/* About Grid */

#section-about_movie {
	position: relative;
}
#abouttheshow-circle {
	position: absolute;
	top: -10%;
	left: -5%;
}
#about-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: minmax(min-content, max-content);
	gap: 4rem;
	padding: 0 8rem 4rem;
	margin-top: 12rem;
}

.about-image {
	max-width: 100%;
	background-size: cover;
	background-position: center center;
}
#about-image1 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 1;
	grid-row-end: 3;
	height: 25vw;
}
#about-image2 {
	grid-column-start: 4;
	grid-column-end: 9;
	grid-row-start: 2;
	grid-row-end: 4;
	height:25vw;
}
#about-text {
	grid-column-start:5;
	grid-column-end: 9;
	grid-row-start: 4;
}
#abouttheshow-circle svg path {
	fill: var(--text-color) !important;
	transition: fill 1000ms var(--ease-out-quart);
}



@media only screen and (max-width:536px) {
#about-grid {
	margin-top: 0;
	padding: 0;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: auto;
}
#abouttheshow-circle {
	position: absolute;
	top: -12%;
	left: inherit;
	right: 1%;
}
#abouttheshow-circle svg {
	width: 120px;
	height: 120px;
}

#about-text {
	grid-column-start:1;
	grid-row-start: 4;
	height: auto;
}
.about-image {
	height: 40vw;
}
#about-image1 {
	grid-column-start: 1;
	grid-column-end: 7;
	height: 40vw;
}
#about-image2 {
	grid-column-start: 3;
	grid-column-end: 9;
	height: 40vw;
}
}
/* Section Gallery */

#section-gallery {
	margin-top: 8rem;
}
#work-gallery {
	margin-top: 8rem;
}
#work-gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	column-count: 3;
	column-gap: .8em;
}

.grid-item {
	background-color: #eee;
	display: inline-block;
	margin: 0 0 0.8em;
	width: 100%;
	position: relative;
}
.overlay-img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.grid-item img {
	width: 100%;
	display: block;
	vertical-align:top;
}
.fancybox__content {
	pointer-events: none;
}
.av-inner-masonry-content {
  display:none !important;
}

@media only screen and (max-width:536px) {
	#section-gallery {
	margin-top: 6rem;
}
#work-gallery {
	margin-top: 4rem;
}
	.grid-item {
  width: 100%;
}
#work-gallery ul {
	column-count: 2;
	column-gap: .8em;
}
}


/* Section Prev/Next */


.section-related .section-title {
	display: flex;
	margin-bottom: 4rem;
	justify-content: space-between;
}
.section-related h2{
	font-size: 3.6rem;
	text-transform: none;
}
.section-related .section-title a {
	font-size: 1.6rem;
}
.section-related .section-title svg {
	width: 2rem;
	margin-left: 0.8rem !important;
}
.work-related.work-item {
	width: 50%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.work-related .thumb-reveal {
	background-color: var(--bg-color);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.work-related.work-item a {
	text-decoration: none;
	height: 100%;
	display: block;
	padding-top: 60%;
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.work-related.work-item a::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: all .3s;
}

.work-related.work-item a:hover::after {
	content: "";
	width: 100%;
	height: 100%;
	border: 16px solid rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
	bottom: 0;
}

.work-related .work-item-title {
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 4rem 0 2rem;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	transition: all .3s;
	pointer-events: none;
}
.work-related.work-item a::before {
	content: "";
	height: 30%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
/*.bg-shadow {
	height: 30%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}*/
.work-related.work-item:hover .work-item-title {
	padding-bottom: 4rem;
}

@media only screen and (max-width:536px) {
	.section-related {
		margin-top: 6rem;
	}
	.section-related .section-title {
	display: block;
	margin-bottom: 4rem;
	justify-content: space-between;
	text-align: left;
}
.section-related .section-title h2 {
	text-align: left;
	margin-bottom: 1rem;
}
}


/* @end */

/* @group VIDEO PLAYER */

.plyr--video .plyr__controls {
	background: none !important;
	position: relative;
	margin: 0 auto;
	width: 70%;
	min-width: inherit;
	padding-bottom: 40px;
	text-align: center;
	transform: none !important;
}
.plyr__controls-wrapper {
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	background: var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.6)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 5px;
	padding: calc(var(--plyr-control-spacing,10px)/2);
	padding-top: 20px;
	padding-top: calc(var(--plyr-control-spacing,10px)*2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out,transform .4s ease-in-out;
	z-index: 3
}
.plyr__progress, .plyr__progress input, .plyr__progress__buffer, .plyr__progress-input {
	border-radius: 0px !important;
}
.plyr__progress-input {
	border-bottom-color: #ff0000 !important;
	border-color: #ff0000;
}
.plyr__controls-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.videoplayer-center {
	flex: 1;
	padding-right: 6rem;
	padding-left: 6rem;
}


.plyr--full-ui input[type=range] {
  color: #ffffff;
}

.plyr__control--overlaid {
  background: rgba(255, 255, 255, .4);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #ffffff;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ffffff;
}
.plyr button:hover {
	background-color: rgba(255, 255, 255, 0.6) !important;
}

#work-hero_image {
	position: relative;
	z-index: 10001;
}
#video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
/*	pointer-events: none;*/
	background-color: var(--bg-color);
	opacity: 0;
	visibility: hidden;
}

#tooltip {
	position: absolute;
	background-color: var(--text-color);
	color: var(--bg-color);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-family: var(--font-family-body);
	font-weight: 600;
	letter-spacing: 2.2px;
	font-size: 1.8rem;
	padding: 1rem;
	padding-top: 1.5rem;
	text-align: center;
	line-height: 1;
	z-index: 1000000000;
	top: 0;
	left: 0;
	pointer-events: none !important;
	cursor: none !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	transform: scale(0.1);
	opacity: 0;
	
/*	position: relative;
	transform: scale(1);
	opacity: 1;*/
}
#tooltip-icons {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tooltip-icon {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
#icon-video-play {
	margin-left: 0.3rem;
}
#icon-video-play svg path,#icon-video-play svg line,#icon-video-play svg polygon, #icon-video-pause svg path,#icon-video-pause svg line,#icon-video-pause svg polygon {
/*	opacity: 0;
	visibility: hidden;*/
}
#icon-video-play svg {
	width: 30px;
	display: block;
}
#icon-video-pause svg {
	width: 20px;
	display: block;
}
.tooltip-icon svg g, .tooltip-icon svg path{
	stroke:  var(--bg-color);
	
}

#work-hero_image iframe {
	pointer-events: none;
}


@media only screen and (min-width: 537px) {
	.section-cs-video, #player {
		cursor: none;
	}
	body.fullscreen .section-cs-video, body.fullscreen #player {
		cursor: inherit;
	}
}
@media only screen and (max-width: 536px) {
	.section-cs-video, #player {
		cursor: inherit;
	}
	.plyr--video .plyr__controls {
	width: 100%;
	padding: 0;
}
.videoplayer-center {
	padding-right: 1rem;
	padding-left: 1rem;
}
}


/* @end */


/* @group PAGE: ABOUT */

body.page-template-page-about {
	color: var(--bg-color);
	background-color: var(--text-color);
	
/*	--bg-color: #F9F9F9 !important;
	--text-color: #000 !important;
	--text-highlight: #F9F9F9 !important;*/
}

body.page-template-page-about #main-header #menu-main a {
	color: var(--bg-color) !important;
}

body.page-template-page-about #main-header #menu-main a::before {
	background-color: var(--bg-color) !important;
}

body.page-template-page-about #main-header #main-logo svg path {
	fill: var(--bg-color);
}
body.page-template-page-about #main-header {
	background-color: var(--text-color);
}
body.page-template-page-about #main-header .theme-switch-wrapper svg path {
	fill: var(--bg-color) !important;
	transition: fill 1000ms var(--ease-out-quart);
}

body.page-template-page-about .hamburger.is-active .hamburger-inner, body.page-template-page-about .hamburger.is-active .hamburger-inner:after, body.page-template-page-about .hamburger.is-active .hamburger-inner:before, body.page-template-page-about .hamburger-inner, body.page-template-page-about .hamburger-inner:after, body.page-template-page-about .hamburger-inner:before {
	background-color: var(--bg-color) !important;
}


#section_about-hero h1 {
	text-transform: uppercase;
	font-size: 8vw;
	max-width: 80%;
	line-height: 0.9;
	margin: 0;
}
.section_about-title {
	position: relative;
}
.since {
	position: absolute;
	bottom: 7vw;
	right:20vw;
	transform: translate(50%, 0);
	font-family: var(--font-family-body);
	font-size: 2rem;
	line-height: .9;
	font-weight: 600;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	border: 2px solid var(--bg-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border 1000ms var(--ease-out-quart);;

}

#section_about-hero_images {
	margin: 8rem 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

#section_about-hero_images .whatwedo-circle {
	position: absolute;
	left: -160px;
	top: 20px;
}

#section_about-hero_images .whatwedo-circle svg {
	width: 360px;
	height: 360px;
}

#section_about-hero_images .whatwedo-circle svg path {
	fill: var(--bg-color) !important;
}
#section_about-hero .col2 {
	width: 50%;
}
#section_about-image1 {
	margin-top: 10vw;
}
#section_about-hero_text {
	display: flex;
	justify-content: space-between;
	gap: 16rem;
	margin-bottom: 8rem;
}
@media only screen and (max-width:536px) {
	#section_about-hero h1 {
	text-transform: uppercase;
	font-size: 11vw;
/*	word-break: break-all;*/
	max-width: 100%;
	line-height: 0.9;
	margin: 0;
}

.since {
	position: relative;
	bottom: inherit;
	right:inherit;
	transform: inherit;
	margin-top: 2rem;
}
#section_about-hero {
	overflow: hidden;
}
#section_about-hero_images {
	margin: 4rem 0;
	
}

#section_about-hero_images .whatwedo-circle {
		display: inline-block;
		position: absolute;
		right: inherit;
		left: inherit;
		right: -50px;
		top: -100px;
	}
#section_about-hero_images .whatwedo-circle svg {
	width: 160px;
	height: 160px;
}
#section_about-hero_text {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
#section_about-hero_text .col2 {
	width: 100%;
}
}

/* Section WWA */

#section_about-wwa {
	color: var(--text-color);
	background: url(img/wwa-bg.jpg) left top no-repeat var(--bg-color);
	padding: 16rem 0;
	padding-bottom: 0;
	background-size: 100%;
}
#section_about-wwa h2, #section_about-wwd h2 {
	margin-bottom: 8rem;
}
.section-push {
	width: 70%;
	margin-left: auto;
}
#section_about-wwa .text-col {
	display: flex;
	gap: 10rem
}
#section_about-wwa .text-col .col2 {
	width: 50%;
}

#wwa-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 10px 100px;
	padding: 8rem 0;
	
}
#wwa-image1 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 3;
}
#wwa-image2 {
	grid-column-start: 4;
	grid-column-end: 9;
	grid-row-start: 1;
}
.wwa-quote {
	grid-column-start: 6;
	grid-column-end:10;
	grid-row-start: 4;
	font-size: 2.4vw;
}

/* Section WWD */

#section_about-wwd {
	color: var(--text-color);
	background-color: var(--bg-color);
	padding: 16rem 0;
	position: relative;
	transition: all 1000ms var(--ease-out-quart);
}
#section_about-wwd .section-push .wwd-text {
	column-count: 2;
	column-gap: 10rem;
}
#wwd-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	grid-template-rows: 10px 260px;
	padding: 8rem 0;
}
#wwd-image1 {
	grid-column-start: 1;
	grid-column-end: 8;
	grid-row-start: 1;
}
#wwd-image2 {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 4;
}

#section_about-wwd .sayhello-circle {
	position: absolute;
	left: -100px;
	bottom: 100px;
}
#section_about-wwd .sayhello-circle svg {
	width: 400px;
	height: 400px;
}
#section_about-wwd .sayhello-circle svg path {
	fill: var(--text-color);
	transition: fill 1000ms var(--ease-out-quart);
}

.light-mode #section_about-wwa{
	color: var(--bg-color) !important;
	background-color: var(--text-color) !important;
}
.light-mode #section_about-wwd .sayhello-circle svg path {
	fill: var(--text-color);
}
@media only screen and (max-width:536px) {
	#section_about-wwa h2, #section_about-wwd h2 {
		margin-bottom: 4rem;
	}
	#section_about-wwa, #section_about-wwd {
		padding-top: 8rem;
	}
	.section-push {
		width: 100%;
		margin-left: auto;
	}
	#section_about-wwa .text-col, #section_about-wwd .section-push .wwd-text {
		display: flex;
		flex-direction: column;
		gap: 2rem
	}
	#section_about-wwa .text-col .col2, #section_about-wwd .text-col .col2 {
		width: 100%;
	}
	#wwa-grid {
		padding-top: 4rem;
		padding-bottom: 0;
	}
	.wwa-quote {
	font-size: 1.8rem;
}
#wwa-image2 {
	grid-column-end: 10;
}
#section_about-wwd .sayhello-circle {
	position: absolute;
	left: -50px;
	bottom: 60px;
}
#section_about-wwd .sayhello-circle svg {
	width: 200px;
	height: 200px;
}
#wwd-grid {
	display: grid;
	grid-template-rows: 10px 120px;
	padding-bottom: 0;
}
}

/* @end */

/* @group PAGE CONTACT */

#page-contact h1 {
	font-family: var(--font-family-header);
	font-size: 12rem;
	text-transform: uppercase;
	margin-bottom: 2.4rem;
	line-height: .9;
}
#page-contact .section-intro {
}
#page-contact .section-text {
	position: relative;
}
#page-contact .sayhello-circle {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
#page-contact .sayhello-circle svg {
	width: 200px;
	height: 200px;
}
#page-contact .sayhello-circle svg path {
	fill: var(--text-color);
	transition: fill 1000ms var(--ease-out-quart);
}

/* Contact Form */

.contact-form-wrapper {
	margin-top: 4.8rem;
	margin-bottom: 3rem;
}

.contact-form-wrapper .form-row {
	margin-bottom: 2rem;
}

.contact-form-wrapper .input-text, .contact-form-wrapper .input-textarea {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 3.2rem 1.6rem 1.2rem .8rem;
	width: 100%;
	box-sizing: border-box;
}

.contact-form-wrapper .input-text::placeholder, .contact-form-wrapper .input-textarea::placeholder {
	color: currentColor;
	opacity: .5;
	transition: opacity .3s;
}

.contact-form-wrapper .input-text:focus::placeholder, .contact-form-wrapper .input-textarea:focus::placeholder {
	opacity: .1;
}

.contact-form-wrapper .input-text, .contact-form-wrapper .input-textarea {
	color: currentColor;
}
.input-textarea {
	vertical-align: top
}

.icon-required {
	font-size: 1.4rem;
	margin-left: 2px;
	position: relative;
	top: -4px;
	color: currentColor;
	opacity: .5;
}

.textfield {
  position: relative;
}



.input:focus {  
  outline: none;  
}
.input-text-wrapper, .input-textarea-wrapper {
	position: relative;
}
.input-text-wrapper .label, .input-textarea-wrapper .label {  
  transform-origin: 0px 0px;  
  pointer-events: none;
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;  
  left: .8rem;
  right: auto;
  top: 3rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  will-change: transform;
  color: var(--text-color) !important;
  z-index: 1000;
}

.input-textarea-wrapper .label {  
  top: 2.6rem;
}
.input-wrapper {
	width: 100%;
}

.input-wrapper input + .input-border, .input-wrapper textarea + .input-border {
	position: relative;
	display: block;
}

.input-wrapper input + .input-border::after, .input-wrapper textarea + .input-border::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #3D414F;
	position: absolute;
	bottom: 0;
	left: 0;
}

.input-wrapper input + .input-border::before, .input-wrapper textarea + .input-border::before {
	background-color: #ffffff;
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
	z-index: 1000;
}

.input-wrapper input:focus + .input-border::before , .input-wrapper textarea:focus + .input-border::before {
	width: 100%;
}

label.error {
	font-size: 1.2rem;
	line-height: 1;
	color: #ff0000;
}
.btn-submit-wrapper {
	text-align: center;
	margin: 4rem 0;
}
.btn-submit {
	border: 1px solid var(--text-color);
	min-width: 260px;
	background-color: transparent;
	color: var(--text-color);
	padding: 1.6rem 4rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 auto;
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s;
}
.btn-submit:hover {
	opacity: .6;
}
#section_about-contact {
	background-color: var(--bg-color);
	color: var(--text-color);
}
#section_about-contact .section-text{
	display: flex;
	gap: 3.2rem
}
#section_about-contact .section-text > div {
	width: 50%;
}

#section_about-contact .contact-form-wrapper {
	margin-top: 4.8rem;
	margin-bottom: 6.4rem;
}

#form-success-message {
	text-align: center;
	padding: 1.6rem 4rem;
	margin-top: 3.2rem;
	color: #ffff00;
}

@media only screen and (max-width:536px) {
	#page-contact h1 {
	font-size:5rem;
}
#page-contact .sayhello-circle {
	position: absolute;
	top: 5%;
	right: 0;
	transform: translate(0,-50%);
}
	#page-contact .sayhello-circle svg {
		width: 120px;
		height: 120px;
	}
	#section_about-contact .section-text{
	display: flex;
	flex-direction: column;
	gap: 0
}
#section_about-contact .section-text > div {
	width: 100%;
}
.contact-form-wrapper {
	margin-top: 1.6rem;
}
.btn-submit {
	max-width: 100%;
	width: 100%;
}
}
/* @end */

/* @group COOKIE BAR */
body #cookie-law-info-bar {
	background-color: var(--text-color) !important;
	transition: background-color 1000ms var(--ease-out-quart);
}

body .cli-bar-message {
	color: var(--bg-color) !important;
	transition: color 1000ms var(--ease-out-quart);
}
.cli-bar-btn_container a:nth-child(2) {
	color: var(--text-color) !important;
	background-color: var(--bg-color) !important;
	transition: all 1000ms var(--ease-out-quart);
}

/* @end */

/* @group FOOTER */

#main-footer {
	margin-top: 12rem;
	position: relative;
	padding-bottom: 8rem;
	font-size: 1.6rem;
	clear: both;
}

#main-footer .container{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.footer-line {
	width: 100%;
	height: 1px;
	background-color: var(--text-color);
	box-sizing: border-box;
	margin-bottom: 6rem;
}
#main-footer h4 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
.footer-address ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-address ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 1rem;
	padding-left: 1rem;
	line-height: 1;
}
.footer-address ul li:first-child {
	padding-left: 0;
}
.footer-address ul li:last-child {
	border-right: none;
}
.footer-address ul li a, .footer-contact a{
	text-decoration: none;
}

body.page-template-page-about #main-footer {
	color: var(--text-color);
	background-color: var(--bg-color);
	margin-top: 0;
}

#main-footer .footer-logo svg path{
		fill: var(--text-color) !important;
	}
	
#main-footer .copyright {
	margin-top: 2rem;
	color: currentColor;
	opacity: .4;
	font-size: 1.2rem;
	display: block;
	text-align: left;
}
.copyright-text {
	margin-right: 1rem;
	margin-left: 7rem;
}
@media only screen and (max-width:536px) {
	#main-footer .container {
		display: block;
	}
	#main-footer .footer-line {
		margin-bottom: 2rem;
	}
	#main-footer .footer-logo {
		text-align: left;
		width: 100%;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 1rem;
		max-width: 100%;
	}
	#main-footer .footer-logo svg {
		max-width: 100%;
		height: auto;
	}
	.footer-contact {
		margin-bottom: 2rem;
	}
	#main-footer h4 {
		margin-bottom: 1rem;
		font-weight: 600;
	}
	.copyright-text {
	margin-right: 0;
	margin-left: 0;
}
.footer-links {
	display: block;
}
}



/* @end */












