/* ================================================================
   TUOLUMNE BAIL BONDS — STATIC COLOR OVERRIDES
   Replaces colors.php entirely. Loads after style.css.
   Primary (green):  #2D5016
   CTA (red):        #C0392B
   Gold:             #B8860B
================================================================ */

/* Text — links */
a { color: #2D5016; }
a:hover { color: #C0392B; }

/* .color utility — used for icon colors etc */
.color { color: #2D5016 !important; }
.h-text-color:hover, a.h-text-color:hover { color: #2D5016 !important; }

/* .more-link (theme class) */
.more-link { color: #2D5016 !important; }

/* Background utility classes */
.bg-color { background-color: #C0392B !important; }
.h-bg-color:hover { background-color: #C0392B !important; }

/* Buttons — theme .button class */
.button,
.button.button-dark:hover { background-color: #C0392B; border-color: #C0392B; color: #fff; }

/* Borders */
.border-color { border-color: #C0392B !important; }
.heading-block.border-color::after { border-color: #C0392B; }

/* Text selection */
::selection      { background: #C0392B; color: #fff; }
::-moz-selection { background: #C0392B; color: #fff; }

/* Nav active state */
.menu-item.current > .menu-link,
.dark .menu-item.current > .menu-link { color: #B8860B !important; }

/* Page link (pagination) */
.page-item.active .page-link,
.page-link:hover,
.page-link:focus { background-color: #C0392B !important; border-color: #C0392B !important; }

/* Skills progress bars */
.skills li .progress { background-color: #2D5016; }

/* Owl dots */
.owl-carousel .owl-dots .owl-dot { background-color: #2D5016; }

/* Toggle carets */
.toggle-open  { color: #C0392B; }
.toggle-closed { color: #2D5016; }

/* Stars stay gold */
.icon-star3 { color: #B8860B !important; }

/* Title bottom border */
.title-bottom-border h1, .title-bottom-border h2,
.title-bottom-border h3, .title-bottom-border h4,
.title-bottom-border h5 { border-bottom-color: #C0392B; }

/* fbox icons */
.fbox-icon i, .fbox-plain .fbox-icon i { color: #2D5016; }

/* Nav pills */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover { background-color: #C0392B !important; }
