

@font-face {font-family: 'HeinekenSerif18-Medium';src: url('webfonts/HeinekenSerif18-Medium.eot');src: url('webfonts/HeinekenSerif18-Medium.eot?#iefix') format('embedded-opentype'),url('webfonts/HeinekenSerif18-Medium.woff2') format('woff2'),url('webfonts/HeinekenSerif18-Medium.woff') format('woff'),url('webfonts/HeinekenSerif18-Medium.ttf') format('truetype');}

@font-face {font-family: 'HeinekenSerif18-Bold';src: url('webfonts/HeinekenSerif18-Bold.eot');src: url('webfonts/HeinekenSerif18-Bold.eot?#iefix') format('embedded-opentype'),url('webfonts/HeinekenSerif18-Bold.woff2') format('woff2'),url('webfonts/HeinekenSerif18-Bold.woff') format('woff'),url('webfonts/HeinekenSerif18-Bold.ttf') format('truetype');}


/********** GLOBAL STYLES **********/

select.Variants-module--select-input--X8teQ
{
	background: no-repeat !important;
}

.drizly-top
{
	display: none;
}

body {
	color:#000;
	font-family: 'HeinekenSerif18-Medium', serif;
	font-size: 13px;
}

*{
	outline: none !important;
}

.accordion .card-header .show,
.accordion .card-header.collapsed .hide{
    display:none;
}
.accordion .card-header .hide,
.accordion .card-header.collapsed .show {
    display:block;
}

.card {
    border: none;
    background-color: transparent;
}

.card-body {
    padding: 0 1.25rem 1.25rem;
}

.dataCollapseContainer {
    position: absolute;
    bottom: 0px;
    background-color: rgb(6,31,4);
    width: 100%;
    left: 0;
    padding-bottom: 7px;
}

.bottomChevron {
	color: #fff;
    font-size: 13px;
	text-align: center;
    margin: 15px auto 0;
}

.dataCollapseContainer .bottomChevron {
	margin-top: 7px;
}

.bottomChevron .fa-chevron-up {
	font-size: 17px;
}

.card-header {
    color: #000000;
    border: none;
    font-size: 18px;
    background-color: transparent;
}

.card-header.collapsed .card-title,
.card-header .card-title .fa-search,
.card-header .card-title .fa-store-alt,
.card-header.flexrow .fa-search,
.card-header.flexrow .fa-store-alt{
    font-size: 16px;
}

/* Added flex to the collapsible headers */
.card-header.flexrow {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.card-header.flexrow .card-title{
    margin-bottom:0;
    padding-left:5px;
}

.card-header.flexrow > .no-flex {
    flex:none;
    background-color:blue;
}
.card-header.flexrow > .blah {
    background-color:red;
    flex:auto;
    display:flex;
    flex-direction:row;
}
.card-header.flexrow div.flex-child {
    flex: 1;
}
.card-header.flexrow div.flex-child.icon,
.card-header.flexrow div.flex-child.control{
    flex:none;
}
.card-header.flexrow div.flex-child.control{
    font-size:12px;
}
.card-header.flexrow div.flex-child.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 5px;

    display:flex;
    flex:1;
}
.card-header.flexrow div.flex-child.truncate > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.card-header.flexrow div.flex-child.truncate > div#zip {
    flex:none;
}

/********* FORM STYLES **********/


.form-container {
    width: 100%;
    z-index: 1000;
    padding:0;
}

.formsection, .resultsection {
    background-color: #ffffff;
}

.resultsection {
    background-color: #ee3124;
}

input.form-control, #on_off_premise.form-control, #brand.form-control, #type.form-control {
	background-color: transparent;
    font-size: 16px;
    color: #000000;
    border: none;
    border-bottom: 2px solid #000000;
    border-radius: 0;
    height: 45px;
    padding-top: 10px;
    margin-top: 10px;
}

#on_off_premise, #brand {
	margin: 0 auto;
	-webkit-box-shadow: initial;
    box-shadow: initial;
	border-radius: 0;
	-webkit-appearance: none;
	padding-right: 0; /* IE Fix */
}

