/*
	Theme Name: Liesfeld Theme
	Author: BuildWitt
*/

/* Login Screen */

.login {
	background: #111414;
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/lfd/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	width: 100%;
	margin: 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: transparent;
	color: #21353C;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: transparent;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
}

.login label {
	color: #F5F6F4;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 0;
	border-radius: 0;
	margin-bottom: 1em;
	background: rgba(44,44,44,0.4);
	color: #F5F6F4;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover, 
.login input:-webkit-autofill:focus, 
.login input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #F5F6F4;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(44,44,44,0.4);
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 2em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	font-family: 'Figtree';
	line-height: 1;
	text-decoration: none;
	background: #E5202C;
	color: #F5F6F4;
	border: 0;
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: #c91a25;
	text-decoration: none;
	color: #F5F6F4;
	border: 0;
}

.wp-core-ui .button.button-large {
    background: transparent;
    color: #ffffff;
}

.login #backtoblog a, .login #nav a {
	color: #ffffff;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #ffffff;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: transparent;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
	display: none;
}

.wp-cancel-pw>.dashicons, .wp-hide-pw>.dashicons {
	color: #ffffff;
}

/* Font References */

@font-face {
  	font-family: 'Figtree';
  	src: url(library/fonts/Figtree-Regular.ttf);
}

@font-face {
  	font-family: 'Figtree';
  	font-style: italic;
  	src: url(library/fonts/Figtree-Italic.ttf);
}

@font-face {
  	font-family: 'Figtree';
  	font-weight: 700;
  	src: url(library/fonts/Figtree-Bold.ttf);
}

@font-face {
  	font-family: 'Figtree';
  	font-weight: 700;
  	font-style: italic;
  	src: url(library/fonts/Figtree-BoldItalic.ttf);
}

@font-face {
  	font-family: 'Glancyr';
  	src: url(library/fonts/Glancyr-Variable.ttf);
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'Figtree', sans-serif;
	color: #F5F6F4;
	position: relative;
	background: #171B1A;
}

.container-fluid {
	position: relative;
}

.container-fluid {
	z-index: 2;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Typography */

h1, .h1 {
	font-family: 'Glancyr', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 5em;
	color: #F5F6F4;
}

.page-template-home h1 {
	font-size: 6em;
}

.single h1 {
	font-size: 4em;
}

h2:not(.h7), .h2 {
	font-family: 'Glancyr', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2.3em;
	color: #F5F6F4;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

h2:not(.h7):before {
	content: '';
	height: 100%;
	width: calc(100% + 2em);
	position: absolute;
	background: #E5202C;
	top: -5px;
	left: -200%;
	transform: skew(-15deg);
	transition: 2s all;
}

h2 span {
	opacity: 0;
	transition: 0s opacity 0.6s;
}

h2.in span {
	opacity: 1;
}

h2.in {
	opacity: 1;
}

h2.in:before {
	left: 200%;
}

.full-width h2 {
	margin-top: 1em;
}

h3, .h3 {
	font-family: 'Glancyr', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2.5em;
	color: #F5F6F4;
}

h4, .h4 {
	font-family: 'Glancyr', sans-serif;
	font-weight: 500;
	font-size: 2em;
	color: #F5F6F4;
	text-transform: unset;
}

.full-width h4 {
	margin-top: 0.5em;
}

h5, .h5 {
	font-family: 'Glancyr', sans-serif;
	font-weight: 300;
	font-size: 2.5em;
	color: #F5F6F4;
	text-transform: unset;
}

.full-width h5 {
	font-size: 1.7em;
	margin-top: 1em;
}

h6, .h6 {
	font-family: 'Glancyr', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	color: #787a79;
}

h7, .h7 {
	color: #F5F6F4;
	font-size: 1.2em;
	font-family: 'Figtree';
	text-transform: unset;
	margin-bottom: 0;
}

blockquote {
	color: #F5F6F4;
	font-size: 1.2em;
	margin-top: 0.5em;
}

a {
	color: #ffffff;
	transition: 0.5s all;
	text-decoration: underline;
	font-weight: 600;
}

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

.number {
	font-family: 'Glancyr', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 6em;
	color: #E5202C;
}

p:last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid rgba(255,255,255,0.12);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

.large {
	font-size: 1.8em;
}

.color-white {
	color: #ffffff;
}

.color-light {
	color: #F5F6F4;
}

.text-shadow {
	text-shadow: 00px 4px 4px rgba(0, 0, 0, 0.1);
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary {
	padding: 0.8em 2em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	font-family: 'Figtree';
	line-height: 1;
	text-decoration: none;
	transform: skew(-15deg);
	font-weight: 500;
}

.btn-primary span,
.btn-secondary span {
	transform: skew(15deg);
	display: block;
	transition: 0.5s all;
}

.btn-primary {
	background: #E5202C;
	color: #F5F6F4;
	border: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #c91a25;
	text-decoration: none;
	color: #F5F6F4;
	border: 0;
}

.btn-secondary {
	background: #333333;
	color: #ffffff;
}

.btn-secondary:hover {
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

.btn-text {
	font-family: 'Figtree';
	position: relative;
	width: auto;
	text-decoration: underline;
}

.btn-text:hover {
	text-decoration: none;
}

/* Helpers */

.box {
	padding: 4em 8em;
	position: relative;
}

.box.skewed {
	transform: skew(-15deg);
}

.box.skewed .content-container {
	transform: skew(15deg);
}

.box.skewed img {
	transform: skew(15deg) translateX(-25px);
	height: 60px;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	display: block;
}

.box.bg-blur {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-white {
	background-color: #ffffff;
}

.bg-darker {
	background-color: #111414;
	color: #A7A9A8;
}

.bg-dark {
	background-color: #171B1A !important;
	color: #A7A9A8;
}

.bg-gray {
	background-color: #212524;
	color: #A7A9A8;
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.bg-image.h-100 {
	height: calc(100vh - 90px) !important;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
}

.bg-video .bg-image.in {
	opacity: 1;
}

.bg-video .container {
	z-index: 4;
	position: relative;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    width: calc(100% + 12px);
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.bg-video .video video {
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    position: absolute;
	z-index: 2;
	left: 0;
	top: -25%;
	min-width: 115%;
    min-height: 100%;
    width: 100%;
}

.bg-video .overlay {
	z-index: 2;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(17,20,20,0.8);
	pointer-events: none;
}

/* HTML Video */

.video {
	position: relative;
	overflow: hidden;
	height: 500px;
}

.video a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.video .overlay {
	background: rgba(0,0,0,0.3);
	z-index: 3;
}

.video .image, 
.image-video .video .image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-attachment: unset;
}

.video .play {
	background: #FBF9F7;
	height: 75px;
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	z-index: 3;
	position: absolute;
	transition: 0.5s all;
}

.video .play img {
	height: 25px;
	width: 25px;
}

.video a:hover .play {
	transform: scale(1.1);
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

.icon-set {
	color: #F5F6F4;
}

.icon-set .icon {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 1px solid rgba(255,255,255,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1em;
}

.icon-set .icon img {
	height: 20px;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(91%) sepia(25%) saturate(9%) hue-rotate(47deg) brightness(98%) contrast(105%);
}

.sbi-owl-dots .sbi-owl-dot span {
	background: #ffffff;
}

/* Google Maps */

#map-section {
	min-height: 80vh;
	height: auto;
}

#map-section .container,
#map-section .row {
	height: 100%;
}

#map-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-right: 0;
}

#map {
	height: 100%;
	width: 100%;
}

.gm-style-iw-chr {
	position: absolute;
	width: 100%;
}

.gm-style-iw-ch {
	padding: 0;
}

.gm-style .gm-style-iw-d {
	padding: 1.5em;
	padding-right: 4em;
	background-color: #ffffff;
	color: #212524;
	border-radius: 4px;
	overflow: unset !important;
	line-height: 1.4;
	font-size: 0.8em;
}

.gm-style .gm-style-iw-t {
	bottom: 15px !important;
}

.gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-t::after {
	border: 1px solid #3A7C5B;
	z-index: 1;
    border-right: 0;
    border-top: 0;
}
  
.gm-style .gm-style-iw-d .btn-text {
	font-size: 0.7em;
}

.gm-style .gm-style-iw-d .btn-text img {
	height: 15px;
	width: 20px;
}

.gm-style .gm-style-iw-d img {
	width: 80px;
	margin-bottom: 1.5em;
	display: block;
}

.gm-style .gm-style-iw-c {
	border-radius: 4px;
	padding: 0;
	box-shadow: unset;
	background: #0E120F;
	padding-top: 0 !important;
	margin-top: -3.2em;
}

.gm-style .gm-style-iw-c button {
	top: 0.5em !important;
	right: 0.5em !important;
	margin: 0 !important;
	height: 15px !important;
	width: 15px !important;
}
 
.gm-ui-hover-effect>span {
	height: 15px !important;
	width: 15px !important;
	background: #212524 !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-c button:focus {
	outline: unset;
}

.gm-style .gm-style-iw-c button img {
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-tc::after {
	height: 35px;
	width: 40px;
	left: -8px;
	background: #2E6084;
	display: none !important;
}

#map-section .text {
	padding-left: 2em;
}

/* Header */

header #menu {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 90px;
	background: #111414;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.logged-in header #menu {
	top: 32px;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

#logo {
	position: relative;
	z-index: 3;
	transition: 0s all;
	height: 100%;
}

#logo a {
	height: 100%;
	display: flex;
	align-items: center;
}

#logo img {
	height: 60%;
	margin: 0;
	width: auto;
}

#brands {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: 9999;
	height: calc(100vh - 90px);
	top: 90px;
	width: 50%;
	right: 0;
	padding-top: 5em;
}

