/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .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: 'Roboto', sans-serif;
  color: #252525;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  background-color: #252525;
  background-image: url('images/textures/gray-bkg-texture.jpg');
}
h1,
h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-family: 'Playball', cursive;
  color: #22333b;
  margin: 10px 0 20px 0;
}
h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Playball', cursive;
  color: #22333b;
  margin: 10px 0 20px 0;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 10px 0 20px 0;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 20px 0;
}
p {
  margin: 10px 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #159948;
}
.arrow-btn {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #dcc48e;
}
.arrow-btn svg {
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  top: 3.5px;
  margin-left: 25px;
}
.arrow-btn:hover {
  color: #159948;
  text-decoration: none;
}
.light-text {
  color: #eaefd3;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5 {
  color: #dcc48e;
}
/* 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%;
  }
}
/* Nav
==============================*/
nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
}
nav.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
/* Header
==============================*/
#header .header-logo {
  max-width: 105px;
  display: inline-block;
  margin: 25px 0;
}
#header .header-logo img {
  width: 100%;
  height: auto;
}
#header .header-social {
  display: inline-block;
  margin-left: 15px;
}
#header .header-social a {
  margin-left: 15px;
  color: #dcc48e;
  font-size: 25px;
  font-size: 2.5rem;
}
#header .header-social a:hover {
  color: #fff;
}
/* Intro
==============================*/
.bg-wrap {
  background-repeat: no-repeat;
  background-position: top left, top right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-wrap {
    background-position: top left, top right -20%;
    background-size: auto auto, 70% auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-wrap {
    background-position: top left, top 100px right -40%;
    background-size: 300px auto, 70% auto;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-wrap {
    background-size: 300px auto, 0% 0%;
  }
}
#intro {
  margin: 5px 0 0 0;
}
#intro .intro-content {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-shadow: 1px 1px 1px #252525;
  position: relative;
}
#intro .intro-content .intro-logo {
  max-width: 100%;
  height: auto;
  margin: 0 auto 25px auto;
  display: block;
}
#intro .intro-content .intro-content-text {
  position: relative;
  z-index: 2;
}
#intro .intro-content .arrow-btn {
  margin-bottom: 25px;
}
#intro .intro-content .below-content-image {
  position: absolute;
  left: -150px;
  top: 80%;
  z-index: 1;
}
#intro .intro-featured-image {
  min-height: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}
#intro .intro-featured-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #intro .intro-content .below-content-image {
    left: -100px;
  }
  #intro .intro-featured-image {
    min-height: 100px;
  }
}
/* Footer
==============================*/
.footer-contact {
  position: relative;
  background-color: #dcc48e;
  background-image: url('images/textures/contact-us-bkg-texture.jpg');
  text-align: center;
  padding: 50px 0;
}
.footer-contact h2 {
  margin-bottom: 0;
}
.footer-contact .gform_wrapper .long_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-right: 16px;
  float: none;
}
.footer-contact .gform_wrapper .short_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 16px;
  float: none;
}
.footer-contact .gform_wrapper .gfield {
  margin-top: 30px;
}
.footer-contact .gform_wrapper .gfield label {
  display: none;
}
.footer-contact .gform_wrapper .gfield input,
.footer-contact .gform_wrapper .gfield textarea {
  border: none;
  border-bottom: 2px solid #eaefd3;
  background-color: transparent;
  color: #22333b;
  font-size: 14px!important;
  font-size: 1.4rem!important;
  width: 100%!important;
}
.footer-contact .gform_wrapper .gfield textarea {
  height: 100px;
}
.footer-contact .gform_wrapper .gfield ::placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 600;
}
.footer-contact .gform_wrapper .gfield .ginput_container_select {
  border: 2px solid #eaefd3;
  margin-top: 12px;
  position: relative;
}
.footer-contact .gform_wrapper .gfield .ginput_container_select select {
  width: 100%!important;
  border: none;
  color: #22333b;
  font-size: 14px!important;
  font-size: 1.4rem!important;
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding-right: 40px;
}
.footer-contact .gform_wrapper .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  border-left: 2px solid #eaefd3;
  background-image: url('images/icons/select-arrows.png');
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.footer-contact .gform_wrapper .gform_footer {
  float: right;
  width: 40%;
  margin-top: -60px;
}
.footer-contact .gform_wrapper .gform_footer .button {
  white-space: normal;
  width: 100%;
  display: block;
  background-color: #159948;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  padding: 5px 15px 3px 15px;
  border-radius: 25px;
  text-align: center;
}
.footer-contact .gform_wrapper .gform_footer .button:hover {
  background-color: #22333b;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-contact .gform_wrapper .long_half,
  .footer-contact .gform_wrapper .short_half {
    width: 100%;
    padding-right: 0;
  }
  .footer-contact .gform_wrapper .gform_footer {
    float: right;
    width: 100%;
    margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */