/**
 * Theme Name: <Your Theme Name>
 * Version: <Version #>
 * Description: <Your theme description could go here.>
 * Author: <Your name>
 * Author URI: <URL>
 */
.has-smaller-font-size {
  font-size: 16px;
}

.has-small-font-size {
  font-size: 17px;
}

.has-regular-font-size {
  font-size: 19px;
}

.has-large-font-size {
  font-size: 19px;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-color {
  color: #111111;
}

.has-black-background-color {
  background-color: #111111;
}

.has-dark-grey-color {
  color: #6C6C6C;
}

.has-dark-grey-background-color {
  background-color: #6C6C6C;
}

.has-grey-color {
  color: #9e9e9e;
}

.has-grey-background-color {
  background-color: #9e9e9e;
}

.has-light-grey-color {
  color: #EAEAEA;
}

.has-light-grey-background-color {
  background-color: #EAEAEA;
}

.half-opacity {
  opacity: 0.5;
}

/**
 * Basically 100vh is bad, because of how mobile devices calculate vh
 * They are including the address bar, the bottom action thingy
 * These elements will cover up the 'full height' web content :(
 * So instead we must go down the chain, and set everything to height 100%
 */
html, body,
#page,
#content,
#main,
#agronomist-directory {
  height: 100%;
}

#primary {
  height: calc(100% - 56px);
}
@media (max-width: 879px) {
  #primary {
    transition: height 0.4s ease;
  }
}

@media (max-width: 879px) {
  body.footer-menu-open #primary {
    height: calc(100% - 147px);
  }
}
@media (max-width: 359px) {
  body.footer-menu-open #primary {
    height: calc(100% - 185px);
  }
}

/**
 * Leave the legal page alone
 */
body.page-template-default #page,
body.page-template-default #content,
body.page-template-default #primary,
body.page-template-default #main {
  height: auto;
}

/**
 * Vue
 */
#agronomist-directory {
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/**
 * Map
 */
#map-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
@media (min-width: 880px) {
  #map-wrap {
    flex-direction: row;
  }
}

#map {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 879px) {
  #map {
    position: absolute !important;
    top: calc(var(--wp--preset--spacing--40) * 2 + 60px);
    right: 0;
    bottom: 40px;
    left: 0;
  }
}

/**
 * Search this area
 */
#search-here {
  position: absolute;
  top: 24px;
  right: 50%;
  transform: translateX(50%);
  background-color: #00783F;
  border-radius: 32px;
  padding: 8px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 880px) {
  #search-here {
    transition: right 0.5s ease;
  }
}
@media (max-width: 879px) {
  #search-here {
    top: calc(var(--wp--preset--spacing--40) * 3 + 60px);
  }
}
#search-here .label {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 880px) {
  .sidebar-wrap.open ~ #search-here {
    right: calc((100vw - 448px) / 2);
  }
}

/**
 * Map info windows
 */