.logged-in #brands {
	top: calc(90px + 32px);
}

#brands.open {
	pointer-events: auto;
	opacity: 1;
}

#brands .logo-button {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
}

#brands .logo-button .logo {
	width: 150px;
}

#brands .logo-button .icon {
	height: 10px;
	width: 15px;
	margin-left: 0.5em;
	transition: 0.5s all;
}

#brands a {
	position: relative;
	display: block;
	overflow: hidden;
}

#brands a:hover .logo-button .icon {
	margin-left: 1em;
}

#brands a:after {
	content: '';
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, #171B1A);
}

#brands a .logo-button + .image {
	overflow: hidden;
}

#brands a .logo-button + .image img {
	transition: 0.5s all;
}

#brands a:hover .logo-button + .image img {
	transform: scale(1.1);
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: block;
	font-size: 1em;
	width: auto;
	height: 100%;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #F5F6F4;
	font-family: 'Figtree';
	font-size: 1em;
	transition: 0.5s opacity;
	text-decoration: none;
	position: relative;
	margin-left: 1.5em;
	margin-right: 1.5em;
	justify-content: center;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 500;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	background-image: url(/wp-content/themes/lfd/images/icon-caret-down-white.svg);
	height: 10px;
	width: 15px;
	margin-left: 0.5em;
	transition: 0.5s all;
}

#menu-primary-navigation li.open > a:after {
	transform: rotate(-180deg);
}

#menu-primary-navigation.open > li:not(.open) > a:hover {
    opacity: 0.8 !important;
}

#menu-primary-navigation .sub-menu {
	position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding: 4em 23vw;
    width: 100vw;
    height: calc(100vh - 90px);
    left: 0;
    top: 90px;
    background: linear-gradient(to right, #111414 45%, #171B1A 45%);
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
}

.logged-in #menu-primary-navigation .sub-menu {
	top: calc(90px + 32px);
}

#menu-primary-navigation li.open .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transition: 0s opacity;
}

#menu-primary-navigation .sub-menu li {
	display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border: none;
	white-space: nowrap;
	width: auto;
	text-align: left;
	line-height: 1;
	height: auto;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	color: #F5F6F4;
	justify-content: flex-start;
	font-family: 'Glancyr';
	font-size: 2.5em;
	margin: 0;
	font-weight: 400;
	opacity: 0;
	transition: 0.5s opacity;
}

#menu-primary-navigation li.open .sub-menu li a {
	opacity: 1;
}


#menu-primary-navigation .sub-menu li.current_page_item a {
	text-decoration: underline;
}

