/*
Theme Name: Dylan Farrell
Theme URI: https://charger.agency
Author: Charger
Description: custom theme
Version: 1.0 
Text Domain: dylanfarrell
*/
@font-face {
  font-family: "GillSans";
  src: url("fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans.woff") format("woff"), url("fonts/GillSans.ttf") format("truetype"), url("fonts/GillSans.svg#GillSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url("fonts/GillSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-Light.woff") format("woff"), url("fonts/GillSans-Light.ttf") format("truetype"), url("fonts/GillSans-Light.svg#GillSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GillSans";
  src: url("fonts/GillSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/GillSans-SemiBold.woff") format("woff"), url("fonts/GillSans-SemiBold.ttf") format("truetype"), url("fonts/GillSans-SemiBold.svg#GillSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro";
  src: url("fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MinionPro-Regular.woff") format("woff"), url("fonts/MinionPro-Regular.ttf") format("truetype"), url("fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: underline;
  color: #000;
}

ul li,
p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
  margin: 0 0 30px;
}

ul {
  padding-left: 18px;
}
ul li {
  margin-bottom: 0;
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 600;
}

[data-aos=slide-up] {
  transform: translate3d(0, 150px, 0);
}

h1, h2, h3 {
  font-weight: 600;
}

body {
  min-width: 320px;
  width: 100%;
  color: #000000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "GillSans", sans-serif;
  font-weight: 400;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* container */
  /* blocks */
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 996;
  box-sizing: border-box;
  padding: 20px 0;
  transition: all 400ms ease-in-out;
}
body header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
body header .logo {
  color: #000;
  font-family: "MinionPro", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.43px;
  text-decoration: none;
}
body header .projects-page-menu {
  display: none;
}
body header #nav {
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -625px;
  width: 620px;
  top: 0;
  height: 100%;
  z-index: 999;
  transition: all 500ms ease-in-out;
  padding: 40px 90px;
  display: flex;
  align-items: center;
}
body header #nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(150px) saturate(1.8);
  backdrop-filter: blur(150px) saturate(1.8);
}
body header #nav.show {
  right: 0;
}
body header #nav.show .menu {
  transition: all 500ms ease-in-out;
}
body header #nav.show .menu.hide {
  margin-left: 100%;
  opacity: 0;
}
body header #nav.show .menu li {
  opacity: 1;
  transform: translate(0, 0);
}
body header #nav.show .menu li:nth-child(1) {
  transition-delay: 500ms;
}
body header #nav.show .menu li:nth-child(2) {
  transition-delay: 800ms;
}
body header #nav.show .menu li:nth-child(3) {
  transition-delay: 1100ms;
}
body header #nav.show .menu li:nth-child(4) {
  transition-delay: 1400ms;
}
body header #nav.show .menu li:nth-child(5) {
  transition-delay: 1700ms;
}
body header #nav.show .menu li:nth-child(6) {
  transition-delay: 2000ms;
}
body header #nav.show .menu li:nth-child(7) {
  transition-delay: 2300ms;
}
body header #nav.show .menu li:nth-child(8) {
  transition-delay: 2600ms;
}
body header #nav.show .menu li:nth-child(9) {
  transition-delay: 2900ms;
}
body header #nav.show .menu li:nth-child(10) {
  transition-delay: 3200ms;
}
body header #nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body header #nav .menu li {
  margin: 55px 0;
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 500ms ease-in-out;
}
body header #nav .menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 5.56px;
  position: relative;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
}
body header #nav .menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  height: 2px;
  transition: all 400ms ease-in-out;
}
body header #nav .menu li a:hover:after {
  width: 100%;
}
body header #nav .menu-main-menu-container {
  position: relative;
  z-index: 2;
}
body header #nav .projects-menu {
  position: absolute;
  left: 100%;
  z-index: 2;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 500ms ease-in-out;
}
body header #nav .projects-menu .back-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 5.56px;
  position: relative;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 500ms ease-in-out;
  transition-delay: 0ms;
  transition-duration: 0ms;
  text-decoration: none;
}
body header #nav .projects-menu .back-link span {
  position: relative;
  padding: 5px 0 5px;
  /*opacity: 0.4;*/
}
body header #nav .projects-menu .back-link span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  height: 2px;
  transition: all 400ms ease-in-out;
}
body header #nav .projects-menu .back-link span:before {
  content: "";
  display: block;
  background: url("images/back.svg") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 21px;
  position: absolute;
  left: -29px;
  top: 5px;
}
body header #nav .projects-menu .back-link:hover span {
  /* opacity: 1;*/
}
body header #nav .projects-menu .back-link:hover span:after {
  width: 100%;
}
body header #nav .projects-menu.show {
  left: 90px;
}
body header #nav .projects-menu.show .menu li {
  opacity: 1;
  transform: translate(0, 0);
}
body header #nav .projects-menu.show .menu li a {
  opacity: 0.4;
}
body header #nav .projects-menu.show .menu li a:hover {
  opacity: 1;
}
body header #nav .projects-menu.show .menu li:nth-child(1) {
  transition-delay: 800ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(2) {
  transition-delay: 1100ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(3) {
  transition-delay: 1400ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(4) {
  transition-delay: 1700ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(5) {
  transition-delay: 2000ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(6) {
  transition-delay: 2300ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(7) {
  transition-delay: 2600ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(8) {
  transition-delay: 2900ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(9) {
  transition-delay: 3200ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li:nth-child(10) {
  transition-delay: 3500ms;
  transition-duration: 500ms;
}
body header #nav .projects-menu.show .menu li.selected-project a {
  opacity: 1;
}
body header #nav .projects-menu.show .menu li.selected-project a:after {
  display: none;
}
body header #nav .projects-menu.show .back-link {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 500ms;
  transition-delay: 500ms;
}
body header #nav .projects-menu .menu li {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 500ms ease-in-out;
}
body header #nav .projects-menu .menu li:nth-child(1) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(2) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(3) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(4) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(5) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(6) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(7) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(8) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(9) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .projects-menu .menu li:nth-child(10) {
  transition-delay: 0ms;
  transition-duration: 0ms;
}
body header #nav .project-video-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 1000ms ease-in-out;
}
body header #nav .project-video-bg.show {
  opacity: 1;
}
body header #nav .project-video-bg video {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform-style: preserve-3d;
  transition: all 800ms;
  margin: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  background-color: #000000;
}
body header .projects-menu-content {
  position: fixed;
  width: calc(100% - 620px);
  height: 100%;
  top: 0;
  right: -100%;
  transition: all 500ms ease-in-out;
  overflow: hidden;
  z-index: 998;
}
body header .projects-menu-content .projects-select {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
body header .projects-menu-content .projects-select.show {
  left: 0;
}
body header .projects-menu-content .projects-select .project-select-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
body header .projects-menu-content .projects-select .project-select-item .button {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 240px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -120px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
body header .projects-menu-content .projects-select .project-select-item .button:hover, body header .projects-menu-content .projects-select .project-select-item .button:focus {
  background: rgba(0, 0, 0, 0.75);
}
body header .projects-menu-content.ready {
  right: 620px;
}
body header #menu-toggle {
  position: absolute;
  z-index: 1000;
  width: 38px;
  height: 30px;
  cursor: pointer;
  top: 20px;
  right: 20px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
body header #menu-toggle:not(.active):hover span:before, body header #menu-toggle:not(.active):hover span:after {
  width: 38px;
}
body header #menu-toggle.active span {
  width: 0;
}
body header #menu-toggle.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body header #menu-toggle.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body header #menu-toggle.active span:before, body header #menu-toggle.active span:after {
  background: #fff;
  transition-delay: 0s, 0.3s, 0s, 0s;
  -webkit-transition-delay: 0s, 0.3s, 0s, 0s;
}
body header #menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
body header #menu-toggle span:before {
  top: -10px;
  transition-property: top, transform, background-color, width;
  -webkit-transition-property: top, transform, background-color, width;
}
body header #menu-toggle span:after {
  bottom: -10px;
  transition-property: bottom, transform, background-color, width;
  -webkit-transition-property: bottom, transform, background-color, width;
}
body header #menu-toggle span:before, body header #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 2px;
  right: 0;
  background-color: #000;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-delay: 0.3s, 0s, 0s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s, 0s, 0s;
}
body.no-backdrop-filter header #nav:before {
  background-color: #2a3c2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a3c2c), to(#425243));
  background-image: -webkit-linear-gradient(top, #2a3c2c, #425243);
  background-image: -moz-linear-gradient(top, #2a3c2c, #425243);
  background-image: -ms-linear-gradient(top, #2a3c2c, #425243);
  background-image: -o-linear-gradient(top, #2a3c2c, #425243);
  background-image: linear-gradient(top, #2a3c2c, #425243);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="#2a3c2c", endColorStr="#425243");
}
body footer {
  width: 100%;
}
body footer .copy-block {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  height: 40px;
}
body footer .copy-block > p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}
body footer .copy-block .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body footer .copy-block .menu li {
  margin-left: 20px;
  line-height: 20px;
  float: right;
}
body footer .copy-block .menu li a {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}
body main {
  min-height: calc(100vh - 40px);
  min-height: calc(var(--vh, 1vh) * 100 - 40px);
}
body main .wrap {
  max-width: 1240px;
}
body .default-page {
  padding: 100px 0;
}
body .default-page .wrap {
  max-width: 1240px;
}
body .fade-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  transition: opacity 400ms ease-in-out;
}
body .flex-hold {
  padding: 100px 0;
}
body .text-block {
  padding: 50px 0;
}
body .text-block.text-2-columns .wrap {
  column-gap: 60px;
  column-count: 2;
}
body .text-block .wrap p:last-child {
  margin-bottom: 0;
}
body .text-image-block {
  padding: 50px 0;
}
body .text-image-block .row {
  display: flex;
  flex-wrap: wrap;
}
body .text-image-block .row .column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .text-image-block .row .column p:last-child {
  margin-bottom: 0;
}
body .text-image-block .row .column:first-of-type {
  padding-right: 30px;
}
body .text-image-block .row .column:last-of-type {
  padding-left: 30px;
}
body .images-full-block {
  padding: 50px 0;
}
body .images-full-block figure {
  width: 100%;
}
body .images-half-block {
  padding: 50px 0;
}
body .images-half-block figure {
  width: 50%;
  margin: 0 auto;
}
body .images-press-block {
  padding: 80px 0;
}
body .images-press-block figure {
  width: 100%;
}
body .images-press-block figure img {
  margin: 0 auto;
}
body .images-two-in-row-block {
  padding: 50px 0;
}
body .images-two-in-row-block .row {
  display: flex;
  flex-wrap: wrap;
}
body .images-two-in-row-block .row .column {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .images-two-in-row-block .row .column:first-of-type {
  padding-right: 30px;
}
body .images-two-in-row-block .row .column:last-of-type {
  padding-left: 30px;
}
body .video-block {
  padding: 50px 0;
  position: relative;
}
body .video-block .video {
  width: 100%;
  height: auto;
}
body .video-block .video-hold {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
body .video-block .video-hold .code {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .video-block .video-hold .code iframe {
  width: 100%;
  height: 100%;
}
body.home header.fixed {
  background: none;
  box-shadow: none;
}
body.home header .logo {
  color: #fff;
}
body.home header #menu-toggle span, body.home header #menu-toggle span:before, body.home header #menu-toggle span:after {
  background: #fff;
}
body.home footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
}
body.home footer .copy-block .menu li a {
  color: #fff;
}
body .home-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
body .home-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.27);
}
body .home-slider .slider.mobile {
  display: none;
}
body .home-slider .slider .full-view-slide {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
body .home-slider .slider .full-view-slide img {
  opacity: 0;
}
body .home-slider .text-hold {
  position: absolute;
  right: 30px;
  bottom: 50px;
  max-width: 900px;
  color: #fff;
  z-index: 2;
  text-align: right;
  width: 80%;
}
body .home-slider .text-hold p {
  opacity: 0.7;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 2px;
}
body.page-template-page-project header:not(.fixed) .logo {
  color: #fff;
}
body.page-template-page-project header:not(.fixed) #menu-toggle span, body.page-template-page-project header:not(.fixed) #menu-toggle span:before, body.page-template-page-project header:not(.fixed) #menu-toggle span:after {
  background: #fff;
}
body.page-template-page-project header.fixed .projects-page-menu .menu li a {
  color: #000;
}
body.page-template-page-project header.fixed .projects-page-menu .menu li a:after {
  background: #000;
}
body.page-template-page-project header .projects-page-menu {
  display: block;
  position: absolute;
  right: 106px;
  top: 19px;
}
body.page-template-page-project header .projects-page-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-page-project header .projects-page-menu .menu li {
  float: left;
  margin-right: 35px;
}
body.page-template-page-project header .projects-page-menu .menu li:last-child {
  margin-right: 0;
}
body.page-template-page-project header .projects-page-menu .menu li.current-menu-item {
  display: none;
}
body.page-template-page-project header .projects-page-menu .menu li a {
  color: #fff;
  font-weight: 400;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 1.2px;
  position: relative;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none;
}
body.page-template-page-project header .projects-page-menu .menu li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  height: 2px;
  transition: all 400ms ease-in-out;
}
body.page-template-page-project header .projects-page-menu .menu li a:hover:after {
  width: 100%;
}
body.page-template-page-project .text-block,
body.page-template-page-project .text-image-block,
body.page-template-page-project .images-full-block,
body.page-template-page-project .images-half-block,
body.page-template-page-project .images-two-in-row-block,
body.page-template-page-project .video-block {
  padding: 80px 0;
}
body .project-main-banner {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .project-main-banner .wrap {
  z-index: 2;
  position: relative;
  color: #fff;
}
body .project-main-banner .wrap h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 20px;
  line-height: 49px;
  text-transform: uppercase;
}
body .project-main-banner .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body .project-main-banner .banner-bg.mobile {
  display: none;
}
body .project-main-banner .banner-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.27);
}
body .project-main-banner .to-start {
  display: block;
  width: 50px;
  height: 30px;
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
}
body .project-main-banner .to-start:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 30px;
  height: 50px;
  background: url(images/back.svg) no-repeat center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: all 300ms ease-in-out;
  transform-origin: left top;
}
body .project-main-banner .to-start:hover:before {
  top: 120%;
}
body.is-ios .project-main-banner .banner-bg {
  background-attachment: initial;
  background-size: cover;
  background-position: center;
}
body .contact-page {
  padding: 100px 0;
  box-sizing: border-box;
  min-height: calc(100vh - 40px);
  min-height: calc(var(--vh, 1vh) * 100 - 40px);
  display: flex;
  align-items: center;
}
body .contact-page .wrap {
  display: flex;
  max-width: 1240px;
  flex-wrap: wrap;
}
body .contact-page .wrap .column {
  width: 50%;
}
body .contact-page .wrap .column:first-child {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .contact-page .wrap .column:last-child {
  padding-left: 30px;
}
body .contact-page p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1.14px;
  line-height: 21px;
  margin: 0 0 21px;
}
body .contact-page h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 52px 0 0;
}
body .contact-page .gform_wrapper {
  max-width: 382px;
  margin-bottom: 0;
  margin-top: 0;
}
body .contact-page .gform_wrapper ul li.gfield {
  margin-top: 23px;
}
body .contact-page .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .contact-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .contact-page .gform_wrapper textarea {
  font-size: 18px;
  line-height: 24px;
  font-family: "GillSans", sans-serif;
  color: #000;
  border-radius: 0;
  border: none;
  padding: 5px 0;
  border-bottom: 1px solid #d8d8d8;
  transition: all 500ms ease-in-out;
}
body .contact-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .contact-page .gform_wrapper textarea:focus {
  border-bottom-color: #000;
}
body .contact-page .gform_wrapper textarea {
  height: 34px;
  overflow: hidden !important;
}
body .contact-page .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
body .contact-page .gform_wrapper button {
  cursor: pointer;
  background-color: #e7e7e7;
  border: none;
  font-family: "GillSans", sans-serif;
  color: #000;
  text-align: center;
  width: 190px;
  font-size: 17px;
  line-height: 27px;
  padding: 10px;
  box-sizing: border-box;
  transition: all 500ms ease-in-out;
  float: right;
}
body .contact-page .gform_wrapper button:hover, body .contact-page .gform_wrapper button:focus {
  background-color: #f2f2f2;
}
body .contact-page .gform_wrapper .gform_footer:after {
  content: "";
  display: block;
  clear: both;
}
body .contact-page .gform_wrapper div.validation_error {
  color: #eb0505;
  font-size: 18px;
  font-weight: 400;
  border: none;
  margin-bottom: 0;
  text-align: left;
  padding-bottom: 0;
  max-width: 340px;
}
body .contact-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none;
}
body .contact-page .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0 !important;
}
body .contact-page .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .contact-page .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #eb0505;
}
body .contact-page .gform_wrapper .validation_message {
  color: #eb0505;
  font-size: 13px;
  line-height: 16px;
}
body .contact-page .gform_wrapper .gfield_error .gfield_label {
  display: none !important;
}
body .contact-page .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
}
body .press-archive-page {
  padding: 120px 0 100px;
}
body .press-archive-page .wrap {
  max-width: 1334px;
}
body .press-archive-page h1 {
  text-align: center;
  font-size: 32px;
  letter-spacing: 20px;
  line-height: 49px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 62px;
}
body .press-archive-page .press-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
body .press-archive-page .press-grid .grid-item {
  width: 25%;
  box-sizing: border-box;
  padding: 0 17px;
  margin-bottom: 25px;
}
body .press-archive-page .press-grid .grid-item a {
  text-decoration: none;
}
body .press-archive-page .press-grid .grid-item figure {
  border: 1px solid #979797;
  background-color: #d8d8d8;
}
body .press-archive-page .press-grid .grid-item .title {
  font-size: 12px;
  line-height: 15px;
  margin: 12px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
body.single-press .flex-hold .wrap {
  max-width: 1300px;
}
@media (max-width: 1399px) {
  body.page-template-page-project header .projects-page-menu .menu li {
    margin-right: 20px;
  }
  body.page-template-page-project header .projects-page-menu .menu li a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1279px) {
  body header #nav {
    width: 400px;
    right: -405px;
    padding: 40px 60px;
  }
  body header #nav .projects-menu .back-link {
    letter-spacing: 2.4px;
  }
  body header #nav .projects-menu.show {
    left: 60px;
  }
  body header #nav .projects-menu.show .menu li a {
    letter-spacing: 2.4px;
  }
  body header .projects-menu-content {
    width: calc(100% - 400px);
  }
  body header .projects-menu-content.ready {
    right: 400px;
  }
  body .home-slider .text-hold {
    bottom: 35px;
  }
  body.page-template-page-project .text-block,
