/* beer-finder template styles */
body .product-finder-pin {
    background: rgba(209, 169, 69, 1);
    border: 2px solid rgba(35, 50, 99, 1);
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    color: rgba(35, 50, 99, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.finder_break_tablet {
    display: none;
}

#content.beer-finder {
}

#content.beer-finder .prod_msg {
    padding: 60px 30px 35px 32px;
}
#content.beer-finder .prod_msg h4 {
    font-size: 23px;
}
#content.beer-finder .prod_msg p {
    max-width: 680px;
    display: block;
    margin: 0 auto 29px auto;
    font-size: 18px;
    color: #fff;
    line-height: 21px;
}
#content.beer-finder .prod_msg a {
    color: #d7a728;
}
#content.beer-finder .prod_msg a:hover,
#content.beer-finder .prod_msg a:active {
}

#finder_cont {
}

#finder_form {
    max-width: 900px;
    float: none;
    margin: 0 auto 0 auto;
    padding: 20px 10px 77px 10px;
}

.form_third {
    padding-top: 29px;
}
.form_third label {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    color: #0e3069;
}
.form_third select,
.form_third .customSelect {
    /*float: right;*/
}
.form_third input[type="text"] {
}
.form_third input[type="submit"] {
}

/* custom styles */
#f_supplier_label {
    float: left;
    margin: 0 40px 0 0;
}
#f_supplier {
}

.f_brand select {
    width: 90%;
}
.f_brand .customSelect {
    max-width: 90%;
}

.f_business select {
    width: 90%;
}
.f_business .customSelect {
    max-width: 90%;
}

.f_miles {
    padding-top: 39px;
}
#f_miles_label {
    float: left;
    margin: 0 7px 0 0;
}
.f_miles select {
    /*width: 50% !important;*/
}
.f_miles .customSelect {
    max-width: 49% !important;
    margin: 3px 0 0 0;
}
.f_miles #f_zip_of {
    float: right;
    font-size: 22px;
    font-weight: bold !important;
}

.f_zip {
    padding-top: 39px;
    padding-bottom: 11px;
    background: url("../image/finder_select.jpg") left bottom no-repeat;
}
#f_zip_label {
    float: left;
    font-size: 17px;
    text-transform: none;
    margin: 2px 10px 0 0;
    font-weight: bold !important;
    line-height: 25px;
}
#f_zip {
    font-size: 17px;
    line-height: 20px;
    color: #0e3069;
    font-weight: bold;
    width: 60%;
    border: 0;
    background-color: #fff;
    padding: 5px;
    float: right;
    margin: -5px 0 0 0;
}

#f_submit {
    background-color: #0e3069;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 25px;
    padding: 14px 0 10px 0;
}

.f_supplier,
.f_miles {
    padding-right: 20px;
}
.f_brand,
.f_zip {
    padding-left: 0;
}

#finder_mapCont {
    padding: 20px;
}
#finder_map {
    min-height: 449px;
}
.gm-style {
}

#finder_noResults {
    text-align: center;
    padding-top: 65px;
}
#finder_results {
    padding: 10px 0 0 0;
}

.finder_location {
    padding: 0 0 60px 0;
    position: relative;
    font-size: 0;
    line-height: 0;
}
.finder_location * {
    font-size: 16px;
    line-height: 16px;
}
.finder_location br {
    line-height: 6px;
}

/* .finder_location .micon{ position: absolute; top: 5px; left: 0; } */
.finder_location strong {
    color: #180f06;
}
.finder_location .dist {
    color: #654f36;
    display: block;
    padding: 0 0 2px 0;
}

.getDirections {
    color: #d7a728;
    font-weight: bold;
}
.otherBrands {
    color: #837c73;
    font-weight: bold;
}
.otherBrands span {
    display: inline-block;
    height: 8px;
    width: 13px;
    background: url("../image/finder_tri.png") 0 0 no-repeat;
}

.finder_localBrands {
    display: none;
    margin-top: 20px;
}
.finder_localBrands p {
    line-height: 20px;
    margin: 0;
}

#finder_nav {
    text-align: center;
}
#finder_nav a {
    display: inline-block;
    color: #072e69;
    height: 19px;
    width: 25px;
    padding: 8px 0 7px 0;
    border: #072e69 solid 1px;
}
#finder_nav a:hover,
#finder_nav a:active {
    color: #fff;
    text-decoration: none;
    background-color: #072e69;
}
#finder_nav a.first,
#finder_nav a.last {
}
#finder_nav a.previouspostslink,
#finder_nav a.nextpostslink {
}
#finder_nav a.page {
}
#finder_nav .current-post-page.current {
    display: inline-block;
    color: #fff;
    height: 19px;
    width: 25px;
    padding: 8px 0 7px 0;
    border: #072e69 solid 1px;
    background-color: #072e69;
}

.circle {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 10%;
    padding-bottom: 10%;
    border-radius: 50%;
    background: rgba(209, 169, 69, 1);
    border: 2px solid rgba(35, 50, 99, 1);
}
.circle .circle_inner {
    color: rgba(35, 50, 99, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: bold;
    font-size: 12px;
}
.finder_location_padding {
    padding: 0 10px;
}

.finder_location_inner {
    background: #fff;
    padding: 20px 10px 10px 10px;
    min-height: 163px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}

.finder_location_inner:hover {
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}