select {
	/* Creates drop down arrow on styled drop down */
	/* Color of arrow is set in the SVG under fill= */
	/* Do not use Hex values for fill color, Use RGB, RGBA or named colors */
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill='black' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") !important;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
  	/* disable default appearance */
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000!important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #000!important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #000!important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000!important;
}

.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #000;
    box-shadow: none;
}

option {
    color: #000!important;
}

button, a.button {
	font-size: 10px;
	line-height: 38px;
	color: #000000;
	border:none;
	background-color: #fff;
	text-decoration: none;
    margin-top: 10px;
}

button:hover, a.button:hover {
	color: #e16c27;
	cursor: pointer;
	text-decoration: none;
}

button.geobutton {
    width: 100%;
    padding: 2px 0 0;
}

button.findbutton {
    color: #fff;
    background-color: #cc001d;
    padding: 3px 40px 2px;
    margin: 30px auto 0;
    display: block;
}








/********** RESULTS STYLES ***********/





div#sidebar{
	margin: 0;
    text-align: left;
    width: 100%;
    font-size: .7em;
}

div#sidebar div.header{
	height:30px;
	padding-top:15px;
	color:#000;
	text-align: center;
}

div#sidebar div.header h4{
	display:inline;
	font-weight:400;
	font-size: 16px;
	color: #000;
}

div#sidebar div.header .details {
	font-size: 16px;
}


div#sidebar #collapseTwo {
    max-height: 300px;
    min-height: 80px;
    overflow: auto;
}

#collapseTwo.card-body {
    padding: 0 0 1.25rem 1.25rem;
}




div#sidebar div.data{
	overflow:auto;
	top:46px;
	bottom:0;
	left:10px;
	min-height: 130px;
	-webkit-overflow-scrolling: touch;
}

div#sidebar ul.location_list li.location p.miles {
    float: right;
    color: #000;
    padding: 5px;
    margin-top: -30px;
}

div#sidebar ul.location_list{
	margin:0;
	padding:0;
	list-style:none;
}

div#sidebar ul.location_list li.location,
div.location{
	margin: 0 0 10px;
	padding-left:75px;
	padding-top:10px;
	padding-bottom: 10px;
	line-height:1.1;
	text-align:left;
	overflow:auto;
	cursor: pointer;
}

div#sidebar ul.location_list li.location{
	padding-left:30px;
}
	
div#sidebar ul.location_list li.location p.count,
div.location p.count{
	margin-left:-18px;
	font-size:2em;
	color: #000;
	float:left;
	font-weight: bolder;
}


/**** Style of Map Modals ****/

.gm-style .gm-style-iw-c {
    max-width: 225px!important;
    background-color: rgba(52,76,50,0.9);
    font-family: 'HeinekenSerif18-Medium';
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
}

.gm-style-iw p.count {
	display: none;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgba(52,76,50,0.9) 50%,rgba(52,76,50,0.9) 51%,rgba(52,76,50,0.9) 100%);
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track, 
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.gm-style .gm-style-iw-c button img, .gm-style .gm-style-iw-c a.button img {
    background-color: #fff;
}

div.location p.map_title, div.location p, .map-container ul.brand_list li {
    color: #000;
    padding-right: 0;
}

.gm-style .gm-style-iw-c div.location p.map_title {
    font-size: 1.3em;
}

.gm-style .gm-style-iw-c div.location p {
    font-size: 1em;
    line-height: 1.4;
}

.gm-style .gm-style-iw-c div.location p.miles {
    width: 60px;
    background-color: #fff;
    color: #000;
    padding: 5px;
}

.gm-style .gm-style-iw-c div.location p.brand_map_title {
    margin-top: 15px;
    margin-bottom: 0;
    text-decoration: underline;   
}

.gm-style .gm-style-iw-c ul.brand_list {
    font-size: 0.6em;
}

div.location_map{
	overflow:hidden;
	padding-left:0;
	padding-top:10px;
}
	



div#sidebar ul.location_list li.location p,
div.location p{
	margin:5px 0;
	padding:0;
	color:#000;
	font-size: 1.3em;
}

