/* -------------------------------------------------------
   Mobile hero — replaces Revolution Slider on small screens
   ------------------------------------------------------- */

.mobile-hero {
  display: none;
  background-color: #222222;
  padding: 48px 24px 44px;
}

.mobile-hero-sub {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.mobile-hero-title {
  margin: 0 0 28px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.mobile-hero-btn {
  display: inline-block;
  background-color: #d72027;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
}

.mobile-hero-btn:hover {
  background-color: #b81b21;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 778px) {
  .ttm-rev_slider-wide { display: none; }
  .mobile-hero          { display: block; }
}

/* Hide navbar Contact link when the top-right contact button is visible (>1600px) */
@media (min-width: 1601px) {
  #nav-contact { display: none; }
}