.gm-style-iw-t {
  font-family: inherit;
}
.gm-style-iw-t .gm-style-iw-chr {
  display: none !important;
}
.gm-style-iw-t .gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-t .gm-style-iw {
  padding: 0 !important;
  border-radius: 16px !important;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top {
  padding: 12px;
  background-color: #ffffff;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .profile-type {
  display: block;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 4px;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .name-designations {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .name-designations .company {
  font-size: 12px;
  color: #B0852D;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .location-distance {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .location-distance:last-child {
  margin-bottom: 0;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .location-distance .location {
  color: #6C6C6C;
  font-size: 12px;
  padding-right: 4px;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .location-distance .distance {
  font-size: 10px;
  background-color: #EDE0C4;
  color: #6B5B3A;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .action-icons {
  margin-left: auto;
  display: flex;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .action-icons a {
  color: #111111;
  background-color: #DDDDDD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .top .action-icons a:last-child {
  margin-right: 0;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .bottom {
  border-top: solid 1px #DDDDDD;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-style-iw-t .gm-style-iw .gm-style-iw-d > div div.infowindow-content .bottom a {
  font-size: 14px;
  border: solid 1px #00783F;
  color: #00783F;
  padding: 8px 16px;
  border-radius: 100px;
  cursor: pointer;
}
.gm-style-iw-t .gm-style-iw > button {
  display: none !important;
}
.gm-style-iw-t:after {
  background: #EAEAEA !important;
}

@media (max-width: 879px) {
  .sidebar-wrap.no-location-set + #map {
    bottom: 0;
  }
}

/**
 * Map location input
 */
.address-input-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: var(--wp--preset--spacing--40);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #ffffff;
  border-radius: var(--wp--preset--spacing--20);
  z-index: 5;
}
.address-input-wrap .search-title {
  font-size: 16px;
  font-weight: 700;
  margin-block-start: 0;
  margin-block-end: 0;
}
@media (max-width: 879px) {
  .address-input-wrap {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 880px) {
  .address-input-wrap {
    transition: left 0.5s ease, right 0.5s ease;
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
.address-input-wrap i {
  font-size: 20px;
}
.address-input-wrap input {
  background-color: #ffffff;
  box-shadow: none;
}

/**
 * Filter toggles
 */
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px 8px !important;
  border: none !important;
  border-radius: 0 !important;
}
@media (min-width: 880px) {
  .filters {
    padding: 16px 24px !important;
  }
}
.filters .left-actions {
  font-size: 16px;
  font-weight: 500;
}
.filters .left-actions a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filters .profile-type {
  font-size: 10px;
  border-radius: 4px;
  padding: 2px 4px;
  text-transform: uppercase;
}

.toggles .trigger {
  font-size: 12px;
  position: relative;
}
.toggles .trigger .filter-btn {
  color: #7C8581;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toggles .trigger.active .popup {
  display: block;
}
.toggles .trigger.active .filter-btn {
  color: #70B794;
}
.toggles .trigger.active .filter-btn svg {
  transform: rotate(180deg);
}
.toggles .trigger .button {
  background-color: #ffffff;
  border-radius: 0;
  padding: 4px;
  color: #111111;
  border: none;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
  cursor: pointer;
}
.toggles .trigger .button i {
  padding-left: 4px;
  font-size: 14px;
  font-weight: 700;
}
.toggles .trigger .popup {
  border-radius: 16px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 16px var(--wp--preset--spacing--30);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  z-index: 10;
}
.toggles .trigger .popup ul {
  margin-left: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.toggles .trigger .popup ul li {
  list-style: none;
  display: flex;
  align-items: center;
}
.toggles .trigger .popup ul li label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6D768A;
  display: block;
  cursor: pointer;
}
.toggles .trigger .popup ul li input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border: none;
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 0;
}
.toggles .trigger .popup ul li input::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #70B794;
  border-bottom: 2px solid #70B794;
}
.toggles .trigger .popup ul li input:checked::after {
  display: block;
}
.toggles .trigger .popup ul li input:checked + label {
  color: #00783F;
}
.toggles .trigger .popup .actions {
  display: flex;
}
.toggles .trigger .popup .actions a {
  text-transform: uppercase;
  font-weight: 700;
}
.toggles .trigger .popup .actions a.cancel {
  color: #6C6C6C;
  opacity: 0.5;
}
.toggles .trigger .popup .actions a.confirm {
  margin-left: auto;
}

/**
 * Sidebar
 */
.sidebar-wrap {
  position: relative;
  z-index: 2;
  transition: margin-left 0.5s ease;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 880px) {
  .sidebar-wrap:not(.open) {
    margin-left: -448px;
  }
}
.sidebar-wrap:not(.open) .sidebar-toggle i {
  transform: scaleX(-1);
}
@media (min-width: 880px) {
  .sidebar-wrap.no-location-set {
    margin-left: -448px;
  }
}
.sidebar-wrap.no-location-set .sidebar-toggle {
  display: none;
}
@media (min-width: 880px) {
  .sidebar-wrap.no-location-set .address-input-wrap {
    left: 472px;
    right: -424px;
  }
}
.sidebar-wrap .sidebar-toggle {
  pointer-events: all;
}

.list-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  padding-top: calc(var(--wp--preset--spacing--40) * 3 + 73px);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (min-width: 448px) {
  .list-wrap {
    min-width: 448px;
  }
}
@media (max-width: 879px) {
  .list-wrap {
    padding-top: calc(var(--wp--preset--spacing--40) * 2 + 60px);
  }
}
@media (min-width: 880px) {
  .list-wrap {
    max-width: 448px;
  }
}
.list-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 77px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 0;
}
@media (max-width: 879px) {
  .list-wrap:before {
    display: block;
  }
}
.list-wrap > * {
  pointer-events: all;
}

/**
 * Sidebar/list togglers
 */
.sidebar-toggle {
  display: none;
  position: absolute;
  top: 24px;
  right: -30px;
  width: 30px;
  height: 53px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: inset(-4px -4px -4px 0);
          clip-path: inset(-4px -4px -4px 0);
}
@media (min-width: 880px) {
  .sidebar-toggle {
    display: flex;
  }
}
.sidebar-toggle i {
  color: #6C6C6C;
}

.mobile-list-toggle {
  background-color: #ffffff;
  border-top: solid 1px #DDDDDD;
}
.mobile-list-toggle a {
  padding: 8px 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #17442E;
  gap: 8px;
  font-weight: 600;
}

.collapsible-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffffff;
  max-width: 100%;
}
@media (max-width: 879px) {
  .collapsible-wrap.mobile-open {
    margin-left: 0;
  }
}
@media (max-width: 879px) {
  .collapsible-wrap {
    padding-top: var(--wp--preset--spacing--40);
  }
}

@media (max-width: 879px) {
  .sidebar-wrap.no-location-set .collapsible-wrap,
  .collapsible-wrap {
    z-index: 1;
    margin-left: -100%;
    transition: margin-left 0.5s ease;
  }
}

/**
 * Results List
 */
.results {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  border-top: solid 1px #EAEAEA;
}
.results p {
  margin-block-start: 0;
  margin-block-end: 0;
}
.results .result {
  padding: 19px 12px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: solid 1px #EAEAEA;
}
@media (min-width: 880px) {
  .results .result {
    padding: 19px 24px;
  }
}
.results .result:last-child {
  border-bottom: none;
}
.results .result:hover, .results .result.hovered {
  background-color: #FAFAFA;
}
.results .result p.about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 14px;
}
.results .result p.about.full-name {
  font-size: 16px;
}
.results .result p.about .designations,
.results .result p.about .profile-type {
  font-size: 10px;
}
.results .result p.about .profile-type {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 4px;
}
.results .result p.about .current_employer {
  color: #B0852D;
  font-weight: 500;
  font-size: 14px;
}
.results .result .location-actions {
  display: flex;
  align-items: center;
}
.results .result .location-actions p {
  margin-bottom: 0;
}
.results .result .location-actions .location {
  font-size: 14px;
  color: #6C6C6C;
}
.results .result .location-actions .distance {
  font-size: 10px;
  background-color: #EDE0C4;
  color: #6B5B3A;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
}
.results .result .location-actions .action-icons {
  margin-left: auto;
  display: flex;
}
.results .result .location-actions .action-icons a {
  color: #111111;
  background-color: #DDDDDD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.results .result .location-actions .action-icons a:last-child {
  margin-right: 0;
}
.results .result .location-actions .action-icons a i {
  font-size: 16px;
}
.results:before, .results:after {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.results:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
}
.results:after {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  font-family: "Font Awesome 6 Pro";
  color: #6C6C6C;
  font-size: 30px;
  font-weight: 300;
  content: "\f1ce";
  animation: icon-spin 1s linear;
  animation-iteration-count: infinite;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.results.loading:before, .results.loading:after {
  opacity: 1;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/**
 * Summary/pagination
 */
.summary-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 12px;
  border-top: solid 1px #EAEAEA;
}
@media (min-width: 880px) {
  .summary-pagination {
    padding: 13px 24px;
  }
}
.summary-pagination p {
  margin-block-start: 0;
}
.summary-pagination .summary {
  font-size: 12px;
  color: #6C6C6C;
  margin-bottom: 0;
}
.summary-pagination .pagination {
  display: flex;
  align-items: center;
}
.summary-pagination .pagination a {
  display: flex;
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: solid 2px #EBEBEB;
  width: var(--wp--preset--spacing--50);
  height: var(--wp--preset--spacing--50);
}
.summary-pagination .pagination a:last-child {
  margin-left: 8px;
}
.summary-pagination .pagination a.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/**
 * Single agronomist
 */
.agronomist-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  border-top: solid 1px #EAEAEA;
}

.agronomist {
  padding: 24px 12px;
}
@media (min-width: 880px) {
  .agronomist {
    padding: 24px;
  }
}
.agronomist .agronomist-grid {
  font-size: 14px;
}
.agronomist .agronomist-grid .image-name-wrap {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
}
.agronomist .agronomist-grid .profile-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  background-color: #DDDDDD;
  border: solid 1px #C5CAC7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agronomist .agronomist-grid .name-designations {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
}
.agronomist .agronomist-grid .name-designations .designations {
  font-size: 11px;
}
.agronomist .agronomist-grid p.location-distance {
  margin-block-start: 16px;
}
.agronomist .agronomist-grid .current_employer {
  color: #B0852D;
  font-weight: 500;
  font-size: 14px;
}
.agronomist .agronomist-grid .company-logo {
  max-width: 200px;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 8px;
}
.agronomist .agronomist-grid .text-icon-wrap {
  display: grid;
  grid-template-columns: 30px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-block-start: 16px;
  margin-left: 36px;
}
.agronomist .agronomist-grid .icon {
  justify-self: center;
  align-self: center;
  font-size: 16px;
  color: #111111;
  background-color: #DDDDDD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agronomist .agronomist-grid .text {
  align-self: center;
}
.agronomist .agronomist-grid .text a {
  color: #2F3231;
  font-weight: 500;
}
.agronomist .agronomist-grid .distance {
  font-size: 10px;
  background-color: #EDE0C4;
  color: #6B5B3A;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
}
.agronomist .disclaimer {
  margin-bottom: 0;
  font-size: 14px;
}
.agronomist .error_messages {
  font-size: 14px;
  color: #AB192D;
  margin-bottom: 16px;
}

.agronomist + .agronomist {
  border-top: solid 1px #EAEAEA;
}
.agronomist + .agronomist strong {
  font-size: 16px;
}

/**
 * Surveyor contact 'form'
 */
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .field {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 480px) {
  .contact-form .field.half {
    width: calc((100% - 24px) / 2);
  }
}
.contact-form .field .inline-error {
  font-size: 14px;
  color: #AB192D;
  margin-top: 4px;
}
.contact-form a.send {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-left: auto;
}

.agronomist-contact-form-wrap {
  position: relative;
}
.agronomist-contact-form-wrap:before, .agronomist-contact-form-wrap:after {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.agronomist-contact-form-wrap:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  content: "";
}
.agronomist-contact-form-wrap:after {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  font-family: "Font Awesome 5 Pro";
  color: #6C6C6C;
  font-size: 30px;
  font-weight: 300;
  content: "\f1ce";
  animation: icon-spin 1s linear;
  animation-iteration-count: infinite;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agronomist-contact-form-wrap.loading:before, .agronomist-contact-form-wrap.loading:after {
  opacity: 1;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 880px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 879px) {
  .desktop-only {
    display: none;
  }
}

.centered, .centered * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=bundle.css.map*/