/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .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;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.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: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 5px;
  color: #252525;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 5px;
  color: #252525;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #252525;
  margin: 0 0 40px 0;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 5px;
  color: #252525;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #252525;
  margin: 0 0 30px 0;
}
p {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 17px;
}
strong {
  font-weight: bold;
}
a {
  color: #b97039;
  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;
}
/* 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;
}
#mobileNav {
  background-color: #f1f1f1;
  border-left: 5px solid rgba(0, 0, 0, 0.2);
}
#mobileNav .mobileNav-header {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: right;
  padding: 5px 15px;
}
#mobileNav .mobileNav-header .navToggle {
  color: #363636;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mobileNav .mobile-main-menu ul {
  padding: 0;
  margin: 0;
}
#mobileNav .mobile-main-menu ul li {
  display: block;
  position: relative;
  background-color: #b97039;
}
#mobileNav .mobile-main-menu ul li .menu-drop {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  padding-top: 7px;
}
#mobileNav .mobile-main-menu ul li .menu-drop i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mobileNav .mobile-main-menu ul li .menu-drop.sub-menu-active i {
  transform: rotate(-180deg);
}
#mobileNav .mobile-main-menu ul li a {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mobileNav .mobile-main-menu ul li a:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.2);
}
#mobileNav .mobile-main-menu ul li .sub-menu {
  display: none;
}
#mobileNav .mobile-main-menu ul li .sub-menu li a {
  padding-left: 30px;
}
#mobileNav .darkgreen {
  background-color: #4f9b8f !important;
}
#mobileNav .darkgreen ul li {
  background-color: #4f9b8f !important;
}
#mobileNav .pastelyellow {
  background-color: #e0d37d !important;
}
#mobileNav .pastelyellow ul li {
  background-color: #e0d37d !important;
}
#mobileNav .pastelorange {
  background-color: #c08c66 !important;
}
#mobileNav .pastelorange ul li {
  background-color: #c08c66 !important;
}
#mobileNav .darkblue {
  background-color: #233d4d !important;
}
#mobileNav .darkblue ul li {
  background-color: #233d4d !important;
}
#mobileNav .darkorange {
  background-color: #fc5130 !important;
}
#mobileNav .darkorange ul li {
  background-color: #fc5130 !important;
}
#mobileNav .orange {
  background-color: #fe7f2d !important;
}
#mobileNav .orange ul li {
  background-color: #fe7f2d !important;
}
#mobileNav .yellow {
  background-color: #fcca46 !important;
}
#mobileNav .yellow a {
  color: #252525 !important;
}
#mobileNav .yellow ul li {
  background-color: #fcca46 !important;
}
@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
==============================*/
#header .header-top .header-logo {
  display: block;
  margin: 10px 0 20px;
}
#header .header-top .header-logo img {
  width: 220px;
  margin-left: 0px;
}
#header .header-top h3 {
  text-align: center;
  font-weight: 900;
  margin: 63px 0;
  text-transform: uppercase;
  font-size: 30px;
}
#header .header-top .social-links {
  margin: 54px 0;
  padding: 0;
  float: right;
}
#header .header-top .social-links li {
  display: inline-block;
}
#header .header-top .social-links li a {
  font-size: 30px;
  font-size: 3rem;
  padding: 15px 5px;
}
#header .header-bottom {
  background-color: #f1f1f1;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
}
#header .header-bottom .navToggle {
  color: #363636;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
}
#header .header-bottom .navToggle:hover {
  text-decoration: none;
  color: #b97039;
}
/* Nav
==============================*/
nav.main-menu > ul {
  padding: 0;
  margin: 0 0 -5px 0;
  display: flex;
  position: relative;
}
nav.main-menu > ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  background-color: #b97039;
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-menu > ul > li > a {
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 25px 0;
  text-decoration: none!important;
}
nav.main-menu > ul > li > a i {
  margin-right: 5px;
}
nav.main-menu > ul > li > a .menu-drop {
  margin-left: 5px;
}
nav.main-menu > ul > li > a .menu-drop i {
  margin: 0;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-menu > ul > li:hover {
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
}
nav.main-menu > ul > li:hover > a .menu-drop i {
  transform: rotate(-90deg);
  top: -1px;
}
nav.main-menu > ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
}
nav.main-menu > ul .sub-menu-wrap ul {
  padding: 0 0;
  margin: 5px 0 0 0;
}
nav.main-menu > ul .sub-menu-wrap ul li {
  display: block;
}
nav.main-menu > ul .sub-menu-wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-decoration: none!important;
}
nav.main-menu > ul .sub-menu-wrap ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
nav.main-menu .darkgreen {
  background-color: #4f9b8f !important;
}
nav.main-menu .darkgreen ul {
  background-color: #4f9b8f !important;
}
nav.main-menu .pastelorange {
  background-color: #c08c66 !important;
}
nav.main-menu .pastelorange ul {
  background-color: #c08c66 !important;
}
nav.main-menu .pastelyellow {
  background-color: #e0d37d !important;
}
nav.main-menu .pastelyellow ul {
  background-color: #e0d37d !important;
}
nav.main-menu .darkblue {
  background-color: #233d4d !important;
}
nav.main-menu .darkblue ul {
  background-color: #233d4d !important;
}
nav.main-menu .darkorange {
  background-color: #fc5130 !important;
}
nav.main-menu .darkorange ul {
  background-color: #fc5130 !important;
}
nav.main-menu .orange {
  background-color: #fe7f2d !important;
}
nav.main-menu .orange ul {
  background-color: #fe7f2d !important;
}
nav.main-menu .yellow {
  background-color: #fcca46 !important;
}
nav.main-menu .yellow a {
  color: #252525 !important;
}
nav.main-menu .yellow ul {
  background-color: #fcca46 !important;
}
/* Default
==============================*/
.margin-bottom {
  margin-bottom: 90px;
}
.margin {
  margin-top: 90px;
}
.image-col {
  padding-left: 60px;
}
.cat-intro {
  padding: 90px 0px;
  background: #f1f1f1;
  margin-top: 10px;
}
.page-template-default .cat-intro {
  background: #fff;
}
.home .cat-intro {
  background: #fff;
}
.intro-section {
  padding: 90px 20px;
}
.category-intro-section {
  padding: 90px 0px;
  background: #b7b7b7;
}
.text-area p:last-child,
.intro-section p:last-child {
  margin: 0;
}
.breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.breadcrumbs i {
  margin-right: 3px;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.gform_wrapper .gform_footer .gform_button {
  float: right;
  border: none;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 30px;
  background-color: #b97039;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #252525;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .image-col {
    padding-left: 15px;
    padding-top: 30px;
  }
}
/* Search
==============================*/
#search-bar {
  background-color: #b97039;
  margin-top: 0px;
  color: #fff;
}
#search-bar .search-left {
  padding-top: 45px;
}
#search-bar .search-left h4 {
  color: #fff;
  margin: 0;
}
#search-bar .search-right {
  padding-top: 40px;
  padding-bottom: 20px;
}
#search-bar .search-right .popular-searches {
  font-size: 14px;
  font-size: 1.4rem;
}
#search-bar .search-right .popular-searches p {
  display: inline-block;
  margin: 0;
}
#search-bar .search-right .popular-searches ul {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
}
#search-bar .search-right .popular-searches ul li {
  display: inline-block;
  margin-left: 5px;
}
#search-bar .search-right .popular-searches ul li a {
  color: #fff;
  font-style: italic;
}
#search-form {
  display: flex;
}
#search-form #search {
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
  color: #fff;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#search-form button {
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 3px 15px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#search-form button:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.search-header p {
  margin: 0;
}
/* Themes
==============================*/
#themes-grid .theme-box {
  display: block;
  text-decoration: none!important;
  color: #fff;
  position: relative;
  margin: 0 auto 30px;
  overflow: hidden;
  max-width: 360px;
}
#themes-grid .theme-box img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#themes-grid .theme-box h4 {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 15px;
  margin: 0;
  color: #fff;
}
#themes-grid .theme-box p {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 15px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#themes-grid .theme-box .box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#themes-grid .theme-box:hover img {
  transform: scale(1.1);
}
/* Story
==============================*/
.archive-header-wrapper {
  background: #ececec;
}
.archive-header {
  padding-top: 90px;
  padding-bottom: 90px;
}
.archive-header h1 {
  margin: 0;
}
.story-item {
  margin-bottom: 60px;
}
.story-item a {
  color: #252525;
}
.story-item a:hover {
  text-decoration: none;
  color: #252525;
}
.story-item:last-child {
  margin-bottom: 0;
}
.story-item .entry h3 {
  margin: 0 0 15px 0;
}
.story-item .entry p {
  margin: 0 0 25px 0;
}
.story-item .entry .postmetadata {
  margin: 0;
  float: left;
  width: 70%;
}
.story-item .entry .postmetadata strong {
  margin-right: 5px;
}
.story-item .entry .postmetadata a {
  display: inline-block;
  color: #fff;
  background-color: #b97039;
  padding: 0 10px;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.story-item .entry .readmore {
  margin: 4px 0 0 0;
  float: right;
  max-width: 30%;
  text-align: right;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background-color: #b97039;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.story-themes .story-item .entry .postmetadata a {
  background-color: #233d4d;
}
.story-themes .story-item .entry .readmore {
  background-color: #233d4d;
}
.story-latest .story-item .entry .postmetadata a {
  background-color: #b97039;
}
.story-latest .story-item .entry .readmore {
  background-color: #b97039;
}
.navigation .btn-right {
  text-align: right;
}
.navigation .btn-right i {
  margin-right: 0px!important;
  margin-left: 5px;
}
.navigation .nav-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.navigation .nav-btn a {
  color: #363636;
  display: inline-block;
}
.navigation .nav-btn i {
  margin-right: 5px;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .story-item {
    max-width: 360px;
    margin: 0 auto 60px auto;
  }
  .story-item img {
    margin-bottom: 30px;
  }
  .story-item .entry .postmetadata {
    margin: 0;
    float: none;
    width: 100%;
  }
  .story-item .entry .readmore {
    margin: 30px 0 0 0;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* Story Single
==============================*/
#story {
  margin-bottom: 90px;
}
#story .banner-image {
  position: relative;
}
#story .banner-image .image-credit {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  font-size: 12px;
  padding: 0px 5px;
  font-weight: 600;
}
#story .story-banner {
  width: 100%;
}
#story .breadcrumbs {
  margin-bottom: 40px;
}
#story .postmetadata {
  margin: 0;
}
#story .postmetadata strong {
  margin-right: 5px;
}
#story .postmetadata a {
  display: inline-block;
  color: #fff;
  background-color: #b97039;
  padding: 0 10px;
  margin: 0 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
