/*
	Theme Name: Holst Design + Build
	Author URI: http://thecompetition.com.au
	Description: HTML5 Blank WordPress - Holst Design + Build V1.0
	Version: 1.0
	Author: The Competition & Hello Imaginarium
*/
/*  ==========================================================================
		Fonts	
		========================================================================== */
/* 500, book */
/* 300, 500, 700 */
/*  ==========================================================================
		Line Height	
		========================================================================== */
/*  ==========================================================================
		Font Weights	
		========================================================================== */
/* Idlewood Book */
/*  ==========================================================================
		Colors	
		========================================================================== */
/* Dark Tone 2 */
/* Golden Koi */
/* Light Tone 1 */
/* Light Tone 2 */
/* Mid Tone */
/* Dark Tone 1 */
/* Dark Tone 2 */
/*  ==========================================================================
		Wrap & page setups width	
		========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

cite {
  display: block; }

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

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

/* close commented backslash hack */
img {
  max-width: 100%;
  vertical-align: bottom; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="text"]:focus, textarea[type="text"]:focus, input[type="email"]:focus {
  outline: 0;
  background: #E1B87F; }

input:focus {
  outline: 0;
  background: #E1B87F; }

.error::-webkit-input-placeholder, .error:-moz-placeholder, .error::-moz-placeholder, error:-ms-input-placeholder {
  color: #cc0000; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgba(225, 184, 127, 0.7) inset; }

a[href^=tel] {
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  -webkit-text-size-adjust: none; }
  @media (max-width: 768px) {
    a[href^=tel] {
      font-size: 11px; } }
  @media (max-width: 600px) {
    a[href^=tel] {
      font-size: 13px; } }

/* Width + Padding = element width */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
  visibility: hidden; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
  visibility: visible; }

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button:hover {
    color: #E1B87F; }

/* =============================================================================
   5. 	Global Styles
   ========================================================================== */
body {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: #FFF;
  color: #3F4444;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  @media (max-width: 768px) {
    body {
      font-size: 11px; } }
  @media (max-width: 600px) {
    body {
      font-size: 13px; } }

a {
  text-decoration: none;
  color: inherit;
  font-size: 13px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  @media (max-width: 768px) {
    a {
      font-size: 11px; } }
  @media (max-width: 600px) {
    a {
      font-size: 13px; } }

a:hover {
  color: #E1B87F; }

.container {
  min-height: 100%; }

/* =============================================================================
   Single Full Width
   ========================================================================== */
.wrap {
  position: relative;
  margin: 0 auto;
  width: 900px;
  min-height: 100%; }
  @media (max-width: 920px) {
    .wrap {
      width: 100%;
      padding: 0 2%; } }

/* =============================================================================
   Percentage Width Columns
   ========================================================================== */
.pc30 img, .pc33 img, .pc50 .pc70 img {
  max-width: 100%;
  vertical-align: middle; }

.pc30 {
  float: left;
  width: 30%; }
  @media (max-width: 600px) {
    .pc30 {
      float: none;
      width: 100%; } }

.pc33 {
  float: left;
  width: 33%; }
  @media (max-width: 600px) {
    .pc33 {
      float: none;
      width: 100%; } }

.pc50 {
  float: left;
  width: 50%; }
  @media (max-width: 600px) {
    .pc50 {
      float: none;
      width: 100%; } }

.pc70 {
  float: left;
  width: 70%; }
  @media (max-width: 600px) {
    .pc70 {
      float: none;
      width: 100%; } }

/* =============================================================================
   Headings
   ========================================================================== */
strong {
  font-weight: 700; }

h1 {
  font-family: "Idlewild A", "Idlewild B", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  /* Iphones Portrait */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: portrait) {
    h1 {
      font-size: 15px; } }

blockquote {
  font-size: 27px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 300;
  line-height: 40px; }
  @media (max-width: 768px) {
    blockquote {
      font-size: 24px; } }

h2 {
  font-size: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }

h3, h4 {
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }
  @media (max-width: 768px) {
    h3, h4 {
      font-size: 12px; } }

h5, h6 {
  font-size: 20px; }
  @media (max-width: 768px) {
    h5, h6 {
      font-size: 17px; } }

li {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif; }

.color-primary {
  color: #E1B87F; }

.italic {
  font-style: italic; }

/*  ==========================================================================
		Extra	
		========================================================================== */
/* Changes the highlighting text color */
::-moz-selection {
  background: #E1B87F; }
::selection {
  background: #E1B87F; }

::-moz-selection {
  background: #E1B87F; }

/*  ==========================================================================
		Main Navigation Selected State
		Duplicate header for /news page <body class='news'>
		========================================================================== */
.main-page nav > ul:first-of-type > li:nth-of-type(1) a,
.design-build nav > ul:first-of-type > li:nth-of-type(2) ul > li:nth-of-type(1) a,
.experience nav > ul:first-of-type > li:nth-of-type(2) ul > li:nth-of-type(2) a,
.our-story nav > ul:first-of-type > li:nth-of-type(2) ul > li:nth-of-type(3) a,
.process nav > ul:first-of-type > li:nth-of-type(2) ul > li:nth-of-type(4) a,
.projects-by-project nav > ul:first-of-type > li:nth-of-type(3) ul > li:nth-of-type(1) a,
.projects-by-location nav > ul:first-of-type > li:nth-of-type(3) ul > li:nth-of-type(2) a,
.news nav > ul:first-of-type > li:nth-of-type(4) a,
.contact nav > ul:first-of-type > li:nth-of-type(5) a {
  color: #E1B87F; }

/*  ==========================================================================
		SVG individual file CSS.	
		========================================================================== */
/* Logo Main Grey with Design + Build adjustable text colour default Golden Koi */
.logo-main-grey {
  max-width: 246px;
  max-height: 57px;
  fill: #E1B87F;
  margin: 0 auto; }

.logo-main-white {
  width: 246px;
  height: 57px; }

.navigation-icon {
  width: 26px;
  height: 25px;
  position: absolute;
  z-index: 2000;
  fill: #3F4444; }
  .navigation-icon:hover {
    fill: #E1B87F; }
    @media (max-width: 768px) {
      .navigation-icon:hover {
        fill: #3F4444; } }

.social-icon-white {
  width: 25px;
  height: 25px;
  fill: #FFF; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: portrait) {
    .social-icon-white {
      width: 20px;
      height: 20px; } }

.social-icon-white:hover {
  fill: #E1B87F; }

.social-icon-dark {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  fill: #3F4444;
  display: inline-block; }

.social-icon-dark:hover {
  fill: #E1B87F; }

.logo-watermark {
  width: 39px;
  height: 39px;
  margin-top: 30px; }

.main-heading .logo-watermark {
  width: 39px;
  height: 39px;
  margin: 35px 0px 30px 0px; }
  @media (max-width: 440px) {
    .main-heading .logo-watermark {
      margin: 25px 0px 25px 0px; } }

.icon-project-map {
  width: 39px;
  height: 39px;
  fill: #3F4444;
  position: absolute;
  left: 14%;
  margin-top: -15%;
  pointer-events: none;
  display: block; }
  @media (max-width: 920px) {
    .icon-project-map {
      left: 15%; } }
  @media (max-width: 600px) {
    .icon-project-map {
      left: 45%;
      margin-top: -42%; } }
  @media (max-width: 380px) {
    .icon-project-map {
      left: 43%; } }

.icon-contact-map {
  max-width: 16px;
  fill: #E1B87F; }
  .icon-contact-map:hover {
    fill: #3F4444; }

.icon-design, .icon-build, .icon-enjoyment, .icon-cost {
  width: 90px;
  height: 90px;
  fill: #E1B87F; }

.icon-tick {
  width: 18px;
  height: 18px;
  fill: #E1B87F; }
  .icon-tick:hover {
    fill: #3F4444; }

.icon-next-previous {
  width: 53px;
  height: 53px;
  fill: #E1B87F; }
  .icon-next-previous:hover {
    fill: #3F4444; }

.icon-pdf {
  width: 74px;
  height: 74px;
  fill: #FFF; }

.icon-key-lock {
  width: 18px;
  height: 18px;
  fill: #3F4444; }

.main-enquiry-form {
  background: #E6E7E8;
  width: 100%;
  height: 263px;
  top: -32px;
  position: relative;
  display: none; }
  @media (max-width: 600px) {
    .main-enquiry-form {
      height: 630px; } }
  .main-enquiry-form .wrap {
    height: 213px;
    position: relative; }
  .main-enquiry-form .pc33 {
    padding-top: 50px; }
  .main-enquiry-form article:nth-of-type(2) {
    padding: 50px 20px 0px 20px; }
    @media (max-width: 600px) {
      .main-enquiry-form article:nth-of-type(2) {
        padding: 25px 10px 0px 10px; } }
    .main-enquiry-form article:nth-of-type(2) ul {
      padding-top: 20px; }
      .main-enquiry-form article:nth-of-type(2) ul a {
        color: #3F4444; }
        .main-enquiry-form article:nth-of-type(2) ul a:hover {
          color: #E1B87F; }
  .main-enquiry-form form label, .main-enquiry-form form input {
    width: 100%;
    height: 34px;
    margin-bottom: 4px;
    border: none;
    background: #F1F2F2;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 11px; }
  .main-enquiry-form form input {
    padding-left: 15px; }
  .main-enquiry-form form ::-webkit-input-placeholder {
    color: #979f9f; }
  .main-enquiry-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #979f9f; }
  .main-enquiry-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #979f9f; }
  .main-enquiry-form form :-ms-input-placeholder {
    color: #979f9f; }
  .main-enquiry-form form p {
    float: left;
    margin-top: 10px; }
  .main-enquiry-form form .submit {
    width: 80px;
    text-align: center;
    padding: 0px;
    margin-top: 10px;
    float: right;
    background: #3F4444;
    color: #FFF; }
    .main-enquiry-form form .submit:hover {
      background: #E1B87F;
      cursor: pointer; }

.main-enquiry-form-response {
  width: 100%;
  background: #E6E7E8;
  padding-top: 50px;
  z-index: 1500;
  position: absolute;
  height: 263px;
  text-align: center; }
  @media (max-width: 900px) {
    .main-enquiry-form-response {
      width: 98%; } }
  @media (max-width: 600px) {
    .main-enquiry-form-response {
      height: 195px; } }
  .main-enquiry-form-response p {
    width: 100%; }
    @media (max-width: 600px) {
      .main-enquiry-form-response p {
        padding: 0px 10px;
        font-size: 12px; } }
    .main-enquiry-form-response p:last-of-type {
      padding-top: 20px; }

/* here */
.contact-enquiry-form .wrap {
  height: 213px;
  position: relative; }
.contact-enquiry-form .pc33 {
  padding-top: 50px; }
.contact-enquiry-form article:nth-of-type(2) {
  padding: 50px 20px 0px 20px; }
  .contact-enquiry-form article:nth-of-type(2) ul {
    padding-top: 20px; }
    .contact-enquiry-form article:nth-of-type(2) ul a {
      color: #3F4444; }
      .contact-enquiry-form article:nth-of-type(2) ul a:hover {
        color: #E1B87F; }
.contact-enquiry-form form label, .contact-enquiry-form form input, .contact-enquiry-form form textarea {
  width: 100%;
  height: 34px;
  margin-bottom: 8px;
  border: none;
  background: #F1F2F2;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 11px; }
.contact-enquiry-form form input {
  padding-left: 15px; }
.contact-enquiry-form form textarea {
  height: 115px;
  padding-left: 15px;
  padding-top: 10px; }
.contact-enquiry-form form ::-webkit-input-placeholder {
  color: #979f9f; }
.contact-enquiry-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #979f9f; }
.contact-enquiry-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #979f9f; }
.contact-enquiry-form form :-ms-input-placeholder {
  color: #979f9f; }
.contact-enquiry-form form p {
  float: left;
  margin-top: 10px; }
  @media (max-width: 700px) {
    .contact-enquiry-form form p {
      font-size: 8px; } }
  @media (max-width: 600px) {
    .contact-enquiry-form form p {
      font-size: 12px;
      padding-left: 10px; } }
.contact-enquiry-form form .submit {
  width: 80px;
  text-align: center;
  padding: 0px;
  margin-top: 10px;
  float: right;
  background: #3F4444;
  color: #FFF; }
  .contact-enquiry-form form .submit:hover {
    background: #E1B87F;
    cursor: pointer; }

.contact-enquiry-form-response {
  padding: 20px;
  width: 65%;
  background: #E6E7E8;
  position: absolute; }
  @media (max-width: 900px) {
    .contact-enquiry-form-response {
      width: 62%; } }
  @media (max-width: 600px) {
    .contact-enquiry-form-response {
      position: relative;
      width: 100%; } }
  .contact-enquiry-form-response p:last-of-type {
    padding-top: 20px; }

.home header .navigation {
  position: relative;
  width: 100%;
  display: block; }
  @media (max-width: 767px) {
    .home header .navigation {
      position: absolute;
      display: none; } }

/* Default styling for navigation on main page and sub pages */
header .social-icons {
  display: none; }
  @media (max-width: 767px) {
    header .social-icons {
      position: absolute;
      display: inline-block;
      z-index: 3;
      top: 20px;
      right: 20px;
      display: block; } }
  @media (max-width: 767px) and (max-width: 767px) {
    header .social-icons a {
      margin-left: 4px; }
      header .social-icons a:nth-of-type(2) {
        margin-left: 6px; }
      header .social-icons a:nth-of-type(3) {
        margin-left: 3px; }
      header .social-icons a:nth-of-type(4) {
        margin-left: 6px; }
      header .social-icons a:nth-of-type(5) {
        margin-left: 2px; } }

header .header-logo {
  text-align: center; }
header .navigation {
  position: absolute;
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    header .navigation {
      position: absolute;
      display: none; } }
  header .navigation nav {
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      header .navigation nav {
        text-align: left;
        padding: 40px 0px 0px 12px; } }
    @media (max-width: 767px) {
      header .navigation nav a {
        font-size: 17px; } }
    @media (max-width: 767px) {
      header .navigation nav > ul > li {
        padding-top: 8px; } }
    header .navigation nav > ul > li:last-of-type {
      text-align: right;
      padding-right: 0px;
      padding-left: 4%; }
      @media (max-width: 1100px) {
        header .navigation nav > ul > li:last-of-type {
          padding-left: 3%; } }
      @media (max-width: 767px) {
        header .navigation nav > ul > li:last-of-type {
          text-align: left;
          padding: 0px;
          padding-top: 8px; } }
      header .navigation nav > ul > li:last-of-type:hover .icon-key-lock {
        fill: #E1B87F; }
  header .navigation .wrap ul {
    vertical-align: top; }
    header .navigation .wrap ul li {
      display: inline-block;
      padding-right: 7%; }
      @media (max-width: 1100px) {
        header .navigation .wrap ul li {
          padding-right: 4%; } }
      @media (max-width: 767px) {
        header .navigation .wrap ul li {
          display: block;
          padding: 2px 0px 0px 0px; } }
      header .navigation .wrap ul li ul {
        color: #a7a9ac;
        display: inline-block;
        text-align: left; }
        @media (max-width: 767px) {
          header .navigation .wrap ul li ul {
            display: block; } }
        header .navigation .wrap ul li ul li {
          display: block;
          width: 100%;
          padding-right: 0; }
          header .navigation .wrap ul li ul li:first-of-type {
            color: #3F4444; }
header .icon-key-lock {
  vertical-align: middle;
  margin-right: 5px; }
  @media (max-width: 767px) {
    header .icon-key-lock {
      vertical-align: top; } }

/* Set up the navigation and large image for main page */
/* There is specific styling in there for mobile devices eg 'orientation: landscape' */
.header-home {
  min-height: 100vh; }
  .header-home .home-feature-image {
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 20px #FFF;
    min-height: 83vh;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    @media (max-width: 767px) {
      .header-home .home-feature-image {
        border: solid 10px #FFF;
        min-height: 100vh; } }
  .header-home .navigation {
    padding: 30px 0px 15px 0px;
    bottom: 0;
    left: 0;
    background: #FFF;
    height: 135px;
    text-align: left;
    /* Mobiles */ }
    @media (max-width: 767px) {
      .header-home .navigation {
        text-align: center;
        top: 0px;
        height: 470px;
        display: none; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: landscape) {
      .header-home .navigation {
        height: 420px; } }
  .header-home .navigation-icon {
    margin-right: 10px;
    bottom: 30px;
    left: 35px; }
    @media (max-width: 767px) {
      .header-home .navigation-icon {
        top: 20px;
        left: 20px;
        bottom: auto; } }
  .header-home .logo-main-grey {
    fill: #FFF;
    vertical-align: text-bottom; }
  .header-home p {
    position: absolute;
    bottom: 30px;
    left: 70px;
    font-size: 10px; }
    @media (max-width: 767px) {
      .header-home p {
        top: 23px;
        left: 50px; } }

/* Set up the navigation icon and logo for Sub pages */
/* There is specific styling in there for mobile devices eg 'orientation: portrait' */
body:not(.home) header .social-icons {
  display: block;
  position: absolute;
  right: 5px;
  top: 10px;
  /* Mobiles Landscape */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: landscape) {
    body:not(.home) header .social-icons {
      top: 10px;
      right: 10px; } }
  body:not(.home) header .social-icons a {
    margin-left: 5px; }
    body:not(.home) header .social-icons a:nth-of-type(2) {
      margin-left: 6px; }
    body:not(.home) header .social-icons a:nth-of-type(3) {
      margin-left: 2px; }
    body:not(.home) header .social-icons a:nth-of-type(4) {
      margin-left: 6px; }
    body:not(.home) header .social-icons a:nth-of-type(5) {
      margin-left: 2px; }
body:not(.home) .navigation {
  padding: 20px 0px 15px 0px;
  top: 158px;
  background: #E6E7E8;
  height: 118px;
  margin-bottom: 50px;
  cursor: pointer;
  opacity: 1;
  display: block;
  /* Mobiles */ }
  @media (max-width: 767px) {
    body:not(.home) .navigation {
      top: 0px;
      height: 470px;
      background: #FFF;
      z-index: 2; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: landscape) {
    body:not(.home) .navigation {
      height: 420px; } }
body:not(.home) .logo-main-grey {
  margin-bottom: 45px;
  margin-top: 50px;
  /* Mobiles */ }
  @media (max-width: 600px) {
    body:not(.home) .logo-main-grey {
      margin-top: 50px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: portrait) {
    body:not(.home) .logo-main-grey {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    body:not(.home) .logo-main-grey:first-of-type {
      display: none; } }
body:not(.home) .navigation-icon {
  width: 26px;
  height: 25px;
  position: absolute;
  top: 100px;
  left: 35px;
  fill: #3F4444;
  /* Mobiles Portrait */
  /* Mobiles Landscape */ }
  @media (max-width: 767px) {
    body:not(.home) .navigation-icon {
      top: 20px;
      left: 20px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: portrait) {
    body:not(.home) .navigation-icon {
      top: 10px;
      left: 8px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) and (orientation: landscape) {
    body:not(.home) .navigation-icon {
      top: 10px;
      left: 10px; } }
  body:not(.home) .navigation-icon:hover {
    fill: #E1B87F; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      body:not(.home) .navigation-icon:hover {
        fill: #3F4444; } }

.navigation-sub-curtain {
  background: url("./img/svg/background-sub-navigation.svg") repeat-x center center;
  height: 117px;
  width: 100%;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  top: auto;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }
  @media (max-width: 767px) {
    .navigation-sub-curtain {
      position: absolute;
      top: 0px;
      margin-bottom: 0px;
      opacity: 1; } }
  .navigation-sub-curtain .wrap {
    text-align: center; }
  @media (max-width: 767px) {
    .navigation-sub-curtain {
      position: absolute;
      top: 0px;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .navigation-sub-curtain .logo-watermark {
      display: none;
      margin-bottom: 100px; } }
  .navigation-sub-curtain .logo-main-grey {
    display: none; }
    @media (max-width: 767px) {
      .navigation-sub-curtain .logo-main-grey {
        display: block;
        position: relative;
        margin-bottom: 0px;
        margin-top: 0px;
        top: -20px;
        max-width: 200px;
        max-height: 57px; } }
  @media (max-width: 767px) and (max-width: 500px) {
    .navigation-sub-curtain .logo-main-grey {
      top: 0px; } }
  @media (max-width: 767px) and (max-width: 320px) {
    .navigation-sub-curtain .logo-main-grey {
      max-width: 150px;
      max-height: 57px;
      top: 15px; } }
  @media only screen and (max-width: 767px) and (min-device-width: 320px) and (max-device-width: 600px) {
    .navigation-sub-curtain .logo-main-grey {
      max-width: 190px; } }

.home-social-icons {
  position: absolute;
  bottom: 13px;
  right: 20px;
  text-align: right;
  display: inline-block; }
  @media (max-width: 767px) {
    .home-social-icons {
      display: none; } }
  .home-social-icons li {
    display: inline-block;
    padding-left: 5px; }
    .home-social-icons li:nth-of-type(3) {
      padding-left: 4px; }
    .home-social-icons li:nth-of-type(4) {
      padding-left: 8px; }
    .home-social-icons li:nth-of-type(5) {
      padding-left: 5px; }

.js_navigation_height {
  min-height: 100vh !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.opacity {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.main-heading {
  height: 235px;
  width: 100%;
  background: url("./img/background-pattern-dark.png") repeat-x;
  color: #FFF; }
  @media (max-width: 560px) {
    .main-heading h1 {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .main-heading h1 {
      font-size: 16px;
      line-height: 26px; } }
  .main-heading article {
    text-align: center; }

.open-enquiry-form-container aside {
  padding: 0px 5px;
  float: none; }

.open-enquiry-form {
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: none; }
  .open-enquiry-form a {
    padding: 5px 0px;
    vertical-align: middle;
    display: block;
    color: #FFF;
    background: #E1B87F; }
    .open-enquiry-form a:hover {
      background: #E6E7E8;
      color: #3F4444; }

.close-enquiry-form-container aside {
  padding: 0px 5px;
  float: none;
  top: -50px; }

.close-enquiry-form {
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .close-enquiry-form a {
    padding: 5px 0px;
    vertical-align: middle;
    display: block;
    background: #E6E7E8; }
    .close-enquiry-form a:hover {
      background: #E1B87F;
      color: #FFF; }

.modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  pointer-events: auto; }
  .modal-container button {
    margin-top: 20px;
    padding: 10px 20px;
    background: #3F4444;
    color: #FFF !important; }
    .modal-container button:hover {
      background: #E1B87F; }

.modal-form-response {
  margin: 25% auto 0;
  width: 45%;
  padding: 2.5%;
  background: #FFF;
  display: block; }
  @media (max-width: 767px) {
    .modal-form-response {
      width: 75%;
      margin: 10% auto 0; } }
  .modal-form-response button {
    color: #000; }
    .modal-form-response button:hover {
      color: #E1B87F; }

.main-posts {
  position: relative;
  height: 100%; }
  .main-posts .rowmachine {
    width: 32%;
    float: left; }
    .main-posts .rowmachine:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .main-posts .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .main-posts .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .main-posts .rowmachine {
        width: 100%;
        padding: 1%; }
        .main-posts .rowmachine:nth-child(n) {
          margin: 0; }
        .main-posts .rowmachine:nth-child(3n) {
          margin: 0; } }
  .main-posts .wrap {
    padding-top: 58px; }

.main-single-posts, .main-blog-post {
  margin-bottom: 40px; }
  .main-single-posts h3:hover, .main-blog-post h3:hover {
    color: #3F4444; }
  .main-single-posts img, .main-blog-post img {
    padding-bottom: 7px; }
  .main-single-posts h2, .main-blog-post h2 {
    padding-top: 25px; }
  .main-single-posts h3, .main-blog-post h3 {
    color: #E1B87F; }
  .main-single-posts p, .main-blog-post p {
    padding: 10px 0px 30px 0px; }

.main-single-posts a:hover .icon-project-map {
  fill: #E1B87F; }
@media (max-width: 600px) {
  .main-single-posts {
    margin-bottom: 60px; } }
@media (max-width: 600px) {
  .main-single-posts:nth-of-type(2) {
    margin-bottom: 0px; } }

.main-post-button {
  padding: 10px;
  background: #3F4444;
  color: #FFF;
  margin-bottom: 37px; }
  .main-post-button:hover {
    background: #E1B87F;
    color: #FFF; }

.main-blockquote {
  height: 100%;
  padding: 15% 7%;
  background: #E1B87F;
  margin-bottom: 20px; }
  @media (max-width: 600px) {
    .main-blockquote {
      margin-bottom: 60px; } }
  .main-blockquote blockquote {
    padding-bottom: 10px; }
    @media (max-width: 950px) {
      .main-blockquote blockquote {
        font-size: 24px; } }
    @media (max-width: 850px) {
      .main-blockquote blockquote {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .main-blockquote blockquote {
        font-size: 14px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .main-blockquote blockquote {
        font-size: 16px;
        line-height: 30px; } }
    @media (max-width: 740px) {
      .main-blockquote blockquote {
        font-size: 12px;
        line-height: 30px; } }
    @media (max-width: 600px) {
      .main-blockquote blockquote {
        font-size: 27px;
        line-height: 40px; } }

.design-build-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .design-build-page {
      margin-top: 150px; } }
  .design-build-page h1 {
    padding-bottom: 25px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .design-build-page h1 {
        padding-bottom: 10px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .design-build-page h1 {
        padding-bottom: 20px; } }

/* Heading text + icons section */
.design-build-header {
  text-align: center;
  /* Icons section */ }
  .design-build-header h3 {
    font-size: 28px;
    color: #919388;
    font-weight: 100;
    line-height: 34px;
    padding-bottom: 60px;
    text-align: left; }
    @media (max-width: 767px) {
      .design-build-header h3 {
        font-size: 18px; } }
    @media (max-width: 400px) {
      .design-build-header h3 {
        font-size: 14px; } }
  @media (max-width: 320px) {
    .design-build-header div {
      float: left;
      padding-left: 5px; } }
  .design-build-header ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; }
    .design-build-header ul li p {
      font-size: 40px;
      color: #E1B87F;
      padding: 0px 15px;
      margin-top: -20px; }
  .design-build-header ul li ul li {
    display: block;
    padding-top: 10px; }

.icons-breakpoint {
  display: inline-block; }
  @media (max-width: 660px) {
    .icons-breakpoint {
      display: block; } }
  @media (max-width: 660px) {
    .icons-breakpoint:nth-of-type(2) {
      padding: 30px 0px 10px 0px; } }
  @media (max-width: 660px) {
    .icons-breakpoint:last-of-type > li:first-of-type {
      padding-left: 18px; } }
  .icons-breakpoint:last-of-type > li:nth-of-type(2) p {
    padding-right: 0px; }

/* Body text + Image section */
.design-build-text {
  padding-top: 70px; }
  .design-build-text .columns {
    float: left;
    max-width: 67%;
    padding-bottom: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
    @media (max-width: 600px) {
      .design-build-text .columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        width: 100%;
        padding: 0px 10px 30px 10px; } }
  .design-build-text .pc33 {
    padding-left: 20px; }
    @media (max-width: 600px) {
      .design-build-text .pc33 {
        padding-left: 0px;
        padding-right: 0px; } }

/* Tables + Testimonial Section */
.design-build-table {
  padding-bottom: 20px;
  padding-top: 30px;
  float: left;
  width: 100%; }
  .design-build-table .pc30 {
    float: left; }
    @media (max-width: 921px) {
      .design-build-table .pc30 {
        width: 100%; } }
    @media (max-width: 600px) {
      .design-build-table .pc30 {
        padding-left: 10px; } }
    .design-build-table .pc30 blockquote {
      color: #E1B87F;
      max-width: 230px;
      margin-right: 20px;
      padding-bottom: 40px; }
      @media (max-width: 921px) {
        .design-build-table .pc30 blockquote {
          max-width: 70%;
          width: 70%; } }
      @media (max-width: 600px) {
        .design-build-table .pc30 blockquote {
          max-width: 100%;
          width: 100%; } }
  .design-build-table .pc70 {
    border-top: 1px solid #E1B87F;
    padding-top: 40px;
    float: left;
    padding-right: 0px;
    margin-right: 0px;
    display: block; }
    @media (max-width: 921px) {
      .design-build-table .pc70 {
        width: 100%;
        margin-top: 60px; } }
    .design-build-table .pc70 h3 {
      color: #E1B87F;
      font-size: 20px;
      padding-bottom: 5px;
      background: none; }
    .design-build-table .pc70 ul {
      float: left;
      width: 300px;
      margin-right: 20px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .design-build-table .pc70 ul {
          width: 100%;
          margin-right: 0px; } }
      .design-build-table .pc70 ul:last-of-type {
        margin-right: 0px; }
      .design-build-table .pc70 ul li {
        margin: 5px 0px;
        width: 100%;
        background: #F5F5F6;
        vertical-align: middle;
        padding: 10px; }
        .design-build-table .pc70 ul li:first-of-type {
          background: none;
          padding-left: 0px; }
          .design-build-table .pc70 ul li:first-of-type:hover {
            background: none;
            color: #E1B87F; }
        .design-build-table .pc70 ul li svg {
          vertical-align: middle;
          margin-right: 10px; }
        .design-build-table .pc70 ul li:hover {
          background: #E1B87F;
          color: #FFF; }

.experience-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .experience-page {
      margin-top: 150px; } }
  .experience-page h1 {
    padding-bottom: 25px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .experience-page h1 {
        padding-bottom: 10px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .experience-page h1 {
        padding-bottom: 20px; } }

.experience-text .pc30 {
  float: left; }
  @media (max-width: 600px) {
    .experience-text .pc30 {
      padding-left: 10px;
      margin-bottom: 40px; } }
  .experience-text .pc30 blockquote {
    color: #E1B87F;
    max-width: 230px;
    margin-right: 20px;
    padding-bottom: 40px; }
    @media (max-width: 921px) {
      .experience-text .pc30 blockquote {
        font-size: 18px; } }
    @media (max-width: 600px) {
      .experience-text .pc30 blockquote {
        max-width: 100%;
        width: 100%;
        font-size: 26px; } }

.experience-text-container h2 {
  color: #E1B87F;
  padding-bottom: 10px; }
  @media (max-width: 600px) {
    .experience-text-container h2 {
      padding-left: 10px; } }
.experience-text-container .columns {
  float: left;
  max-width: 67%;
  padding-bottom: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }
  @media (max-width: 600px) {
    .experience-text-container .columns {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      max-width: 100%;
      width: 100%;
      padding: 0px 10px 30px 10px; } }

/* Heading text + icons section */
.experience-header h3 {
  font-size: 28px;
  color: #919388;
  font-weight: 100;
  line-height: 34px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .experience-header h3 {
      font-size: 18px; } }
  @media (max-width: 400px) {
    .experience-header h3 {
      font-size: 14px; } }

.experience-videos {
  padding-top: 30px; }
  .experience-videos nav {
    color: #FFF;
    padding-right: 20px; }
    @media (max-width: 600px) {
      .experience-videos nav {
        padding-right: 0px; } }
    .experience-videos nav li {
      padding: 10px 15px;
      margin-bottom: 10px;
      background: #3F4444;
      line-height: normal; }
      .experience-videos nav li:hover {
        background: #E1B87F;
        cursor: pointer; }
      .experience-videos nav li svg {
        margin-right: 5px;
        vertical-align: middle; }
  .experience-videos .selected {
    background: #E1B87F;
    line-height: normal; }
  .experience-videos .videos {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    /*
    		iframe, object, embed {
    		  max-width: 100%;
    		}	
    */ }
    .experience-videos .videos a {
      background-color: #E1B87F;
      display: block; }
      .experience-videos .videos a span {
        display: none;
        padding: 5% 10%; }
        .experience-videos .videos a span h2 {
          font-size: 20px;
          padding-bottom: 15px;
          padding-top: 18px; }
          @media (max-width: 767px) {
            .experience-videos .videos a span h2 {
              font-size: 16px; } }
          @media (max-width: 600px) {
            .experience-videos .videos a span h2 {
              font-size: 20px; } }
        .experience-videos .videos a span button {
          background: #3F4444;
          padding: 9px 12px;
          color: #FFF;
          font-weight: 100;
          letter-spacing: 1px; }
          @media (max-width: 767px) {
            .experience-videos .videos a span button {
              margin-top: 20px; } }
          @media (max-width: 600px) {
            .experience-videos .videos a span button {
              margin-top: 0px; } }
          .experience-videos .videos a span button:hover {
            background: #FFF;
            color: #E1B87F;
            font-weight: 700; }
      .experience-videos .videos a:hover span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #000;
        margin: auto;
        text-align: left; }
      .experience-videos .videos a:hover img {
        opacity: .05; }
      .experience-videos .videos a:hover button {
        font-weight: 500; }
    .experience-videos .videos div:not(:first-of-type) {
      display: none; }

.experience-testimonials {
  background: #F1F1F2; }
  .experience-testimonials .flexslider {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 75%; }
    @media (max-width: 767px) {
      .experience-testimonials .flexslider {
        width: 100%; } }
    .experience-testimonials .flexslider .slides {
      padding: 80px 0px 80px 0px;
      width: 100%; }
    .experience-testimonials .flexslider .slides li p {
      font-size: 28px;
      font-weight: 100;
      line-height: normal; }
      @media (max-width: 768px) {
        .experience-testimonials .flexslider .slides li p {
          font-size: 20px; } }
      @media (max-width: 320px) {
        .experience-testimonials .flexslider .slides li p {
          font-size: 16px; } }
    .experience-testimonials .flexslider .slides li p:last-of-type {
      font-size: 20px;
      font-weight: 500;
      padding-top: 30px;
      line-height: normal; }
      @media (max-width: 768px) {
        .experience-testimonials .flexslider .slides li p:last-of-type {
          font-size: 14px; } }

.experience-floorplans {
  height: 100%;
  padding: 60px 0px 50px 0px;
  position: relative; }
  .experience-floorplans .rowmachine {
    width: 32%;
    float: left;
    position: relative; }
    .experience-floorplans .rowmachine:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .experience-floorplans .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .experience-floorplans .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .experience-floorplans .rowmachine {
        width: 100%;
        padding: 1%; }
        .experience-floorplans .rowmachine:nth-child(n) {
          margin: 0; }
        .experience-floorplans .rowmachine:nth-child(3n) {
          margin: 0; } }
    @media (max-width: 600px) {
      .experience-floorplans .rowmachine {
        margin-bottom: 30px !important;
        padding: 0px; } }

.color-overlay {
  background: rgba(63, 68, 68, 0.1);
  display: block;
  position: absolute;
  height: 100%;
  width: 100%; }

.our-story-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .our-story-page {
      margin-top: 150px; } }
  .our-story-page h1 {
    padding-bottom: 45px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .our-story-page h1 {
        padding-bottom: 40px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .our-story-page h1 {
        padding-bottom: 20px; } }
  .our-story-page h2 {
    color: #E1B87F;
    padding-bottom: 10px; }
    @media (max-width: 600px) {
      .our-story-page h2 {
        padding-left: 10px; } }
  .our-story-page .pc30 {
    float: left; }
    @media (max-width: 600px) {
      .our-story-page .pc30 {
        padding-left: 10px; } }
    .our-story-page .pc30 blockquote {
      color: #E1B87F;
      max-width: 230px;
      margin-right: 20px;
      padding-bottom: 40px; }
      @media (max-width: 768px) {
        .our-story-page .pc30 blockquote {
          font-size: 20px; } }
      @media (max-width: 700px) {
        .our-story-page .pc30 blockquote {
          font-size: 17px; } }
      @media (max-width: 600px) {
        .our-story-page .pc30 blockquote {
          font-size: 28px;
          max-width: 600px;
          padding-bottom: 10px; } }
      @media (max-width: 400px) {
        .our-story-page .pc30 blockquote {
          font-size: 16px; } }
      @media (max-width: 320px) {
        .our-story-page .pc30 blockquote {
          font-size: 20px; } }
  .our-story-page .pc70 img {
    float: right; }
    @media (max-width: 600px) {
      .our-story-page .pc70 img {
        padding-top: 30px; } }

.our-story-top-container {
  max-height: 800px;
  width: 100%;
  padding-bottom: 40px; }
  .our-story-top-container .pc33:nth-of-type(2) {
    padding: 0px 0px 0px 20px; }
    @media (max-width: 600px) {
      .our-story-top-container .pc33:nth-of-type(2) {
        padding-left: 10px; } }
    .our-story-top-container .pc33:nth-of-type(2) ul {
      padding-left: 15px; }
      .our-story-top-container .pc33:nth-of-type(2) ul li {
        padding-bottom: 25px;
        color: #E1B87F; }
        .our-story-top-container .pc33:nth-of-type(2) ul li:last-of-type {
          font-style: italic; }
  .our-story-top-container .pc33:last-of-type {
    float: right;
    padding-left: 20px; }
    @media (max-width: 600px) {
      .our-story-top-container .pc33:last-of-type {
        float: left;
        padding-left: 0px;
        padding-right: 0px; } }

.process-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .process-page {
      margin-top: 150px; } }
  .process-page h1 {
    padding-bottom: 25px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .process-page h1 {
        padding-bottom: 10px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .process-page h1 {
        padding-bottom: 20px; } }
  .process-page h2 {
    color: #E1B87F;
    padding-bottom: 10px; }
    @media (max-width: 600px) {
      .process-page h2 {
        padding-left: 10px; } }

/* Body text + Image section */
.process-text {
  border-bottom: 1px solid #E1B87F;
  padding-bottom: 20px; }
  .process-text .columns {
    float: left;
    max-width: 67%;
    padding-bottom: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
    @media (max-width: 600px) {
      .process-text .columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        width: 100%;
        padding: 0px 10px 30px 10px; } }
  .process-text .pc33 {
    padding-left: 20px; }
    @media (max-width: 600px) {
      .process-text .pc33 {
        padding-left: 0px;
        padding-right: 0px; } }

.process-table {
  padding-right: 0px; }
  .process-table h3 {
    color: #E1B87F;
    font-size: 20px;
    padding: 40px 0px 20px 0px; }
    @media (max-width: 767px) {
      .process-table h3 {
        padding-left: 0px; } }
    @media (max-width: 400px) {
      .process-table h3 {
        font-size: 16px; } }

.table-full li {
  background: #3F4444;
  color: #FFF;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px; }

.design-process-table .rowmachine {
  width: 49.5%;
  float: left; }
  .design-process-table .rowmachine:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .design-process-table .rowmachine:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0; }
  .design-process-table .rowmachine:nth-child(2n + 1) {
    clear: left; }
  @media (max-width: 600px) {
    .design-process-table .rowmachine {
      width: 100%;
      padding: 1%; }
      .design-process-table .rowmachine:nth-child(n) {
        margin: 0; }
      .design-process-table .rowmachine:nth-child(2n) {
        margin: 0; } }
  @media (max-width: 600px) {
    .design-process-table .rowmachine {
      padding: 0px; } }
  .design-process-table .rowmachine li {
    width: 100%;
    background: #F5F5F6;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3%;
    padding-right: 5%;
    margin-bottom: 5px; }
    .design-process-table .rowmachine li:hover {
      background: #E1B87F;
      color: #FFF; }
    @media (max-width: 600px) {
      .design-process-table .rowmachine li {
        padding-left: 10px;
        padding-right: 10px; } }
    .design-process-table .rowmachine li span {
      display: inline-block;
      width: 89%;
      height: 100%;
      vertical-align: middle; }
    .design-process-table .rowmachine li svg {
      margin-right: 3%;
      vertical-align: middle; }
      .design-process-table .rowmachine li svg:hover {
        background: #E1B87F;
        color: #FFF; }
      @media (max-width: 600px) {
        .design-process-table .rowmachine li svg {
          margin-right: 10px; } }

.active {
  color: #E1B87F; }

.projectsbyproject-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .projectsbyproject-page {
      margin-top: 150px; } }
  .projectsbyproject-page h1 {
    padding-bottom: 15px; }
  .projectsbyproject-page .rowmachine {
    width: 32%;
    float: left; }
    .projectsbyproject-page .rowmachine:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .projectsbyproject-page .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .projectsbyproject-page .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .projectsbyproject-page .rowmachine {
        width: 100%;
        padding: 1%; }
        .projectsbyproject-page .rowmachine:nth-child(n) {
          margin: 0; }
        .projectsbyproject-page .rowmachine:nth-child(3n) {
          margin: 0; } }

.projects-nav {
  text-align: right;
  width: 100%;
  padding-bottom: 30px; }
  .projects-nav ul li {
    display: inline-block; }
    .projects-nav ul li button {
      /* Mobiles */ }
      @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
        .projects-nav ul li button {
          font-size: 10px; } }

.project-hover {
  position: relative;
  margin-bottom: 20px;
  background: #E1B87F; }
  .project-hover span {
    display: none;
    padding: 5% 10%; }
    .project-hover span h2 {
      font-size: 20px; }
      @media (max-width: 767px) {
        .project-hover span h2 {
          font-size: 16px; } }
      @media (max-width: 600px) {
        .project-hover span h2 {
          font-size: 20px; } }
    .project-hover span h3 {
      font-size: 14px;
      color: #FFF; }
      @media (max-width: 767px) {
        .project-hover span h3 {
          font-size: 12px; } }
      @media (max-width: 600px) {
        .project-hover span h3 {
          font-size: 14px; } }
    .project-hover span p {
      color: #FFF;
      padding: 5px 0px 10px 0px; }
      @media (max-width: 870px) {
        .project-hover span p {
          font-size: 12px;
          line-height: 18px; } }
      @media (max-width: 800px) {
        .project-hover span p {
          font-size: 11px;
          line-height: 16px; } }
      @media (max-width: 767px) {
        .project-hover span p {
          display: none; } }
      @media (max-width: 600px) {
        .project-hover span p {
          display: block;
          font-size: 16px;
          line-height: 30px; } }
      @media (max-width: 390px) {
        .project-hover span p {
          font-size: 12px;
          line-height: 26px; } }
    .project-hover span button {
      background: #3F4444;
      padding: 9px 12px;
      color: #FFF;
      font-weight: 100;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .project-hover span button {
          margin-top: 20px; } }
      @media (max-width: 600px) {
        .project-hover span button {
          margin-top: 0px; } }
      .project-hover span button:hover {
        background: #FFF;
        color: #E1B87F;
        font-weight: 700; }
  .project-hover:hover span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    margin: auto;
    text-align: left; }
  .project-hover:hover img {
    opacity: .05; }
  .project-hover:hover button {
    font-weight: 500; }

.projects-by-location-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .projects-by-location-page {
      margin-top: 150px; } }
  @media (max-width: 767px) and (max-width: 600px) {
    .projects-by-location-page {
      padding: 0px 30px 40px 30px; } }

  .projects-by-location-page h1 {
    padding-bottom: 70px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .projects-by-location-page h1 {
        padding-bottom: 40px;
        margin-left: -20px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .projects-by-location-page h1 {
        padding-bottom: 20px; } }

.projects-by-location-details {
  padding-bottom: 50px; }
  .projects-by-location-details .rowmachine {
    width: 32%;
    float: left; }
    .projects-by-location-details .rowmachine:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .projects-by-location-details .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .projects-by-location-details .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .projects-by-location-details .rowmachine {
        width: 100%;
        padding: 1%; }
        .projects-by-location-details .rowmachine:nth-child(n) {
          margin: 0; }
        .projects-by-location-details .rowmachine:nth-child(3n) {
          margin: 0; } }
    .projects-by-location-details .rowmachine h3 {
      padding-bottom: 10px;
      color: #E1B87F; }
      @media (max-width: 700px) {
        .projects-by-location-details .rowmachine h3 {
          font-size: 11px; } }
      @media (max-width: 600px) {
        .projects-by-location-details .rowmachine h3 {
          font-size: 20px; } }
    .projects-by-location-details .rowmachine p {
      padding: 10px 0px 25px 0px; }
    .projects-by-location-details .rowmachine ul ul {
      padding-bottom: 25px; }
      .projects-by-location-details .rowmachine ul ul li {
        display: inline-block; }
        .projects-by-location-details .rowmachine ul ul li:nth-of-type(even) {
          float: right;
          padding-right: 10px; }

.awards h2 {
  padding-top: 20px; }
.awards .columns {
  padding-top: 20px; }

.process-table {
  padding-right: 0px; }
  .process-table h3 {
    color: #E1B87F;
    font-size: 20px;
    padding: 40px 0px 20px 0px; }
    @media (max-width: 767px) {
      .process-table h3 {
        padding-left: 0px; } }
    @media (max-width: 400px) {
      .process-table h3 {
        font-size: 16px; } }

.table-full li {
  background: #3F4444;
  color: #FFF;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px; }

.awards-table ul li {
  width: 100%;
  background: #F5F5F6;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 5%;
  margin-bottom: 5px; }
  .awards-table ul li:nth-of-type(even) {
    /*
    				svg {
    					display: none;
    				}
    */ }
  .awards-table ul li:hover {
    background: #E1B87F;
    color: #FFF; }
  @media (max-width: 600px) {
    .awards-table ul li {
      padding-left: 10px;
      padding-right: 10px; } }
  .awards-table ul li span {
    display: inline-block;
    width: 89%;
    height: 100%;
    vertical-align: middle; }
  .awards-table ul li svg {
    margin-right: 3%;
    vertical-align: middle; }
    .awards-table ul li svg:hover {
      background: #E1B87F;
      color: #FFF; }
    @media (max-width: 600px) {
      .awards-table ul li svg {
        margin-right: 10px; } }

/*  ==========================================================================
		The Single Projects page has seperate styling in this file and footer.scss for background image fixed scrolling on mobile devices.	
		========================================================================== */
.single-projects {
  background: #FFF; }
  .single-projects .wrap {
    /* Mobiles */
    /* Tablets */ }
    @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      .single-projects .wrap {
        background: #FFF; } }
    @media only screen and (min-device-width: 601px) and (max-device-width: 1024px) and (orientation: landscape) {
      .single-projects .wrap {
        width: 1024px;
        padding: 0% 2%;
        background: #FFF; } }
  .single-projects header {
    /* Tablets */ }
    @media (max-width: 767px) {
      .single-projects header {
        margin-top: 117px; } }
    @media only screen and (min-device-width: 450px) and (max-device-width: 767px) {
      .single-projects header .logo-main-grey {
        margin-top: 150px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 449px) {
      .single-projects header .logo-main-grey {
        margin-top: 90px; } }
    .single-projects header .navigation .wrap {
      background: none; }
    .single-projects header .navigation-sub {
      margin-bottom: 0px; }
    .single-projects header .navigation-sub-curtain {
      margin-bottom: 0px; }
      @media only screen and (min-device-width: 600px) and (max-device-width: 767px) {
        .single-projects header .navigation-sub-curtain {
          height: 80px; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 599px) {
        .single-projects header .navigation-sub-curtain {
          height: 50px; } }
      .single-projects header .navigation-sub-curtain .wrap {
        /* Mobiles */
        /* Tablets */ }
        @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
          .single-projects header .navigation-sub-curtain .wrap {
            background: none; } }
        @media only screen and (min-device-width: 601px) and (max-device-width: 1024px) {
          .single-projects header .navigation-sub-curtain .wrap {
            background: none; } }

.single-project-page {
  padding-bottom: 60px;
  /* Mobiles */
  /* Tablets */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 450px) {
    .single-project-page {
      top: 110px;
      padding-bottom: 0px; } }
  @media only screen and (min-device-width: 451px) and (max-device-width: 1024px) {
    .single-project-page {
      top: 200px;
      padding-bottom: 30px; } }
  .single-project-page .project-description {
    padding-top: 50px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
      .single-project-page .project-description {
        padding-top: 20px; } }
    .single-project-page .project-description h2 {
      color: #E1B87F;
      padding-bottom: 10px; }
      @media (max-width: 600px) {
        .single-project-page .project-description h2 {
          padding-left: 10px; } }
    .single-project-page .project-description p {
      padding-bottom: 10px; }
    .single-project-page .project-description .columns {
      float: left;
      max-width: 67%;
      padding-bottom: 30px;
      -moz-column-count: 2;
      -moz-column-gap: 20px;
      -webkit-column-count: 2;
      -webkit-column-gap: 20px;
      column-count: 2;
      column-gap: 20px; }
      @media (max-width: 600px) {
        .single-project-page .project-description .columns {
          -moz-column-count: 1;
          -webkit-column-count: 1;
          column-count: 1;
          max-width: 100%;
          width: 100%;
          padding: 0px 10px 30px 10px; } }
    .single-project-page .project-description .pc33 {
      padding-left: 20px; }
      @media (max-width: 600px) {
        .single-project-page .project-description .pc33 {
          float: left; } }
      .single-project-page .project-description .pc33 p:first-of-type {
        font-size: 19px;
        color: #E1B87F;
        font-weight: 300;
        padding-bottom: 50px;
        line-height: 25px; }
        @media (max-width: 600px) {
          .single-project-page .project-description .pc33 p:first-of-type {
            padding-bottom: 30px; } }

#project-background-image {
  min-height: 50vw;
  top: 0px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /* Mobiles & Tablets */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    #project-background-image {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-attachment: fixed !important;
      background-position: top top !important;
      background-repeat: no-repeat !important;
      z-index: -1; } }

.contact-page {
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    .contact-page {
      margin-top: 150px; } }
  @media (max-width: 600px) {
    .contact-page {
      padding: 0px 30px 40px 30px; } }
  .contact-page h1 {
    padding-bottom: 70px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .contact-page h1 {
        padding-bottom: 40px;
        margin-left: -20px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .contact-page h1 {
        padding-bottom: 20px; } }
  .contact-page .map-container {
    width: 100%;
    position: relative;
    height: 100%;
    padding-bottom: 50px; }
    @media (max-width: 600px) {
      .contact-page .map-container {
        padding-bottom: 30px; } }

/* =============================================================================
   Google Map
   ========================================================================== */
#contact_map {
  height: 100%;
  min-height: 550px; }
  @media (max-width: 600px) {
    #contact_map {
      min-height: 400px;
      height: 400px; } }

.contact-page-details {
  padding-bottom: 50px; }
  .contact-page-details .rowmachine {
    width: 31%;
    float: left; }
    .contact-page-details .rowmachine:nth-child(n) {
      margin-bottom: 3.5%;
      margin-right: 3.5%; }
    .contact-page-details .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .contact-page-details .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .contact-page-details .rowmachine {
        width: 100%;
        padding: 1%; }
        .contact-page-details .rowmachine:nth-child(n) {
          margin: 0; }
        .contact-page-details .rowmachine:nth-child(3n) {
          margin: 0; } }
    .contact-page-details .rowmachine:first-of-type h2 {
      color: #E1B87F; }
    .contact-page-details .rowmachine:first-of-type p {
      padding: 15px 0px 25px 0px; }
    .contact-page-details .rowmachine:first-of-type a {
      color: #3F4444;
      font-size: 21px; }
      @media (max-width: 700px) {
        .contact-page-details .rowmachine:first-of-type a {
          font-size: 18px; } }
      @media (max-width: 700px) {
        .contact-page-details .rowmachine:first-of-type a {
          font-size: 21px; } }
      .contact-page-details .rowmachine:first-of-type a:hover {
        color: #E1B87F; }
    .contact-page-details .rowmachine:nth-of-type(2) {
      padding: 42px 0px 0px 0px; }
      @media (max-width: 600px) {
        .contact-page-details .rowmachine:nth-of-type(2) {
          padding: 30px 0px 40px 0px; } }
    .contact-page-details .rowmachine:last-of-type {
      padding-top: 37px; }

.unsubscribe-page {
  padding-bottom: 0px; }
  @media (max-width: 767px) {
    .unsubscribe-page {
      margin-top: 150px; } }
  @media (max-width: 600px) {
    .unsubscribe-page {
      padding: 0px 30px 40px 30px; } }
  .unsubscribe-page h1 {
    padding-bottom: 70px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .unsubscribe-page h1 {
        padding-bottom: 40px;
        margin-left: -20px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .unsubscribe-page h1 {
        padding-bottom: 20px; } }
  .unsubscribe-page .map-container {
    width: 100%;
    position: relative;
    height: 100%;
    padding-bottom: 50px; }
    @media (max-width: 600px) {
      .unsubscribe-page .map-container {
        padding-bottom: 30px; } }

.unsubscribe-page-details {
  padding-bottom: 50px; }
  .unsubscribe-page-details .rowmachine {
    width: 48.25%;
    float: left; }
    .unsubscribe-page-details .rowmachine:nth-child(n) {
      margin-bottom: 3.5%;
      margin-right: 3.5%; }
    .unsubscribe-page-details .rowmachine:nth-child(2n) {
      margin-right: 0;
      margin-bottom: 0; }
    .unsubscribe-page-details .rowmachine:nth-child(2n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .unsubscribe-page-details .rowmachine {
        width: 100%;
        padding: 1%; }
        .unsubscribe-page-details .rowmachine:nth-child(n) {
          margin: 0; }
        .unsubscribe-page-details .rowmachine:nth-child(2n) {
          margin: 0; } }
    .unsubscribe-page-details .rowmachine:first-of-type h2 {
      color: #E1B87F; }
    .unsubscribe-page-details .rowmachine:first-of-type p {
      padding: 15px 0px 25px 0px; }
    .unsubscribe-page-details .rowmachine:first-of-type a {
      color: #3F4444;
      font-size: 21px; }
      @media (max-width: 700px) {
        .unsubscribe-page-details .rowmachine:first-of-type a {
          font-size: 18px; } }
      @media (max-width: 700px) {
        .unsubscribe-page-details .rowmachine:first-of-type a {
          font-size: 21px; } }
      .unsubscribe-page-details .rowmachine:first-of-type a:hover {
        color: #E1B87F; }
    .unsubscribe-page-details .rowmachine:nth-of-type(2) {
      padding: 42px 0px 0px 0px; }
      @media (max-width: 600px) {
        .unsubscribe-page-details .rowmachine:nth-of-type(2) {
          padding: 30px 0px 40px 0px; } }

.error-page {
  padding: 0px 0px 50px 20px; }
  @media (max-width: 600px) {
    .error-page {
      padding: 0px 0px 50px 10px; } }
  .error-page a {
    color: #E1B87F; }
    .error-page a:hover {
      border-bottom: 1px solid #E1B87F; }

@media (max-width: 767px) {
  .blog-post-page {
    margin-top: 150px; } }
.blog-post-page h1 {
  padding-bottom: 70px;
  /* Mobiles */ }
  @media (max-width: 600px) {
    .blog-post-page h1 {
      padding-bottom: 40px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
    .blog-post-page h1 {
      padding-bottom: 20px; } }
.blog-post-page .sidebar-container {
  min-height: 100%;
  position: relative;
  float: left; }
  .blog-post-page .sidebar-container h3 {
    color: #E1B87F;
    font-size: 20px;
    padding-bottom: 10px; }
  .blog-post-page .sidebar-container ul {
    padding-bottom: 30px; }
    .blog-post-page .sidebar-container ul li {
      border-bottom: 1px solid #E1B87F;
      padding: 2px 0px; }

.blog-post-container {
  float: right;
  position: relative;
  padding-left: 20px;
  min-height: 100%; }
  @media (max-width: 600px) {
    .blog-post-container {
      padding: 0px 10px; } }
  .blog-post-container h2 {
    color: #E1B87F;
    font-weight: 100;
    font-size: 30px;
    line-height: 30px;
    padding: 45px 0px 30px 0px; }
    @media (max-width: 600px) {
      .blog-post-container h2 {
        font-size: 26px; } }
  .blog-post-container .column-left, .blog-post-container .column-right {
    width: 50%;
    float: left;
    padding-bottom: 50px; }
    @media (max-width: 600px) {
      .blog-post-container .column-left, .blog-post-container .column-right {
        width: 100%;
        padding-bottom: 20px; } }
  .blog-post-container .column-left {
    padding-right: 20px; }
    @media (max-width: 600px) {
      .blog-post-container .column-left {
        padding-right: 0px; } }
  @media (max-width: 600px) {
    .blog-post-container .column-right {
      padding-bottom: 50px; } }

.newsletter-signup {
  padding-bottom: 100px; }
  .newsletter-signup p:first-of-type {
    padding-bottom: 5px; }
  .newsletter-signup .contact-enquiry-form-response {
    font-size: 10px;
    width: 100%;
    word-break: break-word; }

.client-login-page {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .client-login-page {
      margin-top: 150px; } }
  .client-login-page h1 {
    padding-bottom: 25px;
    /* Mobiles */ }
    @media (max-width: 600px) {
      .client-login-page h1 {
        padding-bottom: 10px; } }
    @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
      .client-login-page h1 {
        padding-bottom: 20px; } }
  .client-login-page .project-description .client-details ul {
    padding: 0px 30px 30px 0px; }
    .client-login-page .project-description .client-details ul li {
      font-size: 20px;
      padding-bottom: 5px; }
      .client-login-page .project-description .client-details ul li:first-of-type {
        color: #E1B87F; }
      .client-login-page .project-description .client-details ul li:nth-of-type(2) {
        padding-top: 5px; }
      .client-login-page .project-description .client-details ul li:last-of-type {
        font-size: 14px; }
  .client-login-page .project-description .no-comments {
    background: url("./img/background-pattern-dark.png") repeat-x;
    color: #FFF;
    text-align: center;
    height: 170px;
    line-height: 170px;
    padding: 0px 30px;
    margin-bottom: 30px;
    display: table; }
    @media (max-width: 600px) {
      .client-login-page .project-description .no-comments {
        height: 200px;
        line-height: 200px; } }
    .client-login-page .project-description .no-comments h1 {
      line-height: auto;
      vertical-align: middle;
      padding-bottom: 0px;
      display: table-cell; }
  .client-login-page .project-description .comments h2 {
    color: #E1B87F;
    padding-bottom: 10px; }
  .client-login-page .project-description .comments .columns {
    float: left;
    max-width: 100%;
    padding-bottom: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
    @media (max-width: 600px) {
      .client-login-page .project-description .comments .columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        max-width: 100%;
        width: 100%;
        padding: 0px 10px 30px 0px; } }
    .client-login-page .project-description .comments .columns p {
      padding-bottom: 5px; }
  .client-login-page .project-description .downloads {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E1B87F; }
    .client-login-page .project-description .downloads h2 {
      color: #E1B87F;
      padding-bottom: 30px; }
    .client-login-page .project-description .downloads .icon-pdf {
      fill: #3F4444; }
      .client-login-page .project-description .downloads .icon-pdf:hover {
        fill: #E1B87F; }
    .client-login-page .project-description .downloads .pdf-container .pdf-top-level {
      display: inline-block;
      padding-right: 10%;
      padding-bottom: 20px; }
      .client-login-page .project-description .downloads .pdf-container .pdf-top-level > ul {
        display: inline-block; }
      .client-login-page .project-description .downloads .pdf-container .pdf-top-level .pdf-sub-level {
        display: inline-block;
        vertical-align: top;
        padding: 15px 0px 0px 5px; }
        .client-login-page .project-description .downloads .pdf-container .pdf-top-level .pdf-sub-level li:last-of-type {
          font-size: 12px; }

.access-denied {
  min-height: 600px;
  padding-top: 100px; }

.footer-top {
  background: #3F4444;
  min-height: 250px;
  padding-top: 44px; }
  @media (max-width: 600px) {
    .footer-top {
      height: 620px;
      padding-top: 20px; } }
  .footer-top .rowmachine {
    width: 32%;
    float: left; }
    .footer-top .rowmachine:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .footer-top .rowmachine:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    .footer-top .rowmachine:nth-child(3n + 1) {
      clear: left; }
    @media (max-width: 600px) {
      .footer-top .rowmachine {
        width: 100%;
        padding: 1%; }
        .footer-top .rowmachine:nth-child(n) {
          margin: 0; }
        .footer-top .rowmachine:nth-child(3n) {
          margin: 0; } }
    @media (max-width: 600px) {
      .footer-top .rowmachine {
        font-size: 13px;
        padding: 20px 10px; } }
    @media (max-width: 600px) {
      .footer-top .rowmachine a {
        font-size: 13px; } }
    .footer-top .rowmachine:nth-of-type(2) {
      padding: 0px 20px; }
      @media (max-width: 900px) {
        .footer-top .rowmachine:nth-of-type(2) {
          padding: 0px 10px; } }
      @media (max-width: 600px) {
        .footer-top .rowmachine:nth-of-type(2) {
          padding: 20px 10px; } }
    .footer-top .rowmachine:nth-of-type(3) {
      padding-left: 20px; }
      @media (max-width: 900px) {
        .footer-top .rowmachine:nth-of-type(3) {
          padding-left: 10px; } }

.single-projects .footer-top {
  /* Mobiles */
  /* Tablets */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
    .single-projects .footer-top {
      margin-top: 170px; } }
  @media only screen and (min-device-width: 601px) and (max-device-width: 1024px) {
    .single-projects .footer-top {
      padding-top: 230px;
      min-height: 430px; } }
.single-projects .footer-bottom {
  /* Tablets Landscape */ }
  @media only screen and (min-device-width: 601px) and (max-device-width: 1024px) and (orientation: landscape) {
    .single-projects .footer-bottom {
      padding-top: 20px; } }

.column-one, .column-two, .column-three {
  height: 170px; }
  @media (max-width: 600px) {
    .column-one, .column-two, .column-three {
      height: 100%; } }

footer {
  background: none !important;
  color: #FFF; }
  footer .logo-main-white {
    margin: 20px 0px 10px 0px;
    width: 177px; }
  footer h2 {
    color: #E1B87F;
    font-size: 15px; }
  @media (max-width: 900px) {
    footer .column-one a {
      font-size: 11px; } }
  @media (max-width: 600px) {
    footer .column-one a {
      font-size: 13px; } }
  footer .column-two {
    border-left: 1px solid #FFF; }
    @media (max-width: 600px) {
      footer .column-two {
        border-left: 0px;
        border-bottom: 1px solid #FFF;
        border-top: 1px solid #FFF; } }
    @media (max-width: 900px) {
      footer .column-two li, footer .column-two a {
        font-size: 11px; } }
    @media (max-width: 800px) {
      footer .column-two li, footer .column-two a {
        font-size: 10px; } }
    @media (max-width: 650px) {
      footer .column-two li, footer .column-two a {
        font-size: 9px; } }
    @media (max-width: 600px) {
      footer .column-two li, footer .column-two a {
        font-size: 13px; } }
    footer .column-two ul:last-of-type {
      padding-top: 20px;
      padding-bottom: 15px; }
  footer .column-three {
    border-left: 1px solid #FFF; }
    @media (max-width: 600px) {
      footer .column-three {
        border-left: 0px; } }
    footer .column-three p {
      padding-bottom: 25px; }
      @media (max-width: 900px) {
        footer .column-three p {
          font-size: 11px; } }
      @media (max-width: 600px) {
        footer .column-three p {
          font-size: 13px; } }
    footer .column-three a[href*=wp-] {
      color: #3F4444;
      text-align: right;
      float: right; }
      @media (max-width: 600px) {
        footer .column-three a[href*=wp-] {
          float: left;
          text-align: left; } }
      footer .column-three a[href*=wp-]:hover {
        color: #FFF; }
    footer .column-three .social-icons a {
      margin-left: 5px; }
      footer .column-three .social-icons a:nth-of-type(2) {
        margin-left: 7px; }
      footer .column-three .social-icons a:nth-of-type(3) {
        margin-left: 7px; }
      footer .column-three .social-icons a:nth-of-type(4) {
        margin-left: 7px; }
      footer .column-three .social-icons a:nth-of-type(5) {
        margin-left: 3px; }

.footer-bottom {
  min-height: 50px;
  padding-top: 15px; }
  @media (max-width: 600px) {
    .footer-bottom {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .footer-bottom {
      font-size: 13px; } }
  @media (max-width: 600px) {
    .footer-bottom a {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .footer-bottom a {
      font-size: 13px; } }
  @media (max-width: 380px) {
    .footer-bottom a {
      font-size: 10px; } }
  .footer-bottom p {
    text-align: left;
    float: left; }
    @media (max-width: 380px) {
      .footer-bottom p {
        font-size: 10px; } }
  .footer-bottom p:last-of-type {
    width: 100%;
    padding-left: 14px;
    padding-bottom: 10px;
    padding: 0px 0px 10px 14px; }
    @media (max-width: 550px) {
      .footer-bottom p:last-of-type {
        padding: 0px 0px 10px 0px; } }

.project-images {
  padding-bottom: 30px; }
  .project-images img:nth-of-type(even) {
    padding: 0px 25px; }
    @media (max-width: 640px) {
      .project-images img:nth-of-type(even) {
        float: right !important;
        padding-top: 25px;
        padding-right: 0px; } }
  .project-images img:nth-of-type(odd) {
    padding: 0px; }

.project-float-left {
  float: left; }

.project-float-right {
  float: right; }
  .project-float-right img {
    padding-right: 0px !important; }

/* =============================================================================
   Google Map Nav
   ========================================================================== */
#google_map {
  height: 100%;
  min-height: 550px; }
  @media (max-width: 600px) {
    #google_map {
      min-height: 400px;
      height: 400px; } }

/* =============================================================================
   Google Map Navigation
   ========================================================================== */
.gmnoprint {
  max-width: none;
  background: #FFF;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  margin-left: 10px; }

div[title="Zoom in"] {
  background: url(img/map/plus.png) no-repeat 0 0; }
  @media (max-width: 600px) {
    div[title="Zoom in"] {
      background: none; } }
  div[title="Zoom in"] img {
    display: none; }

div[title="Zoom out"] {
  background: url(img/map/minus.png) no-repeat 0 0; }
  @media (max-width: 600px) {
    div[title="Zoom out"] {
      Background: none; } }
  div[title="Zoom out"] img {
    display: none; }

div[title="Drag to zoom"] {
  background: url(img/map/drag.png) no-repeat 0 0; }
  div[title="Drag to zoom"] img {
    display: none; }

div[title="Click to zoom"] {
  background: url(img/map/click_to_zoom.png) no-repeat center center;
  margin-left: 0px; }
  div[title="Click to zoom"] img {
    display: none; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flex-viewport {
  width: 70%;
  margin: 0 auto; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flex-direction-nav .flex-prev {
  left: -15%;
  background: url("./img/svg/icon-next-previous.svg");
  height: 53px;
  width: 53px;
  display: block;
  position: absolute;
  top: 150px;
  z-index: 3; }
  @media (max-width: 767px) {
    .flex-direction-nav .flex-prev {
      display: none; } }

.flex-direction-nav .flex-next {
  position: absolute;
  top: 150px;
  right: -15%;
  text-align: right;
  background: url("./img/svg/icon-next-previous.svg");
  height: 53px;
  width: 53px;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  z-index: 3; }
  @media (max-width: 767px) {
    .flex-direction-nav .flex-next {
      display: none; } }
