/*!
Theme Name: EMECO Theme
Theme URI: http://underscores.me/
Author: Rocket Path team
Author URI: https://rocket-path.com
Description: Custom theme: EMECO Theme, developed by Rocket Path team
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emeco-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EMECO Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Scrollbar
# Normalize
# Layout
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Containers
# Clearings
# Widgets
# Content
	## Posts and pages
	## Home
	## Project archive
	## Projects
	## Service
	## About
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Font Icons
# Footer
# Shortcodes
# Gutenberg Classes
# Masonry
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/
/* width */
/* ::-webkit-scrollbar {
	width: 10px;
} */
  
/* Track */
/* ::-webkit-scrollbar-track {
	background: #F6F6F6;
}
   */
/* Handle */
/* ::-webkit-scrollbar-thumb {
	background: #FBB034;
}
   */
/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
	background: black;
} */
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.page .site-content .content-area,
.single-project .site-content .content-area {
	margin-top: 312px;
}
.home .site-content .content-area {
	margin-top: 0px;
}
.one-two-thirds .wp-block-column:first-child {
	flex-basis: 33.33%;
}
.one-two-thirds .wp-block-column:last-child {
	flex-basis: 66.66%;
}

@media only screen and (max-width: 767px) {
	.home .site-content .content-area {
		margin-top: 360px;
	}
	.page .site-content .content-area,
	.single-project .site-content .content-area,
	.content-area .project-archive-title {
		margin-top: 95px;
	}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 120%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 1.45rem;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 * Add saturation
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -34px;
	right: 0;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
:root {
	font-size: 24px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-size: 1rem;
	line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 120%;
}

p {
	margin-bottom: 1.5em;
	line-height: 120%;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@media only screen and (max-width: 767px) {
	p {
		font-size: .625rem;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: red;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	color: black;
	border: none;
	padding: 3px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	color: black;
	border: none;
	padding: 3px;
	width: 100%;
	background-color: #F7F7F7;
}

label {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	max-width: 440px;
	font-size: .67rem;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.contact-form {
	padding-right: 30px;
}

.contact-form > label:first-of-type {
	padding-top: 0;
}

.contact-form > label:last-of-type {
	border: none;
	flex-direction: column;
	align-items: flex-start;
}

.contact-form textarea {
	margin-top: 14px;
}

.title-field {
	flex-shrink: 0;
	margin-right: 10px;
}
.submit-btn input[type="submit"] {
	background-color: transparent;
	border: none;
	font-weight: bold;
}
.submit-btn input[type="submit"]:hover {
	cursor: pointer;
}
.submit-btn input[type="submit"]:hover ~ img {
	transform: rotate(180deg);
}
.submit-btn img {
	max-height: 38px;
	vertical-align: middle;
}
.cv-container {
	margin-top: 100px;
	margin-bottom: 100px;
}
.upload-title {
	display: block;
	font-size: 20px;
}
label.cv-btn {
	display: inline-flex;
	padding: 14px;
    background: #FBB034;
    color: black;
    position: relative;
	font-size: .667rem;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: none;
	min-height: 82px;
	text-align: center;
	min-width: 82px;
	width: auto;
}
.cv-btn-title {
	height: 100%;
	width: 100%;
}
.cv-btn-title img {
	max-height: 30px;
}
label.cv-btn:hover {
    cursor: pointer;
}

label.cv-btn input[name="file-cv"] {
    display: none;
}
label.cv-btn .wpcf7-form-control-wrap.file-cv .wpcf7-not-valid-tip {
    position: absolute;
    text-transform: none;
    top: -10px;
    left: 60px;
    width: 300px;
}
@media only screen and (max-width: 767px) {
	#wpcf7-f6-p19-o1,
	#wpcf7-f241-p189-o1 {
		margin-top: 28px;
	}
	.page-id-19 .has-2-columns .wp-block-column:last-child,
	.page-id-189 .has-2-columns .wp-block-column:last-child {
		flex-basis: 100%;
		margin-left: 0;
	}
	.contact-form {
		padding-right: 0;
	}
	.contact-form label:not(.cv-btn) {
		max-width: unset;
	}
	label.cv-btn {
		font-size: .667rem;
		min-height: 40px;
		width: 100%;
	}
	.cv-btn-title img {
		width: 20px;	
	}
	.submit-btn input[type="submit"] {
		padding-left: 0;
	}
	.cv-container {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover, a:focus, a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-header {
	display: flex;
	position: absolute;
	align-items: center;
	min-height: 115px;
	top: 0;
	z-index: 99999;
}

.nav-wrap {
	clear: both;
	display: flex;
	position: absolute;
	height: 0;
	top: 0;
	right: 0;
	z-index: 99999;
}

.menu-box {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: 0;
	outline: none;
	height: 100px;
	width: 100px;
	background: white;
}

.burger-line {
	width: 27px;
	height: 2px;
	background-color: black;
}

.up {
	position: absolute;
	top: calc( 50% - 7px );
	left: calc( 50% - 14px );
	width: 14px;
	transition: .3s ease-in-out;
}

.middle {
	position: absolute;
	top: calc( 50% - 1px );
	left: calc( 50% - 14px );
	width: 27px;
	transition: .5s ease-in-out;
}

.bottom {
	position: absolute;
	top: calc( 50% + 5px );
	left: calc( 50% - 14px );
	width: 19px;
	transition: .3s ease-in-out;
}

.menu-box:hover {
	cursor: pointer;
}

@media not all and (pointer: coarse) {
	.menu-box:hover .up {
		width: 27px;
	}
	
	.menu-box:hover .middle {
		background-color: #FBAF33;
	}
	
	.menu-box:hover .bottom {
		width: 27px;
	}
}
.main-navigation {
	transition: .7s ease-in-out all;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li > a {
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 120%;
	color: white;
	text-transform: lowercase;
	transition: .3s ease-in-out all;
}
@media(hover:hover) {
	.main-navigation a:hover {
		color: #FBB034;
	}
}
.language-switcher {
	background-color: #F6F6F6;
}
.language-switcher > li {
	list-style: none;
}
.language-switcher > li > a {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: .9em;
	color: black;
	font-weight: normal;
}
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled {
	position: relative;
	background-color: black;
	width: 100%;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	z-index: 9999;
	overflow-y: auto;
	max-height: 100%;

}
.main-navigation.toggled .nav-wrap {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 100vh;
	color: white;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
	transform: scale(1);
}
body.no-height .site-branding img {
	content: url('/wp-content/uploads/2019/12/emeco-logo.svg');
}
body.no-height .site-branding {
	background-color: transparent;
	transition-delay: 1s;
}
.main-navigation.toggled .menu-box {
	background: transparent;
	color: white;
	position: absolute;
	top: 42px;
	right: 30px;
}
.main-navigation.toggled button.language-switcher {
	position: absolute;
	top: 40px;
	right: 100px;
	display: block;
}
.main-navigation.toggled button.language-switcher > li > a {
	color: white;
}
.main-navigation [class^="menu-main-menu"],
.main-navigation .menu-details {
	opacity: 0;
	transition: .4s ease-in-out all;
}
.main-navigation.toggled [class^="menu-main-menu"] {
	padding-top: 180px;
	padding-bottom: 30px;
	min-width: 300px;
	min-height: 764px;
	margin: 0 auto;
	opacity: 1;
}
.main-navigation.toggled .up,
.main-navigation.toggled .bottom {
	width: 0;
}
.main-navigation.toggled .middle.x-left {
	background-color: white;
	transform: rotate(-45deg);
	transition: .7s ease-in-out all;
}
.main-navigation.toggled .middle.x-right {
	background-color: white;
	transform: rotate(45deg);
	transition: .7s ease-in-out all;
}
@media(hover:hover) {
	.main-navigation.toggled .menu-box:hover .middle.x-left {
		background-color: #FBB034;
		transform: rotate(-270deg);
	}
	.main-navigation.toggled .menu-box:hover .middle.x-right {
		transform: rotate(360deg);
	}
}
.menu-details {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 130px;
	height: 750px;

}
.main-navigation.toggled .menu-details {
	opacity: 1;
	flex-basis: 33%;
}
.menu-details .social {
	margin-top: 0;
}
.menu-details .get-in-touch__line {
	display: block;
	max-width: 64px;
	margin-top: 20px;
	margin-bottom: 14px;
}
.menu-details .get-in-touch > ul li:not(:last-child):after {
	content: '';
}


/* @media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
} */

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.language-switcher {
		display: none;
	}
	.menu-box {
		background-color: transparent;
		height: auto;
		width: auto;
		top: 18px;
		right: 18px;
		transition: .7s ease-in-out all;
	}
	.site-header {
		min-height: unset;
		max-width: 175px;
	}
	.burger-line {
		background-color: white;
	}
	.page-id-19 .burger-line,
	.page-id-189 .burger-line,
	.post-type-archive-project .burger-line {
		background-color: black;
	}	
	.main-navigation.toggled .menu-box {
		position: fixed;
		top: 18px;
		right: 18px;
	}
	.main-navigation.toggled button.language-switcher > li > a {
		display: block;
		padding: 22px;
		position: fixed;
    	top: 0px;
    	right: 72px;
    	color: black;
    	background: white;
    	font-size: .5rem;
	}
	.main-navigation.toggled [class^="menu-main-menu"] {
		padding-top: 80px;
		min-height: unset;
		min-width: 260px;
	}
	.main-navigation.toggled .menu-details {
		padding-top: 0;
		height: 100%;
		max-width: 260px;
		width: 100%;
	}
	.main-navigation.toggled .menu-details .social {
		/* text-align: center; */
		text-align: left;
	}
	.main-navigation.toggled .nav-wrap {
		flex-direction: column;
	}
	.main-navigation li > a {
		font-size: 1.25rem;
		margin-bottom: 30px;
	}
	.main-navigation.toggled .get-in-touch > ul {
		float: none;
	}
	.main-navigation.toggled .get-in-touch {
		padding-bottom: 40px;
	}
	.main-navigation.toggled .get-in-touch__text {
		font-size: .835rem;
	}
	.main-navigation.toggled .get-in-touch > ul li a {
		font-size: .75rem;
		font-weight: normal;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.row-strech-flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.container {
	margin: 0 auto;
	max-width: 1200px;
}
.container--lg {
	max-width: 1440px;
}
.container--max {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-hero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 520px;
	background-color: #272727;
	opacity: .6;
	z-index: -1;
}
.page-hero--home {
	position: relative;
	height: 100vh;
	min-height: 700px;
	max-height: 1080px;
}
.page-hero > .wp-block-columns {
	height: 100%;
}
.page-hero > .wp-block-columns > .wp-block-column {
	display: flex;
    align-items: flex-end;
}
.page-hero > .wp-block-columns > .wp-block-column .title-box {
	margin-bottom: -40px;
}
.title-box {
	display: flex;
    justify-content: center;
	align-items: center;
	text-align: center;
    width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #FBB034;
}
.title-box h1 {
	text-transform: lowercase;
}
.sticky {
	display: block;
}
/* .post,
.page {
	margin: 0 0 1.5em;
}
 */
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 0 30px 30px 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media only screen and (max-width: 767px) {
	.page-hero {
		height: 135px;
	}
	.hero-overlay {
		height: 135px;
	}
	.page-hero--home {
		position: absolute;
		min-height: 360px;
	}
	.title-box {
		width: 120px;
		height: 120px;
		margin: unset;
	}
	.title-box h1 {
		font-size: .708rem;
	}
}
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home .page-hero {
	z-index: 1;
}
.title-content-box--contact {
	background-color: #222222;
	padding-top: 90px;
	padding-bottom: 100px;
}
.title-content-box--contact .title-content-box__content {
	flex-direction: column;
}
.title-content-box--contact .title-content-box__content span:first-child {
	margin-top: 80px;
}
.title-content-box--contact .title-content-box__content span:not(:first-child) {
	margin-top: 20px;
}
.home-services {
	position: relative;
	background-color: black;
	padding: 0 30px;
}
.home-services__inner {
	padding-top: 100px;
	padding-bottom: 150px;
}
.home-services__title {
	font-size: 1.45rem;
	font-weight: bold;
	text-transform: lowercase;
	position: absolute;
	margin-top: -146px;
	z-index: 2;
}
.home-services__option {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.home-services__option a {
	text-decoration: none;
}
.home-services__option a img {
	transition: .2s ease-in-out all;
}
.home-services__option a:hover img {
	-webkit-filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
	        filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
}
.home-services__option:nth-child(2n) .home-services__option__half:first-child {
	flex: 1 1 auto;
	max-width: 750px;
}
.home-services__option:nth-child(2n) .home-services__option__half:last-child {
	flex-shrink: 0;
}
.home-services__option__half,
.home-services__option__half a {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
}
.home-services__option__count {
	font-size: 9.42rem;
	line-height: 100%;
	color: #C4C4C4;
	opacity: .5;
	line-height: 70%;
}
.home-services__option__title {
	margin-top: 46px;
	margin-left: -46px;
	color: white;
}
.home-services__option__arrow {
	margin-top: 60px;
    margin-left: 30px;
}
.home-services__option__arrow img {
	-webkit-filter: invert(1);
	        filter: invert(1);
	line-height: 100%;
}
.home-projects {
	background-color: #444344;
	padding: 0 30px;
}
.home-projects__inner {
	position: relative;
	padding: 40px 0 86px 0;
}
.home-projects__title {
	position: absolute;
    top: -46px;
	left: 0;
	background-color: white;
	font-size: 1.45rem;
    font-weight: bold;
    text-transform: lowercase;
    z-index: 2;
}
.home-projects__view-all {
	position: absolute;
	top: -46px;
	left: 250px;
	width: 160px;
	height: 160px;
	background-color: #FBB034;
	color: black;
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.home-projects__inner a:hover .home-projects__view-all img {
	-webkit-filter: invert(0);
	        filter: invert(0);
}
.home-projects__inner a:hover .home-projects__view-all {
	color: black;
}
.home-projects__view-all img {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
.home-projects__view-all__title {
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 10px;
}
.home-projects__slide {
	position: relative;
	padding: 0 84px;
	margin-top: 55px;
	margin-bottom: 55px;
}
.home-projects__slide a {
	text-decoration: none;
	color: white;
}
.home-projects__slide a:hover {
	color: #FBB034;
}
.home-projects__slide img {
	width: 100%;
	height: 550px;
	overflow-y: hidden;
	-webkit-filter: saturate(110%) contrast(115%);
		filter: saturate(110%) contrast(115%);
	-o-object-fit: cover;
	   object-fit: cover;
}
.home-projects__slider .slick-next {
	right: 0;
	z-index: 2;
}
.home-projects__slider .slick-prev {
	left: 0;
	z-index: 2;
}
.home-projects__option__title {
	position: absolute;
	max-width: 400px;
	width: 100%;
	max-height: 110px;
	height: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
	background-color: #272727;
	color: white;
	line-height: 120%;
	font-size: .84rem;
	padding: 30px;
	right: 0;
	bottom: -55px;
}
.clients-section {
	padding: 0 30px;
}
.clients-section__title {
	font-size: 1.45rem;
    font-weight: bold;
    text-transform: lowercase;
    position: absolute;
    margin-top: -46px;
    z-index: 2;
}
.clients-section__content {
	padding-top: 306px;
	padding-bottom: 120px;
}

.clients-section__content img {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	transition: .2s ease-in-out all;
}
@media not all and (pointer: coarse) {
	.clients-section__content img:hover {
		-webkit-filter: grayscale(0);
		        filter: grayscale(0);
	}
}

@media only screen and (max-width: 767px) {
	.home-services__title {
		font-size: .708rem;
		width: 100px;
		height: 100px;
		margin-top: -115px;
		margin-left: calc( 50% - 156px );
	}
	.home-services__inner {
		padding-top: 360px;
		padding-bottom: 66px;
	}
	.home-services__option {
		max-width: 300px;
		margin: 0 auto;
	}
	.home-services__option__count {
		font-size: 3.9rem;
		line-height: 120%;
	}
	.home-services__option__title {
		font-size: .75rem;
		margin-top: 0;
		margin-left: -26px;
	}
	.home-services__option__arrow {
		width: 21px;
		min-width: 21px;
		margin-top: 0;
		margin-bottom: 0;
		align-self: center;
	}
	.home-services__option:nth-child(2n) .home-services__option__half:first-child {
		display: none;
	}
	.home-projects {
		padding: 0 10px;
	}
	.home-projects__title {
		width: 100px;
		height: 100px;
		font-size: .708rem;
		margin-left: calc( 50% - 120px );
	}
	.home-projects__view-all {
		left: 80px;
		margin-left: calc( 50% - 100px );
		width: 80px;
		height: 80px;
		font-size: .458rem;
		padding: 10px;
	}
	.home-projects__view-all {
		line-height: 100%;
	}
	.home-projects__view-all img {
		width: 18px;
		height: 18px;
	}
	.home-projects__inner {
		padding: 80px 0 70px 0;
	}
	.home-projects__slide {
		margin-top: 0;
		padding: 0 20px;
	}
	.home-projects__slide img {
		height: 300px;
	}
	.home-projects__option__title {
		max-width: 200px;
		max-height: 70px;
		bottom: -45px;
		left: calc(50% - 100px);
		padding: 10px 20px;
		font-size: .542rem;
	}
	.title-content-box--contact .title-content-box__content span:first-child {
		margin-top: 20px;
	}
	.clients-section__content {
		padding-top: 120px;
		padding-bottom: 0;
	}
	.clients-section__title {
		width: 100px;
		height: 100px;
		font-size: .708rem;
		margin-top: -18px;
		margin-left: calc( 50% - 156px );
	}
}
/*--------------------------------------------------------------
## Project archive
--------------------------------------------------------------*/
.post-type-archive-project .content-area {
	padding: 0 36px;
}
.project-archive-title {
	margin-top: 246px;
}
.project-archive-title__inner {
	display: flex;
    flex-direction: row;
    align-items: center;
}
.project-archive-title__inner_box {
	flex: 1 0 33%;
}
.project-archive-title__title {
	margin: 0;
}
.project-archive-title__content {
	font-weight: 600;
	font-size: 34px;
	line-height: 121.5%;
	margin-left: 20px;
}
@media only screen and (max-width: 900px) {
	.project-archive-title__inner_box {
		flex: 1 1 auto;
	}
}
@media only screen and (max-width: 767px) {
	.project-archive-title__inner {
		align-items: flex-start;
	}
}
/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.project .wp-block-column {
	flex-basis: 100%;
}
.project img {
	-webkit-filter: saturate(110%) contrast(115%);
		filter: saturate(110%) contrast(115%);
}
.title-box--project {
	text-align: left;
	padding: 34px 24px;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1.2em;
	align-items: inherit;
}
.title-box--project h1 {
	font-size: 1.08rem;
	text-transform: capitalize;
	margin: 0;
}
h1.project__title--small {
	font-size: .833rem;
}
.project-navigation {
	background-color: #F5F5F5;
	padding-top: 100px;
	padding-bottom: 60px;
	display: grid;
	grid-template-columns: auto 30px 50px 335px 380px 335px 50px 30px auto;
	grid-template-rows: auto;
	overflow: hidden;

}
.project-navigation a:first-child {
	grid-column-start: 4;
  	grid-column-end: 5;
}
.project-navigation a:nth-child(2) {
	grid-column-start: 5;
  	grid-column-end: 6;
}
.project-navigation a:last-child {
	grid-column-start: 6;
  	grid-column-end: 7;
}
.project-navigation a {
	font-size: 1.075rem;
	text-decoration: none;
	position: relative;
}
.project-navigation a[rel='prev'],
.project-navigation a[rel='next'] {
	max-width: 335px;
}

.project-navigation a[rel='prev'] > .project-navigation__image:before {
	content: url('/wp-content/uploads/2020/01/arrow-left-black.svg');
	position: absolute;
	top: calc(50% - 38px);
	left: -72px;
    transform: scale(.7) scaleX(-1);
}
.project-navigation a[rel='next'] > .project-navigation__image:after {
	content: url('/wp-content/uploads/2020/01/arrow-left-black.svg');
	position: absolute;
	top: calc(50% - 38px);
	right: -72px;
	transform: scale(.7);
	transition: .2s ease-in-out all;
}
.project-navigation a[rel='prev']:hover > .project-navigation__image:before,
.project-navigation a[rel='next']:hover > .project-navigation__image:after {
	-webkit-filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
	        filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
}
.project-navigation img {
	width: 335px;
	max-width: 100%;
	-webkit-filter: saturate(110%) contrast(115%);
		filter: saturate(110%) contrast(115%);
}
.back-to-projects {
	display: flex;
    justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: lowercase;
	width: 288px;
	background-color: white;
	margin: 22px 46px;
	padding: 20px;
	font-size: .85rem;
	font-weight: bold;
	transition: .2s ease-in-out all;
}
.back-to-projects:hover {
	background-color: #FBB034;
}
.back-to-projects:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* .project-navigation__placeholder {
	width: 335px;
	height: 335px;
} */
@media only screen and (max-width: 1212px) {
	.project-navigation {
		padding: 20px 0;
		grid-template-columns: 70px auto 70px;
		grid-template-rows: 160px 160px 160px;
	}
	.project-navigation a:first-child {
		width: 100%;
		height: 100%;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.project-navigation a:nth-child(2) {
		width: 100%;
		height: 100%;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.project-navigation a:last-child {
		width: 100%;
		height: 100%;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.back-to-projects {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.back-to-projects > br {
		display: none;
	}
	.project-navigation a[rel="prev"],
	.project-navigation a[rel="next"] {
		max-width: 100%;
		display: flex;
		align-items: center;
		margin-left: 80px;
		padding-right: 80px;
	}
	.project-navigation a[rel='next'] > .project-navigation__image:after {
		right: unset;
		left: -72px;
	}
	.project-navigation__image img {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.title-box--project {
		width: 120px;
		height: 120px;
		padding: 10px 12px;
	}
	.title-box--project h1,
	.title-box--project__employer {
		font-size: .6rem;
		line-height: 100%;
	}
	h1.project__title--small {
		font-size: .4rem;
	}
	.title-box--project__employer br {
		display: none;
	}
	.single-project .entry-content .wp-block-columns:first-child {
		margin-bottom: -34px;
	}
	.single-project .entry-content .wp-block-columns:first-child .wp-block-column {
		z-index: 1;
	}
	.one-two-thirds .wp-block-column:last-child {
		margin-left: -30px !important;
		margin-right: -30px !important;
		margin-top: 28px !important;
	}
	.project-info {
		max-width: 210px !important;
		min-width: unset !important;
		height: 250px !important;
		margin-top: -30px !important;
		font-size: .625rem;
		line-height: 120%;
		padding: 20px !important;
	}
	.project-navigation {
		grid-template-columns: auto 280px auto;
		grid-template-rows: 46px 20px 60px 60px;
	}
	.project-navigation a:first-child {
		grid-row-start: 3;
		grid-row-end: 4;
	}
	.project-navigation a:nth-child(2) {
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.project-navigation a:last-child {
		grid-row-start: 4;
		grid-row-end: 5;
	}
	.project-navigation__title {
		font-size: .5rem;
		line-height: normal;
	}
	.project-navigation a[rel="prev"],
	.project-navigation a[rel="next"] {
		margin-left: 60px;
		padding-right: 60px;
	}
	.project-navigation a[rel='prev'] > .project-navigation__image:before,
	.project-navigation a[rel='next'] > .project-navigation__image:after {
		top: calc(50% - 34px);
  transform: scale(.3125);
	}
	.project-navigation a[rel='next'] > .project-navigation__image:after {
		right: unset;
		left: -62px;
	}
	.project-navigation a[rel='prev'] > .project-navigation__image:before {
		left: -62px;
	}
	.back-to-projects {
		font-size: .6rem;
	}
}
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.page.page-id-27 .content-area,
.page.page-id-219 .content-area {
	margin-top: 0;
}
.page.page-id-27 .entry-content,
.page.page-id-219 .entry-content {
	padding: 0;
}
.service-slide {
	position: relative;
	max-height: 980px;
	overflow: hidden;
	background-color: black !important;
}
.service-slide__content {
	position: absolute;
	left: 33.33%;
	top: 230px;
	color: white;
	max-width: 700px;
}
.service-slide__content > h2 {
	margin-top: 0;
	margin-bottom: 30px;
	color: #FBB034;
	font-size: 1.425rem;
}
.service-slide__content > * {
	padding-right: 80px;
}
.title-box--service {
	position: absolute;
	top: 230px;
	left: 0;
	z-index: 2;
}
.page.page-id-27 .slick-dotted.slick-slider,
.page.page-id-219 .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.page-id-27 .slick-slide img,
.page-id-219 .slick-slide img {
	width: 100%;
	min-height: 900px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.page.page-id-27 .slick-dots,
.page.page-id-219 .slick-dots {
	top: 50%;
	right: 0;
	bottom: unset;
	width: unset;
	margin-right: 10px;
}
.page-id-27 .slick-dots li,
.page-id-219 .slick-dots li {
	display: block;
}
.page-id-27 .slick-dots li button:before,
.page-id-219 .slick-dots li button:before {
	font-size: 11px;
	color: white;
	opacity: 1;
}
.page.page-id-27 .slick-dots li.slick-active button:before,
.page.page-id-219 .slick-dots li.slick-active button:before {
	border: 1px solid #FBB034;
	border-radius: 50%;
	color: white;
	opacity: 1;
}
.page.page-id-27 .slick-dots li button,
.page.page-id-219 .slick-dots li button {
	width: 11px;
	height: 11px;
}
.service-slider {
	position: relative;
}
.service-vnav {
	position: absolute;
	top: 0;
	right: 5%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.active-nav svg > rect {
	fill: #FBB034;
	/* opacity: .4; */
}
@media only screen and (max-width: 1210px) {
	.service-vnav {
		right: 20px;
	}
	.service-vnav svg {
		max-width: 40px;
		height: auto;
	}
}
@media only screen and (max-width: 970px) {
	.title-box--service,
	.service-slide__content {
		top: 170px;
	}
	.service-slide__content {
		left: 40%;
	}
	.service-slide__content > *:not(h2) {
		font-size: .6rem;
	}
	.page-id-27 .slick-slide img,
	.page-id-219 .slick-slide img {
		min-height: 600px;
}
}
@media only screen and (max-width: 767px) {
	.service-slide {
		max-height: unset;
		overflow: auto;
		opacity: 1 !important;
	}
	.service-slide:first-child {
		padding-top: 40px;
	}
	.service-slide img {
		display: none;
	}
	.title-box--service {
		top: 95px;
		left: 30px;
		z-index: 1000;
	}
	.service-slide__content {
		position: relative;
		top: 0;
		left: 0;
		padding: 20px 30px;
		height: 100%;
	}
	.service-slide:first-child > .service-slide__content {
		padding-top: 210px;
	}
	.service-slide__content > * {
		padding-right: 0;
	}
	.service-slide__content > h2 {
		font-size: .708rem;
		margin-bottom: 10px;
	}
	.service-slide__content > p {
		margin-bottom: 10px;
		font-size: 15px !important;
	}
	.service-slide__content > *:not(h2) {
		font-size: .425rem;
	}
	.service-vnav {
		display: none;
	}
}
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.certifications {
	background-color: #F5F5F5;
	padding: 30px;
}

.certifications .wp-block-columns {
	height: 100%;
	min-height: 190px;
	align-items: center;
}

.certifications h2 {
	text-transform: lowercase;
	margin-bottom: 0;
}

.cert-logos {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.cert-logos > li {
	display: inline-block;
	vertical-align: middle;
}

.cert-logos > li:not(:last-of-type) {
	margin-right: 20px;
}

.cert-documents {
	margin-top: 18px;
	width: 100%;
}

.cert-pdfs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(170px, 1fr));
	gap: 14px;
}

.cert-pdfs > li {
	margin: 0;
}

.cert-pdf-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 140px;
	padding: 16px 14px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	color: #222;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	transition: all 0.2s ease;
}

a.cert-pdf-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
	border-color: #d32f2f;
}

.cert-pdf-card--disabled {
	opacity: 0.6;
	cursor: default;
}

.cert-pdf-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
}

.cert-pdf-icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.cert-pdf-label {
	font-size: 13px;
	line-height: 1.45;
	font-weight: 600;
	color: #222;
	word-break: break-word;
}

@media only screen and (max-width: 991px) {
	.cert-pdfs {
		grid-template-columns: repeat(2, minmax(160px, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.certifications h2 {
		font-size: .708rem;
	}

	.cert-logos > li img {
		max-width: 50px;
	}

	.cert-logos > li:not(:last-of-type) {
		margin-right: 20px;
	}

	.certifications .wp-block-columns {
		min-height: 100%;
	}

	.cert-logos {
		margin-bottom: 18px;
	}

	.cert-pdfs {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.cert-pdf-card {
		min-height: auto;
		padding: 14px 12px;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin-top: 0px;
	margin-left: 50px;
}
@media only screen and (max-width: 767px) {
	.custom-logo-link {
		margin: 14px 38px 14px 12px;
	}
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Font Icons
--------------------------------------------------------------*/
@font-face {
	font-family: 'social-icons';
	src: url('fonts/emeco-icons/emeco-icons.eot') format('embedded-opentype'),
		 url('fonts/emeco-icons/emeco-icons.woff2') format('woff2'),
		 url('fonts/emeco-icons/emeco-icons.woff') format('woff'),
		 url('fonts/emeco-icons/emeco-icons.ttf') format('truetype'),
		 url('fonts/emeco-icons/emeco-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "social-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
   
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
   
.icon-facebook:before { content: '\f09a'; }
.icon-linkedin:before { content: '\f0e1'; }
.icon-youtube-play:before { content: '\f16a'; }

/*--------------------------------------------------------------
## Shortcodes
--------------------------------------------------------------*/
.project-info {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	min-width: 355px;
	height: 530px;
	background-color: #444344;
	color: white;
	padding: 40px 50px 70px 50px;
	margin-top: -110px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-weight: bold;
}
.project-info__title {
	font-weight: normal;
}

.title-content-box {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.title-content-box__inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.title-content-box__title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: white;
	font-size: 1.45rem;
	font-weight: bold;
	text-transform: lowercase;
}
.title-content-box__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	text-align: left;
	width: 430px;
	height: 480px;
	margin: 0 auto;
	background-color: #FBB034;
	padding: 40px 50px;
	font-size: 1.25rem;
	line-height: 120%;
}
.title-content-box__content__arrow {
	position: absolute;
	bottom: 10px;
	right: 14px;
}
.title-content-box__content__arrow a img {
	transition: .2s ease-in-out all;
}
.title-content-box__content__arrow a:hover img {
	-webkit-filter: invert(1);
	        filter: invert(1);
}
.title-content-box__more-text{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
	color: white;
	font-weight: bold;
	font-size: 1.6rem;
	width: 100%;
    max-width: 767px;
	margin: 0 auto;
	margin-top: 90px;
    justify-content: space-between;
}
.title-content-box__more-text img {
	-webkit-filter: invert(1);
	        filter: invert(1);
	transition: .2s ease-in-out all;
}
.title-content-box__more-text img:hover {
	-webkit-filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
	        filter: invert(73%) sepia(70%) saturate(1014%) hue-rotate(334deg) brightness(105%) contrast(97%);
}
a.title-content-box__top {
	position: absolute;
	bottom: 20px;
	right: 68px;
	text-decoration: none;
}
.title-content-box__top__title {
	color: white;
	font-weight: bold;
}
.title-content-box__top__title:before {
	content: '\25A0';
	color: #FBB034;
	margin-right: 6px;
}
.title-content-box__badges > img {
	margin-right: 10px;
	max-width: 40px;
}
@media only screen and (max-width: 900px) {
	.project .wp-block-column:not(:first-child) {
		margin-left: 0;
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	.title-content-box__title {
		font-size: .708rem;
		width: 100px ;
		height: 100px;
	}
	.title-content-box__content {
		font-size: .5rem;
		width: 150px;
		height: 190px;
		padding: 11px 16px;
	}
	.title-content-box--contact .title-content-box__content {
		padding: 24px 16px;
	}
	.title-content-box--contact .title-content-box__content span:not(:first-child) {
		margin-top: 0;
	}
	.title-content-box__content__arrow {
		width: 21px;
		height: auto;
		bottom: 8px;
		right: 8px;
	}
	.title-content-box__more-text {
		font-size: .625rem;
		max-width: 240px;
		margin-top: 40px;
	}
	.title-content-box__text-arrow img {
		max-height: 21px;
		margin-top: 10px;
	}
	.title-content-box__top__title {
		display: none;
	}
	.title-content-box--contact {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.title-content-box__badges > img {
		max-width: 16px;
	}
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
	background-color: #444344;
	color: white;
	padding: 55px 30px 30px;

}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul > li {
	display: inline-block;
}
footer ul > li a,
footer ul > li a:visited {
	color: white;
	text-decoration: none;
}
footer [class^="menu-main-menu"] ul.menu > li {
	margin-left: 36px;
	font-size: 0.84rem;
	text-transform: lowercase;
}
footer [class^="menu-main-menu"] ul.menu > li:first-child {
	margin-left: 0;
}

footer .row-strech-flex:first-of-type {
	margin-top: 32px;
	margin-bottom: 54px;
}

.get-in-touch > * {
	display: inline-block;
}

.get-in-touch > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.get-in-touch > ul li {
	display: inherit;
}
.get-in-touch > ul li > a {
	font-size: .75rem;
	text-transform: none;
}
@media(hover:hover) {
	.get-in-touch > ul li > a:hover {
		text-decoration: underline;
	}
}
.get-in-touch > ul li:not(:last-child):after {
	content: ' | ';
}

.get-in-touch__text {
	font-size: .92rem;
	font-weight: bold;
	/* max-width: 100px; */
}

.get-in-touch__line {
	min-width: 64px;
	/* border-bottom: 1px solid #F5F5F5; */
}

.social > i:not(:first-of-type) {
	margin-left: 60px;
}

.terms-policy > ul > li {
	font-size: 0.708rem;
}
.terms-policy > ul > li:not(:last-child) {
	margin-right: 36px;
}

.row-strech-flex.flex-footer-sec {
	flex-wrap: wrap;
}

.site-info {
	text-align: right;
	font-size: 0.67rem;
	flex: 0 0 100%;
	margin-top: 24px;
}

@media only screen and (max-width: 1036px) {
	footer .row-strech-flex:first-of-type {
		flex-direction: column;
	}
	.get-in-touch {
		width: 100%;
	}
	.get-in-touch > ul {
		float: right;
	}
	.get-in-touch > ul > li {
		display: inline-block;
	}
	.get-in-touch__line {
		/* width: calc(100% - 580px); */
		display: none;
	}
	footer [class^="menu-main-menu"] {
		display: none;
	}
	.row-strech-flex.flex-footer-sec {
		flex-direction: row-reverse;
	}
	.social {
		margin-top: 54px;
	}
	.site-info {
		flex-basis: auto !important;
		margin-top: unset;
		margin-top: 4px;
	}
}
@media only screen and (max-width: 767px) {
	footer {
		padding-top: 28px;
		padding-bottom: 20px;
	}
	footer .container > img {
		max-width: 120px;
	}
	footer .row-strech-flex:first-of-type {
		margin-top: 8px;
		margin-bottom: 20px;
	}
	footer .get-in-touch__text,
	footer .get-in-touch > ul li a {
		font-size: .625rem;
	}
	.get-in-touch__line {
		width: calc(100% - 385px);
	}
	.social {
		margin-top: 20px;
		font-size: .833rem;
	}
	.terms-policy li a,
	.site-info {
		font-size: .542rem;
	}
}
@media only screen and (max-width: 630px) {
	.get-in-touch__line {
		width: calc(100% - 175px);
	}
	.get-in-touch > ul {
		vertical-align: top;
	}
	.get-in-touch > ul li {
		display: block;
	}
	.get-in-touch > ul li:after {
		content: '' !important;
	}
	.terms-policy > ul > li:not(:last-child) {
		margin-right: 10px !important;
	}
}
@media only screen and (max-width: 359px) {
	footer .get-in-touch__text,
	footer .get-in-touch > ul li a {
		font-size: .542rem;
	}
	.terms-policy li a,
	.site-info {
		font-size: .425rem;
	}
}
/*--------------------------------------------------------------
# Gutenberg Classes
--------------------------------------------------------------*/
.wp-block-gallery .blocks-gallery-item figure {
	align-items: center;
}
.wp-block-gallery .blocks-gallery-item {
	margin: 0 16px 76px 0;
}
@media only screen and (max-width: 767px) {
	.wp-block-gallery .blocks-gallery-item figure img {
		max-height: 40px;
	}
}
/*--------------------------------------------------------------
# Masonry
--------------------------------------------------------------*/
.project-cat-menu {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 64px;
	overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
}
.grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.button {
	background-color: transparent;
	color: black;
	border: none;
}
.button.is-checked {
	border-bottom: 1px solid black;
}
.project-item > .grid-item,
.project-item > .grid-sizer {
	width: calc(25% - 20px);
	margin: 10px;
}
.project-item > .grid-item img {
	width: 100%;
	-webkit-filter: saturate(10%);
		filter: saturate(10%);
	transition: .2s ease-in-out all;
}
.project-item > .grid-item > p {
	max-width: 360px;
	min-height: 120px;
	margin-bottom: 0;
	margin-top: 4px;
	/* font-size: .729rem; */
}
.project-item:hover > .grid-item img {
	-webkit-filter: saturate(120%);
		filter: saturate(120%);
}
.grid-item__employer {
	font-size: .625rem;
	opacity: .5;
	line-height: 100%;
	min-height: 30px;
}
@media only screen and (max-width: 1270px) {
	.project-item > .grid-item > p {
		min-height: 140px;
	}
}
@media only screen and (max-width: 767px) {
	.project-item > .grid-item > p {
		min-height: 40px;
	}
	.grid-item__employer {
		font-size: .5rem;
	}
}
@media only screen and (max-width: 600px) {
	.project-cat-menu {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.project-cat-menu > button {
		font-size: .542rem;
	}
	.project-item > .grid-item,
	.project-item > .grid-sizer {
		width: calc(50% - 20px);
	}
	.project-item > .grid-item > p {
		min-height: 60px;
	}
}
@media only screen and (max-width: 415px) {
	.project-item > .grid-item > p {
		font-size: .521rem;
	}
}
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.no-height {
	height: 0;
	overflow: hidden;
}
.hidden {
	display: none;
}
.max-width--500 {
	max-width: 500px;
}
.max-width--435 {
	max-width: 435px;
}
.big-text--bold {
	font-size: 1.34rem;
	font-weight: bold;
	line-height: 120%;
}
.about-badges {
	display: inline-block;
	margin: 10px 20px 0 0;
	width: auto;
	height: 70px;
}
@media only screen and (max-width: 767px) {
	.big-text--bold {
		font-size: .625rem;
	}
	.hide-mobile {
		display: none;
	}
	.blocks-gallery-item > figure > img.wp-image-80 {
		max-height: 22px;
	}
	.about-badges {
		height: 46px;
		margin: 6px 14px 0 0;
	}
}