#menu-primary-navigation .sub-menu a:hover {
	text-decoration: none;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	margin-right: 15px;
}

.nav-icon {
  	width: 30px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: #ffffff;
  	content: '';
  	display: block;
  	height: 3px;
  	margin: 6px 0;
  	border-radius: 0px;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(9px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-9px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */

#breadcrumbs {
	background: #171B1A;
	margin-top: 90px;
	color: #F5F6F4;
	font-size: 0.9em;
	z-index: 3;
}

#breadcrumbs img {
	height: 10px;
	width: 5px;
}

#breadcrumbs .col {
	display: flex;
	align-items: center;
}

#breadcrumbs a {
	color: #F5F6F4;
	font-weight: 500;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#header {
	margin-top: 90px;
	height: 70vh;
}

#breadcrumbs + #header {
	margin-top: 0;
}

.page-template-home #header {
	height: calc(100vh - 90px);
}

.page-template-projects #header,
.page-template-history #header {
	z-index: 3;
}

#historic-projects .header {
	position: sticky;
	top: 90px;
	z-index: 4;
	background: #171B1A;
	padding-top: 6em;
	padding-bottom: 2em !important;
}

#historic-projects .header:before {
	content: '';
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -49px;
	background: #171B1A;
	background: linear-gradient(to bottom, #171B1A, transparent);
}

#historic-projects .timeline {
	z-index: 3;
	position: relative;
}

#header .overlay {
	background: rgba(23,27,25, 0.7);
}

.single-project #header {
	overflow: hidden;
}

.single-project #header .bg-image {
	filter: blur(20px);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.single-project #header .overlay {
	background: rgba(23,27,25,0.85);
}

.image-carousel-section .button .separator-2 {
	display: none;
}

.image-video.boxed > .container > .row {
	padding-bottom: 15px;
    padding-top: 15px;
}

.image-video .image {
	height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

[data-trigger] {
	text-align: center;
	border-bottom: 1px solid rgba(245,246,244,0.2);
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s all;
	font-weight: 400;
}

[data-trigger]:hover {
	opacity: 0.8;
}

[data-trigger].selected {
	border-bottom: 1px solid #ffffff;
	opacity: 1;
}

h3.h7[data-trigger] {
	padding-bottom: 0.5em;
	font-size: 1.2em;
}

#mission-vision .content-container,
#timeline .content-container {
	position: relative;
	overflow: hidden;
}

#mission-vision .content,
#timeline .content {
	position: absolute;
	opacity: 0;
	transition: 0.5s all;
	width: 100%;
	transform: translateY(10px);
	top: 0;
	pointer-events: none;
	left: 0;
}

#mission-vision .content.visible,
#timeline .content.visible {
	position: relative;
	opacity: 1;
	transform: translateY(0px);
	pointer-events: auto;
}

#brands .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2em;
}

#brands .content {
	z-index: 2;
	width: 60%;
	margin: 0 auto;
	color: #A7A9A8;
}

#brands .content .logo {
	background: #ffffff;
	transform: skew(-15deg);
	padding: 1em 2em;
	display: block;
}

#brands .content .logo img {
	transform: skew(15deg);
	height: 20px;
}

#brands .content .logo:hover {
	background: #A7A9A8;
}

#fixed-scroll {
	z-index: 1;
}

#fixed-scroll .bg-image {
	position: fixed;
	z-index: 1;
	height: calc(100vh - 90px);
	width: 100%;
	left: 0;
	top: 90px;
}

#fixed-scroll .overlay {
	z-index: 2;
}

#fixed-scroll .container {
	position: relative;
	z-index: 2;
}

#fixed-scroll .h-100 {
	height: calc(100vh - 90px) !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#fixed-scroll .h4 {
	color: rgba(245,246,244,0.65);
	font-weight: 400;
}

.columns .column .content {
	height: 100%;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-service .columns .row.pt-small:first-of-type,
.page-template-service .columns .row.pb-0:first-of-type,
.page-template-service .image-video .row,
.page-template-market .columns > .container > .row:first-of-type {
	padding-top: 0;
}

.page-template-service .image-video {
	background-color: #111414 !important;
}

.page-template-service .accordion-section {
	background-color: #171B1A;
}

.show-hide .trigger {
	border-top: 1px solid rgba(255,255,255,0.12);;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0.5;
	transition: 0.5s all;
	cursor: pointer;
}

.show-hide .trigger.selected {
	opacity: 1;
}

.show-hide .trigger:not(.selected):hover {
	opacity: 0.7;
}

.show-hide .trigger h3 {
	font-size: 1.5em;
	margin: 0;
	line-height: 1;
	padding-top: 0.15em;
}

.show-hide .trigger:after {
	content: '';
	height: 15px;
	width: 10px;
	background-image: url(/wp-content/themes/lfd/images/icon-caret-white-right.svg);
	position: relative;
	background-size: cover;
}

.show-hide .content {
	position: absolute;
	opacity: 0;
	transition: 0.5s opacity;
	top: 0;
	pointer-events: none;
	left: 15px;
    pointer-events: none;
    width: calc(100% - 30px);
}

.show-hide .content.selected {
	position: relative;
	opacity: 1;
	top: 0;
	pointer-events: auto;
	width: 100%;
	left: 0;
}

.single .boxed #sidebar {
	padding-left: 3em;
}

.single .boxed #post-content {
	padding-right: 3em;
}

.single .boxed #sidebar a {
	color: #F5F6F4;
	font-weight: 400;
}

#media {
	margin-top: -65vh;
}

#top {
	z-index: 3;
}

#timeline-wrapper:before {
	content: '';
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, #111414, transparent);
	position: relative;
	display: block;
	z-index: 4;
}

#timeline-wrapper {
	flex-direction: column;
	display: flex;
	position: relative;
}

#progress-bar {
	position: absolute;
	height: 100%;
	z-index: 3;
	background: rgba(255,255,255,0.2);
	width: 1px;
	align-self: center;
}

#progress-bar #bar {
    z-index: -1;
    width: 1px;
    height: 51vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 50vh;
    box-shadow: 0 0 13px #fff;
    opacity: 0;
    transition: 0s all 1s;
}

