.beer-finder {
}

.template-page .entry-content-wrapper .beer-finder aside h2 {
    font-family: var(--font-averia);
    color: var(--brick-red);
    font-size: 4rem;
    margin-bottom: var(--half-space);
}

.beer-finder aside form {
    max-width: 390px;
}

.beer-finder aside form .field-single {
    padding: 0.5em 0;
    position: relative;
}
.beer-finder aside form label {
    font-family: var(--font-body);
    text-transform: uppercase;
    color: var(--brick-red);
}

#top .main_color .beer-finder aside form input[type='text'],
#top .main_color .beer-finder aside form select {
    border: solid 2px var(--brick-red);
    border-radius: 4px;
    font-size: 24px;
}

#top .main_color .beer-finder aside form button {
    background-color: var(--sienna);
    color: #ffffff;
    width: 60px;
    height: 49px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    border: 0 none;
    top: 34px;
    right: 0;
    outline: 0 none;
    font-size: 1.5em;
    font-family: 'odell-fa-pro', 'Font Awesome 5 Pro', FontAwesome;
    cursor: pointer;
}

#top .main_color .beer-finder aside form button::before {
    content: '\f061';
    left: 0;
    top: -15px;
}

.beer-finder ul.locations {
    border-top: solid 2px var(--sienna);
}

.beer-finder ul.locations li {
    border-bottom: solid 1px var(--sienna);
    padding: 0;
    cursor: pointer;
    height: 140px;
    display: flex;
}

.beer-finder ul.locations li.no-results{
    padding: var(--space);
    height: auto;
    cursor: auto;
    border-bottom: 0 none;
    display: list-item;
}

.beer-finder ul.locations li div.front,
.beer-finder ul.locations li div.back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--half-space);
    text-decoration: none;
    width: 100%;
}

.beer-finder ul.locations li div.back {
    background-color: #efd6b8;
}

.beer-finder ul.locations li div.front::after {
    font-family: 'odell-fa-pro', 'Font Awesome 5 Pro', FontAwesome;
    content: '\f105';
    font-size: 36px;
    position: relative;
    right: 12px;
}

.beer-finder ul.locations li div.back::before {
    font-family: 'odell-fa-pro', 'Font Awesome 5 Pro', FontAwesome;
    content: '\f104';
    font-size: 36px;
    position: relative;
    left: 12px;
}

.beer-finder ul.locations li div.front div.number {
    border: solid 3px var(--brick-red);
    border-radius: 50%;
    font-family: var(--font-averia);
    color: var(--dark-brown);
    font-size: 16px;
    text-align: center;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beer-finder ul.locations li div.front div.info {
    padding: 0 var(--half-space);
    flex: 1;
}

.beer-finder ul.locations li div.back div.info {
    padding: 0 var(--half-space) 0 70px;
}

.beer-finder ul.locations li div.front div.info h4 {
    font-family: var(--font-averia);
    font-size: .9rem;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.beer-finder ul.locations li div div.info p {
    margin: 5px 0;
    font-size: 12px;
}

.beer-finder ul.locations li div div.info p.address { text-decoration: underline; }
.beer-finder ul.locations li div div.info p.phone { font-family: var(--font-meta-labels); }
.beer-finder ul.locations li div div.info p.availability { font-style: italic; }

.beer-finder ul.locations li div.front div.info p.biz-type { margin: 0 0 5px 0; }

.beer-finder ul.locations li div.front div.distance {
    color: var(--dark-brown);
    font-family: var(--font-bold);
    min-width: 50px;
    padding-right: var(--space);
}

.beer-finder div#google-map {
    min-height: 400px;
    background-color: #EDEBE8;
}

.beer-finder div#google-map div.marker { display: none; }

#beer-finder-notice p {
    font-size: 1.5em;
    color: white;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

#beer-finder-notice p a {
    color: white;
    text-decoration: underline;
}

@media (min-width: 568px) {
    .beer-finder ul.locations li div.front div.info h4 {
        font-size: 1rem;
    }
    .beer-finder ul.locations li div div.info p {
        font-size: 100%;
    }
    .beer-finder ul.locations li div.front div.number {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
    .beer-finder ul.locations li div.front div.distance {
        min-width: 80px;
    }
}

@media (min-width: 768px) {
    .beer-finder aside {
        width: 500px;
        float: left;
    }

    .beer-finder aside form {
        padding-right: var(--space);
    }

    .beer-finder ul.locations {
        overflow-y: auto;
        height: 536px;
    }

    .beer-finder div#google-map {
        width: calc(100% - 500px);
        min-height: 860px;
        float: right;
    }

    .beer-finder ul.locations li div.front div.number {
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .beer-finder ul.locations li div.front div.distance {
        min-width: 100px;
    }
}

/*start gs-dev */
.near-finder {
    justify-content: center !important;
}

.near-finder h2{
    font-family: var(--font-averia) !important;
    color: var(--brick-red)  !important;
    margin-bottom: var(--half-space) !important;
    /* font-size: 3em !important; */
    font-size: 4rem !important;
    text-align: center;
    /* text-transform: uppercase !important; */
    font-weight: bold !important;
}

.near-finder p {
    font-size: 1.1em !important;
    text-align: center;
    width: 400px;
    margin-bottom: 30px !important;
}

.near-finder p a{
    min-width: 200px !important;
    display: inline-block;
    box-shadow: 0px 0px 0px 4px white;
}
/*end gs-dev*/