/* Beer Finder: Custom Updates */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

#finder {
  margin-top: -16px !important;
  margin-bottom: -24px !important;
}

#finder_footer {
  display: none !important;
}

.card,
h2.finder_dba_text,
div.finder_address_container,
div.finder_phone,
small.popover_card_item.col,
h3.popover-header,
div.badge.bg-dark.finder_num {
  font-family: "Montserrat", sans-serif !important;
}

section#finder_cards {
  background: #f0eadc !important;
}

.btn-outline-primary {
  color: #ee3426 !important;
  border-color: #ee3426 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-primary {
  background-color: #ee3426 !important;
}

.btn-primary,
.btn-primary:hover {
  background-image: none !important;
  border: 0px !important;
}

body.THEME_bs-simplex .btn-check:active + .btn-outline-secondary,
body.THEME_bs-simplex .btn-check:checked + .btn-outline-secondary,
body.THEME_bs-simplex .btn-outline-secondary:hover,
body.THEME_bs-simplex .btn-secondary {
  background-image: none !important;
  background-color: #fff !important;
}

.finder_dba_text {
  font-weight: 600;
  font-size: 1.25rem !important;
}

.badge.bg-dark.finder_num {
  background-color: #ee3426 !important;
}