#progress-bar.in #bar {
	opacity: 1;
}

#timeline-wrapper .row .row {
	padding-top: 4em;
	padding-bottom: 4em;
}

#timeline-wrapper .circle-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

#timeline-wrapper .circle {
	background-image: url(/wp-content/themes/lfd/images/graphic-progress-marker.svg);
	height: 30px;
	width: 30px;
	background-size: cover;
	margin: 0 auto;
	z-index: 3;
}

.page-template-history #timeline-wrapper .circle {
	background-image: url(/wp-content/themes/lfd/images/graphic-progress-marker-dark.svg);
}

#timeline-wrapper a {
	font-weight: 400;
}

#timeline-wrapper a:not(.btn-text) {
	text-decoration: none;
}

.job {
	text-decoration: none;
	font-weight: normal;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ffffff;
	display: flex;
}

.job:last-of-type {
	border-bottom: 0;
}

/* Cards */

.card {
	justify-content: center;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	height: 100%;
}

a.card {
	color: #F5F6F4;
	font-weight: 500;
	text-decoration: none;
}

.bg-darker a.card {
	color: #A7A9A8;
}

a.card:hover {
	text-decoration: none;
}

.card-image {
	transition: 0.5s all;
}

a.card:hover .card-image {
	transform: scale(1.1);
}

.show-hide .card.standard .card-image {
	height: 450px;
}

.show-hide .card.standard .card-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.card .card-body {
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	bottom: 15px;
	background: #171B1A;
	padding: 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card .card-text {
	width: calc(100% - 100px);
	flex-basis: calc(100% - 100px);
}

.card .card-body .card-button {
	height: 80px;
	width: 80px;
	background-color: #333635;
	background-image: url(/wp-content/themes/lfd/images/icon-arrow-right.svg);
	background-size: 20%;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.5s all;
}

a.card:hover .card-body .card-button {
	background-color: #E5202C;
}

.card.standard,
.card.standard .card-body,
.card.standard .card-img {
	border-radius: 0;
}

.card.standard .card-body {
	position: relative;
	width: auto;
    left: unset;
    bottom: unset;
    background: #171B1A;
    padding: 1em;
    display: block;
}

.card.standard .card-body.bg-gray {
	background: #212524;
	padding: 2em 1.5em;
}

.card.standard h3 {
	margin-bottom: 0.5em;
}

.card.hover .card-image {
	overflow: hidden;
}

.card.hover .card-body {
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	flex-direction: column;
	align-items: flex-start;
	transition: 0.5s all;
}

.card.hover:hover .card-body {
	background: rgba(0,0,0,0.8);
}

.card.hover .card-text {
	color: #A7A9A8;
	opacity: 0;
	transition: 0.5s all;
}

.card.hover:hover .card-text {
	opacity: 1;
}

.card.hover .btn-primary {
	opacity: 0;
	transition: 0.5s all;
}

.card.hover:hover .btn-primary {
	opacity: 1;
}

a.card:hover .btn-text {
	text-decoration: none;
}

/* Slick */

button[aria-label="1 of 1"] {
	display: none !important;
}

.slide:focus {
	outline: none;
}

.slick-track {
	display: flex;
	align-items: center;
}

.image-carousel {
	opacity: 0;
	transition: 0.8s all ease-out;
	margin-left: -15px;
	margin-right: -15px;
}

.image-carousel.in {
	opacity: 1;
}

.image-carousel .slick-slide img:not(.card-image),
.image-carousel .slick-slide .card {
	width: calc(100% - 15px);
}

.quotes {
	margin-top: 3em;
	margin-bottom: 3em;
}

.testimonials .image {
	padding-right: 0;
}

.testimonials .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#timeline #dates:after {
	content: '';
	height: 100%;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to right, transparent, #212524);
	z-index: 2;
	pointer-events: none;
}

#timeline #content .slick-track {
	align-items: flex-start;
}

.media {
	margin-top: 2em;
}

.media .slick-track,
.main-image .slick-track {
	align-items: unset;
}

.media .slide,
.main-image .slide {
	position: relative;
	height: inherit !important;
	text-align: center;
}

.media img {
	width: 100%;
	margin: 0 auto;
}

.media video {
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	position: absolute;
	height: 100%;
	object-fit: cover;
}

.main-image {
	margin-top: 2em;
}

.main-image video {
	width: 100%;
}

.media .slick-list {
	margin-left: -15px;
}

.media .slick-slide {
	margin-left: 15px;
}

.media .slick-slide {
	opacity: 0.7;
}