#story .story-attachments {
  margin-top: 90px;
}
#story .story-attachments .story-attachment {
  margin-top: 30px;
}
#story .story-attachments .story-attachment .cover-image {
  background-color: #f1f1f1;
  padding: 15px;
}
#story .story-attachments .story-attachment .attachment-inner {
  background-color: #f1f1f1;
  padding: 30px 15px 15px;
}
#story .story-attachments .story-attachment .attachment-inner .attachment-header h5 {
  margin: 0 0 15px;
}
#story .story-attachments .story-attachment .attachment-inner .attachment-header p {
  margin: 0;
}
#story .story-attachments .story-attachment .attachment-inner .file-size span {
  font-weight: 400;
  margin-right: 5px;
}
#story .story-attachments .story-attachment .attachment-inner .file-size p {
  display: inline-block;
  margin: 0;
}
#story .story-attachments .story-attachment .attachment-inner .file-link span {
  font-weight: 400;
  margin-right: 5px;
}
#story .story-attachments .story-attachment .attachment-inner .file-link a img {
  max-width: 14px;
  position: relative;
  top: -1px;
}
#story .story-attachments .story-attachment .attachment-inner .file-link a span {
  font-weight: 300;
  margin: 0;
}
#story .story-attachments .story-attachment .attachment-inner .publish-date span {
  font-weight: 400;
  margin: 0;
}
/* Footer
==============================*/
.home #footer #footer-top {
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-image: url('images/footer-strip.jpg');
}
#footer #footer-top {
  padding: 50px 0;
}
#footer #footer-top .footer-logos {
  padding: 0;
  margin: 0;
}
#footer #footer-top .footer-logos li {
  display: inline-block;
  margin: 0 25px 15px 0;
}
#footer #footer-top .footer-logos li:last-child {
  margin: 0;
}
#footer #footer-top .footer-logos li a {
  display: block;
}
#footer #footer-top .social-links {
  margin: 0 0 0;
  padding: 0;
}
#footer #footer-top .social-links li {
  display: inline-block;
}
#footer #footer-top .social-links li a {
  font-size: 30px;
  font-size: 3rem;
  padding: 15px 5px;
}
#footer #footer-term {
  border-top: 1px solid #d7d7d7;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer #footer-term ul {
  float: left;
  padding: 10px 0 10px 0;
  margin: 0;
}
#footer #footer-term ul li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px;
}
#footer #footer-term ul li a {
  color: #363636;
}
#footer #footer-term a.site-by {
  padding: 10px 0;
  display: block;
  float: right;
  text-transform: uppercase;
  color: #252525;
}
.juicer-feed .feed-item {
  border: solid 1px #e2e1e8 !important;
}
.juicer-feed .referral,
.juicer-feed .juicer-ad {
  display: none !important;
}
