/*======================================
Theme Name: MR. TIRE Rebates - Custom Child Theme
Theme URI: https://bfmgroupinc.com/web-design/
Description: Divi Child Theme
Version: 1.0.0
Author: BFM Graphics
Author URI: https://bfmgroupinc.com
Template: Divi
=======================================*/
#locations a.bfm-btn.bfm-btn-secondary {
    padding:0.98em 1.75em !important;
    color:#ffffff !important;
}
#locations a.bfm-btn.bfm-btn-secondary:hover{
    background: #951f1d;
}
#locations .bfm-store-phone a, #locations .bfm-info-window a {
    color: #d5312d;
    font-weight: bold !important;
    text-decoration: none;
}
#locations .bfm-store-phone a:hover, #locations .bfm-info-window a:hover {
    color: #951f1d;
    text-decoration: underline;
}
#locations .bfm-store-name {
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(1.125rem, calc(0.003415 * (100vw - 360px) + 18px), 1.25rem);
    font-family: var(--et_global_heading_font);
}
#locations .bfm-info-window h3.h6 {
    text-transform: uppercase;
    font-size: clamp(1.125rem, calc(0.003415 * (100vw - 360px) + 18px), 1.25rem) !important;
}
#locations #bfm-zipcode {
    border:none;
}
#locations p.bfm-sample-note {
    font-size: 1rem;
    line-height: 1.2;
}
#locations .bfm-search-btn, #locations a.bfm-btn.bfm-btn-secondary, #cm button#c-p-bn, #c-s-in #s-all-bn {
    font-weight: 800;
    text-transform: uppercase;
    font-size: var(--gvid-61i72im55g);
    font-family: var(--et_global_heading_font);
    background-image: linear-gradient(155deg,#c62a30 0%,hsl(from #aa182c calc(h + 0) calc(s + 0) calc(l - 14)) 100%);
    background-color: #000000;
    border-radius:50px;
    line-height:1.1em !important;
}
#cm #c-s-bn, #c-s-in #s-rall-bn, #c-s-in #s-sv-bn {
	border-radius:50px;
}
.cc_div .c-bn>span, #s-ttl, #c-ttl, .b-tl {
	text-transform: uppercase  !important;
	font-family: var(--et_global_heading_font) !important;
	font-weight:700;
}
#locations .bfm-search-btn:hover, #locations a.bfm-btn.bfm-btn-secondary:hover, #cm button#c-p-bn:hover, #c-s-in #s-all-bn:hover {
    font-weight: 800;
    text-transform: uppercase;
    font-size: var(--gvid-61i72im55g);
    font-family: var(--et_global_heading_font);
    background-image: var(--gvid-hjx2639444);
    background-color: #000000;
}

#locations .bfm-input-group {
    border-radius: 50px;
    border: 2px solid #e0e0e0;
}

#locations .bfm-store-card, #locations .bfm-info-window {
    line-height: 1 !important;
}

@media all and (max-width:768px) {
    #locations .bfm-input-group {
        border-radius: 0;
        border: none;
        gap: 1rem;
        box-shadow: none !important;
    }
    #locations #bfm-zipcode {
        border-radius: 50px;
        border: 2px solid #e0e0e0;
        padding: 0.8em 2em;
        text-align: center;
    }
    #locations p.bfm-sample-note {
        font-size: 0.95rem;
    }
    #locations .bfm-header p {
        line-height: 1.2;
    }
}
sup {
	font-size: 0.5em !important;
}
ul#menu-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content:center;
}
ul#menu-legal li {
  display: flex;
  align-items: center;
}
ul#menu-legal li:not(:first-child)::before {
  content: "|";
  margin-right: 7px;
  color: #ccc;
}
.et_pb_section_0_tb_header {
  z-index: 10000;
  background: transparent;
}
ul#mobile_menu1 {
  width: 90vw !important;
  position: absolute !important;
  right: 0;
  left: auto !important;
}
.et_pb_menu_inner_container {
  position: static;
}
.et_pb_section_0_tb_header.et_pb_section.et_pb_section--absolute.et_section_regular.et_flex_section {
  background: transparent !important;
}
.multiple-location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
}
.multiple-location-blurb {
  flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.multiple-location-blurb:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #d0d0d0;
}
.location-heading {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 0.8em 0;
  padding-bottom: 0;
}
.location-text {
  font-size: 15px;
  color: #555555;
  margin: 0 0 12px 0;
  line-height: 1.6;
  padding-bottom: 0;
}
.location-text:last-child {
  margin-bottom: 0;
}
.single .post.type-post.status-publish {
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .multiple-location-blurb {
    flex: 1 1 100%;
  }
  .location-heading {
    font-size: 16px;
  }
  .location-text {
    font-size: 14px;
  }
  .single-dealer_page .dsm-text-divider-before.dsm-divider {
    display: none;
  }
}