.media .slick-slide.slick-current {
	opacity: 1;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonials .nav {
	margin-top: 4em;
}

.media + .nav {
	margin-top: 2em;
	justify-content: flex-end;
}

.slick-prev:before, .slick-next:before {
	content: '';
}

.slick-prev, .slick-next {
	width: 75px;
	height: 60px;
	border: 1px solid #D9D9D9;
	background-color: transparent;
	transform: unset;
	transition: 0.5s all;
	position: relative;
	transform: skew(-15deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	border: 1px solid #E5202C;
	background-color: #E5202C;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
	left: 0;
}

.slick-next, .slick-next:hover, .slick-next:focus {
	right: 0;
	margin-left: 15px;
}

.slick-prev:after,
.slick-next:after {
	background-size: 20%;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
}

.slick-prev:after, .slick-prev:hover:after, .slick-prev:focus:after {
	background-image: url(/wp-content/themes/lfd/images/icon-arrow-left.svg);
	transform: skew(15deg);
}

.slick-next:after, .slick-next:hover:after, .slick-next:focus:after {
	background-image: url(/wp-content/themes/lfd/images/icon-arrow-right.svg);
	transform: skew(15deg);
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.filter.search {
	background: transparent;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	height: 50px;
	display: flex;
	align-items: center;
}

.filter.search:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0em;
	height: 20px;
	width: 20px;
	background-image: url(/wp-content/themes/lfd/images/icon-search.svg);
	background-size: cover;
	pointer-events: none;
}

.filter.search input {
	-webkit-appearance: none;
	border: 0;
	width: 100%;
	background: transparent;
	padding-left: calc(20px + 0.8em);
	color: #F5F6F4;
	outline: none;
	height: 100%;
}

.filter .active {
	padding: 0.8em 1em;
	background-color: #212524;
	background-image: url(/wp-content/themes/lfd/images/icon-caret-down-white.svg);
	background-size: 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-right: 2.5em;
	color: #F5F6F4;
	height: 50px;
	text-transform: capitalize;
}

.filter .dropdown {
	position: absolute;
	background: #212524;
	width: calc(100% - 30px);
	display: none;
	z-index: 998;
	border: 0;
	margin-top: 10px;
}

.filter .dropdown .option {
	padding: 0.5em 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.filter .dropdown .option:hover {
	background: rgba(17,20,20,0.4);
	color: #F5F6F4;
}

.page-template-projects .mobile-scroll .scroll-container {
	display: flex;
	justify-content: space-between;
}

.page-template-projects .filter.select {
	width: 33%;
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-projects .filter.select:last-of-type {
	padding-right: 0;
}

.page-template-projects .filter.select:last-of-type .dropdown {
	width: calc(100% - 15px);
}

/* Isotope */

.page-template-projects #historic-projects {
	display: none;
}

.hidden-item {
	display: none;
}

.isotope, .isotope-filter {
	padding-left: 15px;
	padding-right: 15px;
}

.isotope .row, .isotope-filter .row {
	margin-left: -15px;
	margin-right: -15px;
}

.grid-item {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.isotope-filter .col-md-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

.grid-item .card-img {
	width: 100%;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */

.accordion {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.accordion li {
	list-style-type: none;
	margin: 0;
	padding-top: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	display: block;
	font-size: 1em;
}

.accordion li:first-child {
	border-top: 1px solid rgba(255,255,255,0.12);
}

.accordion li.open {
	padding-bottom: 2em;
}

.accordion h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	transition: 0.5s all;
	line-height: 1.2;
	padding-bottom: 1.3em;
	font-family: 'Figtree';
	font-size: 1.2em;
	text-transform: unset;
}

.accordion h3:hover {
	color: #A7A9A8;
}

.accordion h3 span {
	width: 90%;
}

.accordion li.open h3:hover {
	color: #F5F6F4;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
	width: 80%;
}

.accordion li .icon {
	background-image: url(/wp-content/themes/lfd/images/icon-caret-down-white.svg);
	height: 10px;
	width: 15px;
	background-size: cover;
	position: relative;
	display: block;
	transition: 0.5s all;
}

.accordion li.open .icon {
	transform: rotate(-180deg);
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
}

ul.list {
	margin-left: 0;
}

ul li,
ol li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.list li {
	list-style-type: none;
	color: #F5F6F4;
	font-size: 1.2em;
	border-bottom: 1px solid rgba(255,255,255, 0.12);
	padding-top: 1em;
	padding-bottom: 1em;
} 

ul.list li:first-child {
	padding-top: 0;
}

ul.list li:last-child {
	border-bottom: 0;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Gravity Forms */

.gform_confirmation_message {
	text-align: center;
	font-style: italic;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-family: "Figtree";
	font-weight: 400 !important;
	color: #F5F6F4;
}

.gform_wrapper.gravity-theme .gfield.gfield_error textarea, .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gfield_error select {
	border: 1px solid #E5202C !important;
}

.gform_heading {
	display: none;
}

.gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme select {
	font-size: 1em !important;
	padding: 1em 1.5em !important;
	-webkit-appearance: none;
	width: 100%;
	border: 0;
	box-shadow: none;
	background-color: rgba(44,44,44,0.4);
	color: #F5F6F4;
}

.gform_wrapper.gravity-theme .gfield textarea:focus, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper.gravity-theme select:focus {
	box-shadow: unset;
	border: 1px solid rgba(14,18,15, 0.25);
	outline: unset;
}

.gform_wrapper.gravity-theme .gfield textarea:active, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, .gform_wrapper.gravity-theme select:active {
	border: 1px solid #0E120F;
}

.gform_wrapper.gravity-theme select {
	background-image: url(/wp-content/themes/lfd/images/icon-caret-down-white.svg);
	background-size: 15px;
	background-position: 95% center;
	background-repeat: no-repeat;
}

.gform_wrapper textarea {
	height: 200px;
	resize: vertical !important;
  	overflow: auto;
  	padding: 0.5em 1em;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background: transparent !important;
	border: 0 !important;
	color: #c02b0a;
	padding: 0 !important;
	color: #E5202C !important;
}

#gform_fields_1 {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto auto;
	grid-gap: 2em 2em;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error label {
	color: inherit !important;
}

.gform_validation_errors {
	display: none;
}

input[type="file"] {
    -webkit-appearance: none;
    font-size: 1em;
    text-align: center;
}

#field_1_1 {
	grid-area: 1 / 1 / 2 / 2;
}

#field_1_3 {
	grid-area: 2 / 1 / 3 / 2;
}

#field_1_4 {
	grid-area: 3 / 1 / 4 / 2;
}

#field_1_5 {
	grid-area: 4 / 1 / 5 / 2;
}

#field_1_6 {
	grid-area: 1 / 2 / 4 / 3;
}

#field_1_7 {
	grid-area: 4 / 2 / 5 / 3;
}

#field_1_8 {
	grid-area: 5 / 1 / 6 / 3;
}

#field_1_8 .btn-primary {
	margin: 0 auto;
}

#field_1_8 .btn-primary .text,
.error404 .btn-primary .text {
	width: 100%;
	display: flex;
	justify-content: center;
	transition: 0.8s all;
    transition-timing-function: cubic-bezier(0.87, 0.01, 0.16, 1);
}

#field_1_8 .btn-primary:hover .text,
.error404 .btn-primary:hover .text,
#field_1_8 .btn-primary:active .text,
#field_1_8 .btn-primary:focus .text  {
	color: #ffffff;
}

#field_1_8 .btn-primary .after,
.error404 .btn-primary .after {
	margin-right: 0;
}

#field_1_8 .btn-primary:hover .after,
.error404 .btn-primary:hover .after,
#field_1_8 .btn-primary:active .after,
#field_1_8 .btn-primary:focus .after {
	margin-right: -45px;
	clip-path: unset;
}

