/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .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;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}
#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;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
* {
  outline: none!important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 400;
  background-color: #000;
}
h1,
h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.6);
  margin: 0 0 20px 0;
  line-height: 1.6;
}
h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.6);
  margin: 0 0 20px 0;
  line-height: 1.6;
}
h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.6);
  margin: 0 0 20px 0;
  line-height: 1.6;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}
.label-01 {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.label-02 {
  font-weight: 900;
  text-transform: uppercase;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul {
  margin: 0 0 20px 0;
}
strong {
  font-weight: bold;
}
a {
  color: #651317;
  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;
}
.btn-primary {
  display: inline-block;
  padding: 18px 24px 18px 56px;
  background: #fff;
  border-radius: 34px;
  color: #651317;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
}
.btn-primary i {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  left: 12px;
  top: 11px;
}
.btn-primary:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-color: #fff;
}
.btn-secondary {
  display: inline-block;
  padding: 18px 24px 18px 56px;
  background: transparent;
  border-radius: 34px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
}
.btn-secondary i {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  left: 12px;
  top: 11px;
}
.btn-secondary:hover {
  color: #651317;
  background-color: #fff;
  text-decoration: none;
  border-color: #fff;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .container,
  .container-fluid {
    padding: 0 15px!important;
  }
}
/* 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;
  padding-top: 60px;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav nav ul.menu {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  text-align: center;
}
#mobileNav nav ul.menu li {
  display: block;
  padding: 0;
  margin: 10px 0;
  position: relative;
}
#mobileNav nav ul.menu li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
}
#mobileNav nav ul.menu li a:hover {
  color: #C7161E;
  text-decoration: none;
}
#mobileNav nav ul.menu li a i {
  margin-right: 4px;
}
#mobileNav nav ul.menu .sub-menu-wrap {
  display: none;
}
#mobileNav .mobileNav-footer {
  text-align: center;
  margin-top: 30px;
}
#mobileNav .mobileNav-footer a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
}
#mobileNav .mobileNav-footer a:hover {
  color: #C7161E;
  text-decoration: none;
}
#mobileNav .mobileNav-footer a i {
  margin-right: 4px;
}
#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%;
  }
}
/* Header
==============================*/
.switcher {
  margin: 0;
  position: relative;
  z-index: 10;
  float: right;
  padding-left: 15px;
  display: inline-block;
}
.switcher #current_lang {
  padding-bottom: 5px;
}
.switcher i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switcher a {
  margin: 0;
  padding: 0 15px 0 5px!important;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
  text-decoration: none!important;
}
.switcher #language_options {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 5px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.switcher #language_options a {
  display: block;
  margin: 3px 0;
  color: #000;
}
.switcher #language_options a:hover {
  color: #651317;
}
.switcher:hover .fa-chevron-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.switcher:hover #language_options {
  display: block;
}
#mobileNav .switcher {
  margin: 0 30px 60px 0;
}
#header {
  position: fixed;
  width: 100%;
  z-index: 20;
}
#header .header-wrap {
  background-color: #000;
  position: relative;
  z-index: 10;
}
#header .header-top {
  padding: 30px 0;
}
#header .header-top nav.main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
#header .header-top nav.main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  margin-right: 32px;
}
#header .header-top nav.main-menu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
}
#header .header-top nav.main-menu ul li a:hover {
  color: #C7161E;
  text-decoration: none;
}
#header .header-top nav.main-menu ul li a i {
  margin-right: 4px;
}
#header .header-top nav.main-menu ul .sub-menu-wrap {
  display: none;
}
#header .header-top nav.main-menu ul#menu-main-menu-right-1 {
  float: right;
}
#header .header-top .navToggle {
  float: right;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}
