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


Theme Name: Sherrat
Description: A custom theme for Sherrat
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
.gform_wrapper label {
  color: #1d2c4d;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border: solid 1px #d9d9db;
  border-radius: 5px;
  box-shadow: none;
}
.gform_wrapper .gform_button {
  background: #acc098;
  color: #fff;
  border-radius: 10px;
  padding: 5px 130px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  font-family: "Montserrat", sans-serif;
}
body p,
html p {
  font-family: "Montserrat", sans-serif;
  line-height: 32px;
}
body.home .section.banner {
  height: 665px;
}
@media (max-width: 768px) {
  body.home .section.banner {
    height: 400px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #004288;
}
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;
}
.btn {
  font-family: "Montserrat", serif;
  border-radius: 100px;
  border: none;
  padding: 8px 30px;
  margin-bottom: 3px;
}
.btn.btn-primary {
  background-color: #acc098;
  color: #fff;
  border: solid 1px #acc098;
}
.btn.btn-primary a {
  color: #fff !important;
  text-decoration: none;
}
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #8b9a7b;
}
.btn.btn-primary:hover {
  background: transparent;
  color: #acc098;
}
.btn.btn-primary:hover a {
  color: #acc098 !important;
}
.btn.btn-outline-primary {
  border: solid 1px #acc098;
  color: #acc098;
}
.btn.btn-outline-primary:hover {
  background: #acc098;
  color: #fff;
}
.fourohfour {
  padding: 50px 20px;
}
.error404 .section.banner {
  display: none;
}
.section.our-range .button {
  text-align: center;
  margin-bottom: 20px;
}
.section.text-box {
  margin: 70px 0px;
}
.section.accordion {
  padding: 50px 0px;
  background: #f3f3f3;
}
.section.accordion .btn {
  white-space: normal;
}
.section.accordion .wrap {
  break-inside: avoid-column;
}
.section.accordion .card {
  border: none;
  background: #f3f3f3;
}
.section.accordion .card-header {
  background-color: transparent;
  border-left: 0px;
  border-right: 0px;
}
.section.accordion .btn {
  padding: 0px;
  color: #004288;
  font-weight: 600;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.section.accordion .btn .fa-chevron-down {
  display: none;
  float: right;
}
.section.accordion .btn .fa-chevron-up {
  display: inline-block;
  float: right;
}
.section.accordion .btn.collapsed .fa-chevron-up {
  display: none;
}
.section.accordion .btn.collapsed .fa-chevron-down {
  display: inline-block;
}
.section.navigation .brand {
  display: inline-block;
  padding: 16px 0px;
  margin-right: 45px;
}
@media (max-width: 768px) {
  .section.navigation .brand {
    width: 150px;
  }
}
.section.navigation .brand img {
  max-width: 100%;
}
.section.navigation .menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  margin-left: 3px;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .section.navigation .menu-item-has-children::after {
    display: none;
  }
}
.section.navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}
.section.navigation .toggle-menu {
  display: none;
}
.section.navigation .toggle-menu a {
  color: #000;
}
.section.navigation .toggle-menu a .fas {
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .section.navigation .toggle-menu {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 30px;
  }
  .section.navigation .toggle-menu .close-btn {
    display: none;
  }
  .section.navigation .toggle-menu.open .close-btn {
    display: inline-block;
  }
  .section.navigation .toggle-menu.open .menu-btn {
    display: none;
  }
}
.section.navigation .main-nav {
  display: inline-block;
  position: relative;
}
.section.navigation .main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 9;
  top: 20px;
  background: #fff;
  width: 250px;
  margin-top: 10px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .section.navigation .main-nav .sub-menu {
    padding-top: 0px;
  }
}
@media (max-width: 1200px) {
  .section.navigation .main-nav .sub-menu {
    display: block;
    position: inherit;
  }
}
.section.navigation .main-nav .sub-menu li {
  display: block;
}
@media (max-width: 1200px) {
  .section.navigation .main-nav {
    display: none;
  }
  .section.navigation .main-nav ul li {
    display: block;
  }
}
.section.navigation ul {
  list-style: none;
  padding: 0px;
}
.section.navigation ul li {
  padding-bottom: 25px;
  padding: 7px 20px;
  display: inline-block;
}
.section.navigation ul li.contact-btn {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .section.navigation ul li.contact-btn {
    margin-top: 20px;
    margin-left: 0px;
  }
}
.section.navigation ul li.current-menu-item {
  font-weight: 600;
}
.section.navigation ul li a {
  color: #000;
}
.section.banner {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
  margin-bottom: 150px;
}
.section.banner .title {
  background: #004288;
  color: #fff;
  font-family: "Montserrat", serif;
  padding: 50px 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -150px;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 992px) {
  .section.banner .title {
    width: 95%;
    padding: 20px;
    bottom: -100px;
  }
}
.section.banner .title h2 {
  font-size: 47px;
  color: #fff;
}
@media (max-width: 768px) {
  .section.banner .title h2 {
    font-size: 35px;
  }
}
.section.two-column-text {
  padding: 100px 0px;
}
.section.two-column-text.color-White {
  color: #fff;
}
.section.two-column-text.color-White h3 {
  color: #fff;
}
.section.two-column-text h3 {
  color: #004288;
}
.section.two-column-text .buttons {
  margin-top: 40px;
}
.section.our-range {
  padding: 70px 0px;
  background: #f3f3f3;
}
.section.our-range .intro-text {
  text-align: center;
}
.section.our-range .title {
  text-align: center;
  padding: 20px 0px;
}
.section.our-range .image-col {
  text-align: center;
}
.section.our-range .tab-pane img {
  max-width: 100%;
  margin-bottom: 20px;
}
.section.our-range .nav-pills .nav-item {
  text-align: center;
}
.section.our-range .nav-pills .nav-item .nav-link {
  color: #004288;
  width: 160px;
  height: 160px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.our-range .nav-pills .nav-item .nav-link img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .section.our-range .nav-pills .nav-item .nav-link {
    width: unset;
    height: unset;
    margin: 5px;
  }
}
.section.our-range .nav-pills .nav-item .nav-link.active {
  background: #fff;
}
@media (max-width: 768px) {
  .section.our-range .nav-pills .nav-item .nav-link.active {
    background: #004288;
    color: #fff;
  }
}
.section.our-range .nav-pills .nav-item .nav-link .icon {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section.our-range .nav-pills .nav-item .nav-link .icon {
    display: none;
  }
}
.section.our-range .tab-content {
  margin-top: 30px;
}
.section.link-buckets {
  padding: 70px 0px;
}
.section.link-buckets h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section.link-buckets .bucket {
  margin-bottom: 50px;
  width: 100%;
  height: 175px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.section.link-buckets .bucket .btn {
  position: absolute;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0px 30px;
  color: #fff;
}
.section.link-buckets .bucket .btn:hover {
  color: #acc098;
}
.section.link-buckets .bucket img {
  max-width: 100%;
}
.section.image-box-slider {
  padding: 70px 0px;
}
.section.image-box-slider .image-wrap {
  position: relative;
}
.section.image-box-slider .container {
  position: relative;
}
.section.image-box-slider .intro-text {
  text-align: center;
}
.section.image-box-slider h2 {
  text-align: center;
  margin-bottom: 30px;
}
.section.image-box-slider .btn-section {
  margin-top: 60px;
  text-align: center;
}
.section.image-box-slider .owl-carousel {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .section.image-box-slider .owl-carousel {
    margin-top: 0px;
  }
}
.section.image-box-slider .heading {
  text-align: center;
}
.section.image-box-slider .container-fluid {
  padding-left: 10%;
}
.section.image-box-slider .slide-button {
  background: #acc098;
  border-radius: 1000px;
  padding: 5px 10px;
  color: #fff;
}
.section.image-box-slider .slide-button.prev {
  position: absolute;
  left: -50px;
  top: 80px;
  z-index: 9;
}
@media (max-width: 768px) {
  .section.image-box-slider .slide-button.prev {
    left: 5px;
  }
}
.section.image-box-slider .slide-button.next {
  position: absolute;
  right: -50px;
  top: 80px;
  z-index: 9;
}
@media (max-width: 768px) {
  .section.image-box-slider .slide-button.next {
    right: 5px;
  }
}
.section.image-box-slider .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.section.image-box-slider .owl-carousel .owl-dots button.owl-dot {
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin: 0px 5px;
}
.section.image-box-slider .owl-carousel .owl-dots button.owl-dot.active {
  background: #acc098;
}
.section.image-box-slider .owl-carousel .pub-item {
  border-radius: 15px;
  background-size: cover;
  background-position: center center;
}
.section.image-box-slider .owl-carousel .pub-item a {
  color: #fff;
  text-decoration: none;
}
.section.image-box-slider .owl-carousel .pub-item .inner {
  height: 200px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
@media (max-width: 768px) {
  .section.image-box-slider .owl-carousel .pub-item .inner {
    max-width: 65%;
  }
}
.section.image-box-slider .owl-carousel .pub-item .inner .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.section.image-box-slider .owl-carousel .pub-item .inner .text {
  font-size: 16px;
  min-height: 60px;
}
.section.image-box-slider .boxes-wrap {
  text-align: center;
}
.section.image-box-slider .boxes-wrap .box {
  display: inline-block;
  width: 180px;
  height: 180px;
  vertical-align: bottom;
}
.section.image-box-slider .boxes-wrap .box .box-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.section.image-box-slider .boxes-wrap .box .box-content img {
  max-width: 100%;
}
.section.image-and-text {
  padding: 70px 0px;
}
.section.image-and-text .text-side {
  padding: 0px 50px;
}
@media (max-width: 768px) {
  .section.image-and-text .text-side {
    padding: 0px;
  }
}
.section.image-and-text .image {
  height: 475px;
  width: 100%;
  margin-bottom: 20px;
  background-size: cover;
}
.section.footer {
  background: #fafafa;
  padding: 50px 0px;
}
@media (max-width: 768px) {
  .section.footer {
    text-align: center;
  }
}
.section.footer .strong {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section.footer .brand {
    text-align: center;
  }
}
.section.footer .brand img {
  max-width: 100%;
  margin-bottom: 20px;
}
.section.footer ul {
  padding: 0px;
  list-style: none;
}
.section.footer ul.sub-menu {
  display: none;
}
.section.footer ul li {
  padding: 5px 0px;
}
.section.footer ul li.btn.btn-primary {
  border: none !important;
  background: transparent;
}
.section.footer ul li.btn.btn-primary a {
  font-family: "Source Sans Pro", sans-serif;
  color: #000 !important;
}
.section.footer ul li a {
  color: #000;
}
.section.footer ul li a:hover {
  text-decoration: none;
  color: #000;
}
@font-face {
  font-family: "Madelyn";
  src: local("Madelyn"), url("fonts/MadelynFill-Regular.woff") format("woff");
}
.btn.btn-primary {
  background-color: #004288;
  color: #fff;
  border: solid 1px #004288;
}
.btn.btn-primary:hover {
  color: #004288;
}
.section.navigation ul li {
  padding: 7px 14px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
  }
}
.navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu-main-menu {
  margin: 0;
}
.section.navigation .toggle-menu {
  position: relative;
  top: unset;
  right: unset;
}
@media (max-width: 1200px) {
  .main-nav {
    position: absolute !important;
    top: 74px;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
  }
}
footer {
  padding-bottom: 0 !important;
}
footer .container.copyright {
  padding-top: 30px;
  padding-bottom: 10px;
}
footer .wrap {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 991px) {
  footer .wrap {
    justify-content: center;
  }
}
footer .brcgs {
  margin-top: 20px;
  width: 80px;
}
footer .social img {
  width: 30px;
}
.wrap.no-content:hover a {
  cursor: default !important;
  color: #004288;
}
section.card_links {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.card_links h2 {
  margin-bottom: 20px;
}
section.card_links .card-wrap {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media (max-width: 1024px) {
  section.card_links .card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.card_links .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.card_links .card-wrap .card {
  flex: 1;
  border-radius: 0;
  border: none;
  height: 240px;
  background-size: cover;
  background-position: center;
}
section.card_links .card-wrap .card:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}
section.card_links .card-wrap .card:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}
section.card_links .card-wrap .card a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
section.card_links .card-wrap .card .title {
  color: #fff;
  position: absolute;
  z-index: 2;
  font-weight: 700;
  left: 20px;
  bottom: 0px;
}
section.logo_grid {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.logo_grid h2 {
  margin-bottom: 20px;
}
section.logo_grid .logo-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 1024px) {
  section.logo_grid .logo-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section.logo_grid .logo-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.logo_grid .logo-wrap .logo .img-wrap {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
section.logo_grid .logo-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
section.logo_grid .logo-wrap .logo h3 {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
section.logo_grid .logo-wrap .logo p {
  font-size: 0.9rem;
  line-height: 1.6rem;
}
section.logo_grid .logo-wrap .logo a {
  color: #000;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
section.logo_grid .logo-wrap .logo a:hover {
  color: #00aef3;
  text-decoration: none;
}
section.hero-banner {
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 364px;
}
@media (min-width: 1024px) {
  section.hero-banner {
    height: 664px;
  }
}
section.hero-banner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
section.hero-banner h1 {
  color: #fff;
  font-family: "Madelyn", cursive;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 4rem;
  line-height: 100%;
}
@media (min-width: 1024px) {
  section.hero-banner h1 {
    font-size: 8rem;
  }
}
.section.banner h1 {
  color: #fff !important;
}
section.cta {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  section.cta {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
section.cta:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #004288;
  z-index: 1;
  opacity: 0.8;
}
section.cta .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  section.cta .container {
    max-width: 930px;
    margin: 0 auto;
  }
}
section.cta .container h2 {
  color: #fff;
  margin-bottom: 20px;
}
section.cta .container .button-wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 767px) {
  section.cta .container .button-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
section.cta .container .button-wrap a:first-child {
  display: inline-block;
  background-color: #fff;
  padding: 17px 30px;
  border-radius: 50px;
  font-weight: 700;
  color: #000;
  border: 1px solid #fff;
  transition: all 0.1s ease-in-out;
}
section.cta .container .button-wrap a:first-child:hover {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
}
section.cta .container .button-wrap a:last-child {
  display: inline-block;
  padding: 17px 30px;
  border-radius: 50px;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all 0.1s ease-in-out;
}
section.cta .container .button-wrap a:last-child:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.image-and-text .buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article-preview {
  position: relative;
}
.article-preview a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article-preview .img-wrap {
  width: 100%;
  height: 250px;
}
.article-preview .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-preview .content-wrap {
  padding: 20px 0;
}
.article-preview .content-wrap h2 {
  font-size: 1.6rem;
}
.article-preview .content-wrap p {
  font-size: 0.9rem;
}
.article-preview:hover .btn {
  background-color: transparent !important;
  color: #004288 !important;
}
.wp-pagenavi {
  display: flex;
  gap: 20px;
  font-size: 1.1rem;
  margin-bottom: 100px;
}
.wp-pagenavi a {
  color: #004288;
}
.single-post .nav {
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.single-post .nav a {
  color: #000;
}
.section.link-buckets .bucket .btn:hover {
  background-color: #fff;
}
