/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name:
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}
body {
  heigth: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}
.clear {
  clear: both;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Raleway', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}
h1 {
  font-size: 50px;
  font-size: 5rem;
  color: #fc9d22;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
h2,
.main-heading {
  color: #1e1e1e;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 10px 0 20px 0;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 20px 0;
}
p {
  line-height: 1.8;
}
.grey {
  color: #c2c3c5;
}
strong {
  font-weight: bold;
}
a {
  color: #fc9d22;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h2,
  .main-heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -50%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#wrap.menuOpenWrap {
  right: 50%;
  pointer-events: none;
}
footer.menuOpenWrap {
  right: 50%;
  position: relative;
  pointer-events: none;
}
.mobileNav-overlay.menuOpen {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #mobileNav {
    width: 100%;
    right: -100%;
  }
  #wrap.menuOpenWrap {
    right: 100%;
  }
  footer.menuOpenWrap {
    right: 100%;
  }
}
#mobileNav {
  background-color: #1d3a5a;
}
#mobileNav .mobileNav-header {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
}
#mobileNav .mobileNav-header a {
  color: #c2c3c5;
  display: block;
}
#mobileNav ul {
  margin: 0;
  padding: 0;
}
#mobileNav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileNav ul li a {
  padding: 15px 25px;
  display: block;
  color: #c2c3c5;
}
#mobileNav ul li.current-menu-item a {
  background-color: #fc9d22;
  color: #fff;
  text-decoration: none;
}
#mobileNav ul li a:hover {
  background-color: #fc9d22;
  color: #fff;
  text-decoration: none;
}
/* Header
==============================*/
.header-logo {
  max-width: 350px;
  display: block;
}
.header-logo img {
  width: 100%;
  height: auto;
}
#header .right-col {
  text-align: right;
}
#header #header-top {
  background-color: #1e1e1e;
  background-size: cover;
  background-position: center center;
  padding: 10px 0;
}
#header #header-top a {
  color: #c2c3c5;
  font-weight: 300;
}
#header #header-top a svg {
  margin-right: 5px;
}
#header #header-banner {
  background-color: #1d3a5a;
  padding: 40px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
  position: relative;
}
#header #header-banner .navToggle {
  color: #fff;
  background-image: url('images/menu.png');
  padding-right: 35px;
  background-position: top right;
  background-repeat: no-repeat;
  line-height: 24px;
  display: inline-block;
}
#header #header-banner .banner-content {
  float: right;
  display: inline-block;
  padding: 360px 0 180px 0;
}
#header #header-banner .banner-content h1 {
  margin: 0;
}
#header #header-banner .banner-content h2 {
  color: #c2c3c5;
  margin: 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #header .right-col {
    text-align: center;
  }
  #header #header-top {
    text-align: center;
  }
  #header #header-banner .banner-content {
    padding: 80px 0 80px 0;
  }
}
/* Content
==============================*/
#default-page {
  padding: 150px 15px;
}
#intro {
  padding: 150px 15px;
}
#intro h2 {
  max-width: 360px;
}
#intro h2 span {
  display: block;
}
#intro p {
  max-width: 360px;
  line-height: 2;
}
.image-text-block .text-col {
  padding: 150px 15px;
  min-height: 640px;
}
.image-text-block .text-col .text-col-inner {
  max-width: 380px;
  margin: 0 auto;
}
.image-text-block .text-col .text-col-inner h2 {
  margin-bottom: 40px;
}
.image-text-block .image-col {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
#about {
  background-color: #ebecee;
  color: #1e1e1e;
}
#about h2 span {
  display: block;
  color: #c2c3c5;
}
#about ul {
  padding-left: 15px;
}
#about ul li {
  padding-bottom: 5px;
}
#about .view-more {
  display: inline-block;
  background-color: transparnet;
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  padding: 5px 0px;
  border: 2px solid transparent;
}
#about .view-more svg {
  font-size: 20px;
  font-size: 2rem;
  top: 1.5px;
  position: relative;
  margin-left: 5px;
}
#about .view-more:hover {
  border-bottom-color: #1e1e1e;
}
#projects-cta {
  background-color: #fc9d22;
  color: #fff;
}
#projects-cta h2 span {
  display: block;
  color: #ffe0b7;
}
#projects-cta ul {
  padding-left: 15px;
}
#projects-cta ul li {
  padding-bottom: 5px;
}
#projects-cta .view-more {
  display: inline-block;
  background-color: transparnet;
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
  position: relative;
  padding: 5px 0px;
  border: 2px solid transparent;
}
#projects-cta .view-more svg {
  font-size: 20px;
  font-size: 2rem;
  top: 1.5px;
  position: relative;
  margin-left: 5px;
}
#projects-cta .view-more:hover {
  border-bottom-color: #1e1e1e;
}
#testimonial {
  background-color: #1d3a5a;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
}
#testimonial span {
  display: block;
  text-align: right;
  color: #fc9d22;
  font-weight: 500;
}
#services {
  padding: 150px 0;
  background-image: url('images/services-bg.png');
  background-position: bottom -100px right;
  background-repeat: no-repeat;
}
#services h2 span {
  display: block;
}
#services .service {
  padding-top: 40px;
}
#services .service ul {
  padding: 0 0 0 15px;
  margin: 0;
}
#services .service img {
  max-width: 100%;
  height: auto;
}
#default {
  padding: 150px 15px;
  background-image: url('images/services-bg.png'), url('images/projects-bg.png'), url('images/projects-bg-2.png');
  background-position: top 150px right -50%, center left, bottom right;
  background-repeat: no-repeat;
}
#default h1 {
  max-width: 360px;
}
#default h1 span {
  display: block;
}
#default .project-row {
  padding-top: 110px;
}
#default .project-row img {
  max-width: 100%;
}
#default .project-row .project-content {
  padding: 30px 0;
  max-width: 520px;
}
#default .project-row .project-content h2 {
  max-width: 100%;
}
#default .project-row .project-content h2 span {
  display: block;
}
#default .project-row .project-content p {
  margin: 0;
}
#default .project-row .project-content .role {
  color: #fc9d22;
  font-weight: 500;
}
#projects {
  padding: 150px 15px;
  background-image: url('images/services-bg.png'), url('images/projects-bg.png'), url('images/projects-bg-2.png');
  background-position: top 150px right -50%, center left, bottom right;
  background-repeat: no-repeat;
}
#projects h1 {
  max-width: 360px;
}
#projects h1 span {
  display: block;
}
#projects .project-row {
  padding-top: 110px;
}
#projects .project-row img {
  max-width: 100%;
}
#projects .project-row .project-content {
  padding: 30px 0;
  max-width: 520px;
}
#projects .project-row .project-content h2 {
  max-width: 100%;
}
#projects .project-row .project-content h2 span {
  display: block;
}
#projects .project-row .project-content p {
  margin: 0;
}
#projects .project-row .project-content .role {
  color: #fc9d22;
  font-weight: 500;
}
/* Footer
==============================*/
#footer-cta {
  background-color: #fc9d22;
  text-align: center;
  padding: 25px 0 25px 0;
}
#footer-cta h3 {
  color: #fff;
  margin: 0;
  display: block;
}
#footer-cta a {
  color: #1d3a5a;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0 0;
}
#footer-cta a svg {
  position: relative;
  top: 0px;
  font-size: 30px;
  font-size: 3rem;
  margin-right: 5px;
}
#footer-top {
  background-color: #ebecee;
  padding: 60px;
}
#footer-top .header-logo {
  max-width: 350px;
  display: block;
  margin: 10px 0 40px;
}
#footer-top .header-logo img {
  width: 100%;
  height: auto;
}
#footer-top p {
  font-weight: 500;
  margin: 0;
  color: #1d3a5a;
}
#footer-top .footer-cta-box .gform_wrapper {
  margin: 0px!important;
}
#footer-top .footer-cta-box .gform_wrapper form input {
  border: 0px;
  padding: 5px 0px;
  background: transparent;
  border-bottom: 2px solid #1c1d1f!important;
}
#footer-top .footer-cta-box .gform_wrapper form textarea {
  border: 0px;
  height: 85px;
  padding: 5px 0px;
  background: transparent;
  border-bottom: 2px solid #1c1d1f!important;
}
#footer-top .footer-cta-box .gform_wrapper form label {
  color: #1c1d1f;
  font-weight: 500;
  margin: 0px!important;
  text-transform: uppercase;
}
#footer-top .footer-cta-box .gform_wrapper form #gform_submit_button_1 {
  float: right;
  font-weight: 500;
  text-transform: uppercase;
  border: 0px;
  padding: 5px 0px;
  background: transparent;
  border-bottom: 2px solid transparent!important;
}
#footer-top .footer-cta-box .gform_wrapper form #gform_submit_button_1:hover {
  border-bottom-color: #1e1e1e !important;
}
#footer-top .footer-cta-box .gform_wrapper form .gfield_required {
  display: none!important;
}
#footer-top .footer-cta-box .gform_wrapper form .gfield_html_formatted {
  margin: 0px!important;
}
#footer-top .footer-cta-box .gform_wrapper form .ginput_container {
  margin: 0px!important;
}
#footer-top .footer-cta-box .gform_wrapper form .gform_footer {
  padding: 0px!important;
}
#footer-top .footer-cta-box h3 {
  color: #1f4869;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
#footer-top .footer-cta-box h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}
#footer-top .footer-cta-box a {
  font-size: 24px;
  font-size: 2rem;
  display: block;
  margin: 15px 0;
  color: #1d3a5a;
}
#footer-top .footer-cta-box a svg {
  margin-right: 5px;
  color: #fc9d22;
}
#footer-bottom {
  background-color: #1e1e1e;
  color: #c2c3c5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
}
#footer-bottom p {
  margin: 0;
}
#footer-bottom .right-col {
  text-align: right;
}
#footer-bottom a {
  color: #c2c3c5;
}
#footer-bottom a:hover {
  color: #fc9d22;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #footer-cta h3 svg {
    display: none;
  }
  #footer-cta h3 a {
    display: block;
  }
  #footer-top .right-col {
    text-align: left;
  }
  #footer-bottom {
    text-align: center;
  }
  #footer-bottom .right-col {
    text-align: center;
  }
}
