/* Footer contact block (moved from page content) */
.footer-contact-block {
  background: #fff;
}

.footer-contact-block .contact-us {
  margin-bottom: 0;
}

/* CMS overrides — contact section icons (fix stretched HQ logo) */

/* Default page header background when no page image is uploaded (overridden per-page via layout inline style) */
body.page .breadcrumb_wrapper,
body.page .a-header,
body.page .a-headerm {
  background-image: url(/uploads/2024/03/Cultivating-Header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Small icons on accordion headers only, not contact detail rows */
.emblem_img .ui-accordion-header img,
.emblem_img > img.icon {
  max-width: 20px !important;
  max-height: 20px !important;
  width: auto !important;
  height: auto !important;
}

/* Contact detail rows inside mobile/desktop accordion */
.emblem_img .a-value-info img,
.contact-us .pin-content img,
.contact-us .pin-text img {
  width: auto !important;
  height: auto !important;
  max-width: 110px;
  max-height: 110px;
  vertical-align: middle;
  margin-right: 8px;
  object-fit: contain;
}

/* News listing — match static grid (theme uses flex + 23% width, not Bootstrap columns) */
.news-container .other-news-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.news-container .single_item {
  width: 23%;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .news-container .single_item {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .news-container .single_item {
    width: 100%;
  }
}

/* HQ / favicon logo */
.emblem_img .a-value-info img[src*="BLUEFIELD-Favicon"],
.emblem_img .a-value-info img.wp-image-739,
.contact-us .pin-content img[src*="BLUEFIELD-Favicon"] {
  max-width: 48px !important;
  max-height: 48px !important;
}

/* Location, email, phone, linkedin icons */
.emblem_img .a-value-info img[src*="location"],
.emblem_img .a-value-info img.wp-image-748,
.emblem_img .a-value-info img[src*="email"],
.emblem_img .a-value-info img.wp-image-744,
.emblem_img .a-value-info img[src*="phone"],
.emblem_img .a-value-info img.wp-image-751,
.emblem_img .a-value-info img[src*="linkedin"],
.emblem_img .a-value-info img.wp-image-747 {
  max-width: 35px !important;
  max-height: 42px !important;
}

/* Sector / company logos in contact blocks */
.emblem_img .a-value-info img[src*="ag.png"],
.emblem_img .a-value-info img.wp-image-740,
.emblem_img .a-value-info img[src*="ph.png"],
.emblem_img .a-value-info img.wp-image-749,
.emblem_img .a-value-info img[src*="land.png"],
.emblem_img .a-value-info img.wp-image-745,
.emblem_img .a-value-info img[src*="bf.png"],
.emblem_img .a-value-info img.wp-image-741 {
  max-width: 80px !important;
  max-height: 80px !important;
}