body.page-template-page-project .text-image-block,
body.page-template-page-project .images-full-block,
body.page-template-page-project .images-half-block,
body.page-template-page-project .images-two-in-row-block,
body.page-template-page-project .video-block {
    padding: 60px 0;
  }
  body.page-template-page-project .flex-hold {
    padding: 80px 0;
  }
  body.page-template-page-project header .projects-page-menu {
    right: 80px;
  }
  body.page-template-page-project header .projects-page-menu .menu li {
    margin-right: 10px;
  }
  body.page-template-page-project header .projects-page-menu .menu li a {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  body.single-press .flex-hold {
    padding: 80px 0;
  }
  body .images-press-block {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  body header #nav {
    width: 360px;
    right: -365px;
    padding: 40px 40px;
  }
  body header #nav .projects-menu .back-link {
    letter-spacing: 2px;
  }
  body header #nav .projects-menu.show {
    left: 40px;
    right: 40px;
  }
  body header #nav .projects-menu.show .menu li a {
    letter-spacing: 2px;
  }
  body header .projects-menu-content {
    width: calc(100% - 360px);
  }
  body header .projects-menu-content.ready {
    right: 360px;
  }
  body header .logo {
    font-size: 17px;
    letter-spacing: 1.2px;
  }
  body .home-slider .text-hold {
    width: 100%;
    max-width: 700px;
    right: 26px;
    bottom: 20px;
  }
  body .home-slider .text-hold p {
    font-size: 18px;
    line-height: 28px;
  }
  body.page-template-page-project .text-block,
