/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 03 2026 | 13:50:39 */
/* =====================================================
   FOOTER WIDGETS – CLEAN & BASIC (am-)
   ===================================================== */

.am-footer-widget {
  font-size: 15px;
  line-height: 1.55;
}

.am-footer-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* =====================================================
   LOGO + BRAND
   ===================================================== */

.am-footer-brand .am-footer-logo {
  display: inline-block;
  text-decoration: none;
}

.am-footer-brand .am-footer-logo img {
  max-width: 180px;
  height: auto;
  display: block;
}

.am-footer-tagline {
  margin: 12px 0 8px;
  opacity: 0.9;
}

.am-footer-blurb {
  margin: 0;
  opacity: 0.75;
}

/* =====================================================
   LINK LISTS (Company / Services)
   ===================================================== */

.am-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.am-footer-links li {
  margin: 0 0 8px;
}

.am-footer-links a {
  text-decoration: none;
}

.am-footer-links a:hover {
  text-decoration: underline;
}

/* =====================================================
   CONTACT BLOCK – STACKED + NON-EMOJI UNICODE
   ===================================================== */

.am-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.am-footer-contact li {
  display: flex;              /* stacked rows */
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

/* Force TEXT glyphs and avoid emoji fonts */
.am-ico {
  width: 18px;
  text-align: center;
  flex: 0 0 18px;
  color: #dcac00;
  line-height: 1;
  font-size: 16px;

  /* Key: use symbol fonts, not emoji fonts */
  font-family:
    "Segoe UI Symbol",
    "Noto Sans Symbols 2",
    "Noto Sans Symbols",
    "Apple Symbols",
    "Arial Unicode MS",
    Arial,
    sans-serif;

  /* Encourage text presentation */
  font-variant-emoji: text;
}

/* Links inline with icons */
.am-footer-contact a,
.am-footer-contact span {
  display: inline-block;
  line-height: 1.4;
}

.am-footer-contact a {
  text-decoration: none;
}

.am-footer-contact a:hover {
  text-decoration: underline;
}

/* =====================================================
   SOCIAL BUTTONS – RESTORED (BOXED)
   ===================================================== */

.am-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.am-social {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;

  color: #dcac00;
  border: 1px solid rgba(220, 172, 0, 0.45);
  background: rgba(220, 172, 0, 0.06);

  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.am-social:hover {
  transform: translateY(-1px);
  background: rgba(220, 172, 0, 0.10);
  border-color: rgba(220, 172, 0, 0.70);
}

/* =====================================================
   SMALL PRINT / LEGAL
   ===================================================== */

.am-footer-mini {
  margin: 10px 0 0;
  font-size: 13px;
  opacity: 0.8;
}

.am-footer-mini a {
  text-decoration: none;
}

.am-footer-mini a:hover {
  text-decoration: underline;
}

.am-sep {
  margin: 0 6px;
  opacity: 0.6;
}

/* Ensure footer links inherit colour */
.am-footer-widget a,
.am-footer-widget a:visited {
  color: inherit;
}