div#sidebar ul.location_list li.location p.count {
    padding-right: 0;
}
	
div#sidebar ul.location_list li.location p.map_title,
div.location p.map_title {
	font-weight:400;
	color:#000;
	margin-bottom:15px;
	font-size: 2em;
    padding-right: 3.5rem;
}

ul.brand_list {
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
}

ul.brand_list li {
	margin: 5px 0;
    padding: 0;
    color: #000;
    line-height: 1.1;
    font-size: 1.5em;
}

.gm-ui-hover-effect {
    top: 0!important;
    right: 0!important;
    display: none!important;
}

a.refresh_btn {
	position:absolute;
	left:8px;
	top:8px;
	background-color: white;
	color: #fff;
	text-transform: uppercase;
	padding:5px 10px;
	text-decoration: none;
	cursor: pointer;
}

div#sidebar ul.location_list li.location p.brand_map_title {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 4px !important;
    color: #000;
    text-decoration: underline;
}

div.sidebar_note{
	padding:50px 20px 20px;
	text-align:center;
	color:#000;
}

div.sidebar_note h4{
	display:inline;
	font-weight:400;
	font-size: 16px;
	text-transform: uppercase;
}








/************ MAP STYLES ************/

.map-container {
    padding-left: 0;
    padding-right: 0;
}

.map-container .no-gutters {
    width: 100%;
}

div.map{
	width:100%;
	height: 100vh;
	margin: 0;
	position:relative;
	clear: left;
}

div#map-canvas{
	position: absolute;
    width: 100%;
    height: 100%;
}








/* FACEBOOK STYLED VERSION */

body.facebook div.map{
	width:790px;
	height:450px;
}

body.facebook form#searchForm{
	padding-right:0;
}

body.facebook div#map-canvas{
	position:absolute;
	width:409px;
	height:450px;
	top:0;
	left:0;
}
body.facebook div#sidebar{
	height:450px;
}







/* LOADING SPINNER */

.loader-fb {
	top: calc(100px);
	left: calc(50% - 30px);
	display: block;
	position: absolute !important;
	width:60px;
	height:60px;
	background-color: transparent;
	border: none;
  	background-image:url('../images/spinnerLarge.gif');
	margin-bottom: 200px;
}







/*************** Desktop *******************/

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) { 


}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) { 

    .accordion {
        box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
    }
    
	.form-container {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 40%;
    }
    
    .card-header {
        font-size: 17px;
    }
    
    .card-header.collapsed .card-title, .card-header .card-title .fa-search, .card-header .card-title .fa-store-alt {
        font-size: 17px;
    }
    
    input.form-control, #on_off_premise.form-control, #brand.form-control, #type.form-control {
        font-size: 15px;
    }
    
    div#sidebar #collapseTwo {
        max-height: 700px;
    }
	
	.dataCollapseContainer {
		position: absolute;
		bottom: 0px;
		background-color: rgb(6,31,4);
		width: 100%;
		left: 0;
		padding-bottom: 10px;
	}

	.bottomChevron {
		color: #000;
		font-size: 16px;
		text-align: center;
		margin: 25px auto 0;
	}

	.dataCollapseContainer .bottomChevron {
		margin-top: 10px;
	}

	.bottomChevron .fa-chevron-up {
		font-size: 25px;
	}
    
    div#sidebar ul.location_list li.location {
        padding-left: 20px;
    }
    
    div#sidebar ul.location_list li.location p, div.location p, ul.brand_list li {
        font-size: 1.3em;
    }
    
    .gm-style .gm-style-iw-c div.location p.map_title {
        font-size: 1.5em;
    }
    
    .gm-style .gm-style-iw-c div.location p {
        font-size: 1.1em;
    }
    
    .gm-style .gm-style-iw-c ul.brand_list {
        font-size: 0.7em;
    }
	
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) { 

    body {
        min-height: 830px;
    }
    
    div.map {
        min-height: 830px;
    }
    
    .form-container {
        width: 35%;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 

    .form-container {
        width: 30%;
    }

}