body.page-template-page-project .text-image-block,
body.page-template-page-project .images-full-block,
body.page-template-page-project .images-half-block,
body.page-template-page-project .images-two-in-row-block,
body.page-template-page-project .video-block {
    padding: 50px 0;
  }
  body.page-template-page-project .flex-hold {
    padding: 70px 0;
  }
  body.page-template-page-project header .projects-page-menu {
    display: none;
  }
  body.single-press .flex-hold {
    padding: 70px 0;
  }
  body .images-press-block {
    padding: 50px 0;
  }
  body .press-archive-page {
    padding: 100px 0 80px;
  }
  body .press-archive-page .wrap {
    max-width: 1000px;
  }
  body .press-archive-page h1 {
    margin: 0 0 40px;
  }
  body .press-archive-page .press-grid .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 800px) {
  body .home-slider .slider.desktop {
    display: none;
  }
  body .home-slider .slider.mobile {
    display: block;
  }
  body.page-template-page-project .project-main-banner .banner-bg.desktop {
    display: none;
  }
  body.page-template-page-project .project-main-banner .banner-bg.mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  body header #nav .projects-menu .menu li {
    background: none !important;
  }
}
@media (max-width: 767px) {
  body header #nav .project-video-bg.show {
    display: none;
  }
  body header #nav .menu-projects-menu-container {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 80%;
  }
  body header #nav .projects-menu .menu li {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 160px;
    margin: 30px 0;
  }
  body header #nav .projects-menu .menu li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.27);
  }
  body header #nav .projects-menu .menu li a {
    z-index: 2;
    position: absolute;
    opacity: 1;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  body header #nav .projects-menu.show .menu li a {
    opacity: 1;
  }
  body header .projects-menu-content.ready {
    display: none;
  }
  body .home-slider .text-hold {
    width: calc(100% - 40px);
    right: 20px;
  }
  body .home-slider .text-hold p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  body .home-slider .slider.desktop {
    display: none;
  }
  body .home-slider .slider.mobile {
    display: block;
  }
  body .contact-page .wrap .column {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  body .contact-page .wrap .column:first-child {
    padding-right: 0;
    padding-bottom: 50px;
  }
  body .contact-page .wrap .column:last-child {
    padding-left: 0;
  }
  body .contact-page .wrap .column:last-child figure {
    max-width: 382px;
  }
  body.page-template-page-project .text-block,
body.page-template-page-project .text-image-block,
body.page-template-page-project .images-full-block,
body.page-template-page-project .images-half-block,
body.page-template-page-project .images-two-in-row-block,
body.page-template-page-project .video-block {
    padding: 45px 0;
  }
  body.page-template-page-project .flex-hold {
    padding: 50px 0;
  }
  body .text-block,
body .text-image-block,
body .images-full-block,
body .images-half-block,
body .images-two-in-row-block,
body .video-block {
    padding: 45px 0;
  }
  body .flex-hold {
    padding: 80px 0;
  }
  body.single-press .flex-hold {
    padding: 50px 0;
  }
  body .images-press-block {
    padding: 45px 0;
  }
  body .images-two-in-row-block .row .column:first-of-type,
body .text-image-block .row .column:first-of-type {
    padding-right: 20px;
  }
  body .images-two-in-row-block .row .column:last-of-type,
body .text-image-block .row .column:last-of-type {
    padding-left: 20px;
  }
  body .text-block.text-2-columns .wrap {
    column-gap: 40px;
  }
  body footer .copy-block > p {
    font-size: 13px;
  }
  body footer .copy-block .menu li a {
    font-size: 13px;
  }
  body .press-archive-page {
    padding: 80px 0 60px;
  }
  body .press-archive-page .wrap {
    max-width: 670px;
  }
  body .press-archive-page h1 {
    font-size: 28px;
    letter-spacing: 10px;
    line-height: 38px;
    margin: 0 0 30px;
  }
  body .press-archive-page .press-grid .grid-item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  body header #nav .menu li {
    margin: 35px 0;
  }
  body header #nav .projects-menu.show .menu li a {
    line-height: 28px;
  }
  body .home-slider .text-hold p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
  body .project-main-banner .wrap h1 {
    font-size: 28px;
    letter-spacing: 8px;
    line-height: 42px;
  }
  body.page-template-page-project .text-block,