#field_1_8 .btn-primary:hover .before,
#field_1_8 .btn-primary:active .before,
#field_1_8 .btn-primary:focus .before {
	background-image: url(/wp-content/themes/lfd-gw/images/icon-arrow-white.svg);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9D9D9D;
  transition: 0.5s all;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #9D9D9D;
  transition: 0.5s all;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #9D9D9D;
  transition: 0.5s all;
}

:-moz-placeholder { /* Firefox 18- */
  color: #9D9D9D;
  transition: 0.5s all;
}

input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}

input:focus::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}

input:focus:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

input:focus:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

/* Footer */

footer .footer-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
}

footer .icon-button {
	border: 1px solid rgba(255,255,255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1em;
	transition: 0.5s all;
}

footer .icon-button:hover {
	background: #E41F2C;
}

footer .icon-button.social {
	height: 40px;
	width: 40px;
	border-radius: 50%;
}

footer .icon-button.social img {
	height: 15px;
	width: 15px;
}

footer .icon-button.logo {
	height: 40px;
	border-radius: 40px;
	padding-left: 1em;
	padding-right: 1em;
}

footer .icon-button.logo img {
	height: 15px;
}

footer a {
	text-decoration: none;
	font-weight: 500;
}

footer a:hover {
	text-decoration: underline;
}

footer ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

footer li a {
	margin-bottom: 1em;
	color: #F5F6F4;
}

footer li:last-child a {
	margin-bottom: 0;
}

footer li:hover a {
	color: #F5F6F4;
}

#menu-footer-left-secondary-navigation,
#menu-footer-right-secondary-navigation {
	display: flex;
	flex-direction: row;
}

#menu-footer-right-secondary-navigation  {
	justify-content: flex-end;
}

#menu-footer-left-secondary-navigation li,
#menu-footer-right-secondary-navigation li {
	width: auto;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

#menu-footer-left-secondary-navigation li:first-child {
	margin-left: 0;
}

#menu-footer-right-secondary-navigation li:last-child {
	margin-right: 0;
}

footer .logo img {
	height: 35px;
}

/* Animations */

.text-reveal {
	opacity: 0;
}

.text-reveal.in {
	opacity: 1;
}

.fade-container {
	overflow: hidden;
}

.fade-up {
	transform: translateY(100%);
	transition: 0.8s all ease-out;
}

.fade-up.in {
	transform: translateY(0%);
}

.text-reveal .line {
	overflow: hidden;
	display: block;
}

.text-reveal .line .words {
	transform: translateY(100%);
	transition: 0.8s all ease-out;
}

.text-reveal.in .line .words {
	transform: translateY(0%);
}

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

.fade-in.count-1 {
	transition: 0.6s opacity ease-in-out 0.4s, 0.6s top ease-in-out 0.4s;
}

.fade-in.count-2 {
	transition: 0.6s opacity ease-in-out 0.6s, 0.6s top ease-in-out 0.6s;
}

.fade-in.count-3 {
	transition: 0.6s opacity ease-in-out 0.8s, 0.6s top ease-in-out 0.8s;
}

.fade-in.count-4 {
	transition: 0.6s opacity ease-in-out 1s, 0.6s top ease-in-out 1s;
}

.fade-in.count-5 {
	transition: 0.6s opacity ease-in-out 1.2s, 0.6s top ease-in-out 1.2s;
}

.fade-in.count-6 {
	transition: 0.6s opacity ease-in-out 1.4s, 0.6s top ease-in-out 1.4s;
}

.fade-in.count-7 {
	transition: 0.6s opacity ease-in-out 1.6s, 0.6s top ease-in-out 1.6s;
}

.fade-in.count-8 {
	transition: 0.6s opacity ease-in-out 1.8s, 0.6s top ease-in-out 1.8s;
}

.fade-in.count-9 {
	transition: 0.6s opacity ease-in-out 2s, 0.6s top ease-in-out 2s;
}

.fade-in.count-10 {
	transition: 0.6s opacity ease-in-out 2.2s, 0.6s top ease-in-out 2.2s;
}

.fade-in.count-11 {
	transition: 0.6s opacity ease-in-out 2.4s, 0.6s top ease-in-out 2.4s;
}

.fade-in.count-12 {
	transition: 0.6s opacity ease-in-out 2.6s, 0.6s top ease-in-out 2.6s;
}

.fade-in.count-13 {
	transition: 0.6s opacity ease-in-out 2.8s, 0.6s top ease-in-out 2.8s;
}

.fade-in.count-14 {
	transition: 0.6s opacity ease-in-out 3s, 0.6s top ease-in-out 3s;
}

@media only screen and (min-width: 2000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

	/* Primary Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 4em 30vw;
	}
}

@media only screen and (max-width: 1700px) {

	/* Primary Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 4em 20vw;
	}

	/* Header */

	#brands .col-md-7 {
		flex: 0 0 65%;
		max-width: 65%;
	}

}

@media only screen and (max-width: 1600px) {
	/* Typography */

	h1, .h1 {
		font-size: 4em;
	}

	.single h1 {
		font-size: 3em;
	}
}

@media only screen and (max-width: 1500px) {
	/* Global */

	/* Typography */

	.page-template-home h1 {
		font-size: 6.5em;
	}

	/* Primary Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 4em 15vw;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 2em;
	}

	/* Header */

	#brands .col-md-7 {
		flex: 0 0 85%;
		max-width: 85%;
	} 


	/* Special Layouts */

	#header {
		height: auto;
	}

	.single-project #header {
		height: 70vh;
	}
}

@media only screen and (max-width: 1400px) {
	/* Global */

	/* Typography */

	.page-template-home h1 {
		font-size: 6em;
	}

	/* Header */


	/* Special Layouts */

	/* Gravity Forms */

	.gform_wrapper textarea {
		height: 100px;
	}
}

@media only screen and (max-width: 1300px) {
	/* Global */


	/* Typography */


	/* Header */

	
	/* Primary Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 4em 15vw;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 2em;
	}

	/* Helpers */

	.fancybox-content {
		width: 70%;
	}

	/* Special Layouts */

	.page-template-home #header {
		height: auto;
	}

	/* Slick */

	.card .card-body .card-button {
		height: 70px;
		width: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	/* Global */

	.container {
		max-width: 100%;
	}

	/* Typography */

	.page-template-home h1  {
		font-size: 5.5em;
	}

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 4em 10vw;
	}

}

