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


Theme Name: Map of Ag
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
@import 'css/webfonts/gotham.css';
@import 'css/libraries/fancybox.css';
@import 'css/libraries/swiper-bundle.min.css';
/*========== Variables ============*/
/*========== Helpers and Setters ============*/
/* Text Colors */
.text-primary {
  color: #EA5C14 !important;
}

.text-secondary {
  color: #465F9C !important;
}

.text-body {
  color: #353841 !important;
}

.text-light-blue {
  color: #ADD9F6 !important;
}

.text-mid-blue {
  color: #65BDEF !important;
}

.text-dark-blue {
  color: #465F9C !important;
}

.text-light-orange {
  color: #EC9337 !important;
}

.text-dark-orange {
  color: #EA5C14 !important;
}

.text-light-green {
  color: #769722 !important;
}

.text-mid-green {
  color: #56661D !important;
}

.text-dark-green {
  color: #3D4E21 !important;
}

.text-charcoal {
  color: #353841 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

/* Hover Text Colors */
.text-hover-primary:hover {
  color: #bb4a10 !important;
}

.text-hover-secondary:hover {
  color: #364a79 !important;
}

.text-hover-body:hover {
  color: #1e2025 !important;
}

.text-hover-light-blue:hover {
  color: #7fc4f1 !important;
}

.text-hover-mid-blue:hover {
  color: #37a9ea !important;
}

.text-hover-dark-blue:hover {
  color: #364a79 !important;
}

.text-hover-light-orange:hover {
  color: #db7a15 !important;
}

.text-hover-dark-orange:hover {
  color: #bb4a10 !important;
}

.text-hover-light-green:hover {
  color: #556d19 !important;
}

.text-hover-mid-green:hover {
  color: #353e12 !important;
}

.text-hover-dark-green:hover {
  color: #212a12 !important;
}

.text-hover-charcoal:hover {
  color: #1e2025 !important;
}

.text-hover-white:hover {
  color: #e6e6e6 !important;
}

.text-hover-black:hover {
  color: black !important;
}

/* Background Colors */
.bg-primary {
  background-color: #EA5C14 !important;
}

.bg-secondary {
  background-color: #465F9C !important;
}

.bg-body {
  background-color: #353841 !important;
}

.bg-light-blue {
  background-color: #ADD9F6 !important;
}

.bg-mid-blue {
  background-color: #65BDEF !important;
}

.bg-dark-blue {
  background-color: #465F9C !important;
}

.bg-light-orange {
  background-color: #EC9337 !important;
}

.bg-dark-orange {
  background-color: #EA5C14 !important;
}

.bg-light-green {
  background-color: #769722 !important;
}

.bg-mid-green {
  background-color: #56661D !important;
}

.bg-dark-green {
  background-color: #3D4E21 !important;
}

.bg-charcoal {
  background-color: #353841 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* All Border Colors */
.border-primary {
  border-color: #EA5C14 !important;
}

.border-secondary {
  border-color: #465F9C !important;
}

.border-body {
  border-color: #353841 !important;
}

.border-light-blue {
  border-color: #ADD9F6 !important;
}

.border-mid-blue {
  border-color: #65BDEF !important;
}

.border-dark-blue {
  border-color: #465F9C !important;
}

.border-light-orange {
  border-color: #EC9337 !important;
}

.border-dark-orange {
  border-color: #EA5C14 !important;
}

.border-light-green {
  border-color: #769722 !important;
}

.border-mid-green {
  border-color: #56661D !important;
}

.border-dark-green {
  border-color: #3D4E21 !important;
}

.border-charcoal {
  border-color: #353841 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

/* Helper Classes */
.large-gap {
  --bs-gutter-x: 8rem;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.top-rounded-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.bottom-rounded-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.fs-5 {
  font-size: 1.2rem !important;
}

.fs-4 {
  font-size: 1.4rem !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.heading-font {
  font-family: "Gotham", sans-serif !important;
}

.body-font {
  font-family: "Calibri", sans-serif !important;
}

.flex-1 {
  flex: 1;
}

.letter-spacing {
  letter-spacing: 0.05em;
}

.text-balanced {
  text-wrap: balance;
}

.text-primary-faded {
  color: rgba(234, 92, 20, 0.5) !important;
}

.opacity-5 {
  opacity: 0.5;
}

.pointer-events-none {
  pointer-events: none;
}

.aspect-1-1 {
  aspect-ratio: 1/1;
}

.aspect-12-11 {
  aspect-ratio: 12/11;
}

.aspect-16-10 {
  aspect-ratio: 16/10;
}

.icon-size {
  max-height: 2.7rem;
}

.no-text-wrap {
  text-wrap: nowrap;
}

.box-shadow {
  box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.05);
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.fw-medium {
  font-weight: 500;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-1em {
  line-height: 1em;
}

.text-decoration-hover-underline:hover {
  text-decoration: underline !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.transition, .text-hover-primary:hover, .text-hover-secondary:hover, .text-hover-body:hover, .text-hover-light-blue:hover, .text-hover-mid-blue:hover, .text-hover-dark-blue:hover, .text-hover-light-orange:hover, .text-hover-dark-orange:hover, .text-hover-light-green:hover, .text-hover-mid-green:hover, .text-hover-dark-green:hover, .text-hover-charcoal:hover, .text-hover-white:hover, .text-hover-black:hover {
  transition: all 0.3s ease-in-out;
}

.bg-position-center {
  background-position: center !important;
}

.height-auto {
  height: auto !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opacity-hover {
  transition: opacity 0.3s ease-in-out;
}
.opacity-hover:hover {
  opacity: 0.6;
}

.green-gradient {
  background: linear-gradient(180deg, #FFF 0%, #F1F5E9 19.5%, #F1F5E9 79.5%, #FFF 100%);
}

.orange-gradient {
  background: linear-gradient(180deg, #FFF 0%, #FDEFE8 19.5%, #FDEFE8 79.5%, #FFF 100%);
}

.blue-gradient {
  background: linear-gradient(180deg, #FFF 0%, #EDEFF5 19.5%, #EDEFF5 79.5%, #FFF 100%);
}

.green-dark-gradient {
  background: linear-gradient(112deg, #3D4E21 14.49%, #56661D 85.51%);
}

.orange-dark-gradient {
  background: var(--Gradients-Orange, linear-gradient(122deg, #EA5C14 7.69%, #EC9337 93.27%));
}

/* Body Colors */
.body-dark {
  background-color: #353841 !important;
  color: #fff;
}

.body-light {
  background-color: #fff !important;
  color: #000;
}

/* Z Index's */
.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

:root {
  --swiper-navigation-sides-offset: -80px;
  --swiper-theme-color: #B1B8A6;
}

/*==========Fonts & Headings===========*/
body {
  font-family: "Calibri", sans-serif;
  color: #353841;
  font-size: 1.8rem;
  line-height: 180%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham", sans-serif;
  text-wrap: balance;
  font-weight: 600;
}

h1 {
  font-size: 5.4rem;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 4.8rem;
  }
}

h2 {
  font-size: 4.8rem;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h2 {
    font-size: 4.2rem;
  }
}

h3 {
  font-size: 4.2rem;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  h3 {
    font-size: 3.6rem;
  }
}

h4 {
  font-size: 3.2rem;
  margin: 0 0 20px 0;
  line-height: 140%;
}

h5 {
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  line-height: 30px;
}

h6 {
  font-size: 2rem;
  margin: 0 0 20px 0;
  line-height: 30px;
}

p {
  margin: 0 0 20px 0;
  font-style: normal;
  line-height: 1.5em;
  font-weight: light;
}

ol, ul {
  margin: 0 0 20px 0;
}

.display-large {
  font-size: 6.8rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .display-large {
    font-size: 5.4rem;
  }
}

strong {
  font-weight: bold;
}

a,
button {
  color: #EA5C14;
  transition: all 0.2s ease;
}

a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  color: #465F9C;
}

/*============ Base ============*/
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: hidden;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  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;
}

.container {
  max-width: 1200px;
}

.container-xxl {
  max-width: 1300px;
}

.margin-top {
  margin-top: 5rem;
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 5rem;
  }
}

.margin-bottom {
  margin-bottom: 5rem;
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 5rem;
  }
}

.margin {
  margin: 5rem 0;
}
@media (max-width: 575px) {
  .margin {
    margin: 5rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin: 5rem 0;
  }
}

.padding-top {
  padding-top: 5rem;
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 5rem;
  }
}

.padding-bottom {
  padding-bottom: 5rem;
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 5rem;
  }
}

.padding {
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .padding {
    padding: 5rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 5rem 0;
  }
}

.remove-padding-top {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.remove-padding-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.gallery .img-wrap > img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.facetwp-pager a {
  text-decoration: none;
}

.spacer {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .spacer {
    display: none;
  }
}

.text-theme {
  color: var(--current_theme);
}

/*============ Buttons ============*/
.button-settings, .blue-outline, .orange-arrow, .white-arrow, .green-gradient-btn, .articles .facetwp-load-more, .mega-toggle-block, .search-btn, .theme-arrow, .white-outline, .green-outline, .green-square-btn, .orange-light-btn, .primary-btn {
  font-weight: 600;
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem;
  border-radius: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 1rem;
  justify-content: center;
  min-width: 134px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s ease;
  font-family: "Gotham", sans-serif;
}
.button-settings:hover, .blue-outline:hover, .orange-arrow:hover, .white-arrow:hover, .green-gradient-btn:hover, .articles .facetwp-load-more:hover, .mega-toggle-block:hover, .search-btn:hover, .theme-arrow:hover, .white-outline:hover, .green-outline:hover, .green-square-btn:hover, .orange-light-btn:hover, .primary-btn:hover {
  text-decoration: none;
}
.button-settings i, .blue-outline i, .orange-arrow i, .white-arrow i, .green-gradient-btn i, .articles .facetwp-load-more i, .mega-toggle-block i, .search-btn i, .theme-arrow i, .white-outline i, .green-outline i, .green-square-btn i, .orange-light-btn i, .primary-btn i {
  transition: all 0.2s ease;
}

.primary-btn {
  /* Variables */
  color: #ffffff;
  border: 1px solid #EA5C14;
  background-color: #EA5C14;
}
.primary-btn:hover {
  color: #ffffff;
  border-color: #bb4a10;
  background-color: #bb4a10;
}

.orange-light-btn {
  /* Variables */
  color: #EA5C14;
  border: 1px solid #EA5C14;
  background-color: #FDEFE8;
}
.orange-light-btn:hover {
  color: #EA5C14;
  border-color: #bb4a10;
  background-color: #f9ceb9;
}

.green-square-btn {
  /* Variables */
  border-radius: 4px;
  min-width: initial;
  color: #769722;
  border: 1px solid #769722;
  background-color: transparent;
}
.green-square-btn:hover {
  color: #ffffff;
  border-color: #556d19;
  background-color: #556d19;
}

.green-outline {
  /* Variables */
  border-radius: 4px;
  min-width: initial;
  color: #769722;
  border: 1px solid #769722;
  background-color: transparent;
}
.green-outline:hover {
  color: #ffffff;
  border-color: #556d19;
  background-color: #556d19;
}

.white-outline {
  /* Variables */
  border-radius: 4px;
  min-width: initial;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.white-outline:hover {
  color: #353841;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.theme-arrow {
  /* Variables */
  border-radius: 0;
  min-width: initial;
  padding: 0;
  color: #EA5C14;
  color: var(--current_theme);
}
.theme-arrow::after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 1rem;
  transition: all 0.2s ease;
}
.theme-arrow:hover {
  color: #8c370c;
  border-color: transparent;
  background-color: transparent;
}
.theme-arrow i {
  transition: all 0.2s ease;
}

.search-btn {
  /* Variables */
  border-radius: 50%;
  min-width: initial;
  padding: 1rem;
  height: 50px;
  width: 50px;
  color: #465F9C;
  border: 1px solid #465F9C;
  background-color: #EDEFF5;
}
.search-btn:hover {
  color: #465F9C;
  border-color: #364a79;
  background-color: #ccd2e3;
}

.mega-toggle-block {
  /* Variables */
  border-radius: 50%;
  min-width: initial;
  padding: 1rem;
  height: 50px !important;
  width: 50px !important;
  color: #EA5C14;
  border: 1px solid #EA5C14;
  background-color: #f9dec3;
}
.mega-toggle-block .mega-toggle-animated-inner {
  background-color: #EA5C14 !important;
}
.mega-toggle-block .mega-toggle-animated-inner:after, .mega-toggle-block .mega-toggle-animated-inner:before {
  background-color: #EA5C14 !important;
}
.mega-toggle-block:hover {
  color: #EA5C14;
  border-color: #EC9337;
  background-color: #EC9337;
}

.green-gradient-btn, .articles .facetwp-load-more {
  /* Variables */
  border-radius: 4px;
  border: none;
  min-width: initial;
  color: #ffffff;
  background: linear-gradient(122deg, #3D4E21 7.69%, #769722 93.27%);
}
.green-gradient-btn:hover, .articles .facetwp-load-more:hover {
  opacity: 0.8;
  color: #fff;
}

.white-arrow {
  /* Variables */
  border-radius: 0;
  min-width: initial;
  padding: 0 2rem;
  color: #ffffff;
}
.white-arrow::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 1rem;
  transition: all 0.2s ease;
}
.white-arrow:hover {
  color: #e6e6e6;
  border-color: transparent;
  background-color: transparent;
}
.white-arrow i {
  transition: all 0.2s ease;
}

.orange-arrow {
  /* Variables */
  border-radius: 0;
  min-width: initial;
  padding: 0 0rem;
  color: #EA5C14;
}
.orange-arrow::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 1rem;
  transition: all 0.2s ease;
}
.orange-arrow:hover {
  color: #bb4a10;
  border-color: transparent;
  background-color: transparent;
}
.orange-arrow i {
  transition: all 0.2s ease;
}

.blue-outline {
  /* Variables */
  border-radius: 4px;
  min-width: initial;
  color: #465F9C;
  border: 1px solid #465F9C;
  background-color: transparent;
}
.blue-outline:hover {
  color: #ffffff;
  border-color: #364a79;
  background-color: #364a79;
}

/* Header
==============================*/
#mega-menu-wrap-main-menu {
  order: 1;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu {
    order: 2;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-orange {
    padding: 15px 30px 15px 10px !important;
  }
}
#mega-menu-wrap-main-menu .mega-orange > a {
  color: #EA5C14 !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-orange > a {
    font-size: 2.2rem !important;
  }
}
#mega-menu-wrap-main-menu .mega-orange a {
  transition: all 0.3s ease-in-out;
}
#mega-menu-wrap-main-menu .mega-orange a:hover {
  color: #EA5C14 !important;
}
#mega-menu-wrap-main-menu .mega-orange::before {
  position: absolute;
  left: -1.1rem;
  top: 0.6rem;
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #FBDED0;
  display: block !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-orange::before {
    top: 1.3rem;
    left: -0.7rem;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-green {
    padding: 15px 30px 15px 10px !important;
  }
}
#mega-menu-wrap-main-menu .mega-green > a {
  color: #3D4E21 !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-green > a {
    font-size: 2.2rem !important;
  }
}
#mega-menu-wrap-main-menu .mega-green a:hover {
  color: #3D4E21 !important;
}
#mega-menu-wrap-main-menu .mega-green::before {
  position: absolute;
  left: -1.1rem;
  top: 0.6rem;
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #DDE0D2;
  display: block !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-green::before {
    top: 1.3rem;
    left: -0.7rem;
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-blue {
    padding: 15px 30px 15px 10px !important;
  }
}
#mega-menu-wrap-main-menu .mega-blue > a {
  color: #465F9C !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-blue > a {
    font-size: 2.2rem !important;
  }
}
#mega-menu-wrap-main-menu .mega-blue a:hover {
  color: #465F9C !important;
}
#mega-menu-wrap-main-menu .mega-blue::before {
  position: absolute;
  left: -1.1rem;
  top: 0.6rem;
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #DADFEB;
  display: block !important;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu .mega-blue::before {
    top: 1.3rem;
    left: -0.7rem;
    width: 42px;
    height: 42px;
  }
}
#mega-menu-wrap-main-menu .mega-no-link > a {
  pointer-events: none !important;
}
#mega-menu-wrap-main-menu .mega-menu-description {
  font-style: normal !important;
}

#searchModal {
  color: white;
}
#searchModal .header-logo img {
  max-width: 20rem;
}
#searchModal a {
  color: white;
}
#searchModal .modal-content {
  background: var(--Gradients-Orange, linear-gradient(122deg, #EA5C14 7.69%, #EC9337 93.27%));
}
#searchModal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  border: none;
  position: relative;
  padding: 30px 40px 0 40px;
}
@media (max-width: 991px) {
  #searchModal .modal-content .modal-header {
    padding: 0px 10px 0 10px;
  }
}
#searchModal .modal-content .modal-header .left {
  min-width: 32px;
  padding: 10px;
}
#searchModal .modal-content .modal-header .right button {
  color: white;
  background: none;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
#searchModal .modal-content .relevanssi-live-search-results {
  background: transparent !important;
}
#searchModal .modal-content .modal-body {
  padding: 40px;
}
@media (max-width: 991px) {
  #searchModal .modal-content .modal-body {
    padding: 40px 21px;
  }
}
#searchModal .modal-content .modal-body .search-wrapper {
  border-bottom: 1px solid white;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form {
  display: flex;
  justify-content: space-between;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-field {
  width: 100%;
  background: none;
  border: none;
  color: white;
  font-size: 25px;
  font-size: clamp(16px, 4vw, 25px);
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-field::-webkit-input-placeholder {
  color: white;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-field::-moz-placeholder {
  color: white;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-field:-ms-input-placeholder {
  color: white;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-field:-moz-placeholder {
  color: white;
}
#searchModal .modal-content .modal-body .search-wrapper .search-form .search-submit {
  background: none;
  border: none;
  color: white;
  font-size: 25px;
  font-size: clamp(16px, 4vw, 25px);
}

.relevanssi-live-search-result p, .relevanssi-live-search-result-status p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.31) !important;
}

.relevanssi-live-search-results {
  min-height: 350px !important;
  max-height: 10000px !important;
  background-color: #EA5C14 !important;
  color: #ADD9F6 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.relevanssi-live-search-results a {
  color: #EA5C14;
}
.relevanssi-live-search-results .relevanssi-live-search-result-status {
  margin: 0;
  padding: 0px 0px 20px 0px;
  border: none;
}
.relevanssi-live-search-results .relevanssi-live-search-result-status p {
  padding: 10px;
  border: none;
}
.relevanssi-live-search-results .relevanssi-live-search-result {
  box-shadow: none;
}
.relevanssi-live-search-results .relevanssi-live-search-result a {
  font-weight: 600;
  text-underline-offset: 3px;
}
.relevanssi-live-search-results .relevanssi-live-search-result h5 {
  margin-top: 15px;
  font-size: 16px;
}
.relevanssi-live-search-results .relevanssi-live-search-result .link-wrapper {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.relevanssi-live-search-results .relevanssi-live-search-result .link-wrapper a:after {
  content: "\f04b";
  font: var(--fa-font-solid);
  font-size: 14px;
  margin-left: 20px;
}

.rlv-has-spinner {
  border-color: #ADD9F6 !important;
  border-right-color: transparent !important;
}

.rlv-has-spinner::after {
  background-color: #65BDEF !important;
}

.alert-bar .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}
.alert-bar .content > * {
  margin: 0;
  font-size: 1.4rem;
}

/*========== Banners ===========*/
.hero-banner {
  padding-top: 16rem;
  margin-top: -12rem;
  padding-bottom: 11rem;
}
.hero-banner .wrap {
  position: relative;
  z-index: 3;
}
.hero-banner .mid-left-svg {
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: -12rem;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.hero-banner .top-right-svg {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 0rem;
  right: -10rem;
  z-index: -1;
  pointer-events: none;
}
.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: -1;
}
.hero-banner.orange::before {
  background: rgba(253, 239, 232, 0.2196078431);
}
.hero-banner.orange::after {
  background: linear-gradient(180deg, rgba(253, 239, 232, 0.2196078431) 0%, #FFF 100%);
}
.hero-banner.light-orange::before {
  background: #FDEFE8;
}
.hero-banner.light-orange::after {
  background: linear-gradient(180deg, #FDEFE8 0%, #FFF 100%);
}
.hero-banner.green::before {
  background: #F1F5E9;
}
.hero-banner.green::after {
  background: linear-gradient(180deg, #F1F5E9 0%, #FFF 100%);
}
.hero-banner.blue::before {
  background: #EDEFF5;
}
.hero-banner.blue::after {
  background: linear-gradient(180deg, #EDEFF5 0%, #FFF 100%);
}

.crumbs a {
  text-decoration: none;
}

/* Mobile Nav
==============================*/
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    margin-top: 2rem !important;
    background-color: #EDEFF5;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-radius: 30px;
    padding: 30px 30px 120px 30px;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu > li > a {
    font-weight: 400 !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu .mega-sub-menu {
    background-color: transparent !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu .mega-sub-menu ul .mega-menu-item {
    margin-top: 5px;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu .mega-sub-menu ul .mega-menu-item a {
    margin: 0 !important;
    font-weight: 400 !important;
  }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu .mega-sub-menu ul .mega-menu-item a .mega-menu-description {
    display: none !important;
  }
}
/*========== Blog ===========*/
.articles .card {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}
.articles .card .floating-text {
  color: white;
  font-size: 1.2rem;
  padding: 0px 11px;
  background-color: #65BDEF;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 10px;
}
.articles .card .card-img-top {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.articles .swiper-wrapper {
  padding-bottom: 7rem;
}
.articles .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.articles .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3D4E21;
}
.articles .facetwp-facet-categories {
  display: inline-block;
}
.articles .facetwp-facet-categories .facetwp-dropdown {
  color: #353841;
  font-size: 1.4rem;
  padding: 15px 15px !important;
  background: transparent !important;
  border: none;
  border-right: 10px solid transparent;
}
.articles .facetwp-facet-categories .facetwp-dropdown::-moz-placeholder {
  color: white;
}
.articles .facetwp-facet-categories .facetwp-dropdown::placeholder {
  color: white;
}
.articles .facetwp-type-fselect {
  margin-bottom: 0;
  flex: 1;
}
.articles .facetwp-type-fselect .fs-wrap {
  margin-bottom: 2.5rem;
  width: 100%;
}
.articles .facetwp-type-fselect .fs-wrap .fs-label-wrap {
  border-radius: 4px;
}
.articles .facetwp-type-fselect .fs-wrap .fs-label {
  color: #353841;
  font-size: 1.4rem;
  padding: 15px 15px !important;
  background: transparent !important;
}
.articles .facetwp-type-fselect .fs-wrap .fs-label::-moz-placeholder {
  color: white;
}
.articles .facetwp-type-fselect .fs-wrap .fs-label::placeholder {
  color: white;
}
.articles .facetwp-type-fselect .fs-wrap .fs-arrow {
  right: 15px;
}
.articles .facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #EA5C14 !important;
}
.post-nav .post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.post-nav .post-thumbnail img {
  border-radius: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/10;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.post-nav .post-thumbnail .floating {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
  padding-left: 3rem;
}
@media (min-width: 991px) {
  .post-nav .post-thumbnail .floating h4 {
    min-height: 90px;
  }
}
@media (max-width: 991px) {
  .post-nav .post-thumbnail .floating h4 {
    font-size: 2rem;
  }
}
.post-nav .post-thumbnail:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.post-nav .next .post-thumbnail .floating {
  position: absolute;
  bottom: 40px;
  right: inherit;
  left: 40px;
  text-align: left;
  padding-right: 3rem;
  padding-left: 0;
}

blockquote {
  position: relative;
  margin: 6rem 0;
  padding: 4rem 4rem;
  border-radius: 20px;
  background: var(--Gradients-Orange, linear-gradient(122deg, #EA5C14 7.69%, #EC9337 93.27%));
}
@media (min-width: 991px) {
  blockquote {
    min-width: 120%;
    transform: translateX(-10%);
    padding: 10rem 12rem;
    margin: 8rem 0;
  }
}
blockquote * {
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
}
blockquote:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  background: url("/wp-content/themes/map-of-ag/images/svg_assets/blockquote_svg.svg") no-repeat;
}

/*========== Content Blocks ===========*/
.text-block .wrap h4 {
  margin-bottom: 0rem;
}
.text-block .wrap.bg-black * {
  color: white;
}

@media (max-width: 991px) {
  .image-block.col {
    min-width: 50%;
  }
}

.content-tabs .nav-group button {
  border: none;
  background: none;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  color: #353841;
  font-weight: bold;
  border-bottom: 1px solid #769722;
  text-align: start;
  -webkit-clip-path: polygon(0% 20%, 0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 80%);
          clip-path: polygon(0% 20%, 0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 0% 80%);
}
.content-tabs .nav-group button.active {
  background-color: #769722;
  color: white;
}

.content-block-50 p,
.content-block p {
  font-size: 1.8rem;
}

.grid-circles .wrap-main,
.circle-block .wrap-main {
  padding-left: 6rem;
  isolation: isolate;
  position: relative;
}
.grid-circles .wrap-main .link,
.circle-block .wrap-main .link {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.6rem;
  padding-top: 2rem;
  font-family: "Gotham", sans-serif;
  color: var(--slice_theme);
  transition: all 0.3s ease-in-out;
}
.grid-circles .wrap-main .link:hover,
.circle-block .wrap-main .link:hover {
  opacity: 0.8;
}
.grid-circles .wrap-main:before,
.circle-block .wrap-main:before {
  content: "";
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 90px;
  height: 90px;
  background-color: var(--slice_theme);
  opacity: 0.2;
  border-radius: 50px;
  pointer-events: none;
  z-index: -1;
}

.testimonial .wrap {
  position: relative;
  background: var(--Gradients-Orange, linear-gradient(122deg, #EA5C14 7.69%, #EC9337 93.27%));
  padding: 4rem 4rem;
  border-radius: 20px;
}
@media (min-width: 991px) {
  .testimonial .wrap {
    padding: 10rem 12rem;
  }
}
.testimonial .wrap .content {
  color: white;
  font-size: 2.4rem;
  font-weight: 500;
}
.testimonial .wrap .name {
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
.testimonial .wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  background: url("/wp-content/themes/map-of-ag/images/svg_assets/blockquote_svg.svg") no-repeat;
}

.team-cards .card {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}
.team-cards .card .floating-text {
  color: white;
  font-size: 1.2rem;
  padding: 0px 11px;
  background-color: #65BDEF;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  border-radius: 10px;
}
.team-cards .card .card-img-top {
  width: 100%;
  aspect-ratio: 12/11;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.team-cards .swiper-wrapper {
  padding-bottom: 7rem;
}
.team-cards .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.team-cards .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3D4E21;
}

/*========== Image Blocks ===========*/
/*========== Slider Cards ===========*/
.icons-slider svg {
  pointer-events: none;
}
.icons-slider svg.left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.icons-slider svg.right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/*========== CTA ===========*/
.full-cta svg {
  position: absolute;
  bottom: -20px;
  left: 0;
  pointer-events: none;
}

/*========== General field styles ===========*/
.gform_wrapper .gform_fields {
  grid-column-gap: 4% !important;
}
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body textarea {
  color: #353841;
  font-size: 1.4rem;
  padding: 11px 20px !important;
  background: white !important;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.gform_wrapper .gform_body input[type=text]::-moz-placeholder, .gform_wrapper .gform_body input[type=email]::-moz-placeholder, .gform_wrapper .gform_body input[type=tel]::-moz-placeholder, .gform_wrapper .gform_body input[type=url]::-moz-placeholder, .gform_wrapper .gform_body input[type=number]::-moz-placeholder, .gform_wrapper .gform_body input[type=password]::-moz-placeholder, .gform_wrapper .gform_body select::-moz-placeholder, .gform_wrapper .gform_body textarea::-moz-placeholder {
  color: #353841;
}
.gform_wrapper .gform_body input[type=text]::placeholder,
.gform_wrapper .gform_body input[type=email]::placeholder,
.gform_wrapper .gform_body input[type=tel]::placeholder,
.gform_wrapper .gform_body input[type=url]::placeholder,
.gform_wrapper .gform_body input[type=number]::placeholder,
.gform_wrapper .gform_body input[type=password]::placeholder,
.gform_wrapper .gform_body select::placeholder,
.gform_wrapper .gform_body textarea::placeholder {
  color: #353841;
}
.gform_wrapper .gfield_label {
  font-size: 1.6rem !important;
  color: #353841;
  font-weight: normal !important;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #353841 !important;
}
@media (min-width: 991px) {
  .gform_wrapper .captcha {
    grid-column: span 8 !important;
  }
  .gform_wrapper .captcha .ginput_recaptcha > div {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gform_wrapper .captcha {
    grid-column: span 8 !important;
  }
  .gform_wrapper .captcha .ginput_recaptcha > div {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
.gform_wrapper .captcha .gfield_label {
  display: none !important;
}
.gform_wrapper input[type=submit] {
  transition: all 0.3s ease-in-out;
  border: none !important;
}

/*========== Footer ===========*/
#footer {
  position: relative;
  background: linear-gradient(0deg, #ECEDE9 70%, #FFF 100%);
}
#footer .footer-circle {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.menu-footer-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-footer-menu-container ul li {
  margin-bottom: 0.8rem;
}
.menu-footer-menu-container ul li a {
  color: #353841;
  font-size: 1.4rem;
  line-height: 180%;
  text-decoration: none;
}
.menu-footer-menu-container ul li a:hover {
  color: inherit;
}
.menu-footer-menu-container #menu-footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem 3rem;
}
.menu-footer-menu-container #menu-footer-menu > li > a {
  font-family: "Gotham", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: inherit;
  pointer-events: none;
}
.menu-footer-menu-container #menu-footer-menu > li:nth-child(4) {
  grid-column: span 3;
}
.menu-footer-menu-container #menu-footer-menu > li:nth-child(4) .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .menu-footer-menu-container #menu-footer-menu > li:nth-child(4) .sub-menu {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .menu-footer-menu-container #menu-footer-menu {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .menu-footer-menu-container #menu-footer-menu > li:nth-child(4) {
    grid-column: span 1;
  }
}/*# sourceMappingURL=style.css.map */