body.page-template-page-project .text-image-block,
body.page-template-page-project .images-full-block,
body.page-template-page-project .images-half-block,
body.page-template-page-project .images-two-in-row-block,
body.page-template-page-project .video-block {
    padding: 30px 0;
  }
  body.page-template-page-project .flex-hold {
    padding: 40px 0;
  }
  body .text-block,
body .text-image-block,
body .images-full-block,
body .images-half-block,
body .images-two-in-row-block,
body .video-block {
    padding: 30px 0;
  }
  body .flex-hold {
    padding: 60px 0;
  }
  body.single-press .flex-hold {
    padding: 40px 0;
  }
  body .images-press-block {
    padding: 30px 0;
  }
  body .images-two-in-row-block .row .column,
body .text-image-block .row .column {
    width: 100%;
  }
  body .images-two-in-row-block .row .column:first-of-type,
body .text-image-block .row .column:first-of-type {
    padding-right: 0;
    padding-bottom: 60px;
  }
  body .images-two-in-row-block .row .column:last-of-type,
body .text-image-block .row .column:last-of-type {
    padding-left: 0;
  }
  body .text-block.text-2-columns .wrap {
    column-count: 1;
  }
  body .images-half-block figure {
    width: 100%;
  }
  body footer .copy-block {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  body footer .copy-block .menu li {
    float: none;
    margin: 10px 0;
  }
}
@media (max-width: 399px) {
  body header {
    padding: 15px 0;
  }
  body header #nav {
    width: 300px;
    right: -305px;
  }
  body header #menu-toggle {
    top: 15px;
  }
  body .project-main-banner .wrap h1 {
    font-size: 22px;
    letter-spacing: 6px;
    line-height: 34px;
  }
  body .press-archive-page .wrap {
    max-width: 338px;
  }
  body .press-archive-page h1 {
    font-size: 24px;
    letter-spacing: 7px;
  }
  body .press-archive-page .press-grid .grid-item {
    width: 100%;
  }
  body .press-archive-page .press-grid .grid-item .title {
    text-align: center;
  }
}



.all-projects {
	padding-top: 100px;
}
/*# sourceMappingURL=style.css.map */