@charset "UTF-8";
@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/FrutigerLT57Condensed.eot");
  src: url("../fonts/FrutigerLT57Condensed.eot") format("embedded-opentype"), url("../fonts/FrutigerLT57Condensed.woff2") format("woff2"), url("../fonts/FrutigerLT57Condensed.woff") format("woff"), url("../fonts/FrutigerLT57Condensed.ttf") format("truetype"), url("../fonts/FrutigerLT57Condensed.svg#FrutigerLT57Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/FrutigerLT47LightCondensed.eot");
  src: url("../fonts/FrutigerLT47LightCondensed.eot") format("embedded-opentype"), url("../fonts/FrutigerLT47LightCondensed.woff2") format("woff2"), url("../fonts/FrutigerLT47LightCondensed.woff") format("woff"), url("../fonts/FrutigerLT47LightCondensed.ttf") format("truetype"), url("../fonts/FrutigerLT47LightCondensed.svg#FrutigerLT47LightCondensed") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Frutiger';
  src: url("../fonts/FrutigerLT67BoldCondensed.eot");
  src: url("../fonts/FrutigerLT67BoldCondensed.eot") format("embedded-opentype"), url("../fonts/FrutigerLT67BoldCondensed.woff2") format("woff2"), url("../fonts/FrutigerLT67BoldCondensed.woff") format("woff"), url("../fonts/FrutigerLT67BoldCondensed.ttf") format("truetype"), url("../fonts/FrutigerLT67BoldCondensed.svg#FrutigerLT67BoldCondensed") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?lqhf6r");
  src: url("../fonts/icomoon.eot?lqhf6r#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lqhf6r") format("truetype"), url("../fonts/icomoon.woff?lqhf6r") format("woff"), url("../fonts/icomoon.svg?lqhf6r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Keyframes */
@keyframes shift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-webkit-keyframes shift {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

/*! 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: 1.5em;
  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;
}

/* LB Additions */
figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #f6b9b3;
  color: white;
}

::selection {
  background: #f6b9b3;
  color: white;
}

body {
  font-family: Frutiger, Helvetica, Verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #484848;
  padding-top: 72px;
}

@media only screen and (min-width: 600px) {
  body {
    padding-top: 92px;
  }
}

@media only screen and (min-width: 900px) {
  body {
    padding-top: 0;
  }
}

.imageFade,
img[class*=" wp-image-"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.4s;
  -moz-transition: opacity 1.4s;
  -ms-transition: opacity 1.4s;
  -o-transition: opacity 1.4s;
  transition: opacity 1.4s;
}

.fadeIn {
  visibility: visible !important;
  opacity: 1 !important;
}

body .header {
  *zoom: 1;
  clear: both;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 20px;
}

body .header:before,
body .header:after {
  content: " ";
  display: table;
}

body .header:after {
  clear: both;
}

body .header h1 {
  margin: 2px 0 0 0;
  float: right;
}

body .header h1 a {
  display: block;
  width: 150px;
  height: 19px;
  background-image: url(../images/outset-logo-light.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -99999em;
}

.menu-reveal body .header h1 a {
  background-image: url(../images/outset-logo-light.png) !important;
}

.archive body .header h1 a,
.blog body .header h1 a,
.single-post body .header h1 a,
.error404 body .header h1 a {
  background-image: url(../images/outset-logo-dark.png);
}

body .header img {
  width: 150px;
}

body .header .menu-toggle {
  position: relative;
  cursor: pointer;
  display: block;
  width: 28px;
  height: 22px;
  text-align: center;
}

body .header .menu-toggle span,
body .header .menu-toggle span:before,
body .header .menu-toggle span:after {
  cursor: pointer;
  height: 4px;
  width: 28px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

.menu-reveal body .header .menu-toggle span,
.menu-reveal body .header .menu-toggle span:before,
.menu-reveal body .header .menu-toggle span:after {
  background: white !important;
}

.archive body .header .menu-toggle span,
.blog body .header .menu-toggle span,
.single-post body .header .menu-toggle span,
.error404 body .header .menu-toggle span,
.archive body .header .menu-toggle span:before,
.blog body .header .menu-toggle span:before,
.single-post body .header .menu-toggle span:before,
.error404 body .header .menu-toggle span:before,
.archive body .header .menu-toggle span:after,
.blog body .header .menu-toggle span:after,
.single-post body .header .menu-toggle span:after,
.error404 body .header .menu-toggle span:after {
  background: #484848;
}

body .header .menu-toggle span {
  top: 9px;
}

body .header .menu-toggle span:before {
  top: -9px;
}

body .header .menu-toggle span:after {
  bottom: -9px;
}

body .header .menu-toggle:hover span,
body .header .menu-toggle:hover span:before,
body .header .menu-toggle:hover span:after {
  background: #f6b9b3;
}

.menu-reveal body .header .menu-toggle:hover span,
.menu-reveal body .header .menu-toggle:hover span:before,
.menu-reveal body .header .menu-toggle:hover span:after {
  background: #f6b9b3 !important;
}

.menu-reveal body .header .menu-toggle:hover span {
  background-color: transparent !important;
}

.menu-reveal body .header .menu-toggle span {
  background-color: transparent !important;
}

.menu-reveal body .header .menu-toggle span:before,
.menu-reveal body .header .menu-toggle span:after {
  top: 0;
}

.menu-reveal body .header .menu-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-reveal body .header .menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 600px) {
  body .header {
    padding: 35px 30px;
  }
}

@media only screen and (min-width: 900px) {
  body .header {
    padding: 0 35px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1000px) {
  .menu-reveal body .header h1 a {
    background-image: url(../images/outset-logo-dark.png) !important;
  }
  .menu-reveal body .header {
    position: fixed;
  }
}

@media only screen and (min-width: 1300px) {
  body .header {
    padding: 0 55px;
    margin-top: 60px;
  }
  body .header h1 a {
    width: 210px;
    height: 26px;
  }
}

body > .header {
  background: white;
  -webkit-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -4px 13px 4px rgba(0, 0, 0, 0.03);
}

body > .header h1 a {
  background-image: url(../images/outset-logo-dark.png);
}

body > .header .menu-toggle span,
body > .header .menu-toggle span:before,
body > .header .menu-toggle span:after {
  background: #999999;
}

.menu-reveal body > .header {
  display: none;
}

@media only screen and (min-width: 900px) {
  body > .header {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  body > .header .menu-toggle span,
  body > .header .menu-toggle span:before,
  body > .header .menu-toggle span:after {
    background: white;
  }
  body > .header h1 a {
    background-image: url(../images/outset-logo-light.png);
  }
  .scroll-past-feature body > .header h1 {
    visibility: hidden;
    opacity: 0;
  }
  .scroll-past-feature body > .header .menu-toggle span,
  .scroll-past-feature body > .header .menu-toggle span:before,
  .scroll-past-feature body > .header .menu-toggle span:after {
    background: #999999;
  }
}

.overlay-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #999999;
  color: white;
  line-height: 1.4;
  overflow: auto;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.overlay-menu .header {
  position: absolute;
}

.overlay-menu > div {
  position: relative;
  z-index: 1;
}

.overlay-menu > div.contact-details {
  background-color: #999999;
  background-image: url(../images/menu-bg.jpg);
  background-size: cover;
  background-position: right bottom;
  padding: 120px 40px 35px 40px;
}

.overlay-menu > div.contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 1em;
  font-size: 1.4em;
}

.overlay-menu > div.contact-details ul li {
  display: inline-block;
  margin-right: 0.4em;
}

.overlay-menu > div.contact-details ul a {
  border-bottom: none;
}

.overlay-menu > div.contact-details ul a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay-menu > div.contact-details ul a.facebook:before {
  content: "";
}

.overlay-menu > div.contact-details ul a.instagram:before {
  content: "";
}

.overlay-menu > div.contact-details nav a {
  margin-top: 5px;
}

.overlay-menu > div.contact-details nav a:first-child {
  margin-top: 0;
}

.overlay-menu > div.contact-details a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  color: white;
  display: inline-block;
}

.overlay-menu > div.contact-details a:hover {
  color: #f6b9b3;
}

.overlay-menu > div.contact-details a[href^="tel"] {
  border-bottom: none;
}

.overlay-menu > div.recent-projects {
  background: white;
  color: #484848;
  padding: 30px 20px 50px 20px;
}

.overlay-menu > div.recent-projects h2 {
  margin: 0 20px 30px 20px;
}

.overlay-menu > div.recent-projects h2 a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.overlay-menu > div.recent-projects h2 a:hover {
  color: #f6b9b3;
}

.overlay-menu > div.recent-projects ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.overlay-menu > div.recent-projects li {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.overlay-menu > div.recent-projects li h1 {
  display: inline-block;
  margin: 0.6em 0 0 0;
  font-size: inherit;
}

.overlay-menu > div.recent-projects li h1 span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.overlay-menu > div.recent-projects li h1 span:hover {
  color: #f6b9b3;
}

.overlay-menu > div.recent-projects li p {
  margin: 10px 0 0 0;
}

.overlay-menu > div.recent-projects li a {
  display: block;
}

.overlay-menu > div.recent-projects li a > span {
  position: relative;
  display: block;
}

.overlay-menu > div.recent-projects li a > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.overlay-menu > div.recent-projects li a:hover > span:before {
  opacity: 0.25;
}

.overlay-menu > div.recent-projects li a:hover h1 span {
  color: #f6b9b3;
}

.overlay-menu > div.recent-projects img {
  width: 100%;
  display: block;
}

.overlay-menu > div.recent-projects a {
  color: #484848;
}

.overlay-menu > div.recent-projects > a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  margin: 0 20px 0 20px;
}

.overlay-menu > div.recent-projects > a:hover {
  color: #f6b9b3;
}

.menu-reveal .overlay-menu {
  visibility: visible;
  opacity: 1;
}

.overlay-menu h2 {
  font-weight: 300;
  max-width: 13em;
  margin: 0 0 20px 0;
  font-size: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.overlay-menu a {
  color: white;
  text-decoration: none;
}

@media only screen and (min-width: 540px) {
  .overlay-menu > div.contact-details {
    padding-bottom: 50px;
  }
  .overlay-menu > div.recent-projects {
    padding: 40px 40px 50px 40px;
  }
  .overlay-menu > div.recent-projects h2 {
    margin-left: 0;
  }
  .overlay-menu > div.recent-projects ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .overlay-menu > div.recent-projects li {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  .overlay-menu > div.recent-projects > a {
    margin-left: 0;
  }
}

@media only screen and (min-width: 700px) {
  .overlay-menu > div.recent-projects li {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1000px) {
  .overlay-menu {
    top: 0;
    bottom: 0;
    position: fixed;
    font-size: 19px;
  }
  .overlay-menu > div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .overlay-menu > div.contact-details,
  .overlay-menu > div.recent-projects {
    overflow: auto;
    padding-top: 150px;
  }
  .overlay-menu > div.contact-details {
    left: 0;
    text-align: center;
  }
  .overlay-menu > div.contact-details > div {
    display: inline-block;
    text-align: left;
    position: relative;
  }
  .overlay-menu > div.contact-details > div:before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ed3224;
    content: '';
    position: absolute;
    top: 8px;
    left: -35px;
  }
}

@media only screen and (min-width: 1000px) and (min-width: 900px) {
  .overlay-menu > div.contact-details > div:before {
    border-width: 7.5px 0 7.5px 10px;
  }
}

@media only screen and (min-width: 1000px) {
  .overlay-menu > div.contact-details p {
    margin: 1.5em 0;
  }
  .overlay-menu > div.contact-details nav {
    font-size: 24px;
    margin-top: 1em;
  }
  .overlay-menu > div.contact-details nav a {
    margin-top: 0.5em;
  }
  .overlay-menu > div.recent-projects {
    left: 50%;
    padding-left: 50px;
  }
  .overlay-menu > div.recent-projects ul {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 16px;
    max-width: 90%;
  }
  .overlay-menu > div.recent-projects li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .overlay-menu > div.recent-projects li p {
    display: none;
  }
  .overlay-menu h2 {
    font-size: 24px;
  }
  .menu-reveal .overlay-menu {
    position: fixed;
  }
}

@media only screen and (min-width: 1300px) {
  .overlay-menu {
    font-size: 20px;
  }
  .overlay-menu > div.contact-details,
  .overlay-menu > div.recent-projects {
    padding-top: 200px;
    padding-top: 25vh;
  }
  .overlay-menu > div.contact-details > div:before {
    top: 12px;
  }
  .overlay-menu > div.contact-details nav {
    font-size: 28px;
  }
  .overlay-menu > div.recent-projects {
    padding-left: 100px;
  }
  .overlay-menu > div.recent-projects ul {
    font-size: 18px;
  }
  .overlay-menu h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1700px) {
  .overlay-menu > div.recent-projects ul {
    max-width: 700px;
  }
}

.footer {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  max-width: 750px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 40px;
  line-height: 1.4;
  position: relative;
}

.footer:before,
.footer:after {
  content: " ";
  display: table;
}

.footer:after {
  clear: both;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ed3224;
}

@media only screen and (min-width: 900px) {
  .footer:before {
    border-width: 7.5px 0 7.5px 10px;
  }
}

.footer > div {
  margin-bottom: 20px;
}

.footer h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px 0;
  max-width: 13em;
}

.footer p {
  display: none;
}

.footer a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: inline-block;
}

.footer a:hover {
  color: #f6b9b3;
}

.footer a[href^="tel"] {
  border-bottom: none;
}

.footer .load-indicator {
  clear: both;
}

@media only screen and (min-width: 650px) {
  .footer > div {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 800px) {
  .footer {
    font-size: 19px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .footer:before {
    top: 8px;
  }
  .footer > div {
    width: 55%;
  }
  .footer h2 {
    font-size: 22px;
    margin-bottom: 1.5em;
  }
  .footer a {
    margin-bottom: 0.6em;
  }
  .footer > a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1300px) {
  .footer {
    max-width: 1000px;
    font-size: 22px;
    margin-top: 150px;
  }
  .footer:before {
    top: 13px;
  }
  .footer > div {
    width: 60%;
  }
  .footer h2 {
    font-size: 28px;
  }
  .footer > a {
    font-size: 28px;
  }
}

.load-indicator {
  text-align: center;
  display: block;
  width: 100%;
  padding: 80px 0 80px 0;
  line-height: 1;
}

.load-indicator span {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  height: 18px;
  padding-left: 20px;
}

.load-indicator span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 14px;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #ed3224;
  -webkit-animation: shift 0.75s linear infinite;
  -moz-animation: shift 0.75s linear infinite;
  -ms-animation: shift 0.75s linear infinite;
  -o-animation: shift 0.75s linear infinite;
  animation: shift 0.75s linear infinite;
}

@media only screen and (min-width: 600px) {
  .load-indicator span {
    font-size: 22px;
    height: 20px;
    padding-left: 24px;
  }
  .load-indicator span:before {
    height: 16px;
    margin-top: -8px;
    border-width: 8px 0 8px 11px;
  }
}

@media only screen and (min-width: 900px) {
  .load-indicator span {
    font-size: 27px;
    height: 25px;
    padding-left: 28px;
  }
  .load-indicator span:before {
    height: 20px;
    margin-top: -10px;
    border-width: 10px 0 10px 13px;
  }
}

.load-more article {
  padding-top: 72px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.load-more footer {
  margin-bottom: 0;
}

.load-more footer:last-of-type .load-indicator {
  display: block;
}

@media only screen and (min-width: 600px) {
  .load-more article {
    padding-top: 92px;
  }
  .blog .load-more article,
  .single-post .load-more article {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 900px) {
  .load-more article {
    padding-top: 0;
  }
  .blog .load-more article,
  .single-post .load-more article {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 1000px) {
  .load-more article.single-project {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1300px) {
  .blog .load-more article,
  .single-post .load-more article {
    padding-top: 200px;
  }
}

.home body .slideshow {
  font-size: 13px;
}

.home body .slideshow .slides {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home body .slideshow .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.home body .slideshow li {
  display: none;
  -webkit-backface-visibility: hidden;
  float: left;
}

.home body .slideshow .image {
  padding-bottom: 56.753%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 900px) {
  .home body .slideshow .image {
    padding-bottom: 50%;
    height: 100vh;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .home body .slideshow .image {
    height: 768px;
    height: 100vh;
  }
}

.home body .slideshow .caption {
  line-height: 1.4;
}

.home body .slideshow .caption > div {
  display: table;
  padding: 20px;
}

.home body .slideshow strong {
  display: block;
  margin-bottom: 10px;
}

.home body .slideshow span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: inline-block;
}

.home body .slideshow span:hover {
  color: #f6b9b3;
}

@media only screen and (min-width: 900px) {
  .home body .slideshow .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    text-align: right;
  }
  .home body .slideshow .caption > div {
    float: right;
  }
  .home body .slideshow strong {
    display: table-cell;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1300px) {
  .home body .slideshow {
    font-size: 18px;
  }
}

.home body .projects-list {
  max-width: 1600px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
}

.home body .projects-list:before,
.home body .projects-list:after {
  content: " ";
  display: table;
}

.home body .projects-list:after {
  clear: both;
}

.home body .projects-list article {
  *zoom: 1;
  clear: both;
  margin: 20px 0;
  line-height: 1.4;
  float: left;
  text-align: right;
  width: 100%;
  overflow: hidden;
}

.home body .projects-list article:before,
.home body .projects-list article:after {
  content: " ";
  display: table;
}

.home body .projects-list article:after {
  clear: both;
}

.home body .projects-list article > * {
  float: left;
  text-align: left;
}

.home body .projects-list article .blurb {
  margin: 20px 0 35px 0;
  position: relative;
}

.home body .projects-list article .blurb > div {
  padding: 0 40px 0 50px;
  position: relative;
}

.home body .projects-list article .blurb > div > * {
  margin-top: 0;
}

.home body .projects-list article .blurb > div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ed3224;
}

@media only screen and (min-width: 900px) {
  .home body .projects-list article .blurb > div:before {
    border-width: 7.5px 0 7.5px 10px;
  }
}

.home body .projects-list article .blurb a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.home body .projects-list article .blurb a:hover {
  color: #f6b9b3;
}

.home body .projects-list article .image {
  padding: 0 20px 0 0;
}

.home body .projects-list article .image > a {
  display: block;
  color: #484848;
  text-decoration: none;
}

.home body .projects-list article .image > a > figure > span {
  position: relative;
  display: block;
}

.home body .projects-list article .image > a > figure > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.home body .projects-list article .image > a:hover > figure > span:before {
  opacity: 0.25;
}

.home body .projects-list article .image > a:hover figcaption span {
  color: #f6b9b3;
}

.home body .projects-list article figcaption {
  padding: 15px 0 0 20px;
  font-size: 13px;
}

.home body .projects-list article figcaption strong {
  display: block;
  margin-bottom: 10px;
}

.home body .projects-list article figcaption span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: inline-block;
}

.home body .projects-list article figcaption span:hover {
  color: #f6b9b3;
}

.home body .projects-list article figcaption:first-of-type {
  display: none;
}

.home body .projects-list article img {
  display: block;
}

.home body .projects-list article:nth-of-type(even) {
  float: right;
}

.home body .projects-list article:nth-of-type(even) > * {
  float: right;
}

.home body .projects-list article:nth-of-type(even) .image {
  padding: 0 0 0 50px;
}

.home body .projects-list article:nth-of-type(even) figcaption {
  padding: 15px 20px 0 0;
}

.home body .projects-list article:nth-of-type(even) figcaption:first-of-type {
  padding: 0 20px 15px 0;
}

@media only screen and (min-width: 550px) {
  .home body .projects-list article .blurb > div {
    max-width: 65%;
  }
  .home body .projects-list article .image {
    max-width: 65%;
  }
  .home body .projects-list article:nth-of-type(even) .blurb > div {
    float: right;
    padding-left: 0;
  }
  .home body .projects-list article:nth-of-type(even) .blurb > div:before {
    left: -50px;
  }
  .home body .projects-list article:nth-of-type(even) .image {
    padding: 0;
  }
}

@media only screen and (min-width: 900px) {
  .home body .projects-list {
    padding: 50px 100px 50px 100px;
  }
  .home body .projects-list article {
    margin: 50px 0;
  }
  .home body .projects-list article > * {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .home body .projects-list article .blurb {
    width: 35%;
    max-width: 450px;
    margin: 0 0 35px 0;
  }
  .home body .projects-list article .blurb > div {
    max-width: none;
    padding: 0 40px 0 35px;
  }
  .home body .projects-list article .blurb > div:before {
    top: 5px;
  }
  .home body .projects-list article .image {
    max-width: 65%;
    padding: 0;
  }
  .home body .projects-list article figcaption {
    padding: 15px 0 0 0;
    display: table;
  }
  .home body .projects-list article figcaption strong {
    display: table-cell;
    padding-right: 20px;
  }
  .home body .projects-list article:nth-of-type(even) > * {
    float: left;
  }
  .home body .projects-list article:nth-of-type(even) .blurb > div {
    padding-left: 35px;
  }
  .home body .projects-list article:nth-of-type(even) .blurb > div:before {
    left: 0;
  }
  .home body .projects-list article:nth-of-type(even) .image {
    width: 60%;
    padding-right: 10%;
  }
  .home body .projects-list article:nth-of-type(even) figcaption:first-of-type {
    display: table;
  }
  .home body .projects-list article:nth-of-type(even) figcaption:last-of-type {
    display: none;
  }
  .home body .projects-list article:nth-child(1) {
    padding-top: 10%;
  }
  .home body .projects-list article:nth-child(1) .image {
    margin-top: -10%;
  }
  .home body .projects-list article:nth-child(2) {
    padding-top: 20%;
  }
  .home body .projects-list article:nth-child(2) .image {
    margin-top: -20%;
  }
}

@media only screen and (min-width: 1300px) {
  .home body .projects-list article {
    margin: 80px 0;
  }
  .home body .projects-list article .blurb {
    font-size: 22px;
  }
  .home body .projects-list article figcaption {
    font-size: 18px;
  }
}

.page-template-default body > article {
  line-height: 1.4;
  font-size: 16px;
}

.page-template-default body > article > h1 {
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 0;
  top: 90px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: white;
}

@media only screen and (min-width: 600px) {
  .page-template-default body > article > h1 {
    top: 110px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  .page-template-default body > article > h1 {
    margin-top: 40px;
    top: 0;
    right: auto;
    left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .page-template-default body > article > h1 {
    margin-top: 60px;
    font-size: 22px;
    left: 150px;
  }
}

.page-template-default body .featured-image {
  padding-bottom: 56.753%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 900px) {
  .page-template-default body .featured-image {
    padding-bottom: 50%;
    height: 100vh;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .page-template-default body .featured-image {
    height: 768px;
    height: 100vh;
  }
}

.page-template-default body .main-content {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  padding: 30px;
}

.page-template-default body .main-content:before,
.page-template-default body .main-content:after {
  content: " ";
  display: table;
}

.page-template-default body .main-content:after {
  clear: both;
}

.page-template-default body .main-content h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.page-template-default body .main-content h3 {
  font-size: 18px;
}

.page-template-default body .main-content ul {
  list-style: none;
  padding-left: 0;
  max-width: 90%;
}

.page-template-default body .main-content ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.6em;
}

.page-template-default body .main-content ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f6b9b3;
}

@media only screen and (min-width: 1300px) {
  .page-template-default body .main-content ul li:before {
    top: 9px;
  }
}

.page-template-default body .main-content p {
  margin: 1.5em 0;
}

.page-template-default body .main-content .column-right > *:first-child,
.page-template-default body .main-content .column-left > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 900px) {
  .page-template-default body .main-content {
    font-size: 18px;
    padding: 65px 100px;
  }
  .page-template-default body .main-content h2 {
    margin-left: 52.5%;
    margin-bottom: 2em;
    font-size: 24px;
  }
  .page-template-default body .main-content ul {
    margin: 2.6em 0;
  }
  .page-template-default body .main-content .column-right,
  .page-template-default body .main-content .column-left {
    width: 47.5%;
  }
  .page-template-default body .main-content .column-right {
    float: right;
  }
  .page-template-default body .main-content .column-left {
    float: left;
  }
}

@media only screen and (min-width: 1300px) {
  .page-template-default body .main-content {
    font-size: 20px;
    padding: 80px 100px;
  }
  .page-template-default body .main-content h2 {
    font-size: 28px;
  }
  .page-template-default body .main-content h3 {
    font-size: inherit;
  }
}

.page-template-default body .our-team {
  max-width: 1600px;
  margin: 0 auto;
}

.page-template-default body .our-team > div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
}

.page-template-default body .our-team > div > h1 {
  margin: 0 0 20px 0;
}

.page-template-default body .our-team article {
  *zoom: 1;
  clear: both;
  margin-top: 40px;
}

.page-template-default body .our-team article:before,
.page-template-default body .our-team article:after {
  content: " ";
  display: table;
}

.page-template-default body .our-team article:after {
  clear: both;
}

.page-template-default body .our-team article:first-of-type {
  margin-top: 0;
}

.page-template-default body .our-team article h1 {
  display: none;
  margin-bottom: 2em;
}

.page-template-default body .our-team article h2 {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 20px 0;
  font-size: 18px;
}

.page-template-default body .our-team article h2:hover {
  color: #f6b9b3;
}

.page-template-default body .our-team article p {
  margin: 1.5em 0;
}

.page-template-default body .our-team article > div > *:first-child {
  margin-top: 0;
}

.page-template-default body .our-team h1 {
  font-size: 18px;
}

.page-template-default body .our-team img {
  display: block;
}

@media only screen and (min-width: 900px) {
  .page-template-default body .our-team {
    font-size: 18px;
  }
  .page-template-default body .our-team > div {
    padding: 65px 100px;
  }
  .page-template-default body .our-team > div > h1 {
    margin-left: 52.5%;
    margin-bottom: 4em;
  }
  .page-template-default body .our-team article {
    margin-top: 75px;
  }
  .page-template-default body .our-team article > div {
    float: right;
    width: 47.5%;
  }
  .page-template-default body .our-team article h1 {
    display: block;
  }
  .page-template-default body .our-team article h2 {
    display: none;
  }
  .page-template-default body .our-team h1 {
    font-size: 24px;
  }
  .page-template-default body .our-team img {
    float: left;
    width: 47.5%;
  }
}

@media only screen and (min-width: 1300px) {
  .page-template-default body .our-team {
    padding: 0 100px;
    font-size: 20px;
  }
  .page-template-default body .our-team > div {
    padding: 80px 100px;
  }
  .page-template-default body .our-team article {
    margin-top: 100px;
  }
  .page-template-default body .our-team h1 {
    font-size: 28px;
  }
  .page-template-default body .our-team img {
    width: 60%;
    margin-left: -200px;
  }
}

.post-type-archive-od_project body .projects-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 0 20px;
  font-size: 13px;
  line-height: 1.4;
}

.post-type-archive-od_project body .projects-list > h1 {
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 0;
  top: 90px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

@media only screen and (min-width: 600px) {
  .post-type-archive-od_project body .projects-list > h1 {
    top: 110px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  .post-type-archive-od_project body .projects-list > h1 {
    margin-top: 40px;
    top: 0;
    right: auto;
    left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .post-type-archive-od_project body .projects-list > h1 {
    margin-top: 60px;
    font-size: 22px;
    left: 150px;
  }
}

.post-type-archive-od_project body .projects-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-type-archive-od_project body .projects-list li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  width: 100%;
}

.post-type-archive-od_project body .projects-list article > a {
  display: block;
  color: #484848;
  text-decoration: none;
}

.post-type-archive-od_project body .projects-list article > a > span {
  position: relative;
  display: block;
}

.post-type-archive-od_project body .projects-list article > a > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.post-type-archive-od_project body .projects-list article > a:hover > span:before {
  opacity: 0.25;
}

.post-type-archive-od_project body .projects-list article > a:hover h1 span {
  color: #f6b9b3;
}

.post-type-archive-od_project body .projects-list article h1 {
  display: inline-block;
  font-size: inherit;
  margin: 0 0 10px 0;
}

.post-type-archive-od_project body .projects-list article h1 span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  display: inline;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.post-type-archive-od_project body .projects-list article h1 span:hover {
  color: #f6b9b3;
}

.post-type-archive-od_project body .projects-list img {
  display: block;
  margin-bottom: 1em;
}

.post-type-archive-od_project body .projects-list p {
  margin: 0;
}

.post-type-archive-od_project body .projects-list a {
  color: #484848;
  text-decoration: none;
}

@media only screen and (min-width: 540px) {
  .post-type-archive-od_project body .projects-list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .post-type-archive-od_project body .projects-list li {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .post-type-archive-od_project body .projects-list {
    padding: 50px 30px 0 30px;
  }
  .post-type-archive-od_project body .projects-list ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post-type-archive-od_project body .projects-list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 900px) {
  .post-type-archive-od_project body .projects-list {
    padding: 160px 100px 0 100px;
    font-size: 16px;
  }
  .post-type-archive-od_project body .projects-list article div {
    display: table;
  }
  .post-type-archive-od_project body .projects-list article h1 {
    display: table-cell;
    padding-right: 20px;
    min-width: 100px;
  }
  .post-type-archive-od_project body .projects-list ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .post-type-archive-od_project body .projects-list li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1300px) {
  .post-type-archive-od_project body .projects-list {
    max-width: 1240px;
    margin: 0 auto;
    padding: 200px 100px 0 100px;
    font-size: 18px;
  }
  .post-type-archive-od_project body .projects-list ul {
    margin-left: -50px;
    margin-right: -50px;
  }
  .post-type-archive-od_project body .projects-list li {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1600px) {
  .post-type-archive-od_project body .projects-list {
    max-width: 1600px;
    margin: 0 auto;
  }
}

article.single-project {
  line-height: 1.4;
}

article.single-project .featured-image {
  padding-bottom: 56.753%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 900px) {
  article.single-project .featured-image {
    padding-bottom: 50%;
    height: 100vh;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  article.single-project .featured-image {
    height: 768px;
    height: 100vh;
  }
}

article.single-project .main-content {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  padding: 30px;
  font-size: 16px;
}

article.single-project .main-content:before,
article.single-project .main-content:after {
  content: " ";
  display: table;
}

article.single-project .main-content:after {
  clear: both;
}

article.single-project .main-content header h1,
article.single-project .main-content header p {
  margin: 0 0 1em 0;
  font-size: 18px;
}

article.single-project .main-content .view-details {
  background: none;
  border: none;
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}

article.single-project .main-content .view-details:hover {
  color: #f6b9b3;
}

article.single-project .main-content .column-right > *:first-child,
article.single-project .main-content .column-left > *:first-child {
  margin-top: 0;
}

article.single-project .main-content .column-right ul,
article.single-project .main-content .column-left ul {
  list-style: none;
  padding-left: 0;
  max-width: 90%;
  padding-bottom: 0.67em;
}

article.single-project .main-content .column-right ul li,
article.single-project .main-content .column-left ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.6em;
}

article.single-project .main-content .column-right ul li:before,
article.single-project .main-content .column-left ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f6b9b3;
}

@media only screen and (min-width: 1300px) {
  article.single-project .main-content .column-right ul li:before,
  article.single-project .main-content .column-left ul li:before {
    top: 9px;
  }
}

article.single-project .main-content .column-right p,
article.single-project .main-content .column-left p {
  margin: 1.5em 0;
}

article.single-project .main-content .column-left {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

article.single-project .main-content .column-left.reveal-details {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 900px) {
  article.single-project .main-content {
    font-size: 18px;
    padding: 65px 100px;
  }
  article.single-project .main-content header {
    margin-left: 52.5%;
    margin-bottom: 3em;
  }
  article.single-project .main-content header h1 {
    font-size: 22px;
  }
  article.single-project .main-content header p {
    font-size: inherit;
  }
  article.single-project .main-content .view-details {
    display: none;
  }
  article.single-project .main-content .column-right,
  article.single-project .main-content .column-left {
    width: 47.5%;
  }
  article.single-project .main-content .column-right {
    float: right;
  }
  article.single-project .main-content .column-left {
    float: left;
    visibility: visible;
    opacity: 1;
    height: auto !important;
  }
}

@media only screen and (min-width: 1300px) {
  article.single-project .main-content {
    font-size: 20px;
    padding: 80px 100px;
  }
  article.single-project .main-content header {
    margin-bottom: 4em;
  }
  article.single-project .main-content header h1 {
    font-size: 28px;
  }
}

article.single-project .gallery {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 13px;
}

article.single-project .gallery .block {
  *zoom: 1;
  clear: both;
}

article.single-project .gallery .block:before,
article.single-project .gallery .block:after {
  content: " ";
  display: table;
}

article.single-project .gallery .block:after {
  clear: both;
}

article.single-project .gallery .block .image {
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

article.single-project .gallery .block .image > a {
  display: block;
  color: #484848;
  text-decoration: none;
  *zoom: 1;
  clear: both;
}

article.single-project .gallery .block .image > a:before,
article.single-project .gallery .block .image > a:after {
  content: " ";
  display: table;
}

article.single-project .gallery .block .image > a:after {
  clear: both;
}

article.single-project .gallery .block .image > a:hover figure > span:before {
  opacity: 0.25;
}

article.single-project .gallery .block .image.image-left {
  float: right;
  padding-right: 0;
}

article.single-project .gallery .block .image.image-left figcaption {
  padding-left: 0;
}

article.single-project .gallery .block .image.image-right {
  float: left;
  padding-left: 0;
}

article.single-project .gallery .block.landscape-landscape .image-left {
  padding-right: 0;
}

article.single-project .gallery .block.landscape-portrait .image-left {
  float: left;
  padding-left: 0;
}

article.single-project .gallery .block.landscape-portrait .image-left figcaption {
  padding-left: 20px;
}

article.single-project .gallery img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

article.single-project .gallery figure > span {
  position: relative;
  display: block;
}

article.single-project .gallery figure > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

article.single-project .gallery figcaption {
  padding: 15px 20px;
}

@media only screen and (min-width: 500px) {
  article.single-project .gallery .block .image {
    width: 70%;
  }
}

@media only screen and (min-width: 900px) {
  article.single-project .gallery .block {
    padding: 0 100px;
    margin-top: 40px;
  }
  article.single-project .gallery .block .image {
    width: 50%;
    margin-top: 0;
  }
  article.single-project .gallery .block .image.image-left {
    float: left;
    padding-right: 35px;
  }
  article.single-project .gallery .block .image.image-right {
    float: right;
    padding-left: 35px;
  }
  article.single-project .gallery .block.portrait-portrait .image {
    width: 47%;
  }
  article.single-project .gallery .block.portrait-portrait .image.image-left {
    padding-top: 13%;
    padding-left: 5%;
  }
  article.single-project .gallery .block.portrait-portrait .image.image-right {
    width: 45%;
    padding-right: 3%;
  }
  article.single-project .gallery .block.landscape-portrait .image-right {
    width: 42%;
  }
  article.single-project .gallery .block.landscape-portrait .image-left {
    width: 56%;
    padding-top: 35%;
  }
  article.single-project .gallery .block.portrait-landscape .image-right {
    padding-right: 0;
  }
  article.single-project .gallery .block.portrait-landscape .image-left {
    width: 45%;
    padding-top: 15%;
  }
  article.single-project .gallery .block.landscape-landscape .image-right {
    width: 52.5%;
  }
  article.single-project .gallery .block.landscape-landscape .image-left {
    width: 60%;
    padding-top: 5%;
    padding-left: 50px;
  }
  article.single-project .gallery figcaption {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1300px) {
  article.single-project .gallery {
    font-size: 18px;
  }
  article.single-project .gallery .block {
    margin-top: 80px;
  }
  article.single-project .gallery .block .image.image-left {
    padding-right: 50px;
  }
  article.single-project .gallery .block .image.image-right {
    padding-left: 50px;
  }
}

.single-od_project > body > .single-project > .load-indicator {
  display: none;
}

.blog body .blogposts-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px 0 20px;
  font-size: 16px;
}

.blog body .blogposts-list > h1 {
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 0;
  top: 90px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

@media only screen and (min-width: 600px) {
  .blog body .blogposts-list > h1 {
    top: 110px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  .blog body .blogposts-list > h1 {
    margin-top: 40px;
    top: 0;
    right: auto;
    left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .blog body .blogposts-list > h1 {
    margin-top: 60px;
    font-size: 22px;
    left: 150px;
  }
}

.blog body .blogposts-list > div {
  padding-bottom: 30px;
  position: relative;
}

.blog body .blogposts-list > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: silver;
  left: 20px;
  right: 20px;
}

.blog body .blogposts-list article {
  line-height: 1.6;
  margin-bottom: 30px;
}

.blog body .blogposts-list article > a {
  display: block;
  color: #484848;
  text-decoration: none;
  *zoom: 1;
  clear: both;
}

.blog body .blogposts-list article > a:before,
.blog body .blogposts-list article > a:after {
  content: " ";
  display: table;
}

.blog body .blogposts-list article > a:after {
  clear: both;
}

.blog body .blogposts-list article > a > span {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.blog body .blogposts-list article > a > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.blog body .blogposts-list article > a:hover > span:before {
  opacity: 0.25;
}

.blog body .blogposts-list article > a:hover h1 span {
  color: #f6b9b3;
}

.blog body .blogposts-list article h1 {
  display: inline-block;
  font-size: inherit;
  font-weight: 300;
  margin: 0 0 0.8em 0;
  max-width: 12em;
}

.blog body .blogposts-list article h1 span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.blog body .blogposts-list article h1 span:hover {
  color: #f6b9b3;
}

.blog body .blogposts-list article p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

.blog body .blogposts-list img {
  display: block;
}

.blog body .blogposts-list time {
  display: none;
}

@media only screen and (min-width: 600px) {
  .blog body .blogposts-list article > a > span {
    float: right;
    max-width: 60%;
    margin-bottom: 0;
  }
  .blog body .blogposts-list article h1 {
    font-weight: normal;
  }
  .blog body .blogposts-list article h1 span {
    border-bottom: none;
  }
  .blog body .blogposts-list time {
    display: table-cell;
  }
}

@media only screen and (min-width: 600px) {
  .blog body .blogposts-list {
    padding: 50px 30px 0 30px;
  }
  .blog body .blogposts-list article p {
    display: inline-block;
    max-width: 40%;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 900px) {
  .blog body .blogposts-list {
    padding: 160px 100px 0 100px;
    font-size: 22px;
  }
  .blog body .blogposts-list > div {
    padding-bottom: 45px;
  }
  .blog body .blogposts-list > div:after {
    left: 0;
    right: 0;
  }
  .blog body .blogposts-list article {
    margin-bottom: 60px;
  }
  .blog body .blogposts-list article p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1300px) {
  .blog body .blogposts-list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 200px 100px 0 100px;
    font-size: 24px;
  }
  .blog body .blogposts-list > div {
    padding-bottom: 60px;
    padding-left: 55px;
    padding-right: 120px;
  }
  .blog body .blogposts-list article {
    margin-bottom: 100px;
  }
}

.single-blogpost {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
  font-size: 16px;
  line-height: 1.6;
}

.single-blogpost > div > div {
  position: relative;
  padding-bottom: 20px;
}

.single-blogpost > div > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: silver;
  left: 30px;
  right: 30px;
}

.single-blogpost .page-title {
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 0;
  top: 90px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: none;
}

@media only screen and (min-width: 600px) {
  .single-blogpost .page-title {
    top: 110px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  .single-blogpost .page-title {
    margin-top: 40px;
    top: 0;
    right: auto;
    left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .single-blogpost .page-title {
    margin-top: 60px;
    font-size: 22px;
    left: 150px;
  }
}

.single-blogpost header {
  font-size: 18px;
}

.single-blogpost h1 {
  font-size: inherit;
  margin: 0 0 0.8em 0;
  max-width: 12em;
}

.single-blogpost time {
  display: inline-block;
  margin-bottom: 10px;
}

.single-blogpost img {
  max-width: none;
  display: block;
  width: calc( 100% + 60px);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: calc( -30px);
}

.single-blogpost img.feature-image {
  margin-top: 0;
  margin-bottom: 2em;
}

.single-blogpost ul {
  list-style: none;
  padding-left: 0;
  max-width: 90%;
}

.single-blogpost ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.6em;
}

.single-blogpost ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f6b9b3;
}

@media only screen and (min-width: 1300px) {
  .single-blogpost ul li:before {
    top: 9px;
  }
}

.single-blogpost ul li {
  margin-bottom: 0;
}

.single-blogpost a {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.single-blogpost a:hover {
  color: #f6b9b3;
}

@media only screen and (min-width: 800px) {
  .single-blogpost {
    padding: 50px 30px 0 30px;
  }
  .single-blogpost img {
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }
  .single-blogpost img.feature-image {
    margin-bottom: 1.5em;
  }
  .single-blogpost > div > div {
    padding-left: 40%;
    padding-bottom: 40px;
  }
  .single-blogpost > div > div:after {
    left: 40%;
    right: 0;
  }
  .single-blogpost header {
    position: absolute;
    left: 0;
    top: 0;
  }
  .single-blogpost h1 {
    font-weight: normal;
  }
  .single-blogpost .page-title {
    display: block;
  }
}

@media only screen and (min-width: 900px) {
  .single-blogpost {
    padding: 160px 100px 0 100px;
    font-size: 18px;
  }
  .single-blogpost header {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1300px) {
  .single-blogpost {
    max-width: 1400px;
    margin: 0 auto;
    padding: 200px 100px 0 100px;
    font-size: 20px;
  }
  .single-blogpost > div {
    padding-left: 55px;
    padding-right: 120px;
  }
  .single-blogpost > div > div {
    padding-bottom: 60px;
  }
  .single-blogpost header {
    font-size: 24px;
  }
}

.recent-posts {
  *zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 20px 20px 20px;
  position: relative;
  font-size: 18px;
}

.recent-posts:before,
.recent-posts:after {
  content: " ";
  display: table;
}

.recent-posts:after {
  clear: both;
}

.recent-posts > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: silver;
  left: 30px;
  right: 30px;
}

.recent-posts > h1 {
  font-size: inherit;
  margin: 0 0 25px 0;
}

.recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-posts li {
  margin-bottom: 30px;
}

.recent-posts img {
  display: block;
}

.recent-posts article {
  line-height: 1.5;
}

.recent-posts article > a {
  display: block;
  color: #484848;
  text-decoration: none;
  *zoom: 1;
  clear: both;
}

.recent-posts article > a:before,
.recent-posts article > a:after {
  content: " ";
  display: table;
}

.recent-posts article > a:after {
  clear: both;
}

.recent-posts article > a > span {
  position: relative;
  display: block;
  margin-bottom: 1em;
}

.recent-posts article > a > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.recent-posts article > a:hover > span:before {
  opacity: 0.25;
}

.recent-posts article > a:hover h1 span {
  color: #f6b9b3;
}

.recent-posts article h1 {
  display: inline-block;
  font-size: inherit;
  font-weight: 300;
  margin: 0;
  max-width: 260px;
}

.recent-posts article h1 span {
  color: #484848;
  text-decoration: none;
  border-bottom: 1px solid #f6b9b3;
  -webkit-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

.recent-posts article h1 span:hover {
  color: #f6b9b3;
}

@media only screen and (min-width: 600px) {
  .recent-posts {
    padding: 45px 30px 20px 30px;
  }
  .recent-posts ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .recent-posts li {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media only screen and (min-width: 800px) {
  .recent-posts ul {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 40%;
  }
  .recent-posts li {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .recent-posts article > a > span {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .recent-posts article h1 {
    width: 50%;
    padding-left: 30px;
  }
  .recent-posts h1 {
    float: left;
  }
}

@media only screen and (min-width: 1300px) {
  .recent-posts {
    max-width: 1400px;
    margin: 0 auto;
    padding: 45px 55px 20px 55px;
    font-size: 24px;
  }
  .recent-posts > div {
    padding-left: 55px;
    padding-right: 120px;
  }
  .recent-posts li {
    margin-bottom: 45px;
  }
}

.single-post > body > .single-blogpost > .load-indicator {
  display: none;
}

.error404 body > article {
  line-height: 1.4;
  font-size: 16px;
  padding: 120px 0 0 0;
}

.error404 body > article > h1 {
  position: absolute;
  right: 0;
  padding: 0 20px;
  margin: 0;
  top: 90px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

@media only screen and (min-width: 600px) {
  .error404 body > article > h1 {
    top: 110px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 900px) {
  .error404 body > article > h1 {
    margin-top: 40px;
    top: 0;
    right: auto;
    left: 100px;
  }
}

@media only screen and (min-width: 1300px) {
  .error404 body > article > h1 {
    margin-top: 60px;
    font-size: 22px;
    left: 150px;
  }
}

.error404 body .main-content {
  max-width: 1240px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
  padding: 30px;
}

.error404 body .main-content:before,
.error404 body .main-content:after {
  content: " ";
  display: table;
}

.error404 body .main-content:after {
  clear: both;
}

.error404 body .main-content h2 {
  margin: 0 0 20px 0;
  font-size: 18px;
}

.error404 body .main-content h3 {
  font-size: 18px;
}

.error404 body .main-content ul {
  list-style: none;
  padding-left: 0;
  max-width: 90%;
}

.error404 body .main-content ul li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.6em;
}

.error404 body .main-content ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #f6b9b3;
}

@media only screen and (min-width: 1300px) {
  .error404 body .main-content ul li:before {
    top: 9px;
  }
}

.error404 body .main-content p {
  margin: 1.5em 0;
}

.error404 body .main-content .column-right > *:first-child,
.error404 body .main-content .column-left > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 900px) {
  .error404 body .main-content {
    font-size: 18px;
    padding: 65px 50px;
  }
  .error404 body .main-content h2 {
    margin-left: 52.5%;
    margin-bottom: 2em;
    font-size: 24px;
  }
  .error404 body .main-content ul {
    margin: 2.6em 0;
  }
  .error404 body .main-content .column-right,
  .error404 body .main-content .column-left {
    width: 47.5%;
  }
  .error404 body .main-content .column-right {
    float: right;
  }
  .error404 body .main-content .column-left {
    float: left;
  }
}

@media only screen and (min-width: 1300px) {
  .error404 body .main-content {
    font-size: 20px;
    padding: 80px 50px;
  }
  .error404 body .main-content h2 {
    font-size: 28px;
  }
  .error404 body .main-content h3 {
    font-size: inherit;
  }
}