.header-bottom {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
.header-bottom img {
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-header .header-bottom .header-logo img {
  max-width: 300px;
}
.header-frame {
  position: relative;
  margin-top: -15px;
  height: 53px;
  background-image: url('images/top-header-spat.svgz');
  background-repeat: repeat-x;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header .header-top {
    padding: 0 0;
  }
  #header .header-bottom img {
    max-width: 100%;
  }
  #header.scroll-header .header-bottom .header-logo img {
    max-width: 260px;
  }
}
/* Sticky link
==============================*/
.sticky-links {
  position: absolute;
  z-index: 20;
  top: 9%;
  left: 0;
  padding: 80px 120px 60px 30px;
  background-position: left center;
  background-image: url('images/drawer-bkg.svgz');
  background-repeat: no-repeat;
}
.sticky-links a {
  display: block;
  margin: 15px 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .sticky-links {
    padding: 90px 120px 90px 5px;
    top: 4%;
    background-position: right -10px center;
  }
  .sticky-links a {
    display: block;
    margin: 15px 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff;
  }
  .sticky-links a:hover {
    color: #C7161E;
    background-color: transparent;
    border: none;
  }
  .sticky-links a i {
    top: auto;
    left: auto;
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* Home
==============================*/
#home-banner {
  padding: 400px 0 280px 0;
  background-size: cover;
  background-position: center center;
}
#home-banner .banner-quote {
  max-width: 480px;
  float: right;
}
#home-banner .banner-quote .btn-primary {
  margin-top: 15px;
}
#gallery {
  background-image: url('images/gallery-bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0 240px 0;
}
#gallery .gallery-top {
  background-image: url('images/Divider01.svgz');
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 200px;
  background-position: top left;
}
#gallery .gallery-header {
  text-align: center;
}
#gallery .gallery-header img, #gallery .gallery-header video {
  width: 100%;
  margin: 30px 0 15px;
}
#gallery .gallery-body .gallery-item a {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
#gallery .gallery-body .gallery-item a img {
  width: 100%;
}
#gallery .gallery-body .gallery-item a .gallery-overlay {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(101, 19, 23, 0.8), rgba(101, 19, 23, 0.8));
  box-shadow: inset 0px 0px 30px #C7161E;
}
#gallery .gallery-body .gallery-item a .gallery-overlay i {
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
  opacity: 0.5;
}
#gallery .gallery-body .gallery-item a:hover .gallery-overlay {
  opacity: 1;
}
#updates {
  background-image: url('images/update-bg.jpg');
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 120px 0 240px 0;
}
#updates .update-top {
  background-image: url('images/Divider02.svgz');
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 200px;
  background-position: top left;
}
#updates .updates-header {
  text-align: center;
}
#updates .updates-body .update {
  padding: 30px 0 0 0;
  position: relative;
}
#updates .updates-body .update h3 {
  position: relative;
  z-index: 5;
}
#updates .updates-body .update .update-image {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
#updates .updates-body .update .update-image img {
  width: 100%;
  height: auto;
}
#updates .updates-body .update .update-image .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
#updates .updates-body .update.order-right {
  text-align: right;
}
#updates .updates-body .update.order-right .splat {
  top: -160px;
  right: -140px;
  left: auto;
}
#updates .updates-body .update .splat-1 {
  position: absolute;
  top: -120px;
  left: -120px;
}
#updates .updates-body .update .splat {
  position: absolute;
  top: -50px;
  left: -90px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #home-banner {
    padding: 200px 0 90px 0;
  }
  #updates .updates-body .update {
    margin: 60px 0 0 0;
    position: relative;
  }
}
/* Forms
==============================*/
.contact-form {
  text-align: left;
}
.contact-form .form-field {
  margin-top: 16px;
}
.contact-form .form-field label {
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.contact-form .form-field input,
.contact-form .form-field textarea {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 12px 24px!important;
  border: 1px solid #C7161E;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
}
.contact-form .form-field .select-wrap {
  margin: 0;
  position: relative;
}
.contact-form .form-field .select-wrap select {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 12px 48px 12px 24px!important;
  border: 1px solid #C7161E;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.contact-form .form-field .select-wrap select option {
  color: #000;
}
.contact-form .form-field .select-wrap:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  height: 45px;
  width: 30px;
  pointer-events: none;
  background-image: url('images/arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-form #contact-submit {
  display: block;
  padding: 18px 24px 18px 24px;
  background: #fff;
  border-radius: 34px;
  color: #651317;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border: 2px solid #fff;
  width: 300px;
  margin: 30px auto 0 auto;
}
.contact-form #contact-submit i {
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  left: 12px;
  top: 11px;
}
.contact-form #contact-submit:hover {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-color: #fff;
}
.contact-form .thanks {
  background-color: #2c7171;
  padding: 1em;
}
.contact-form .form-errors {
  background-color: #934f13;
  padding: 1em;
}
.contact-form .form-errors li {
  margin-left: 2em;
}
.form-field-left {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.form-field-right {
  float: left;
  width: 49%;
  margin-left: 1%;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .form-field-left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .form-field-right {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/* Footer
==============================*/
.footer-contact-top {
  background-image: url('images/Divider01.svgz');
}
.footer-contact-bottom {
  background-image: url('images/Divider02.svgz');
}
.footer-logo {
  background-image: url('images/footer-blood.svgz');
}
#footer #contact {
  background-color: #651317;
  text-align: center;
  position: relative;
}
#footer #contact .footer-logo {
  position: absolute;
  z-index: 5;
  bottom: -220px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-position: left 20px top 20px;
  background-repeat: no-repeat;
  padding: 60px 0 120px 0;
  width: 420px;
  max-width: 100%;
  pointer-events: none;
}
#footer #contact .footer-logo img {
  max-width: 420px;
}
#footer #contact .footer-contact-top {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 200px;
  background-position: top left;
}
#footer #contact .footer-contact-bottom {
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 200px;
  background-position: bottom left;
}
#footer #contact .footer-contact-inner {
  padding: 60px 15px 120px!important;
  z-index: 2;
}
#footer #footer-social {
  padding: 90px 0 30px 0;
  position: relative;
  z-index: 5;
}
#footer #footer-social .social-links {
  text-align: right;
}
#footer #footer-social .social-links a {
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  margin-right: 24px;
}
#footer #footer-social .social-links a:hover {
  color: #651317;
}
#footer #footer-terms {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  background-color: #320608;
  padding: 24px 0;
  color: #BDBDBD;
}
#footer #footer-terms p {
  margin: 0;
}
#footer #footer-terms a {
  color: #BDBDBD;
}
#footer #footer-terms .sep {
  position: relative;
  top: -1px;
  padding: 0 3px;
}
#footer #footer-terms .site-by {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer #footer-social {
    padding: 180px 0 30px 0;
  }
  #footer #footer-social .social-links {
    text-align: center;
  }
  #footer #footer-social .social-links a {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #footer #footer-terms {
    text-align: center;
  }
  #footer #footer-terms .site-by {
    margin-top: 10px;
    float: none;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */