/*!
Theme Name: iStruct
Theme Name: iStruct
Theme URI: http://www.zzandd.com
Author: ZZ+D Ltd
Author URI: http://www.zzandd.com
Description: Custom Theme for iStruct
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iStruct
Tags:

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

iStruct is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: 'montserrat-ultralight-webfont';
  src: url("css/Montserrat-UltraLight.woff2") format("woff2"), url("css/Montserrat-UltraLight.woff") format("woff"); }

@font-face {
  font-family: 'montserrat-light-webfont';
  src: url("css/Montserrat-Light.woff2") format("woff2"), url("css/Montserrat-Light.woff") format("woff"); }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #818181;
  font-family: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  color: #303266;
  font-size: 2em;
  margin: 0;
  font-family: "montserrat-ultralight-webfont", Helvetica, Segoe UI, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 0.5em; }
  @media (max-width: 580px) {
    h1 {
      font-size: 1.65em; } }

.site-title:after {
  display: none; }

h2 {
  color: #303266;
  font-size: 1.75em;
  margin: 5px 0;
  padding: 0;
  font-family: "montserrat-ultralight-webfont", Helvetica, Segoe UI, Arial, sans-serif;
  text-transform: uppercase; }

p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

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

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: initial;
  border: none;
  line-height: 1; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #4A4A4A;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #303266; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #303266; }
  a:visited {
    color: #303266; }
  a:hover, a:focus, a:active {
    color: #B4AB59; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  margin-left: auto; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    margin-left: 2em; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 0.9em; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #B4AB59;
    border-bottom: 2px solid currentColor; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media (min-width: 1024px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

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

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

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

.desktop-menu {
  display: none; }
  @media (min-width: 1024px) {
    .desktop-menu {
      display: block; } }
  .desktop-menu div ul {
    margin: 0; }
  .desktop-menu li {
    display: inline-block; }

#mob-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #303266;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 100vw;
  height: 100vh;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
  #mob-menu li {
    display: block;
    padding: 0.5em 2em;
    margin: 0;
    text-align: left;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  #mob-menu a {
    color: white;
    padding: 0.5em 0; }

.menu-toggle {
  width: 40px;
  padding: 5px;
  position: relative;
  z-index: 999; }
  .menu-toggle span {
    background-color: #303266;
    height: 4px;
    display: block;
    margin-bottom: 4px;
    width: 100%;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s; }
    .menu-toggle span:first-of-type {
      background-color: #C3C3C3; }

.main-navigation.toggled #mob-menu {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px); }

.main-navigation.toggled .menu-toggle span {
  background-color: white; }

.main-navigation.toggled .menu-toggle span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
      -ms-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px); }

.main-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0; }

.main-navigation.toggled .menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -6px);
      -ms-transform: rotate(-45deg) translate(3px, -6px);
          transform: rotate(-45deg) translate(3px, -6px); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #ccc;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #4A4A4A;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#fixed-nav {
  z-index: 2; }

.site-header {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 99; }

ul#primary-menu {
  overflow: auto; }
  ul#primary-menu .menu-item {
    color: white; }

.header-wrap {
  max-width: 1200px;
  overflow: auto;
  margin: 0 auto;
  padding: 1em 15px;
  background-color: white;
  box-shadow: 0 2px 5px transparent;
  transition: box-shadow 0.5s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 600px) {
    .header-wrap {
      padding: 1em 30px;
      width: 100%; } }

.site-branding .site-title {
  text-indent: -9999px;
  background-image: url("images/iStruct-logo.gif");
  width: 250px;
  height: 66px;
  background-size: 100%;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: left center; }
  @media screen and (max-width: 468px) {
    .site-branding .site-title {
      width: 200px;
      margin: 0; } }

.site-branding h1 {
  margin: 0; }

.site-branding a {
  display: block;
  height: 100%; }

.site-description {
  text-indent: -9999px;
  margin: 0;
  display: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
  background-color: #303266; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

#entry-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background-color: white; }
  @media (max-width: 580px) {
    #entry-wrap {
      padding: 0 1.5em; }
      #entry-wrap .container {
        padding: 0; } }

.container {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) and (max-width: 1240px) {
    .container {
      padding: 0 15px; } }
  @media screen and (max-width: 599px) {
    .container {
      padding: 0 1.5em; } }

@media (min-width: 1024px) {
  .addresses {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

.wpb_row {
  margin-bottom: 0 !important; }

.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: none; }

.entry-content {
  margin: 0;
  max-width: 100% !important;
  padding: 1em 0 !important; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.entry-title {
  margin-bottom: 0; }
  .entry-title a {
    text-decoration: none; }

.posted-on {
  opacity: 0.5; }
  .posted-on a {
    text-decoration: none;
    color: color_grey; }

.intro-text p {
  font-size: 1.3em;
  font-weight: 300; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog #primary, .single #primary, .archive #primary, .page #primary {
  -webkit-flex: 1 0 70%;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%; }
  .blog #primary > ul li:before, .single #primary > ul li:before, .archive #primary > ul li:before, .page #primary > ul li:before {
    content: "\2022";
    display: inline-block;
    width: 20px;
    color: #303266; }

.blog #secondary, .single #secondary, .archive #secondary, .page #secondary {
  -webkit-flex: 1 0 20%;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%; }
  .blog #secondary h2:after, .single #secondary h2:after, .archive #secondary h2:after, .page #secondary h2:after {
    display: none; }
  .blog #secondary .application-btn, .single #secondary .application-btn, .archive #secondary .application-btn, .page #secondary .application-btn {
    display: block;
    margin: 0 auto 1em;
    width: 275px;
    height: 275px;
    text-indent: -9999px;
    background: url("images/application-btn.svg") center center; }
  @media screen and (min-width: 468px) {
    .blog #secondary, .single #secondary, .archive #secondary, .page #secondary {
      margin-left: 3em; } }

.blog .entry-title, .single .entry-title, .archive .entry-title, .page .entry-title {
  margin-top: 0px; }

.blog ul, .single ul, .archive ul, .page ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1em; }
  .blog ul li, .single ul li, .archive ul li, .page ul li {
    list-style: none;
    padding-left: 1em; }

.banner-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh; }

#banner-slider {
  height: 100vh; }
  @media screen and (max-width: 800px) {
    #banner-slider {
      height: 60vh; } }

.bx-wrapper {
  height: 100vh; }

.bx-default-pager {
  margin: 0 auto;
  max-width: 1200px; }

.bxslider li {
  height: 100vh;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 800px) {
    .bxslider li {
      height: 60vh;
      background-position: center; } }

.text-position {
  max-width: 1200px;
  margin: 0 auto; }

.text-wrap {
  position: absolute;
  z-index: 99;
  bottom: 150px;
  max-width: 1200px;
  margin: 0 auto; }
  .text-wrap p a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 4em;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 3px 1px rgba(0, 0, 0, 0.25);
    line-height: 1em; }
  @media screen and (max-width: 800px) {
    .text-wrap {
      bottom: calc(10vh + 40px); }
      .text-wrap p a {
        font-size: 2em; } }

.bx-controls {
  position: absolute;
  bottom: 120px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .bx-controls {
      bottom: calc(50vh + 10px); } }

.home #page {
  position: relative;
  top: 50vh; }
  @media screen and (min-width: 800px) {
    .home #page {
      top: 80vh;
      /* fallback if needed */
      top: calc(100vh - 102px); } }

#primary {
  position: relative;
  z-index: 9; }
  #primary .site-main {
    padding-top: 102px;
    background-color: white;
    margin-top: -102px; }

#secondary ul {
  margin: 0;
  list-style: none;
  padding: 0; }
  #secondary ul.skills-tags li {
    display: inline-block;
    padding: 5px 10px;
    border: 3px solid #B4AB59;
    border-radius: 5px;
    margin-right: 5px; }
  #secondary ul a {
    text-decoration: none; }
    #secondary ul a:hover {
      text-decoration: underline; }

@media screen and (min-width: 468px) {
  .flex-block, .alm-reveal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.strip-image img {
  width: 100%; }

.project-list, .alm-reveal {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.project-item {
  margin: 1em 0 2em;
  padding: 0;
  text-align: right;
  position: relative; }
  @media screen and (min-width: 468px) {
    .project-item {
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 768px) {
    .project-item {
      padding: 0 1em; } }
  .project-item .details {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    right: 0; }
    @media screen and (min-width: 768px) {
      .project-item .details {
        margin-top: -48px; } }
    .project-item .details a.project-btn {
      font-size: 0.75em;
      display: block;
      text-decoration: none;
      font-family: montserrat-light-webfont;
      background-color: #B4AB59;
      display: inline-block;
      border-radius: 3px;
      padding: 0.5em 1em;
      color: white;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }
      @media screen and (min-width: 769px) {
        .project-item .details a.project-btn {
          font-size: 1em;
          transition: all 0.5s;
          -webkit-transform: translateY(-50px);
              -ms-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0; } }
  @media screen and (min-width: 768px) {
    .project-item:hover a.project-btn {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 1; } }
  .project-item:hover .image img {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25); }
  .project-item h3 {
    margin: 0;
    font-size: 1.5em;
    font-family: "montserrat-ultralight-webfont", Helvetica, Segoe UI, Arial, sans-serif;
    line-height: 1em;
    color: #4A4A4A; }
  .project-item .col1 {
    -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    margin-right: 20px; }
  .project-item .image {
    position: relative;
    overflow: hidden;
    max-height: 380px; }
    .project-item .image span {
      position: absolute;
      background-image: url("images/dotted-circle.svg");
      height: 170px;
      width: 170px;
      display: block; }
    .project-item .image img {
      width: 100%; }
      @media (max-width: 580px) {
        .project-item .image img {
          -webkit-transform: scale(0.99);
              -ms-transform: scale(0.99);
                  transform: scale(0.99); } }
      @media (min-width: 1024px) {
        .project-item .image img {
          transition: -webkit-transform 2s;
          transition: transform 2s;
          transition: transform 2s, -webkit-transform 2s;
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); } }
    .project-item .image .image-slice {
      position: absolute;
      bottom: 0;
      width: 102%;
      height: 101px;
      background-position: bottom center;
      background-repeat: no-repeat;
      left: -2px; }
      .project-item .image .image-slice svg .st0 {
        fill: #FFFFFF; }
  .project-item:last-of-type {
    margin-bottom: 0; }

.testimonial h2 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #4A4A4A; }
  .testimonial h2:after {
    display: none; }

#testimonials .flex-block {
  -webkit-flex-flow: wrap row;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row; }

.main-image img {
  width: 100%; }

.right-text {
  padding: 4em 0; }
  .right-text div {
    text-align: left;
    margin-left: auto;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 0 1em;
    font-family: montserrat-light-webfont; }
    @media screen and (min-width: 37.5em) {
      .right-text div {
        max-width: 50%; } }

.stuck {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }

.architects {
  font-family: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
  font-size: 0.8em;
  color: #C3C3C3;
  margin: 0; }

.col-2 {
  padding-top: 3em; }
  .col-2 div {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 1em; }
  .col-2 .sml {
    font-size: 0.85em;
    font-family: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
    color: #818181; }

.top-banner {
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .top-banner.sml {
    height: 325px; }
    @media screen and (max-width: 599px) {
      .top-banner.sml {
        height: 200px; } }
  .top-banner.lge {
    height: 560px; }
    @media screen and (max-width: 599px) {
      .top-banner.lge {
        height: 200px; } }
  .top-banner img {
    height: 100%; }

.mission-statement h2 {
  font-size: 1.5em; }

.mission-statement .intro {
  font-family: montserrat-light-webfont;
  font-size: 1em; }

.mission-statement p {
  font-size: 0.85em; }

.contact {
  font-size: 1.5em;
  font-family: montserrat-ultralight-webfont; }
  .contact a {
    color: #818181;
    text-decoration: none;
    border-bottom: 1px solid currentColor; }
    .contact a:hover {
      color: #B4AB59; }
  .contact.phone a {
    border: 0; }
    .contact.phone a:hover {
      color: #818181; }
  .contact span {
    display: inline-block;
    min-width: 100px; }

.jobs-listings {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.job-listing {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin-bottom: 2em;
  padding: 0 1em; }
  .job-listing ul li {
    margin-bottom: 0.5em;
    font-size: 0.85em; }
    .job-listing ul li:before {
      content: "\2022";
      display: inline-block;
      color: #B4AB59;
      height: 15px;
      width: 15px;
      font-size: 1.5em;
      margin-left: -15px; }
  .job-listing .details a {
    text-decoration: none;
    display: inline-block;
    background-color: #303266;
    color: white;
    padding: 0.5em 1em;
    border-radius: 3px; }
    .job-listing .details a:hover {
      background-color: #B4AB59; }

.photos {
  text-align: right;
  font-size: 0.85em;
  padding: 0 10px;
  opacity: 0.5; }

.contact-page .right-text {
  padding: 4em 0 1em; }

.contact-page .col-2 {
  padding: 1em 0; }
  .contact-page .col-2 div:last-of-type {
    padding: 0; }

.prev-next-posts {
  width: 100%;
  text-align: center;
  padding: 3em 0; }
  .prev-next-posts div {
    display: inline-block; }
    .prev-next-posts div a {
      background-color: #303266;
      font-family: montserrat-light-webfont;
      color: white;
      text-decoration: none;
      border-radius: 3px;
      padding: 0.5em 1em 0.6em;
      display: block;
      margin: 10px 15px;
      transition: background-color 0.5s; }
      .prev-next-posts div a:hover {
        background-color: #B4AB59; }

.column-reset {
  height: 20px; }

.pagination {
  display: block;
  width: 100%;
  text-align: center; }
  .pagination a, .pagination span {
    display: inline-block;
    padding: 0.5em 1em;
    background-color: #303266;
    margin: 0 0.25em;
    border-radius: 3px;
    transition: background-color .5s;
    color: white;
    text-decoration: none; }
    .pagination a:hover, .pagination span:hover {
      background-color: #B4AB59; }
  .pagination span {
    pointer-events: none;
    background-color: #B4AB59; }

.architect {
  opacity: 0.5; }

.in-progress {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #B4AB59;
  color: white;
  opacity: 0.5;
  margin-bottom: 1em; }

.hero-image {
  padding: 0 10px;
  margin-bottom: 10px; }
  .hero-image a {
    display: block; }
    .hero-image a img {
      width: 100%; }

.grid-item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px; }
  .grid-item a {
    display: block; }
    .grid-item a img {
      width: 100%; }
    @media (max-width: 580px) {
      .grid-item a {
        pointer-events: none; } }
  @media screen and (max-width: 599px) {
    .grid-item {
      width: 100%; } }

.featherlight-content {
  background: initial !important;
  overflow: hidden !important; }

.return-link {
  text-align: center;
  font-size: 1.5em;
  padding: 2em 0 1em; }
  .return-link a {
    cursor: pointer;
    border-bottom: 2px solid currentColor;
    color: #B4AB59;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 0.25em;
    transition: color 0.5s; }
    .return-link a:hover {
      color: #303266; }

#tabs {
  padding-bottom: 0.25em; }
  #tabs ul {
    margin-bottom: 4em; }
  #tabs .description ul {
    margin-bottom: 2em; }

div[id^="tabs-"] {
  display: block; }
  div[id^="tabs-"] div {
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%; }
  div[id^="tabs-"] h2 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-bottom: 2px solid #B4AB59;
    margin-bottom: 1em;
    display: none; }
    @media (max-width: 1023px) {
      div[id^="tabs-"] h2 {
        display: block; } }
  div[id^="tabs-"] .description {
    font-size: 0.85em;
    padding-right: 2em; }
    @media (max-width: 1023px) {
      div[id^="tabs-"] .description {
        padding: initial; } }
    div[id^="tabs-"] .description li:before {
      content: "\2022";
      display: inline-block;
      color: #B4AB59;
      height: 15px;
      width: 15px;
      font-size: 1.5em;
      margin-left: -15px; }
  div[id^="tabs-"] .photo {
    position: relative;
    overflow: hidden;
    min-height: 250px; }
    div[id^="tabs-"] .photo .image-slice {
      position: absolute;
      bottom: -10px;
      z-index: 9;
      width: 100%;
      height: 140px; }
      div[id^="tabs-"] .photo .image-slice .slice {
        fill: white; }
    div[id^="tabs-"] .photo img {
      -webkit-transform: scale(0.99);
          -ms-transform: scale(0.99);
              transform: scale(0.99); }
  @media (min-width: 1024px) {
    div[id^="tabs-"] {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media (max-width: 1023px) {
    div[id^="tabs-"] {
      display: block !important;
      padding: 0 1em; } }

.tabs-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tabs-nav li {
    -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    padding: 0 !important; }
    .tabs-nav li:focus {
      outline: none; }
      .tabs-nav li:focus a {
        color: #B4AB59; }
    .tabs-nav li.ui-state-active a {
      color: #B4AB59; }
      .tabs-nav li.ui-state-active a:after {
        border-bottom: 2px solid #B4AB59;
        content: "";
        width: 90%;
        display: block;
        margin: 10px 0 0; }
    .tabs-nav li a {
      text-decoration: none;
      padding: 0.5em 0;
      outline: none;
      font-size: 1.25em;
      line-height: 1em;
      display: block; }
  @media (max-width: 1023px) {
    .tabs-nav {
      display: none; } }

.no-image {
  pointer-events: none; }

.no-image-align-header {
  height: 81px;
  width: 100%; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 100vh 30px 2em;
  position: fixed;
  bottom: 0;
  background-color: #303266;
  width: 100%;
  text-align: right;
  color: white;
  display: none;
  z-index: 1; }
  .site-footer.show {
    display: block; }

#footer-wrap {
  background-color: white;
  background-image: url("images/footer-slice.svg");
  background-position: center top;
  background-size: cover; }
  @media screen and (max-width: 600px) {
    #footer-wrap {
      background-image: none; } }

#footer-widget {
  margin-bottom: 1em;
  font-size: 1.25em;
  color: white;
  text-align: right; }
  #footer-widget .widget-title {
    color: white;
    font-weight: 300;
    font-size: 1.75em; }
  #footer-widget .address {
    font-size: 0.75em;
    padding: 1em 0; }
  #footer-widget a {
    display: block;
    transition: none;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    display: inline-block; }
    #footer-widget a:hover {
      color: #B4AB59; }
    #footer-widget a:visited {
      color: #B4AB59; }
    #footer-widget a:focus {
      color: #B4AB59; }
  #footer-widget .widget_nav_menu {
    float: left;
    margin-bottom: 0;
    margin-right: 120px; }
    #footer-widget .widget_nav_menu h3 {
      color: #4A4A4A;
      font-size: 14px;
      letter-spacing: -0.02em; }
    #footer-widget .widget_nav_menu ul {
      margin: 0;
      padding: 0; }
    #footer-widget .widget_nav_menu li {
      list-style: none;
      padding: 0;
      margin: 0; }
      #footer-widget .widget_nav_menu li a {
        color: color_grey;
        text-decoration: none;
        font-size: 13px; }
        #footer-widget .widget_nav_menu li a:hover {
          color: color_orange; }

.footer-logo {
  margin-bottom: 1em;
  text-align: right; }

.footer-slice {
  width: 100%;
  height: 400px;
  background-image: url("images/footer-slice.svg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  position: relative;
  z-index: 2;
  margin-top: -1px; }
  @media screen and (min-width: 2000px) {
    .footer-slice {
      height: 500px; } }

.footer-info {
  position: relative;
  z-index: 9; }
  .footer-info .widget-title {
    display: none; }
  .footer-info div:first-of-type {
    font-size: 1.5em;
    font-family: montserrat-light-webfont;
    line-height: 1.25em;
    margin-bottom: 1em; }
  .footer-info a {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid currentColor; }
    .footer-info a:hover {
      color: #B4AB59; }

.footer-logo {
  background-image: url("images/footer-icon.svg");
  width: 58px;
  height: 35px;
  display: block;
  margin-left: auto; }

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Bx Slider http://bxslider.com/
--------------------------------------------------------------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  padding: 0 1em; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  font-family: "Montserrat", Helvetica, Segoe UI, Arial, sans-serif;
  margin: 0 5px;
  outline: 0;
  color: white;
  text-decoration: none;
  font-size: 1.2em; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  color: #B4AB59; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -50px;
  background: url(images/controls.png) no-repeat 0 0;
  background-size: 98px; }

.bx-wrapper .bx-next {
  right: -50px;
  background: url(images/controls.png) no-repeat -44px -32px;
  background-size: 98px; }

.bx-wrapper .bx-prev:hover {
  opacity: 0.25; }

.bx-wrapper .bx-next:hover {
  opacity: 0.25; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 33px;
  height: 32px;
  text-indent: -9999px;
  z-index: 0; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }
