.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   TIM'S NEW & USED TIRES - GLOBAL CSS
================================ */

/* Top red announcement banner */
.top-promo-banner {
  background: #c40000;
  color: #fff;
  text-align: center;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  z-index: 9999;
}

.top-promo-banner strong,
.top-promo-banner a {
  color: #fff;
}

.top-promo-banner a {
  text-decoration: none;
  font-weight: 800;
}

/* Blue page title bar */
.tim-page-title-bar {
  background: #164f8f;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
}

.tim-page-title-bar h1,
.tim-page-title-bar h2 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
}

/* Tire brand logo strip */
.tim-brand-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  overflow: visible;
}

.tim-brand-logos img {
  height: 50px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  flex: 0 1 auto;
}

/* Footer */
.tim-site-footer {
  background: #101919;
  color: #d7dddd;
  padding: 55px 20px 45px;
}

.tim-site-footer h2,
.tim-site-footer h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-bottom: 18px;
}

.tim-site-footer p {
  color: #d7dddd;
  font-size: 15px;
  line-height: 1.6;
}

.tim-site-footer a {
  color: #fff;
  text-decoration: none;
}

.tim-site-footer a:hover {
  text-decoration: underline;
}

/* Footer quick links */
.tim-footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tim-footer-links a {
  color: #d7dddd;
  font-size: 15px;
}

/* Footer contact area */
.tim-footer-contact strong {
  color: #fff;
}

.tim-footer-button {
  display: inline-block;
  background: #164f8f;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}

/* GHL / LeadConnector forms */
.tim-site-footer iframe,
.tim-footer-form iframe,
.elementor iframe {
  max-width: 100%;
}

/* Mobile */
@media (max-width: 900px) {
  .tim-brand-logos {
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px;
  }

  .tim-brand-logos img {
    height: 45px;
    max-width: 125px;
  }

  .tim-site-footer {
    padding: 40px 20px;
  }

  .top-promo-banner {
    font-size: 14px;
    padding: 10px 12px;
  }
}/* End custom CSS */