@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('https://keepersheartwhiskey.com/wp-content/themes/kh/static/fonts/AvenirNextLTProRegular/font.woff2') format('woff2'),
    url('https://keepersheartwhiskey.com/wp-content/themes/kh/static/fonts/AvenirNextLTProRegular/font.woff') format('woff');
}

@font-face {
	font-family: 'AvenirNextLTPro-Demi';
	src: url('https://keepersheartwhiskey.com/wp-content/themes/kh/static/fonts/AvenirNextLTProDemi/font.woff2') format('woff2'),
	url('https://keepersheartwhiskey.com/wp-content/themes/kh/static/fonts/AvenirNextLTProDemi/font.woff') format('woff');
}

#finder_content {
    /* background-color: #e4ddc6; */
    background-color: #1e1e1e;
}

#finder_body {
    background-color: #282827;
	font-family: 'AvenirNextLTPro-Regular', sans-serif;
	font-style: normal;
	font-weight: normal;
}

#results-container .label-default {
    background-color: #c7c6c3;
    color: #f7f4e0;
}

.nav-tabs {
    display: flex;
    justify-content: center;
}

.nav-tabs li {
    float: none;
}

.nav-tabs > li.disabled > a {
    font-style: normal;
}

 .nav-tabs > li > a, 
 .nav-tabs > li > a:focus,
 .nav-tabs > li.disabled > a, 
 .nav-tabs > li.disabled > a:focus  {
    box-shadow: none;
    color: #646464;
    font-size: 1.2em;
}

 .nav-tabs > li > a:hover, 
 .nav-tabs > li > a:focus:hover,
 .nav-tabs > li.active > a, 
 .nav-tabs > li.active > a:focus {
    /* box-shadow: inset 0 -2px 0 #cc7d58 !important; */
    box-shadow: none;
    color: #646464;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus:hover {
    border: none;
    /* box-shadow: inset 0 -2px 0 #cc7d58 !important; */
    box-shadow: none;
    color: #e4ddc6; 
    /* font-family: 'AvenirNextLTPro-Demi'; */
}

#tab-form {
    background-color: #646360;
    background-color: #282827;
    padding: 2em 1em 0 0;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 50%;
}

@media only screen and (max-width: 900px) {
    #tab-form {
        width: 100%;
    }
}

#finder_form_tab.active a {
    /* box-shadow: inset 0 -2px 0 #646464; */
    /* color: #4c544e; */
}

.form-horizontal .control-label {
    color: #cc7d58;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 1.2em;
}

#finder input.form-control {
    background-color: #e4ddc6;
    color: #1e1e1e;
    /* font-size: 1.2em; */
    height: auto;
    line-height: 1.75;
    padding: 0.75em 0 0.5em 1em;
}

input.form-control:focus, 
input[type="text"]:focus,
#finder input:focus {
    /* box-shadow: inset 0 -2px 0 #4c544e; */
    box-shadow: 0 0 0 2px #ce7d54;
}

#finder select, 
#finder select.form-control {
    background-color: #e4ddc5; 
    box-shadow: 0 0 0 2px #e4ddc6;
    color: #1a1a1a;
    height: auto;
    /* padding-left: 1em; */
    padding: 0.75em 0 0.5em 1em;
}

#finder select:focus, 
#finder select.form-control:focus {
    box-shadow: 0 0 0 2px #ce7d54;
}

#submitBtn,
.btn-primary,
.btn-primary:active {
    /* background-color: #4c544e; */
    /* background-color: #282827; */
    /* box-shadow: none; */
    /* color: #cc7d58; */
    /* letter-spacing: 1px; */
    
    /* font-size: 0.875rem; */
    background: #282827;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 2px #ce7d54;
    color: #ce7d54;
    cursor: pointer;
    font-size: 1.2em;   
    letter-spacing: 0.15em;
    line-height: 1em;
    padding: 1.125em 2em .9375em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;    
}

.panel {
    background-color: #282827;

    /* box-shadow: 0 0 0 4px #282827,0 0 0 8px #1e1e1e,0 0 0 12px #282827,0 0 0 14px #1e1e1e; */
}

.label-default {
    background-color: #cc7d58;
}

#tab-form .panel-footer {
    filter: grayscale(100%);
    opacity: 0.3;
    display: none;
}

#results_container a {
    /* color: #4c544e; */
}

.alert-warning {
    background-color: #cc7d58;
    color: #282827;
}

