@charset "UTF-8";
/*
Theme Name: tecture
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./stylesheets/fonts/slickslick.eot");
  src: url("./stylesheets/fonts/slickslick.eot?#iefix") format("embedded-opentype"), url("./stylesheets/fonts/slickslick.woff") format("woff"), url("./stylesheets/fonts/slickslick.ttf") format("truetype"), url("./stylesheets/fonts/slickslick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------------------------------------------*/
/*	Import font-face fonts here
/*------------------------------------------------------------------------*/
@font-face {
  font-family: "Akkurat-Light";
  src: url("stylesheets/fonts/Akkurat/lineto-akkurat-light.eot");
  src: url("stylesheets/fonts/Akkurat/lineto-akkurat-light.eot?#iefix") format("embedded-opentype"), url("stylesheets/fonts/Akkurat/lineto-akkurat-light.woff2") format("woff2"), url("stylesheets/fonts/Akkurat/lineto-akkurat-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Akkurat-Bold";
  src: url("stylesheets/fonts/Akkurat/lineto-akkurat-bold.eot");
  src: url("stylesheets/fonts/Akkurat/lineto-akkurat-bold.eot?#iefix") format("embedded-opentype"), url("stylesheets/fonts/Akkurat/lineto-akkurat-bold.woff2") format("woff2"), url("stylesheets/fonts/Akkurat/lineto-akkurat-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.lazy.b-loaded {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, body.page-template-profile > section .container .right .team .person .info h3, h3, h4, h5, p, li {
  font-family: 'Akkurat-Light','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: auto;
  letter-spacing: normal;
  color: black;
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

h2, body.page-template-profile > section .container .right .team .person .info h3 {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Akkurat-Bold','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

strong {
  font-family: 'Akkurat-Bold','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

a:not(.hide-link) {
  color: black;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:not(.hide-link):hover {
  color: black;
}
a:not(.hide-link):focus {
  outline: none;
}

/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: black;
  font-family: 'Akkurat-Light','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  border-top: 0;
  min-height: 100vh;
  background-color: #F7F6F6;
  -moz-osx-font-smoothing: grayscale;
}
body .container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------*/
/*  Header
/*-----------------------------------*/
.header .container, .fixed-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 28px;
  padding-bottom: 29px;
}
.header .container .logo, .fixed-header .container .logo {
  background-image: url("images/tecture-logo.png");
  height: 135px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 105px;
  -ms-flex: 0 1 105px;
  flex: 0 1 105px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: left center;
}
.header .container .nav, .fixed-header .container .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .container .nav a, .fixed-header .container .nav a {
  margin-right: 24px;
  line-height: 26px;
  font-size: 17px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  opacity: 1;
}
.header .container .nav a.active, .fixed-header .container .nav a.active {
  opacity: 1;
}
.header .container .nav a.active::before, .fixed-header .container .nav a.active::before {
  content: '';
  width: 44px;
  height: 2px;
  background-color: black;
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.header .container .hamburger, .fixed-header .container .hamburger {
  display: none;
  background-image: url("images/hamburger.svg");
  width: 24px;
  height: 16.5px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .header .container .hamburger, .fixed-header .container .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .header .container, .fixed-header .container {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header .container .nav, .fixed-header .container .nav {
    display: none;
  }
}

body.home .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: auto;
}
body.home .header .logo {
  display: none;
}
body.home .header .nav {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.home .header .hamburger {
  margin-left: auto;
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 78px;
  background-color: #F7F6F6;
  z-index: 10;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.fixed-header .container {
  padding-top: 27px;
  padding-bottom: 24px;
}
.fixed-header .container .logo {
  background-image: url("images/tecture-logo-horz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 201px;
  -ms-flex: 0 1 201px;
  flex: 0 1 201px;
  height: 29px;
  background-position: left center;
}
.fixed-header .container .nav {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.fixed-header.is-shown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .fixed-header {
    display: none;
  }
}

/*-----------------------------------*/
/*  Footer
/*-----------------------------------*/
footer {
  margin: 25px 0 48px;
}
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .container .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  border-top: 1px solid #DBDADB;
}
footer .container .wrapper .left p {
  padding-top: 3px;
}
footer .container .wrapper .left p, footer .container .wrapper .left p a {
  font-size: 14px;
  color: #55565A;
}
footer .container .wrapper .left p.mobile {
  display: none;
}
footer .container .wrapper .left .mobile {
  display: none;
}
@media (max-width: 767px) {
  footer .container .wrapper .left .desktop {
    display: none;
  }
  footer .container .wrapper .left .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .container .wrapper a.instagram-logo {
  display: block;
  background-image: url("images/instagram-icon.svg");
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
  opacity: 0.3;
}
footer .container .wrapper a.instagram-logo:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .container .wrapper a.instagram-logo {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}

/*------------------*/
/*  Filter Bar
/*------------------*/
.filter-bar.desktop {
  padding: 7px 16px;
  border: 1px solid #DBDADB;
}
.filter-bar.desktop a {
  font-size: 17px;
  line-height: 26px;
  color: #ADACAE;
  cursor: pointer;
  -webkit-transition: all .45s ease;
  transition: all .45s ease;
}
.filter-bar.desktop a:not(:last-child) {
  margin-right: 19px;
}
.filter-bar.desktop a.active {
  color: #231F20;
}
.filter-bar.desktop a:not(.active):hover {
  color: #231F20;
}
.filter-bar.mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-size: 17px;
  line-height: 26px;
}
.filter-bar.mobile .select {
  padding: 7px 16px;
  border: 1px solid #DBDADB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-bar.mobile .select .arrow {
  font-size: 17px;
  color: #ADACAE;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter-bar.mobile .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F7F6F6;
  padding: 7px 16px 10px;
  border: 1px solid #DBDADB;
  z-index: 3;
}
.filter-bar.mobile .dropdown a {
  color: #ADACAE;
}
.filter-bar.mobile .dropdown a:not(:last-child) {
  margin-bottom: 12px;
}
.filter-bar.mobile .dropdown[data-active='false'] {
  display: none;
}
@media (max-width: 767px) {
  .filter-bar.desktop {
    display: none;
  }
  .filter-bar.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.next-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.next-prev a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.next-prev a.prev {
  margin-right: 4px;
}
.next-prev a.next {
  margin-left: 4px;
}
.next-prev a, .next-prev a * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.next-prev a:hover .arrow {
  color: #231F20;
}
.next-prev, .next-prev a, .next-prev .text {
  font-size: 17px;
  line-height: 26px;
  color: #ADACAE;
}
.next-prev .arrow.prev {
  margin-right: 4px;
}
.next-prev .arrow.next {
  margin-left: 4px;
}

/*-----------------------------------*/
/*  Mobile Nav
/*-----------------------------------*/
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 150px;
  background-color: black;
  padding: 28px 0 0 24px;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-nav .close {
  position: absolute;
  top: 20px;
  right: 23px;
  background-image: url("images/hamburger_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  height: 19px;
}
.mobile-nav .links {
  margin-bottom: 34px;
}
.mobile-nav .links a {
  font-size: 17px;
  color: white;
  position: relative;
  display: block;
  line-height: 0;
}
.mobile-nav .links a:not(:last-child) {
  margin-bottom: 38px;
}

/*------------------*/
/*  Home
/*------------------*/
body.home > section .slider-wrapper {
  position: relative;
}
body.home > section .slider-wrapper .overlay {
  padding-top: 30px;
  position: absolute;
  z-index: 2;
}
body.home > section .slider-wrapper .overlay .logo {
  background-image: url("images/tecture-logo-white.svg");
  height: 500px;
  width: 404px;
  background-size: contain;
  background-repeat: no-repeat;
  position: left top;
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .overlay .logo {
    width: 144px;
    height: 178px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
body.home > section .slider-wrapper .slider {
  z-index: 1;
  margin-bottom: 27px;
}
body.home > section .slider-wrapper .slider .item {
  height: 740px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .slider .item {
    height: 320px;
  }
}
body.home > section .slider-wrapper .slider .slick-prev, body.home > section .slider-wrapper .slider .slick-next {
  width: 14px;
  height: 30px;
  top: auto;
  bottom: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.home > section .slider-wrapper .slider .slick-prev:hover, body.home > section .slider-wrapper .slider .slick-next:hover {
  opacity: 0.7;
}
body.home > section .slider-wrapper .slider .slick-prev::after, body.home > section .slider-wrapper .slider .slick-prev::before, body.home > section .slider-wrapper .slider .slick-next::after, body.home > section .slider-wrapper .slider .slick-next::before {
  display: none;
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .slider .slick-prev, body.home > section .slider-wrapper .slider .slick-next {
    width: 16px;
    height: 24px;
    bottom: 16px;
  }
}
body.home > section .slider-wrapper .slider .slick-prev {
  background-image: url("images/arrow-white-left.svg");
  left: 30px;
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .slider .slick-prev {
    background-image: url("images/arrow-white-left-mobile.svg");
    left: 8px;
  }
}
body.home > section .slider-wrapper .slider .slick-next {
  background-image: url("images/arrow-white-right.svg");
  right: 30px;
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .slider .slick-next {
    background-image: url("images/arrow-white-right-mobile.svg");
    right: 8px;
  }
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .slider {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.home > section .slider-wrapper .container {
    padding-left: 9px;
  }
}
body.home > section > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.home > section > .container .left, body.home > section > .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
}
body.home > section > .container .left {
  padding-right: 20px;
}
body.home > section > .container .left p {
  font-size: 29.5px;
  line-height: 29px;
}
@media (max-width: 767px) {
  body.home > section > .container .left {
    margin-bottom: 12px;
    padding-right: 0;
  }
  body.home > section > .container .left p {
    font-size: 22px;
    line-height: 22px;
  }
}
body.home > section > .container .right {
  margin-bottom: 1px;
}
body.home > section > .container .right p {
  font-size: 22px;
  line-height: 24px;
}
body.home > section > .container .right p:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  body.home > section > .container .right p {
    font-size: 16px;
    line-height: 19px;
  }
  body.home > section > .container .right p:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  body.home > section > .container {
    padding-top: 14px;
    display: block;
  }
}

/*------------------*/
/*  Profile
/*------------------*/
body.page-template-profile > section .hero-image {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center center;
}
@media (max-width: 767px) {
  body.page-template-profile > section .hero-image {
    height: 170px;
  }
}
body.page-template-profile > section .container {
  padding-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-profile > section .container .left, body.page-template-profile > section .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
}
body.page-template-profile > section .container .left .introduction {
  margin-top: 7px;
  margin-bottom: 16px;
}
body.page-template-profile > section .container .left .introduction p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  body.page-template-profile > section .container .left .introduction {
    margin-top: 0px;
    margin-bottom: 14px;
  }
  body.page-template-profile > section .container .left .introduction p {
    font-size: 20px;
    line-height: 20px;
  }
}
body.page-template-profile > section .container .left .text-blocks h2:not(:last-child), body.page-template-profile > section .container .left .text-blocks .right .team .person .info h3:not(:last-child), body.page-template-profile > section .container .right .team .person .info .left .text-blocks h3:not(:last-child) {
  margin-bottom: 8px;
}
body.page-template-profile > section .container .left .text-blocks .text p {
  font-size: 16px;
  line-height: 19px;
}
body.page-template-profile > section .container .left .text-blocks .text p:not(:last-child) {
  margin-bottom: 8px;
}
body.page-template-profile > section .container .left .text-blocks .text:not(:last-child) {
  margin-bottom: 6px;
}
body.page-template-profile > section .container .right {
  padding-left: 16px;
}
body.page-template-profile > section .container .right .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 20px);
}
body.page-template-profile > section .container .right .team .person {
  width: calc(50% - 16px);
  position: relative;
  box-sizing: border-box;
  margin-right: 16px;
  margin-bottom: 20px;
}
body.page-template-profile > section .container .right .team .person .img {
  height: 275px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  body.page-template-profile > section .container .right .team .person .img {
    height: 135px;
  }
}
body.page-template-profile > section .container .right .team .person .info {
  margin-top: 16px;
}
body.page-template-profile > section .container .right .team .person .info h3 {
  font-family: 'Akkurat-Bold','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
body.page-template-profile > section .container .right .team .person .info .text {
  font-size: 16px;
  line-height: 19px;
}
body.page-template-profile > section .container .right .team .person .info .position {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 767px) {
  body.page-template-profile > section .container .right .team .person {
    width: calc(50% - 8px);
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  body.page-template-profile > section .container .right .team {
    width: calc(100% + 8px);
  }
}
@media (max-width: 767px) {
  body.page-template-profile > section .container .right {
    margin-top: 20px;
    margin-bottom: -25px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  body.page-template-profile > section .container {
    padding-top: 14px;
    display: block;
  }
}

/*------------------*/
/*  Contact
/*------------------*/
body.page-template-contact > section .hero-image {
  height: 350px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: center center;
}
@media (max-width: 767px) {
  body.page-template-contact > section .hero-image {
    height: 170px;
  }
}
body.page-template-contact > section .container {
  padding-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-contact > section .container .left, body.page-template-contact > section .container .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
}
body.page-template-contact > section .container .left .text {
  margin-top: 9px;
}
body.page-template-contact > section .container .left .text p {
  font-size: 22px;
  line-height: 24px;
}
body.page-template-contact > section .container .left .text p:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.page-template-contact > section .container .left .text p {
    font-size: 20px;
    line-height: 20px;
  }
}
body.page-template-contact > section .container .left .text:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  body.page-template-contact > section .container .left .text {
    margin-top: 2px;
    margin-bottom: 16px;
  }
}
body.page-template-contact > section .container .right .acf-map {
  width: 100%;
  height: 360px;
}
@media (max-width: 767px) {
  body.page-template-contact > section .container .right .acf-map {
    height: 180px;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  body.page-template-contact > section .container {
    padding-top: 14px;
    display: block;
  }
}

/*------------------*/
/*  Projects (Listing)
/*------------------*/
body.page-template-projects > section .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 16px);
  padding-top: 32px;
  margin-bottom: -9px;
}
body.page-template-projects > section .grid a.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  height: 280px;
  width: calc(25% - 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
body.page-template-projects > section .grid a.item.lazy {
  opacity: 1;
}
body.page-template-projects > section .grid a.item h2, body.page-template-projects > section .grid a.item body.page-template-profile > section .container .right .team .person .info h3, body.page-template-profile > section .container .right .team .person .info body.page-template-projects > section .grid a.item h3 {
  font-size: 17px;
  line-height: 26px;
  color: white;
  font-weight: 100;
  opacity: 0;
  z-index: 2;
  font-family: 'Akkurat-Light','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  body.page-template-projects > section .grid a.item h2, body.page-template-projects > section .grid a.item body.page-template-profile > section .container .right .team .person .info h3, body.page-template-profile > section .container .right .team .person .info body.page-template-projects > section .grid a.item h3 {
    display: none;
  }
}
body.page-template-projects > section .grid a.item .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
body.page-template-projects > section .grid a.item .image, body.page-template-projects > section .grid a.item h2, body.page-template-projects > section .grid a.item body.page-template-profile > section .container .right .team .person .info h3, body.page-template-profile > section .container .right .team .person .info body.page-template-projects > section .grid a.item h3 {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.page-template-projects > section .grid a.item:hover .image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
body.page-template-projects > section .grid a.item:hover h2, body.page-template-projects > section .grid a.item:hover body.page-template-profile > section .container .right .team .person .info h3, body.page-template-profile > section .container .right .team .person .info body.page-template-projects > section .grid a.item:hover h3 {
  opacity: 1;
}
@media (max-width: 1024px) {
  body.page-template-projects > section .grid a.item {
    height: 230px;
    width: calc(33% - 16px);
    margin-bottom: 16px;
  }
  body.page-template-projects > section .grid a.item .image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media (max-width: 767px) {
  body.page-template-projects > section .grid a.item {
    height: 138px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  body.page-template-projects > section .grid a.item .image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
body.page-template-projects > section .grid .gutter-sizer {
  width: 16px;
}
@media (max-width: 767px) {
  body.page-template-projects > section .grid .gutter-sizer {
    width: 8px;
  }
}
@media (max-width: 1024px) {
  body.page-template-projects > section .grid {
    width: calc(100% + 22px);
  }
}
@media (max-width: 767px) {
  body.page-template-projects > section .grid {
    padding-top: 20px;
    width: calc(100% + 10px);
  }
}

/*------------------*/
/*  Projects (Single)
/*------------------*/
body.single-projects > section .slider {
  z-index: 1;
  margin-bottom: 28px;
}
body.single-projects > section .slider .item {
  height: 740px;
  width: 100%;
  position: relative;
}
body.single-projects > section .slider .item.single .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
body.single-projects > section .slider .item.double {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.single-projects > section .slider .item.double .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
body.single-projects > section .slider .item.double .image:first-child {
  margin-right: 16px;
}
@media (max-width: 1280px) {
  body.single-projects > section .slider .item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  body.single-projects > section .slider .item {
    height: 320px;
  }
}
body.single-projects > section .slider .slick-prev, body.single-projects > section .slider .slick-next {
  width: 14px;
  height: 30px;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.single-projects > section .slider .slick-prev:hover, body.single-projects > section .slider .slick-next:hover {
  opacity: 0.7;
}
body.single-projects > section .slider .slick-prev::after, body.single-projects > section .slider .slick-prev::before, body.single-projects > section .slider .slick-next::after, body.single-projects > section .slider .slick-next::before {
  display: none;
}
@media (max-width: 767px) {
  body.single-projects > section .slider .slick-prev, body.single-projects > section .slider .slick-next {
    width: 16px;
    height: 24px;
  }
}
body.single-projects > section .slider .slick-prev {
  background-image: url("images/arrow-white-left.svg");
  left: 30px;
}
@media (max-width: 767px) {
  body.single-projects > section .slider .slick-prev {
    background-image: url("images/arrow-white-left-mobile.svg");
    left: 8px;
  }
}
body.single-projects > section .slider .slick-next {
  background-image: url("images/arrow-white-right.svg");
  right: 30px;
}
@media (max-width: 767px) {
  body.single-projects > section .slider .slick-next {
    background-image: url("images/arrow-white-right-mobile.svg");
    right: 8px;
  }
}
body.single-projects > section .slider .slick-dots {
  position: absolute;
  left: 23px;
  bottom: 20px;
  width: auto;
  margin: 0;
}
body.single-projects > section .slider .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  margin: 0 7px;
  background-clip: padding-box;
}
body.single-projects > section .slider .slick-dots li.slick-active {
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
}
body.single-projects > section .slider .slick-dots button, body.single-projects > section .slider .slick-dots button::before {
  display: none;
}
@media (max-width: 767px) {
  body.single-projects > section .slider .slick-dots {
    left: 5px;
    bottom: 15px;
  }
  body.single-projects > section .slider .slick-dots li {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 767px) {
  body.single-projects > section .slider {
    margin-bottom: 18px;
  }
}
body.single-projects > section .info .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  body.single-projects > section .info .title {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  body.single-projects > section .info .title .next-prev {
    display: none;
  }
}
body.single-projects > section .info .text-blocks {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
body.single-projects > section .info .text-blocks .block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
body.single-projects > section .info .text-blocks .block:not(:last-child) {
  margin-bottom: 12px;
}
body.single-projects > section .info .text-blocks .block h2, body.single-projects > section body.page-template-profile > section .container .right .team .person .info .text-blocks .block h3, body.page-template-profile > section .container .right .team .person body.single-projects > section .info .text-blocks .block h3 {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Akkurat-Bold','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
body.single-projects > section .info .text-blocks .block .text p {
  font-size: 16px;
  line-height: 19px;
}
body.single-projects > section .info .text-blocks .block .text p:not(:last-child) {
  margin-bottom: 8px;
}
body.single-projects > section .info .text-blocks .block .subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #ADACAE;
  margin-top: 8px;
}
@media (max-width: 767px) {
  body.single-projects > section .info .text-blocks {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
body.single-projects > section .social {
  margin-top: 20px;
  margin-bottom: 32px;
}
body.single-projects > section .social .share {
  margin-left: 50%;
  padding-left: 8px;
}
body.single-projects > section .social .share h2, body.single-projects > section .social .share body.page-template-profile > section .container .right .team .person .info h3, body.page-template-profile > section .container .right .team .person .info body.single-projects > section .social .share h3 {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Akkurat-Bold','Helvetica', Arial;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  margin-bottom: 6px;
}
body.single-projects > section .social .share .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-projects > section .social .share .icons .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
body.single-projects > section .social .share .icons .icon:not(:last-child) {
  margin-right: 6px;
}
body.single-projects > section .social .share .icons .icon:hover {
  opacity: 1;
}
body.single-projects > section .social .share .icons .facebook {
  width: 12px;
  height: 22px;
  background-image: url("images/icons/facebook.svg");
}
body.single-projects > section .social .share .icons .twitter {
  width: 23px;
  height: 18px;
  background-image: url("images/icons/twitter.svg");
}
body.single-projects > section .social .share .icons .pinterest {
  width: 22px;
  height: 22px;
  background-image: url("images/icons/pinterest.svg");
}
@media (max-width: 767px) {
  body.single-projects > section .social {
    margin-top: 7px;
  }
  body.single-projects > section .social .share {
    margin-left: 0;
    padding-left: 0px;
  }
}
body.single-projects > section .mobile-next-prev {
  display: none;
  margin-bottom: -10px;
}
@media (max-width: 767px) {
  body.single-projects > section .mobile-next-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------------*/
/*  Latest (Listing)
/*------------------*/
body.page-template-latest > section .news {
  padding-top: 32px;
}
body.page-template-latest > section .news .first-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-latest > section .news .first-post .image, body.page-template-latest > section .news .first-post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
}
body.page-template-latest > section .news .first-post .image {
  height: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.page-template-latest > section .news .first-post .image {
    height: 283px;
  }
}
body.page-template-latest > section .news .first-post .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 20px;
}
body.page-template-latest > section .news .first-post .info h1 {
  margin-bottom: 10px;
}
body.page-template-latest > section .news .first-post .info p {
  font-size: 16px;
  line-height: 19px;
}
body.page-template-latest > section .news .first-post .info p:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.page-template-latest > section .news .first-post {
    display: block;
  }
  body.page-template-latest > section .news .first-post .info {
    padding-left: 0;
  }
  body.page-template-latest > section .news .first-post .info h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 14px 0 10px 0;
  }
}
@media (max-width: 767px) {
  body.page-template-latest > section .news {
    padding-top: 20px;
  }
}
body.page-template-latest > section .listing {
  padding-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 20px);
  margin-bottom: -25px;
}
body.page-template-latest > section .listing .item {
  width: calc(25% - 16px);
  position: relative;
  box-sizing: border-box;
  margin-right: 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-latest > section .listing .item .image {
  height: 275px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 767px) {
  body.page-template-latest > section .listing .item .image {
    height: 283px;
  }
}
body.page-template-latest > section .listing .item .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.page-template-latest > section .listing .item .info h1 {
  font-size: 28px;
  line-height: 28px;
  margin: 14px 0 10px 0;
}
body.page-template-latest > section .listing .item .info p {
  font-size: 16px;
  line-height: 19px;
}
body.page-template-latest > section .listing .item .info p:not(:last-child) {
  margin-bottom: 8px;
}
body.page-template-latest > section .listing .item .info p:last-child {
  margin-bottom: 16px;
}
body.page-template-latest > section .listing .item .info .read-more {
  margin-top: auto;
}
@media (max-width: 767px) {
  body.page-template-latest > section .listing .item {
    width: 100%;
  }
}
body.page-template-latest .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DBDADB;
  color: #ADACAE;
  margin-top: 15px;
  width: 110px;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.65s ease-out;
  transition: all 0.65s ease-out;
}
body.page-template-latest .read-more:hover {
  border: 1px solid black;
  color: black;
}

/*------------------*/
/*  Latest (Single)
/*------------------*/
body.single-post > section .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.single-post > section .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  margin-bottom: 5px;
}
body.single-post > section .container .content .left, body.single-post > section .container .content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
}
body.single-post > section .container .content .left .hero-image {
  height: 470px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.single-post > section .container .content .left .hero-image {
    height: 286px;
  }
}
body.single-post > section .container .content .left .extra-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 16px);
}
@media (max-width: 767px) {
  body.single-post > section .container .content .left .extra-images {
    width: calc(100% + 10px);
  }
}
body.single-post > section .container .content .left .extra-images .full, body.single-post > section .container .content .left .extra-images .half {
  height: 470px;
  width: 100%;
  margin-top: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  body.single-post > section .container .content .left .extra-images .full, body.single-post > section .container .content .left .extra-images .half {
    height: 286px;
    margin-top: 10px;
  }
}
body.single-post > section .container .content .left .extra-images .half {
  width: calc(50% - 16px);
  margin-right: 16px;
}
@media (max-width: 767px) {
  body.single-post > section .container .content .left .extra-images .half {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
body.single-post > section .container .content .left .extra-images .full {
  width: calc(100% - 16px);
}
@media (max-width: 767px) {
  body.single-post > section .container .content .left .extra-images .full {
    width: calc(100% - 10px);
  }
}
body.single-post > section .container .content .right {
  padding-left: 16px;
}
body.single-post > section .container .content .right h1 {
  margin-bottom: 10px;
}
body.single-post > section .container .content .right .text p {
  font-size: 16px;
  line-height: 19px;
}
body.single-post > section .container .content .right .text p:not(:last-child) {
  margin-bottom: 8px;
}
body.single-post > section .container .content .right .text:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  body.single-post > section .container .content .right {
    padding-left: 0;
  }
  body.single-post > section .container .content .right h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 14px 0 10px 0;
  }
}
body.single-post > section .container .content .right .next-prev {
  margin-top: 24px;
}
@media (max-width: 767px) {
  body.single-post > section .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: -10px;
  }
}