@media only screen and (max-width: 1024px) {
	/* Global */


	/* Typography */

	h1, .h1 {
		font-size: 3.5em;
	}

	.single h1 {
		font-size: 2.5em;
	}

	h5, .h5 {
		font-size: 2em;
	}

	/* Header Navigation */

	#menu-primary-navigation .sub-menu {
		padding: 2em 10vw;
	}

	#menu-primary-navigation .sub-menu li a {
		font-size: 1.5em;
	}

	/* Special Layouts */

	.bg-image.parallax,
	.image-video .image {
		background-attachment: unset;
	}

	.fancybox-content {
		width: 90%;
	}

	/* Isotope */

	.isotope .grid-item {
		margin-bottom: 45px;
	}

	/* Cards */

	.card.hover .card-image {
		height: 300px;
	}

	.card.hover .card-image img {
		object-fit: cover;
		height: 100%;
		width: 100%;
		transition: 0.5s all;
	}

	a.card.hover:hover .card-image {
		transform: unset;
	}

	a.card.hover:hover .card-image img {
		transform: scale(1.1);
	}

	.card.hover .card-body {
		position: relative;
		height: auto;
		bottom: unset;
		padding-left: 0;
		padding-right: 0;
		padding-top: 1em;
		padding-bottom: 0;
	}

	.card.hover .card-body,
	.card.hover:hover .card-body {
		background: unset;
	}

	.card.hover .card-text,
	.card.hover .btn-primary {
		opacity: 1;
	}

	.card.hover .card-text {
		width: 100%;
	}

	.card.hover .btn-primary {
		margin-top: 2em;
		margin-left: 15px;
	}

	/* Footer */

	footer {
		font-size: 0.8em;
	}

	footer .icon-button.social {
		height: 30px;
		width: 30px;
	}

	footer .icon-button.social img {
		height: 10px;
		width: 10px;
	}

	footer .icon-button.logo {
		height: 30px;
	}

	footer .icon-button.logo img {
		height: 10px;
	}
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */



	/* Special Layouts */

}

@media only screen and (max-width: 992px) {
	/* Global */

	.row {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */

	.page-template-home h1  {
		font-size: 4em;
	}

	h1, .h1 {
		font-size: 3em;
	}

	h2:not(.h7), .h2 {
		font-size: 2em;
	}

	h3, .h3 {
		font-size: 1.7em;
	}

	h4, .h4 {
		font-size: 1.5em;
	}

	h5, .h5 {
		font-size: 1.5em;
	}

	.number {
		font-size: 4em;
	}

	/* Header */

	header.open {
		border-bottom: 0;
	}

	#brands {
		display: none;
	}

	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: #111414;
	    height: calc(100vh - 90px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: calc(-100vh - 90px);
	    display: flex;
	    align-items: flex-start;
	    overflow-y: scroll;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 90px - 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 89px;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(89px + 32px);
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 100%;
		padding-top: 4em;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	#menu-primary-navigation a {
		font-size: 2.5em;
		height: auto;
		justify-content: flex-start;
		margin-left: 30px;
		margin-right: 30px;
	}

	#menu-primary-navigation > li.current-menu-ancestor > a,
	#menu-primary-navigation > li.current-menu-item > a {
		font-weight: 600;
	}

	#menu-primary-navigation li.unclickable > a {
		opacity: 0;
		pointer-events: none;
	}

	#menu-primary-navigation .menu-item-has-children > a:after,
	#menu-primary-navigation li.open > a:after {
		height: 15px;
		width: 21px;
		transform: rotate(-90deg);
	}

	#menu-primary-navigation .sub-menu {
		padding: 4em 30px;
		background: #111414;
	}

	#menu-primary-navigation .sub-menu li {
	 	padding-top: 1.5em;
	 	padding-bottom: 1.5em;
 	}

	#menu-primary-navigation .sub-menu li:first-of-type {
		padding-top: 3em;
		border-top: 1px solid rgba(255,255,255,0.5);
	}

	#menu-primary-navigation .sub-menu li a {
		font-family: 'Figtree';
		font-size: 2.5em;
	}

	#menu-primary-navigation .sub-menu {
		left: 100%;
		padding-top: 6em;
		top: 89px;
	}

	.logged-in #menu-primary-navigation .sub-menu {
		top: calc(90px + 32px);
	}

	#menu-primary-navigation li.open > .sub-menu {
		left: 0%;
		transition: 0s all;
	}

	#menu-primary-navigation li.open > .sub-menu .back {
		height: 20px;
		width: 61px;
		background-image: url(/wp-content/themes/lfd/images/graphic-back.svg);
		background-size: cover;
		position: absolute;
		display: block;
        left: 30px;
        margin-top: 2em;
        top: 0px;
        cursor: pointer;
	}

	#menu-primary-navigation .sub-menu li.menu-item-has-children:hover > a {
		background: unset;
	}

	#menu-primary-navigation .sub-menu li.menu-item-has-children:hover > a:after {
		left: unset;
	}

	#menu-primary-navigation li > a > img {
		width: 200px;
		margin-top: 0.25em;
	}

	/* Google Map */

	#map-section {
		height: auto;
		padding-bottom: 30px;
		min-height: unset;
	}

	#map-container {
		height: 500px;
		position: relative;
		top: unset;
		right: unset;
		padding-right: 15px;
	}

	/* Helpers */

	.box.skewed img {
    	transform: skew(15deg);
   	}

	.bg-image.h-full {
		height: 70vh;
	}

	.video,
	.image-video .image {
		height: 400px;
	}

	.box {
		padding: 4em 6em;
	}

	/* Special Layouts */

	.page-template-service .columns .row,
	.page-template-market .columns > .container > .row:first-of-type {
		padding-top: 4em;
	}

	.show-hide .trigger {
		display: none;
	}

	.show-hide .content {
		position: relative;
		opacity: 1;
		left: 0;
		top: 0;
		pointer-events: auto;
		width: 100%;
	}

	.single .boxed #sidebar {
		padding-left: 15px;
	}

	.single .boxed #post-content {
		padding-right: 15px;
	}

	#historic-projects .header {
		padding-top: 4em;
		padding-bottom: 0 !important;
	}

	/* Gravity Forms */

	.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
		position: relative;
		top: -1em;
	}

	.gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gfield select {
		margin-bottom: 1em;
	}

	/* Filters */

	.page-template-projects .filter.select:first-of-type {
		padding-left: 0;
	}

	/* Footer */

	footer {
		font-size: 1em;
	}

	footer .icon-button.social {
		height: 50px;
		width: 50px;
	}

	footer .icon-button.social img {
		height: 20px;
		width: 20px;
	}

	footer .icon-button.logo {
		height: 50px;
	}

	footer .icon-button.logo img {
		height: 20px;
	}

	#menu-footer-left-secondary-navigation li a, #menu-footer-right-secondary-navigation li a {
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header.container-fluid {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 46px);
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}
}