.finder_row, #tab-list {
    max-width: none;
    padding: 0;
}

#panel_search_results {
    background-color: #282827;
    color: #e4ddc5;
    padding-top: 2rem;
}

.panel-primary > .panel-heading,
.panel-primary > .panel-footer {
    background-color: transparent;
    border-color: transparent;
    color: #f7f4e1;
    padding: 0 1rem;
}

.finder_row {
    background-color: #282827;
    box-shadow: none;
    color: #e4ddc5;
}

.finder_num {
    display: none;
    visibility: hidden;
}

.finder_dba_text {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 1.8rem;
    letter-spacing: 0.083em;
    line-height: 1.5;
}

.finder_row .finder_phone {
    color: #ce7d54;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-left: 0;
    opacity: 1;
}

.finder_row .finder_phone a {
    color: #ce7d54;
}

.finder_phone .glyphicon-phone,
.finder_address .glyphicon-home,
.finder_brands {
    display: none !important;
    visibility: hidden !important;
}

.finder_address,
.finder_address:visited,
.finder_address:hover,
.finder_address:focus {
    color: #f7f4e0;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.083em;
    text-decoration: none;
}

.finder-map-info-address .finder_address,
.finder-map-info-address .finder_address:visited,
.finder-map-info-address .finder_address:hover,
.finder-map-info-address .finder_address:focus,
.finder-map-info .finder-map-info-address,
.finder-map-info .finder-map-info-address a,
.finder-map-info .finder-map-info-address a:hover,
.finder-map-info .finder-map-info-address a:focus,
.finder-map-info .finder-map-info-address a:active {
    color: #231f20 !important;
    font-family: 'AvenirNextLTPro-Demi';
}




.finder_miles {
    background: transparent;
    /* border-color: #ce7d54; */
    border-radius: 0;
    border: 0.0166em solid #ce7d54;
    color: #ce7d54;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1;
    padding: 0.25em 0.5em;
    text-transform: lowercase;
}

#results-container .panel-title {
    color: #f7f4e0;
}

#results-container .panel-footer a,
#results-container .panel-footer a:hover, a:focus {
    color: #231f20;
}

#finder_list_paging.panel-footer {
    background-color: #282827;
    box-shadow: none;
    color: #ce7d54;
    text-align: center;
    grid-column: span 3;
}

#finder_list_paging .pagination a,
#finder_list_paging .pagination a:hover,
#finder_list_paging .pagination a:focus,
#finder_list_paging .pagination a:visited {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ce7d54;
    border-radius: 0;
    color: #ce7d54;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 1.2rem;
    letter-spacing: 0.083em;
    line-height: 1.5;
    padding: 0 1em 0.5em;
    text-transform: uppercase;
}

.swal-modal {
    background-color: #f7f4e0;
    color: #231f20;
    border-radius: 0;
}

.swal-button,
.swal-button:not([disabled]):hover {
    background-color: #ce7d54;
    border: 2px solid #ce7d54;
    border-radius: 0;
    color: #f7f4e0;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.083em;
    line-height: 1.5;
    outline: none;
    padding: 0.5em 1em 0.5em;
    -webkit-appearance: auto;
}

#finder_disclaimer,
.panel-footer.text-muted {
    background-color: #231f20;
    color: #f7f4e0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: normal;
}


#results_container .panel-body {
    padding: 0;
}

.finder-map-info,
.finder-map-info h1 { 
    color: #231f20;
    font-family: 'AvenirNextLTPro-Demi';
    line-height: 1.5;
}

/* #map_canvas .finder-map-info-address > a,
.finder-map-info-address .finder_address,
.finder-map-info-address .finder_address:visited,
.finder-map-info-address .finder_address:hover,
.finder-map-info-address .finder_address:focus,
.finder-map-info .finder-map-info-address,
.finder-map-info .finder-map-info-address a,
.finder-map-info .finder-map-info-address a:hover,
.finder-map-info .finder-map-info-address a:focus,
.finder-map-info .finder-map-info-address a:active {
    color: #231f20 !important;
} */

.finder-map-info .finder_miles {
    display: inline-block;
    margin: 0 0 0.5em;
}

#results_container .panel-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding:  2rem 4.375rem;
}

#results_container .panel-body::before {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 900px)  {
    #results_container .panel-body {
        display: block;
        grid-template-columns: 1fr;
    }
}
