/*!
Theme Name: D2D Theme
Theme URI: http://underscores.me/
Author: Mike Staples
Author URI: https://www.drawn2design.net
Description: Simple, clean base Wordpress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: d2d-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.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(''),
    url('fonts/Roboto-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/Roboto-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
    url('fonts/Roboto-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/Roboto-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
    url('fonts/Roboto-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/Roboto-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(''),
    url('fonts/Roboto-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('fonts/Roboto-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*** custom icons ***/
@font-face {
  font-family: 'd2d';
  src: url('fonts/d2d.eot?81291350');
  src: url('fonts/d2d.eot?81291350#iefix') format('embedded-opentype'),
       url('fonts/d2d.woff2?81291350') format('woff2'),
       url('fonts/d2d.woff?81291350') format('woff'),
       url('fonts/d2d.ttf?81291350') format('truetype'),
       url('fonts/d2d.svg?81291350#d2d') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'd2d';
    src: url('../font/d2d.svg?81291350#d2d') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "d2d";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-right:before { content: '\e800'; } /* '' */
.icon-chat-dots:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-man:before { content: '\e803'; } /* '' */
.icon-skype-1:before { content: '\e804'; } /* '' */
.icon-envelope:before { content: '\e805'; } /* '' */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*! Box Sizing - Inherit box-sizing to more easily change it's value on a component level. */
*,
*::before,
*::after {
	box-sizing: inherit;
}
html {
	overflow-y: scroll;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
body,
button {
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
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;
	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;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}
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: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
a:visited {
	color: #fff;
}
a:hover,
a:focus,
a:active {
	color: #99f;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.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: #aaa #bbb #bbb;
}
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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
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 {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	position: relative;
}
/*body.hasModal {
	padding-right: 17px;
}*/
.content-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1660px;
  padding: 15px 5%;
  display: flex;
	overflow: hidden;
}
.default-section {
  min-height: 100px;
  background: #122449;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-gradient {
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.section-content {
	margin: 0 auto;
	padding: 0 5%;
  min-height: 300px;
	width: 100%;
	max-width: 1660px;
}
.section_1 .section-gradient{
  background: 
  radial-gradient(
    70% 100% at bottom left,
    rgba(127, 78, 217, 1), 
    transparent
  );
}
.section_2 .section-content {
  min-height: 1150px;
}
.section_2 .section-gradient{
  background: 
  radial-gradient(
    70%  80% at top left,
    rgba(127, 78, 217, 1), 
    transparent
  ),
  radial-gradient(
    70%  80% at bottom right,
    rgba(31, 152, 124, 1), 
    transparent
  );
}
.section_3 .section-content {
  min-height: 1150px;
}
.section_3 .section-gradient{
  background: 
  radial-gradient(
    70%  80% at top right,
    rgba(31, 152, 124, 1), 
    transparent
  ),
  radial-gradient(
    70%  80% at bottom left,
    rgba(5, 153, 209, 1), 
    transparent
  );
}
.section_4 .section-gradient{
  background: 
  radial-gradient(
    70%  80% at top left,
    rgba(5, 153, 209, 1), 
    transparent
  ),
  radial-gradient(
    70%  80% at bottom right,
    rgba(231,147,0, 1), 
    transparent
  );
}
.section_5 .section-gradient{
  background: 
  radial-gradient(
    70%  80% at top right,
    rgba(231,147,0, 1), 
    transparent
  ),
  radial-gradient(
    100%  100% at bottom left,
    rgba(74,94,137, 1), 
    transparent
  );
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.nav-bar {
  height: 100px;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
	padding: 15px 0;
  z-index: 10000;
	background: rgba(18,36,73,0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.nav-bar.nav-scroll {
	padding: 15px 0;
	height: 90px;
	background: rgba(18,36,73,0.3);
}
/*@supports ( (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px)) ) {*/
@supports ( backdrop-filter: blur(6px) ) {
  body:not(.menu-active) .nav-bar.nav-scroll {
    /*-webkit-backdrop-filter: blur(5px);*/
    backdrop-filter: blur(6px);
  }
}
.nav-bar .content-wrap {
	padding-top: 0;
	padding-bottom: 0;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
	width: 100%;
	max-width: 140px;
	height: 100%;
}
.nav-logo a {
  width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 10000;
}
.nav-logo img {
	height: 100%;
	width: auto;
}
.main-navigation {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
}
.main-navigation ul {
	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 {
	display: block;
	left: auto;
}
.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;
}
.menu-bar {
	position: relative;
	z-index: 10000;
}
.menu-text {
	top: 10px;
	right: 35px;
	position: absolute;
	color: #fff;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation button.open-icon {
  right: 0;
  top: -15px;
  position: absolute;
  background: transparent;
  border: none;
}
.main-navigation button.open-icon:hover, .main-navigation button.open-icon:active, .main-navigation button.open-icon:focus {
  border-color: none;
  outline: none;
}
.open-icon {
    display: block;
    float: right;
    width: 35px;
    height: 25px;
    position: relative;
    margin: 8px 0 0 0;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.open-icon span {
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.open-icon .menu_label {
    opacity: 0;
}
.open-icon span:nth-child(1) {
    top: 0px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    width: 100%;
    left: 0;
}
.open-icon span:nth-child(3) {
    top: 20px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.open-icon span:nth-child(2) {
    top: 8px;
}
.open-icon span:nth-child(3) {
    top: 16px;
}
.main-navigation.toggled .open-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.main-navigation.toggled .open-icon span:nth-child(2) {
    width: 0;
    left: 50%;
}
.main-navigation.toggled .open-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.open-icon:before {
	content: 'menu';
	top: 0px;
	right: 48px;
	position: absolute;
	color: #fff;
	font-weight: 300;
	opacity: 1;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation.toggled .open-icon:before {
	opacity: 0;
}

/*.menu */
.menu-primary-menu-container {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background:
	radial-gradient(
    90% 80% at bottom left,
    rgba(194,41,41, 0.9), 
    rgba(18,36,73,0.9)
  );
	pointer-events: none;
	opacity: 0;
	z-index: -1;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-navigation.toggled .menu-primary-menu-container {
	pointer-events: all;
	opacity: 1;
	z-index: 9999;
	overflow: auto;
	overflow-x: hidden;
}
@supports ( backdrop-filter: blur(6px) ) {
  body.menu-active .main-navigation.toggled .menu-primary-menu-container {
    backdrop-filter: blur(6px);
  }
}
@supports not ( backdrop-filter: blur(6px) ) {
  body.menu-active .page-wrapper {
    filter: blur(6px);
  }
}
.menu a {
	padding: 0.35em;
	text-align: center;
	font-weight: 200;
	font-size: 48px;
	color: #fff;
	opacity: 0.7;
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 700px) {
  .menu a {
		font-size: calc(24px + (48 - 24) * ((100vw - 320px) / (700 - 320)));
	}
}
.menu a:hover,
.menu a:focus {
	opacity: 1;
}
.menu .minor a {
	margin-top: -1em;
	font-size: 1.25rem;
}
.content-wrap.nav-contact-wrap {
	position: relative;
	overflow: visible;
	height: 1px;
}
.nav-contact-wrap-inner {
	width: 100%;
	position: relative;
}
.nav-contact {
	top: -0px;
	right: -8px;
	position: absolute;
	z-index: 10000;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out 0.5s;
	-webkit-transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out 0.5s;
	transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out 0.5s;
	pointer-events: none;
}
.nav-contact a {
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}
.nav-contact-info {
	width: 180px;
	max-width: 0px;
	top: 15px;
	right: 55px;
	text-align: right;
	font-style: normal;
	font-weight: 300;
	position: absolute;
	overflow: hidden;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.nav-contact a:hover .nav-contact-info {
	max-width: 180px;
}
.nav-contact div:nth-child(3) .nav-contact-info {
	top: 11px;
}
.nav-contact div:nth-child(4) .nav-contact-info {
	top: 22px;
}
.nav-contact .icon {
	margin-right: 0.65rem;
	font-size: 1.25rem;
	vertical-align: middle;
}
.nav-contact .icon-phone {
	margin-right: 0.55rem;
}
.nav-contact .icon-chat-dots {
	margin-left: -0.25rem;
	margin-right: 0.45rem;
	font-size: 1.5rem;
}
.nav-contact .icon-envelope {
	margin-left: -0.25rem;
	margin-right: 1rem;
	font-size: 1.125rem;
}
.nav-contact .icon-skype-1 {
	margin-left: -0.45rem;
	margin-right: 0.2rem;
	font-size: 1.875rem;
}
.nav-contact.nav-contact-show {
	opacity: 1;
}
.nav-contact.nav-contact-show {
	pointer-events: initial;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
/*.post,
.page {
	margin: 0 0 1.5em;
}*/
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*** header ***/
body.home header {
  min-height: 800px;
  padding: 30px;
  background: #122449;
  background-image: url('../../uploads/2021/09/header-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body.home header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((720 / 1600) * 100%);
}
.header-overlay {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-image: url('../../uploads/2021/09/header-bg-overlay.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0;  
  position: absolute;
}
.header-blackout {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #122449;
  opacity: 0;  
  position: absolute;
  z-index: 1;
}
.header-content {
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
	text-align: center;
}
.header-logo-lg {
  top: 25%;
  left: calc(50vw - 167px);
  padding: 30px;
  max-width: 593px;
  position: absolute;
}
@media (max-width: 1000px) {
	.header-logo-lg {
		left: 0;
		margin: 0 auto;
		position: relative;
	}
}
.home header h1 {
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  white-space: nowrap;
  right: -6%;
	bottom: -50px;
  position: absolute;
}
@media (min-width: 320px) and (max-width: 720px) {
  .home header h1 {
    font-size: calc(24px + (60 - 24) * ((100vw - 320px) / (720 - 320)));
	}
}
@media (max-width: 740px) {
	.home header h1 {
		right: 30px;
	}
}
@media (max-width: 700px) {
	.header-logo-lg {
		padding: 100px 50px 0;
	}
}
.person-in-boat {
  width: 180px;
  left: 50%;
  margin-left: -90px;
  bottom: -10px;
  position: absolute;
}
.header-fade {
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: 2s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 18s;
  animation-delay: 2s;
}
@-webkit-keyframes fade {
  0% {opacity: 0;}
  25% {opacity: 1;}
  50% {opacity: 1;}
  75% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes fade {
  0% {opacity: 0;}
  25% {opacity: 1;}
  50% {opacity: 1;}
  75% {opacity: 0;}
  100% {opacity: 0;}
}

/*** content ***/
.section-heading {
	padding-top: 40px;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
.section-heading h2 {
	margin: 0;
	font-size: 72px;
	font-weight: 900;
	color: #fff;
	opacity: 0.12;
	position: relative;
}
@media (min-width: 320px) and (max-width: 1000px) {
  .section-heading h2 {
    font-size: calc(24px + (72 - 24) * ((100vw - 320px) / (1000 - 320)));
	}
}
.section-heading h3 {
	margin: -1em 0 0;
	font-size: 24px;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.section-heading .curved-arrow {
	margin: 2px 0 0 120px;
	width: 100px;
	opacity: 0.15;
	position: relative;
}
.section_1 .section-heading {
	padding-top: 0;
	flex-direction: row;
	position: relative;
	z-index: 2;
}
.principles-3 {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	font-size: 120px;
	font-weight: 100;
	line-height: 1.3;
	color: rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
  top: -60px;
  position: absolute;
}
.section_1 .section-heading h2 {
	padding: 1em 1em 1em 0;
	margin-left: 115px;
	font-size: 48px;
	font-weight: 200;
	line-height: 1.2;
	color: #fff;
	opacity: 1;
}
.three-principles {
	padding: 20px 0;
	display: flex;
	position: relative;
	color: #fff;
	font-weight: 300;
	line-height: 1.6em;
	z-index: 1;
}
.principle {
	margin: 10px 20px 30px;
	border-radius: 25px;
	background: 
	rgba(88,56,127,0.3);
	box-shadow: 0px 3px 7px rgba(0,0,0,0.35);
	position: relative;
}
.principle-inner {
	width: 100%;
	height: 100%;
	padding: 30px 40px 80px;
	background:
  radial-gradient(
    150%  130% at top right,
    rgba(71, 106, 196, 0.5), 
    transparent
  );
	border-radius: 25px;
}
.principle h3 {
	font-size: 1.25rem;
	font-weight: 300;
}
.principle p {
	line-height: 1.7;
}
.principle-no {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 60px;
	font-weight: 100;
	opacity: 0.3;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -8px;
	right: -8px;
	position: absolute;
}
.home-intro {
	width: 100%;
	text-align: right;
	color: #fff;
	position: relative;
}
.home-intro h4 {
	font-size: 36px;
	font-weight: 100;
	line-height: 1.4;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.home-intro h4 span {
	display: block;
}
@media (max-width: 1030px) {
	.home-intro h4 span {
		display: inline;
	}
}
@media (max-width: 860px) {
	.three-principles {
		flex-direction: column;
	}
	.section-heading .curved-arrow {
		transform: scaleX(-1) rotate(90deg);
	}
}
@media (min-width: 320px) and (max-width: 600px) {
  .home-intro h4 {
    font-size: calc(21px + (36 - 21) * ((600vw - 320px) / (6000 - 320)));
	}
}
.section_2 .section-heading:before,
.section_4 .section-heading:before {
	content: '';
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.05;
	left: -150px;
	top: -80px;
	display: block;
	position: absolute;
	z-index: 1;
}
.section_2 .section-heading:after,
.section_4 .section-heading:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.04;
	left: -10px;
	top: -30px;
	display: block;
	position: absolute;
	z-index: 1;
}
.section_3 .section-heading:before,
.section_5 .section-heading:before {
	content: '';
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.05;
	right: -150px;
	top: -80px;
	display: block;
	position: absolute;
	z-index: 1;
}
.section_3 .section-heading:after,
.section_5 .section-heading:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.04;
	right: -10px;
	top: -30px;
	display: block;
	position: absolute;
	z-index: 1;
}
.section_2 .section-content,
.section_3 .section-content,
.section_4 .section-content  {
	padding-bottom: 100px;
}
.projects-grid {
	margin: 0 auto;
	width: 99.999%;
	display: flex;
	flex-wrap: wrap;
}
.projects-grid-ordered .project-cell:nth-child(1) {
	order: 3;
}
.projects-grid-ordered .project-cell:nth-child(2) {
	order: 1;
}
.projects-grid-ordered .project-cell:nth-child(3) {
	order: 2;
}
.projects-grid-ordered .project-cell:nth-child(4) {
	order: 5;
}
.projects-grid-ordered .project-cell:nth-child(5) {
	order: 6;
}
.projects-grid-ordered .project-cell:nth-child(6) {
	order: 4;
}
.project-cell {
	width: 33.333%;
	color: #fff;
	position: relative;
}
@media (max-width: 1250px) {
	.projects-grid-ordered .project-cell:nth-child(1) {
		order: 2;
	}
	.projects-grid-ordered .project-cell:nth-child(2) {
		order: 1;
	}
	.projects-grid-ordered .project-cell:nth-child(3) {
		order: 3;
	}
	.projects-grid-ordered .project-cell:nth-child(4) {
		order: 4;
	}
	.projects-grid-ordered .project-cell:nth-child(5) {
		order: 5;
	}
	.projects-grid-ordered .project-cell:nth-child(6) {
		order: 6;
	}
	.project-cell {
		width: 50%;
	}
}
@media (max-width: 860px) {
	.section_2 .section-content,
	.section_3 .section-content,
	.section_4 .section-content  {
		padding-bottom: 10px;
	}
	.projects-grid {
		flex-direction: column;
	}
	.projects-grid-ordered .project-cell:nth-child(1) {
		order: 1;
	}
	.projects-grid-ordered .project-cell:nth-child(2) {
		order: 2;
	}
	.projects-grid-ordered .project-cell:nth-child(3) {
		order: 3;
	}
	.projects-grid-ordered .project-cell:nth-child(4) {
		order: 4;
	}
	.projects-grid-ordered .project-cell:nth-child(5) {
		order: 5;
	}
	.projects-grid-ordered .project-cell:nth-child(6) {
		order: 6;
	}
	.project-cell {
		width: 100%;
	}
}
.project-cell:before {
	content: '';
	display: flex;
	padding-top: calc((1 / 1) * 100%);
}
.project-cell-inner {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.project-cell-info .project-cell-inner,
.project-cell-more .project-cell-inner {
	padding: 30px;
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.7;
}
.project-cell-text {
	position: relative;
}
.project-cell-info .project-cell-inner h3 {
	font-size: 2rem;
	font-weight: 100;
	line-height: 1.2;
	opacity: 0.8;
}
.project-cell-inner p {
	line-height: 1.7;
}
.project-cell a {
	margin: 20px;
	text-decoration: none;
	font-size: 0;
	color: #fff;
	display: block;
	background: rgba(229,229,229,0);
	border-radius: 10px;
	position: relative;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-cell a p.project-cell-title {
	max-width: 80%;
	padding-left: 10px;
	font-size: 0.6rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	top: calc(100% - 4px);
	position: absolute;
	letter-spacing: 0.4em;
	opacity: 0.6;
}
.project-cell a p.project-cell-title:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	display: block;
	left: 10px;
	bottom: -5px;
	position: absolute;
}
.project-cell a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	filter: grayscale(50%);
	opacity: 0.5;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-cell a:hover img,
.project-cell a:focus img {
	opacity: 1;
	filter: grayscale(0);
}
.project-cell a:hover,
.project-cell a:focus {
	transform: scale(102%);
	background: rgba(229,229,229,0);
	filter: grayscale(0%);
	z-index: 1;
}
@media (max-width: 600px) {
	.project-cell a img {
		opacity: 0.7;
		filter: grayscale(50%);
	}
}

.project-cell-btns {
	display: flex;
	flex-direction: column;
}
.project-cell-btns a {
	margin: 10px 0;
	height: 50px;
	width: 180px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-cell-btns a:hover,
.project-cell-btns a:focus {
	box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.3);
}

.section_3 .section-heading,
.section_5 .section-heading {
	text-align: right;
}
.section_3 .section-heading .curved-arrow,
.section_5 .section-heading .curved-arrow {
	margin: 2px 120px 0 0;
	align-self: flex-end;
	transform: scaleX(-1);
}
@media (max-width: 860px) {
	.section_3 .section-heading .curved-arrow,
	.section_5 .section-heading .curved-arrow {
		transform: rotate(90deg);
	}
	.projects-grid > div:not(:nth-of-type(1)):not(:nth-of-type(6)) .project-cell-inner {
		padding: 0 10%;
	}
	.project-cell:before {
		padding-top: 0;
	}
	.project-cell .project-cell-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.project-cell-info h3 {
		margin-top: 0;
	}
	.project-cell-btns a {
    margin: 10px auto;
	}
}
@media (max-width: 450px) {
	.projects-grid > div:not(:nth-of-type(1)):not(:nth-of-type(6)) .project-cell-inner {
		padding: 0;
	}
}

.client-logos-wrap {
	display: flex;
	flex-direction: column;
	color: #fff;
}
.client-logos-text {
	margin-top: -70px;
	padding: 0 0 0 250px;
	font-size: 1.25rem;
	font-weight: 100;
	position: relative;
}
.client-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
.client-logo {
	padding: 20px;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.client-logo.logo-focus {
	opacity: 0.8;
}
@media (max-width: 860px) {
	.client-logos {
		padding-bottom: 60px;
	}
	.client-logos-text {
    margin-top: 0;
    padding: 0;
    text-align: center;
	}
}
@media (max-width: 800px) {
	.client-logo {
		width: 33.333%;
	}
}
@media (max-width: 500px) {
	.client-logo {
		width: 50%;
	}
}
.section_5 .section-heading {
	padding-top: 0;
}
.testimonials-wrap {
	padding: 0 250px 150px 60px;
}
.testimonials {
	margin-top: -70px;
	display: flex;
	color: #fff;
	position: relative;
}
.testimonial {
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	position: absolute;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.testimonial.show {
	opacity: 1;
}
.testimonials p {
	margin: 0 0 1.2em;
	font-size: 1.4rem;
	font-weight: 100;
}
p.testimonial-name {
	padding-top: 1em;
	font-style: italic;
	line-height: 1.2;
	position: relative;
}
p.testimonial-name:before {
	content: '';
	width: 80px;
	height: 1px;
	background: #fff;
	display: block;
	left: 50%;
	margin-left: -40px;
	top: 0;
	position: absolute;
}
p.testimonial-name span {
	font-size: 0.875rem !important;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
@media (max-width: 860px) {
	.testimonials {
		margin-top: 0;
	}
	.testimonials-wrap {
    padding: 0 0 30px;
	}
}

/*** contact section ***/
.contact_section {
	background-color: #061421;
	position: relative;
}
.contact_section .section-gradient {
	background: 
  radial-gradient(
    70% 100% at top left,
    rgba(74,94,137, 1), 
    rgba(74,94,137, 0.1)
  ),
	linear-gradient(
		135deg, 
		rgba(12, 26, 40,0) 0%,
		rgba(12, 26, 40,0.2) 30%,
		rgba(12, 26, 40,0.6) 100%
	);
}
.contact-overlay {
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.9;
	background-image: url(../../uploads/2022/03/contact-bg-v2.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
}
.contact_section .section-content{
	min-height: 800px;
}
.contact_section .section-heading:before {
	content: '';
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.07;
	left: -150px;
	top: -80px;
	display: block;
	position: absolute;
	z-index: 1;
}
.contact_section .section-heading:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.06;
	left: -10px;
	top: -30px;
	display: block;
	position: absolute;
	z-index: 1;
}
.contact-wrapper {
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.contact-wrapper > div {
	width: 32%;
}
.contact-logo {
	padding-top: 130px;
	display: flex;
	justify-content: center;
}
.contact-logo a {
	width: 100%;
	max-width: 180px;
}
.contact-info {
	padding: 30px 20px 10px 40px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 300;
}
.contact-info > div {
	display: flex;
	align-items: center;
}
.contact-info div:first-child {
	padding-bottom: 15px;
}
.contact-info a {
	padding: 15px 0 20px;
	color: #fff;
	text-decoration: none;
}
.contact-info .icon {
	margin-right: 0.65rem;
	font-size: 1.25rem;
	vertical-align: middle;
}
.contact-info .icon-man {
	margin-left: -1.25rem;
	margin-right: -0.5rem;
	font-size: 3rem;
}
.contact-info .icon-phone {
	margin-right: 0.55rem;
}
.contact-info .icon-chat-dots {
	margin-left: -0.25rem;
	margin-right: 0.45rem;
	font-size: 1.5rem;
}
.contact-info .icon-envelope {
	margin-left: -0.25rem;
	margin-right: 1rem;
	font-size: 1.125rem;
}
.contact-info .icon-skype-1 {
	margin-left: -0.45rem;
	margin-right: 0.2rem;
	font-size: 1.875rem;
}
.contact-form {
	font-weight: 300;
	color: #fff;
}
.form-direction {
	margin-bottom: -1.5rem;
	font-size: 0.8rem;
	text-align: right;
}
.form-row {
	padding-top: 3rem;
	position: relative;
}
.contact-form .form-row label {
	font-size: 1.062rem;
	font-weight: 300;
	left: 10px;
	top: 3.6rem;
	position: absolute;
	z-index: 2;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form  .form-row.active-input label {
	font-size: 0.8rem;
	top: 2rem;
}
.contact-form .form-row input[type=text],
.contact-form .form-row input[type=email],
.contact-form .form-row textarea {
	margin: 0;
	padding: 8px;
	width: 100%;
	font-size: 1.062rem;
	font-weight: 300;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	outline: none;
	background: transparent;
	background-color: rgba(240,240,240,0);
}
.form-send button {
	margin: 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #fff;
	background: rgba(25,233,94,0.8);
	letter-spacing: 0.1em;
	border: none;
	outline: none;
	box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-send button:hover,
.form-send button:focus {
	box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, 0.4);
}
.form-send button:before {
	content: '';
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,0);
	border: 1px solid #19e95e;
	border-radius: 50%;
	left: -10px;
	top: -10px;
	display: block;
	position: absolute;
	z-index: 1;
}
.wpcf7-not-valid-tip {
	padding: 3px 8px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	display: inline-block;
	background: rgba(0,0,0,0.3);
	border-left: 2px solid #f33;
}
.wpcf7 form.invalid .wpcf7-response-output {
	padding: 8px 12px;
	background: rgba(0,0,0,0.3);
	border: none;
	border-left: 4px solid #f33;
	outline: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
@media (max-width: 1150px) {
	.contact-wrapper .contact-logo,
	.contact-wrapper .contact-info {
		width: 50%;
	}
	.contact-wrapper .contact-form {
		width: 100%;
	}
	.contact-wrapper .contact-form > div {
		padding: 40px 10%;
	}
}
@media (max-width: 700px) {
	.contact-wrapper .contact-logo {
		display: none;
	}
	.contact-wrapper .contact-info {
		padding: 0;
    white-space: nowrap;
    width: auto;
    margin: 0 auto;
	}
	.contact-wrapper .contact-form > div {
    padding: 40px 0;
	}
}

/*** footer ***/
.footer {
  padding: 50px 0;
	background: #ccd0d3;
	color: #404040;
	line-height: 1;
}
.footer .section-content {
	min-height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer p {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 300;
}
.footer a {
	color: #404040;
	text-decoration: none;
}
.footer-logo img {
	width: 80px;
}
@media (max-width: 700px) {
	.footer .section-content {
		text-align: center;
		flex-direction: column;
	}
	.footer-logo {
		padding-top: 30px;
	}
}
@media (max-width: 540px) {
	.footer p span:first-of-type,
	.footer p span:last-of-type {
		display: block;
		color: #ccd0d3;
	}
}
/*** hide google recaptcha ***/
.grecaptcha-badge {display:none}

/*** common to all pages except home ***/
.page-header {
	padding-bottom: 50px;
	color: #fff;
	position: relative;
}
.page-header:before {
	content: '';
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.05;
	right: -150px;
	top: -80px;
	display: block;
	position: absolute;
	z-index: 1;
}
.page-header:after {
	content: '';
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.04;
	right: -10px;
	top: -30px;
	display: block;
	position: absolute;
	z-index: 1;
}
.page-title-lg {
	margin: 0;
	padding: 50px 0;
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	opacity: 0.2;
}
@media (min-width: 320px) and (max-width: 1000px) {
  .page-title-lg {
    font-size: calc(24px + (72 - 24) * ((100vw - 320px) / (1000 - 320)));
	}
}
.crumbs {
	margin-top: -55px;
	font-size: 0.875rem;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.9;
	position: relative;
  z-index: 2;
}
.crumbs a {
	padding: 0;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 2;
	opacity: 0.7;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.crumbs a:hover {
	opacity: 1;
}
.crumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.crumbs li {
	padding: 0 10px 0 30px;
	display: inline-block;
	position: relative;
}
.crumbs li:first-child {
	padding-left: 0;
}
.crumbs li:before {
	content: '\e800';
	font-family: 'd2d';
	font-size: 0.75em;
	left: 2px;
	top: 2px;
	position: absolute;
	opacity: 0.7;
}
.crumbs li:first-child:before {
	content: none;
}

/*** project category list pages ***/
.filter-button-group {
	margin-right: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 0.75rem;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
}
.filter-button-group button {
	all: unset;
	margin: 4px;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 4px;
  cursor: pointer;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 10001;
}
.filter-button-group button:hover {
	border: 1px solid rgba(255,255,255,0.6);
}
.term-websites-applications .site,
.error404 .site,
.search .site {
	background:	radial-gradient(
		90%  80% at top right,
		rgba(127, 78, 217, 1), 
		#122449
	);
}
.term-branding-print-collateral .site {
	background:	radial-gradient(
		90%  80% at top right,
		rgba(31, 152, 124, 1), 
		#122449
	);
}
.term-websites-applications .site-main,
.term-branding-print-collateral .site-main,
.error404 .site-main,
.search .site-main {
	padding-top: 100px;
	padding-bottom: 100px;
	background:
	radial-gradient(
    90% 80% at bottom left,
    rgba(74,94,137, 1), 
    rgba(74,94,137, 0)
  );
}
.projects-category-grid {
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.projects-category-grid-cell {
	width: 25%;
	color: #fff;
	position: relative;
}
.grid-sizer {
	width: 25%;
}
.projects-category-grid-cell:before {
	content: '';
	display: flex;
	padding-top: calc((1 / 1) * 100%);
}
.projects-category-grid-cell-inner {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.projects-category-grid-cell a {
	margin: 20px;
	text-decoration: none;
	font-size: 0;
	color: #fff;
	display: block;
	background: rgba(229,229,229,0);
	border-radius: 10px;
	position: relative;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projects-category-grid-cell a p.project-cell-title {
	max-width: 80%;
	padding-left: 10px;
	font-size: 0.6rem;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
	top: calc(100% - 4px);
	position: absolute;
	letter-spacing: 0.4em;
	opacity: 0.6;
}
.projects-category-grid-cell a p.project-cell-title:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	display: block;
	left: 10px;
	bottom: -5px;
	position: absolute;
}
.projects-category-grid-cell a img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	filter: grayscale(50%);
	opacity: 0.5;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projects-category-grid-cell a:hover img,
.projects-category-grid-cell a:active img,
.projects-category-grid-cell a:focus img {
	opacity: 1;
	filter: grayscale(0);
}
.projects-category-grid-cell a:hover,
.projects-category-grid-cell a:active,
.projects-category-grid-cell a:focus {
	transform: scale(102%);
	background: rgba(229,229,229,0);
	filter: grayscale(0%);
	z-index: 1;
}
@media (max-width: 600px) {
	.projects-category-grid-cell a img {
		opacity: 0.7;
		filter: grayscale(50%);
	}
}
@media (max-width: 1240px) {
	.projects-category-grid-cell {
		width: 33.333%;
	}
	.grid-sizer {
		width: 33.333%;
	}
}
@media (max-width: 780px) {
	.projects-category-grid-cell {
		width: 50%;
	}
	.grid-sizer {
		width: 50%;
	}
	.projects-category-grid {
		width: 100%;
	}
}
.site-main.websites-applications-project,
.site-main.branding-print-collateral-project,
.site-main.common-page {
	background: #122449;
}
.site-main.websites-applications-project .project-inner,
.site-main.common-page .project-inner {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #122449;
	background:	
	radial-gradient(
		90%  80% at top right,
		rgba(127, 78, 217, 1), 
		transparent
	), 
	radial-gradient(
    90% 80% at bottom left,
    rgba(74,94,137, 1), 
    transparent
  );
}
.site-main.branding-print-collateral-project .project-inner {
	padding-top: 100px;
	padding-bottom: 100px;
	background:	
	radial-gradient(
		90%  80% at top right,
		rgba(31, 152, 124, 1), 
		transparent
	), 
	radial-gradient(
    90% 80% at bottom left,
    rgba(74,94,137, 1), 
  	transparent
  );
}
.project-main {
	font-weight: 300;
	line-height: 1.6;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
	z-index: 1;
}
.project-column {
	width: 50%;
	padding: 30px;
}
.project-main-image {
	text-align: center;
}
.project-specs.mobile-hide {
	padding-top: 30px;
}
.project-main-content p,
.project-specs p {
	margin: 0 0 1em 0;
}
.project-main-content a,
.project-specs a {
	font-weight: 200;
	color: #fff;
	opacity: 0.7;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.project-main-content a:hover,
.project-specs a:hover,
.project-main-content a:focus,
.project-specs a:focus {
	opacity: 1;
}
.project-spec {
	padding: 10px 0;
	display: flex;
}
.spec-title {
	padding: 10px 15px 10px 0;
	width: 130px;
	flex-shrink: 0;
	text-align: right;
	font-weight: 200;
}
.spec-content {
	padding: 10px 0 10px 15px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.project-title {
	margin-top: 0;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
}
.project-description {
	font-weight: 300;
}
@media (max-width: 500px) {
	.project-spec {
		flex-direction: column;
	}
	.spec-title {
		padding: 10px 0 5px;
		width: 100%;
		text-align: left;
	}
	.spec-content {
		padding: 10px 0 15px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
}
:root {
	--columns: 1;
  --project-columns: 1;
	--gallery-columns: 2;
  --project-item-width: calc(100% / var(--project-columns));
	--gallery-item-width: calc(100% / var(--gallery-columns));
  --gutter: 1px; /* only px will work */
}
.gallery-item:nth-of-type(2n+1) { order: 1; }
.gallery-item:nth-of-type(2n) { order: 2; }
.gallery-wrap:before { display: block; }
.gallery-wrap:before,
.gallery-wrap:after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
  display: none;
}

@media (min-width: 768px) {
	.projects-cell {
		width: 50%;
	}
}
@media (min-width: 500px) {
	:root {
		--gallery-columns: 3;
		--gallery-item-width: calc(100% / var(--gallery-columns));
	}
	.gallery-item:nth-of-type(3n+1) { order: 1; }
	.gallery-item:nth-of-type(3n+2) { order: 2; }
	.gallery-item:nth-of-type(3n) { order: 3; }
	.gallery-wrap:after { display: block; }
}
.gallery-wrap {
	margin: 0 auto;
	max-width: 636px;
	display: flex;
	flex-flow: column wrap;
	align-content: flex-start;
}
.gallery-item {
	padding: 1px 4px;
	width: var(--gallery-item-width);
	position: relative;
}
.project-gallery-section {
	display: flex;
	justify-content: flex-end;
}
.project-gallery {
	padding: 30px;
}
@media (max-width: 650px) {
  .project-gallery {
		padding: 30px 0;
	}
}
.mobile-show {
	display: none;
}
@media (max-width: 1200px) {
	.project-column {
		width: 100%;
	}
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
}
@media (max-width: 600px) {
	.project-column {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.post-navigation {
	padding: 40px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-navigation .nav-previous {
	padding-right: 15px;
	text-align: end;
}
.post-navigation .nav-next {
	padding-left: 15px;
	text-align: start;
}
.post-navigation .nav-links a {
	color: #fff;
	opacity: 0.5;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-nav {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 20px rgba(255,255,255,1);
	font-size: 1.5rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.post-navigation .nav-previous .icon-arrow-right {
	transform: rotate(180deg);
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:focus {
	opacity: 1;
}

/*** jquery modal ***/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100vw; 
	height: 100%;
  overflow: auto;
  z-index: 10000;
	padding: 30px;
  box-sizing: border-box;
	background:
	radial-gradient(
    90% 80% at top left,
    rgba(194,41,41, 0.9), 
    rgba(18,36,73,0.9)
  );
  text-align: center;
}
@supports ( backdrop-filter: blur(6px) ) {
  .blocker {
    backdrop-filter: blur(6px);
  }
}
@supports not ( backdrop-filter: blur(6px) ) {
  body.hasModal .site {
    filter: blur(6px);
  }
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  z-index: 2;
  box-sizing: border-box;
  max-width: 95%;
  padding: 50px 15px 50px 0;
  background: rgba(0,0,0,0);
  text-align: center;
}
.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
	-moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
.modal a.close-modal {
  display: none;
}
a.modal-close {
  display: none;
}
body.hasModal a.modal-close {
  display: block;
  z-index: 100000;
}
body.lb-disable-scrolling.hasModal a.modal-close {
  display: none;
}
.modal-close {
  width: 60px;
  height: 60px;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
	background: transparent;
	right: 35px;
	top: 20px;
	position: fixed;
  opacity: 0.6;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-close:hover,
.modal-close:focus {
  opacity: 1;
}
.modal-close span {
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 28px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-close span:nth-child(1) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.modal-close span:nth-child(2) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.project-modal-content p {
	margin: 0 0 6px;
	text-align: center;
	font-weight: 200;
	font-size: 1.25rem;
	color: #fff;
}
.project-modal-content img {
	box-shadow: 0px 0px 4px rgba(255,255,255,0.3);
}
@media (max-width: 900px) {
  .modal {
    width: 100%;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .modal {
    padding: 50px 10px 50px 0;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .modal-close span {
    width: 18px;
    left: 5px;
    top: 13px;
  }
}
/*** lightbox ***/
.lightboxOverlay {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100vw; 
	height: 100%;
  overflow: auto;
  z-index: 10000;
	padding: 30px;
  box-sizing: border-box;
	background:
	radial-gradient(
    90% 80% at top left,
    rgba(194,41,41, 0.9), 
    rgba(18,36,73,0.9)
  );
  text-align: center;
}
@supports ( backdrop-filter: blur(6px) ) {
  .lightboxOverlay {
    backdrop-filter: blur(6px);
  }
}
@supports not ( backdrop-filter: blur(6px) ) {
  body.hasModal .site {
    filter: blur(6px);
  }
}
.lightboxOverlay:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightbox {
	padding-bottom: 50px;
  position: absolute;
  left: 0;
  width: 100%;
	min-height: calc(100vh - 50px);
  z-index: 10001; /*10000*/
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lightbox .lb-image {
	margin: 0 auto;
  display: block;
  height: auto !important;
  max-width: 100% !important;
  max-height: none;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
	width: auto !important;
  min-width: 250px !important;
	max-width: 90% !important;
	height: 100% !important;
  margin: 0 auto;
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
	border-radius: 4px;
	background-color: rgba(255,255,255,0.1);
	box-shadow: 0px 0px 4px rgba(255,255,255,0.3);
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lb-loader {
  position: absolute;
  top: 35%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
	opacity: 0.5;
}

.lb-cancel {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
	width: 48px;
  height: 48px;
  margin: 16px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lb-nav {
  position: fixed;
  top: 50%;
  left: 10px;
  height: 50px;
  width: 50px;
  z-index: 0;
	opacity: 0;
	pointer-events: none;
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lb-nav.lb-nav-right {
  left: auto;
	right: 10px;
}
body.lb-disable-scrolling .lb-nav {
	z-index: 10005;
	opacity: 1;
	pointer-events: inherit;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
	height: 50px;
  width: 50px;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: flex;
  align-items: center;
  justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	opacity: 6;
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev .icon-arrow-right {
	transform: rotate(180deg);
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100% !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #fff;
}
.lb-data .lb-details {
	padding: 5px 8px 0;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 16px;
	font-weight: 300;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
}
.lb-closeContainer {
	position: fixed;
	right: 35px;
	top: 20px;
	display: none;
	opacity: 0;
	-moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	z-index: 10005;
}
.lb-disable-scrolling .lb-closeContainer {
	display: block;
	opacity: 1;
}
.lb-close {
  width: 60px;
  height: 60px;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
	background: transparent;
	right: 35px;
	top: 20px;
	position: fixed;
  opacity: 0.6;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 10005;
}
.lb-close:hover,
.lb-close:focus {
  opacity: 1;
}
.lb-close span {
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 28px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lb-close span:nth-child(1) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.lb-close span:nth-child(2) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/*** additional ***/
.category-estimate-nav {
	margin-top: 100px;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.category-estimate-nav:before {
	content: '';
	width: 280px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	left: 50%;
	top: 0;
	margin-left: -140px;
	display: block;
	position: absolute;
}
.category-estimate-nav h3 {
	font-size: 24px;
	font-weight: 200;
	text-align: center;
}
@media (max-width: 850px) {
	.category-estimate-nav h3 {
		font-size: 18px;
	}
}
.category-project-nav {
	margin-top: 100px;
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.category-project-nav .project-cell-btns {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.category-project-nav .project-cell-btns a {
	margin: 10px;
}
.category-project-nav:before {
	content: '';
	width: 280px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	left: 50%;
	top: 0;
	margin-left: -140px;
	display: block;
	position: absolute;
}

/*** estimate pages/forms ***/
.estimate-intro {
	padding: 30px 0 20px;
	max-width: 800px;
	font-size: 1.25rem;
	line-height: 1.7em;
}
.form-row-as-col {
	flex-direction: column;
}
.site-main.estimate {
	font-weight: 300;
}
.site-main.estimate .entry-header {
	display: none;
}
.site-main.estimate .page {
	margin: 0 auto;
	max-width: 1000px;
}
.site-main.estimate .form-row {
	padding-top: 1.75rem;
	display: flex;
	flex-wrap: wrap;
}
.site-main.estimate .form-col-50 {
	width: 50%;
}
.site-main.estimate .form-row .form-col-50:first-child {
	padding-right: 15px;
}
.site-main.estimate .form-row .form-col-50:last-child {
	padding-left: 15px;
}
.site-main.estimate label {
	padding-left: 8px;
	width: 100%;
	display: block;
}
.site-main.estimate input,
.site-main.estimate textarea {
	padding: 8px;
	width: 100%;
	font-weight: 300;
	color: #fff;
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(255,255,255,0.2);
}
.site-main.estimate .wpcf7-list-item {
	margin: 3px 20px 3px 0;
	white-space: nowrap;
}
.site-main.estimate .wpcf7-list-item input {
	width: auto;
	margin-right: 4px;
}
.site-main.estimate .form-row-as-col span {
	width: 100%;
}
.site-main.estimate .form-section {
	padding: 1.25rem 8px 0 8px;
}
.site-main.estimate .form-section p {
	margin-bottom: 0;
}
.site-main.estimate .form-section .form-row {
	padding-top: 0.5rem;
}
.site-main.estimate .form-section .form-row-child {
	padding-top: 0.75rem;
	align-items: center;
}
.site-main.estimate .form-section .form-row-child label {
	padding: 0 10px 0 0;
	width: auto;
}
.form-web .form-send button {
	background: rgba(0,153,255,0.8);
}
.form-web .form-send button:before {
	border: 1px solid #09f;
}
.estimate-after {
	padding-top: 30px;
	line-height: 1.7em;
}
.estimate-thankyou {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 800px;
	font-size: 1.5rem;
	text-align: center;
}
.estimate-confidential {
	margin: 0 auto;
	padding-top: 30px;
	max-width: 800px;
	font-size: 0.875rem;
	font-style: italic;
	text-align: center;
}
@media (max-width: 600px) {
	.site-main.estimate .form-col-50 {
		width: 100%;
	}
	.site-main.estimate .form-row .form-col-50:first-child {
		padding-right: 0;
	}
	.site-main.estimate .form-row .form-col-50:last-child {
		padding-top: 1.75rem;
		padding-left: 0;
	}
}

/*** 404 ***/
.site-main .error-404 {
	position: relative;
}
.the404 {
	margin: -60px 0 0;
	padding: 0;
	font-size: 400px;
	font-weight: 900;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
  -webkit-background-clip: text;
  background-clip: text;
	opacity: 0.25;
}
@media (min-width: 320px) and (max-width: 1200px) {
  .the404 {
    font-size: calc(72px + (400 - 72) * ((100vw - 320px) / (1200 - 320)));
	}
}
.site-main .error-404 {
	position: relative;
	z-index: 2;
}
.error-404 .page-content {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.error-404 .page-title {
	margin: -25px 0 0;
	font-size: 30px;
	font-weight: 200;
}
.search404 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.search404 .search-form {
	width: 50%;
	min-width: 240px;
	display: flex;
}
.search404 .search-form label {
	width: calc(100% - 57px);
}
.search404 input[type=search] {
	padding: 15px;
	height: 60px;
	width: 100%;
	background: none;
	border-radius: 0;
	border: 1px solid rgba(255,255,255.0.4);
	border-right: none;
}
.search404 input[type=submit] {
	height: 60px;
	width: 60px;
	background: none;
	border-radius: 0;
	border: 1px solid rgba(255,255,255.0.4);
	overflow: hidden;
	position: relative;
}
.nav404 > div {
	width: 100%;
	text-align: center;
}
.nav404 .menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.nav404 .menu a {
	padding: 20px 30px;
	font-size: 21px;
	text-decoration: none;
	position: relative;
}
.nav404 .menu li:not(:last-child) a:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #fff;
	display: block;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	position: absolute;
}
@media (max-width: 800px) {
	.the404 {
		margin: 0;
	}
}