/* Styles that only apply to blog.html */

/*! This file is auto-generated */

#footer p, #footer a, #footer i { color: #c0b7b0 !important; }
#footer .social a i { color: #c0b7b0 !important; }
#footer { border-top: 1px solid #c0b7b0 !important; }
#footer img { filter: brightness(0) saturate(100%) invert(78%) sepia(9%) saturate(210%) hue-rotate(353deg) brightness(95%) contrast(86%); }

/* Default font for the whole site */
  body {
    font-family: "Noto Serif TC", serif;
  }

  /* Keep header/menu exactly as theme/typekit intended */
  #header, #header * {
    font-family: unset !important;   /* stop inheriting Noto Serif TC */
  }

  /* Re-apply Noto Serif TC to everything outside the header */
  body :not(#header):not(#header *) {
    font-family: "Noto Serif TC", serif;
  }

 /* Main site font */
body {
  font-family: 'Noto Serif TC', serif !important;
}

/* Text elements only */
p, a, li, span, h1, h2, h3, h4, h5, h6, div {
  font-family: 'Noto Serif TC', serif !important;
}

/* DO NOT override font awesome */
.fa, .fa-brands, .fa-solid, .fa-regular {
  font-family: "Font Awesome 6 Free" !important;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* Hide blog card titles */
#blog-grid .project .bottom { display: none !important; }

/* Force CSS flow layout on blog grid (override isotope absolute positioning) */
#blog-grid { display: flex !important; flex-wrap: wrap !important; position: relative !important; height: auto !important; }
#blog-grid .project-grid-item { position: relative !important; left: auto !important; top: auto !important; }

/* Mobile RWD */
@media (max-width: 767px) {
  .our_work_block { padding-top: 120px !important; }
  .blog-filter-nav ul { gap: 0.8rem !important; }
  .blog-filter-nav a { font-size: 0.8rem !important; }
}

/* Footer 3-column layout overrides */
#footer .social { justify-content: flex-end !important; }
#footer .footer-icon { display: flex; justify-content: center; }
@media (max-width: 767px) {
    #footer .social { justify-content: center !important; margin-top: 15px !important; }
    #footer .text-end { text-align: center !important; }
    #footer .footer-content-outer { justify-content: center; }
}

#footer .social a,
#footer .social-icon a {
    border-color: #c0b7b0 !important;
}
/* FIX: Force correct FA 6 Brands font for social icons */
#footer .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}
