/*
Simple Websites NZ Core CSS
Option 1
*/
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  color: #656464;
  font-family: "Open Sans", Arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline-style: none;
}
a {
  outline: 0;
  outline-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: none;
}
img {
  opacity: 1.0 !important;
  transition: opacity 1s ease-in-out !important;
  -moz-transition: opacity 1s ease-in-out !important;
  -webkit-transition: opacity 1s ease-in-out !important;
}
a:hover img {
  opacity: .7 !important;
  transition: opacity 0.4s ease-in-out !important;
  -moz-transition: opacity 0.4s ease-in-out !important;
  -webkit-transition: opacity 0.4s ease-in-out !important;
}
img {
  max-width: 100%;
  height: auto;
  zoom: 1;
}
/* TYPOGRAPHY */
p {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
h1, h2, h3, h4 {
  font-weight: 400;
  color: #a5780c;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
}
h2 {
  font-size: 24px;
  line-height: 30px;
}
h3 {
  font-size: 22px;
  line-height: 28px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
}
.h2-404 {
padding-top:100px;
padding-bottom:100px;
}
ul, ol {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
li {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
a {
  text-decoration: none;
  color: #a5780c;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
b, strong {
  font-weight: 600;
}
.attribution {
  margin-top: 40px;
}
.attribution a {
  color: #9f9f9f !important;
  font-size: 12px;
}
.centered {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
#wrapper {
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  background-color: #FFF;
}
#header {
  width: 100%;
  position: relative;
  background-color: #FFF;
  float: left;
}
#logo {
  width: 70%;
  float: left;
}
#logo img {
  width: 100%;
  max-width: 414px;
  height: auto;
  zoom: 1;
}
#phone {
  width: 30%;
  float: right;
  text-align: right;
  padding-top: 38px;
  font-size: 20px;
  line-height: 24px;
}
#phone a {
  color: #656464;
}
#phone a:hover {
  color: #a5780c;
}
#header-row-1 {
  width: 100%;
  float: left;
  min-height: 70px;
  position: relative;
  padding-bottom: 20px;
}
#header-row-2 {
  width: 100%;
  float: left;
  position: relative;
  min-height: 34px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.header-content, .header-content2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 1%;
  padding-left: 1%;
  width: 98%;
}
.header-content ul {
  margin: 0px;
  text-align: right;
  float: right;
  padding: 0px;
}
.header-content li {
  list-style-type: none;
  line-height: 34px;
  display: inline-block;
  float: left;
  font-family: "Open Sans", Arial, helvetica, sans-serif;
  color: #14100D !important;
  font-size: 28px;
  white-space: nowrap;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
}
#hero-image-home {
  display: grid;
  align-items: center;
  background-image: url(../images/hero-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 400px;
  margin-bottom: 20px;
}
#hero-image-content {
  display: grid;
  align-items: center;
  background-image: url(../images/hero-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  min-height: 150px;
  margin-bottom: 20px;
}
#hero-image-home h1, #hero-image-content h1 {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
#hero-image-home p, #hero-image-content p {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
/* MENU */
@media only screen and (min-width: 780px) {
  #mainmenu {
    margin: 0px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainmenu ul {
    margin: 0px;
    padding: 0px;
  }
  #mainmenu li {
    font-size: 16px;
    color: #656464;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 44px;
    font-weight: 500;
    display: inline-block;
    height: 34px;
    font-family: "Open Sans", Arial, helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  #mainmenu li a {
    height: 44px;
    color: #656464;
    text-decoration: none;
    display: inline-block;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    line-height: 34px;
  }
  #mainmenu li a:hover {
    color: #a5780c;
  }
  #select a {
    color: #a5780c !important;
  }
}
/* CONTENT ROWS */
.full-row-default {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.full-row-colour-1 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #F6F5F3;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.content-default {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
}
.content-narrow {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 20px;
}
.content-narrow-centered {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 20px;
  text-align: center;
}
.content-centered {
  width: 100%;
  text-align: center;
}
.content-divider {
  width: 80%;
  margin-bottom: 20px;
  background-color: #920F00;
  height: 1px;
  margin-right: 10%;
  margin-left: 10%;
}
.flex-boxes {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
.box {
  flex: 1;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #eee;
  text-align: center;
  max-width:30%;
}
.flex-boxes-copy {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: top;
  gap: 10px;
}
.box-copy {
  flex: 1;
  padding: 10px;
  text-align: left;
}
.button1 {
  font-size: 16px;
  line-height: 28px;
  padding-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 15px;
  color: #ffffff;
  display: inline-block;
  background-color: #a5780c;
  border-radius: 6px;
}
.button1 a {
  color: #a5780c;
}
.button1:hover {
  color: #ffffff;
  background-color: #656464;
}
/* PAGES ALT ROWS CONTENT */
.pages-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.pages-holder:nth-child(odd) {
  background-color: #F6F5F3;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
}
.pages-holder:nth-child(even) {
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 96%;
  padding-right: 2%;
  padding-left: 2%;
}
.pages-holder img {
  max-width: 200px;
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  padding: 2%;
  background-color: #fff;
}
/* GALLERY */
.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  margin-bottom: 15px;
}
.grid img {
  padding: 5px;
}
/* YOUTUBE VIDEO CONTAINER */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* FOOTER */
#footer {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 2%;
  padding-left: 2%;
  position: relative;
  width: 96%;
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: #656464;
  border-top: 4px solid #333333;
}
#footer-inner {
  width: 100%;
  margin: 0px;
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}
#footer-inner p {
  margin-bottom: 12px;
  padding: 0px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #eeeeee;
}
#footer-inner a {
  color: #dddddd;
}
#footer-inner a:hover {
  color: #ffffff !important;
}
#footer-inner ul {
  padding-left: 0px;
  margin-left: 0px;
}
#footer-inner li {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 0px;
}
#footer-inner li i {
  border-radius: 6px;
  background-color: #a5780c !important;
  color: #ffffff;
  height: 50px;
  width: 50px;
  text-align: center !important;
  line-height: 50px;
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 10px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#footer-inner li a:hover i {
  background: #000000 !important;
  color: #ffffff;
}
.scroll-up {
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10000;
  right: 20px;
  bottom: 55px;
}
.scroll-up a:hover img {
  opacity: 0.5 !important;
}
@media (max-width: 860px) {
  .pages-holder img {
    max-width: 300px;
  }
}
@media (max-width: 780px) {
  #hero-image-home h1, #hero-image-content h1 {
    font-size: 28px;
    line-height: 34px;
  }
  #hero-image-home p, #hero-image-content p {
    font-size: 18px;
    line-height: 26px;
  }
  #hero-image-home, #hero-image-content {
    min-height: 150px;
  }
}
@media (max-width: 680px) {
  #logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  #logo img {
    text-align: center;
  }
  #phone {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 10px;
  }
  .flex-boxes {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
  }
  .flex-boxes-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: top;
    gap: 10px;
  }
  .box {
  max-width:100%;
  }
  .box-copy {
    flex: 1;
    padding-bottom: 0px;
    text-align: center;
  }
  .grid img {
    max-width: 160px
  }
  .pages-holder h3, .pages-holder p {
    text-align: center;
  }

  .pages-holder img {
    max-width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .scroll-up {
    display: none;
  }
}
@media print {
  /*hide elements when printing*/
  #header-row-2, #hero-image-home, #hero-image-content, #hero-image-text, #footer, .button1 {
    display: none!important;
  }
.flex-boxes-copy {
display:block;
}
  #footer {
    display: none;
  }
  /*hide the right column when printing*/
  body {
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: "Open Sans", Arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    font-size: 15px;
  }
  p, ul, li, td, h1, h2, b, strong, a {
    text-decoration: none;
    color: #14100D;
  }
  a.content_link {
    text-decoration: none;
    color: #14100D;
  }
}