/**
 * Theme Override Settings — Visual Style Layer
 * File Version: 1.0.1
 * File Date: 2026-03-10
 */
 /* =====================================================================
   Theme Settings - MARK: INDEX
   ---------------------------------------------------------------------
   MARK: 01) Base + Layout Defaults
   MARK: 02) Typography Scale
   MARK: 03) Links
   MARK: 04) Header Section
   MARK: 04b) Slim Action Strip
   MARK: 05) Breadcrumbs
   MARK: 06) Buttons
   MARK: 07) Forms
   MARK: 08) Cards
   MARK: 09) Content Components
   MARK: 10) Page Layout
   MARK: 11) Footer
   MARK: 12) Utilities
   MARK: 13) Images + Media
   MARK: 14) Sidebar
   MARK: 16) Single Post
   MARK: 17) Dashboard
   MARK: 18) Comments
   MARK: 19) Contact Form
   MARK: 00) EXPERIMENTAL
===================================================================== */

/* =====================================================================
   MARK: 01) Base + Layout Defaults
===================================================================== */

/* Theme color settings (override variables per site) */
:root {
/* Uncomment as needed */
  /* --gbm-card-cols-desktop: 2; */
  --footer-bg-main: #353c45;
  /* --footer-title-color: #333;
  --footer-text-color: rgba(24, 24, 24, 0.8);
  --footer-link-color: rgba(24, 24, 24, 0.86);
  --footer-bg-bottom: var(--gbm-site-primary); */
 }

/* =====================================================================
   MARK: 02) Typography Scale
===================================================================== */

/* =====================================================================
   MARK: 03) Links
===================================================================== */

/* =====================================================================
   MARK: 04) Header Section
===================================================================== */

/* custom arrow (nav submenu toggle button created by the walker) */
.gbm-nav-toggle {
  /* make the button look like a simple icon next to the parent link */
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gbm-nav-toggle::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;

  /* space between text link and the arrow button */
  margin-left: 0.4rem;

  vertical-align: middle;

  /* IMPORTANT: theme-relative path (themesettings.css lives in theme root) */
  background-image: url("assets/img/arrow-down-solid-full.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  border: none;
}

/* =====================================================================
   MARK: 04b) Slim Action Strip
===================================================================== */

/* =====================================================================
   MARK: 05) Breadcrumbs
===================================================================== */

/* =====================================================================
   MARK: 06) Buttons
===================================================================== */

/* =====================================================================
   MARK: 07) Forms
===================================================================== */

/* =====================================================================
   MARK: 08) Cards
===================================================================== */

/* =====================================================================
   MARK: 09) Content Components
===================================================================== */

/* =====================================================================
   MARK: 10) Page Layout
===================================================================== */

/* =====================================================================
   MARK: 11) Footer
===================================================================== */

/* =====================================================================
   MARK: 12) Utilities
===================================================================== */

/* =====================================================================
   MARK: 13) Images + Media
===================================================================== */

/* =====================================================================
   MARK: 14) Sidebar
===================================================================== */

/* =====================================================================
   MARK: 16) Single Post
===================================================================== */

/* =====================================================================
   MARK: 17) Dashboard
===================================================================== */

/* =====================================================================
   MARK: 18) Comments
===================================================================== */

/* =====================================================================
   MARK: 19) Contact Form
===================================================================== */

/* =====================================================================
   MARK: 00) EXPERIMENTAL
===================================================================== */

.gbm-account-name{ white-space: nowrap; }