/* CSS Document */

#finder_body {
  font-family: 'Faustina', Georgia, serif;
}
#finder_body h1, 
#finder_body h2, 
#finder_body h3,
#finder_body h4,
#finder_body h5,
#finder_body h6 {
    font-family: BebasNeue !important;
}

#finder_form #tab-form {
    width:100%;
}

.btn-primary {
    font-family: BebasNeue !important;
    background:#fdc93c !important;
    color:#212121;
    font-weight:bold;
}

.btn-primary:hover {
    color:#fdc93c !important;
    background:#212121;
}

a {
    color:orange;
}
a:hover {
    color:#212121;
}

#finder_tab_nav a,
#finder_tab_nav .active,
#tab-list a {
    color:orange !important;
    opacity:1 !important;
}

#finder_tab_nav small.finder_phone a,
#finder_tab_nav small.finder_phone a.active,
#tab-list small.finder_phone a {
    color:#000 !important;
    font-size:16px;
    font-weight:bold;
    opacity:1 !important;
}

#finder input:focus, 
#finder_tab_nav a:hover,
#tab-list a:hover,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus {
    box-shadow: inset 0 -2px 0 #fc0 !important;
    color:#212121 !important;
}

.finder_row, 
#tab-list {
    max-width:unset;
}
.panel-heading {
    background:#fdc93c !important;
    color:#212121 !important;
}
.finder_num,
.finder_miles{
    background:#212121;
}


.text-muted {
    color:#666;
}