@media only screen and (max-width: 767px) {
	/* Global */

	#wpadminbar {
		position: fixed !important;
	}

	html {
		font-size: 17px;
	}

	.container {
		width: 100%;
	}

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */

	.page-template-home h1  {
		font-size: 2.5em;
	}

	h1, .h1 {
		font-size: 2em;
	}

	h2:not(.h7), .h2 {
		font-size: 1.7em;
	}

	h3, .h3 {
		font-size: 1.4em;
	}

	h4, .h4 {
		font-size: 1.2em;
	}

	h5, .h5 {
		font-size: 1.2em;
	}

	.btn-primary, .btn-secondary {
		width: calc(100% - 10px);
		text-align: center;
	}

	/* Header */


	/* Header Navigation */

	#menu-primary-navigation {
		padding-top: 2em;
	}

	#menu-primary-navigation a,
	#menu-primary-navigation .sub-menu li a {
		font-size: 1.3em;
	}

	#menu-primary-navigation .menu-item-has-children > a:after, #menu-primary-navigation li.open > a:after {
        height: 7px;
        width: 13px;
    }

    #menu-primary-navigation li > a > img {
    	width: 150px;
    }

    /* Helpers */

    .box {
    	padding: 2em;
    }

    .box.skewed {
    	transform: skew(-5deg);
    }

    .box.skewed .content-container {
	    transform: skew(5deg);
	}

	.box.skewed img {
		transform: skew(5deg) translateX(-10px);
	}

	/* Special Layouts */

	.video, .image-video .image {
		height: 250px;
	}

	#brands .box.bg-image {
		padding: 3em 0;
	}

	#brands .content {
		width: calc(100% - 30px);
	}

	.image-text {
		overflow: hidden;
	}

	.page-template-service .columns .row,
	.page-template-market .columns > .container > .row:first-of-type  {
		padding-top: 0;
	}

	.single-project #header {
		height: 30vh;
	}

	#media {
		margin-top: -25vh;
	}

	#progress-bar {
		right: unset;
		left: 15px;
	}

	#timeline-wrapper .row .row {
		position: relative;
		padding-top: 2em;
		padding-bottom: 2em;
	}

	#timeline-wrapper .circle-wrapper {
		position: absolute;
		height: 100%;
		left: -17px;
	}

	h3.h7[data-trigger] {
		margin-bottom: 1em;
	}

	#historic-projects #timeline-wrapper #progress-bar + .row {
		margin-top: 0 !important;
	}

	#historic-projects .header:before {
		background: linear-gradient(to bottom, #171B1A 30%, transparent);
	}
	
	.job {
		display: block;
	}

	/* HTML Video */

	.video {
		text-align: center;
	}

	.video .play {
		height: 50px;
		width: 50px;
	}

	.video .play img {
		height: 15px;
		width: 15px;
	}

	/* Accordion */

	.accordion .answer {
		width: 100%;
	}

	/* Slick */

	.image-carousel {
		margin-left: 15px;
		margin-right: 15px;
	}

	.image-carousel .slick-slide img:not(.card-image), .image-carousel .slick-slide .card {
		width: 100%;
	}

	.slick-prev, .slick-next {
		height: 45px;
		width: 60px;
	}

	.image-carousel-section .button .separator-1 {
		display: none;
	}

	/* Cards */

	.card .card-body {
		padding: 1em;
	}

	.card .card-body .card-text {
		font-size: 0.8em;
	}

	.card.hover .btn-primary {
		width: calc(100% - 15px);
		margin-left: 8px;
		margin-top: 1em;
	}

	.show-hide .card.standard .card-image {
		height: auto;
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Lists */

	ul.list li {
		font-size: 1em;
	}

	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Gravity Forms */
	
	.gform_wrapper.gravity-theme .gform_fields {
		display: block !important;
	}

	.gform_wrapper .validation_message {
		top: -1em;
	}

	.gform_wrapper.gravity-theme .gfield.select {
		padding: 1.2em 1.5em !important;
	}

	#field_1_8 {
		margin-top: 1em !important;
	}

	/* Filters */

	.page-template-projects .filter.select {
		width: 250px;
	}

	.mobile-scroll {
		width: 100%;
		position: absolute;
		z-index: 4;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		height: 75px;
	}

	.mobile-scroll.engaged {
		height: 100vh;
		pointer-events: none;
	}

	.mobile-scroll::-webkit-scrollbar {
		display: none;
	}

	.mobile-scroll .scroll-container {
		display: flex;
		flex-wrap: nowrap;
		position: absolute;
	}

	.mobile-scroll .filter.select {
		pointer-events: auto;
	}

	.mobile-scroll .filter.select.open {
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-scroll .filter.select.disabled {
		opacity: 0.5;
		pointer-events: none;
	}

	/* Footer */

	#footer-secondary {
		background: #111414;
	}

	#menu-footer-left-secondary-navigation, #menu-footer-right-secondary-navigation {
		flex-direction: column;
	}

	#menu-footer-left-secondary-navigation li, #menu-footer-right-secondary-navigation li {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#menu-footer-left-secondary-navigation li a, #menu-footer-right-secondary-navigation li a {
		font-size: 1em;
	}

	footer .icon-button.social {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 400px) {

}