/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Template: salient
Version: 1.0
*/

/* Header "Call Us" button: the phone number only fits on one clean line at wider
   widths (>=1440px). Below that it wrapped into an ugly stack, so collapse the
   button to just "Call Us" (one line). Colon + number live in .cta-extra. 2026-07-15. */
li.button_solid_color > a { white-space: nowrap; }
li.button_solid_color .cta-extra { white-space: nowrap; }
@media only screen and (max-width: 1439px) {
  li.button_solid_color .cta-extra { display: none; }
}

/* Cramped band just above the mobile menu (hamburger at <=990px): the header has
   90px side padding which squeezes the row so the button overflows. Reclaim padding
   + tighten nav so the row fits. Scoped to the header only. */
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  #header-outer .container { padding-left: 20px !important; padding-right: 20px !important; }
  #header-outer .sf-menu > li > a { letter-spacing: 0 !important; font-size: 13px !important; }
}
