.immilocal__sidebar {
	height: 755px;
	padding: 32px 16px 32px 32px;
}

.immilocal__map {
	width: 100%;
	height: 755px;
}

.immilocal__heading {
	margin-bottom: 32px;
}

.immilocal__heading .h2 {
	font-weight: 900;
}

.immilocal__listings {
	height: calc(100% - 90px);
	overflow: auto;
	padding-right: 20px;
}

.immilocal__listings .item {
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 24px;
	font-family: var(--font-heading);
}

.immilocal__listings .item .title {
	font-size: 20px;
	color: var(--red);
	font-weight: 700;
}

.immilocal__listings .item .title small {
	font-weight: 400;
}

.immilocal__listings .item.active .title,
.immilocal__listings .item .title:hover {
	color: var(--link-hover-color);
}

.immilocal__listings::-webkit-scrollbar-thumb {
	background-color: var(--white);
	outline: 1px solid var(--bluedark);
	border-radius: 8px;
	height: 48px;
}

.immilocal__listings::-webkit-scrollbar-track {
	background-color: var(--bluedark);
	border-radius: 8px;
}

.immilocal__listings::-webkit-scrollbar {
	width: 8px;
}

.immilocal-fin-marker {
	border: none;
	cursor: pointer;
	height: 56px;
	width: 56px;
	background-image: url("../images/fin-marker.png");
	background-color: rgba(0, 0, 0, 0);
}

.immilocal-legal-marker {
	border: none;
	cursor: pointer;
	height: 56px;
	width: 56px;
	background-image: url("../images/legal-marker.png");
	background-color: rgba(0, 0, 0, 0);
}

.mapboxgl-popup {
	padding-bottom: 50px;
}


.mapboxgl-popup-close-button {
	font-size: 36px;
	/* display: true; */
	color: #fff;
}

.mapboxgl-popup-content {
	font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
	padding: 0;
	width: 286px;
}

.mapboxgl-popup-content-wrapper {
	padding: 1%;
}

.mapboxgl-popup-content h3 {
	background: #ff3b42;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 50px 10px 10px;
	border-radius: 3px 3px 0 0;
	font-weight: 700;
}

.mapboxgl-popup-content h4 {
	margin: 0;
	display: block;
	padding: 10px;
}

.mapboxgl-ctrl-top-left {
	display: flex;
	padding-right: 10px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.mapboxgl-ctrl-geocoder {
	flex-grow: 1;
	border: 2px solid #00853e;
	border-radius: 0;
	position: relative;
	top: 0;
	margin-top: 0;
	border: 0;
}

.mapboxgl-ctrl-geocoder > div {
	min-width:100%;
	margin-left:0;
}

.mapboxgl-ctrl-geocoder--icon{
	display: none;
}

.store-filters .button {
	width: 100%;
	text-align: left;
	/*** background-color: #b42926; ***/
	opacity:.8;
}

.store-filters input[type="checkbox"]:checked {
	 /*** background-color: #c03c3a; ***/
	opacity:1;
}

.immilocal-checkbox-pill input[type=checkbox]:checked + .button {
	 /*** background-color: #c03c3a; ***/
}

.immilocal-checkbox-pill input[type=checkbox]:checked + .button {
	 /*** background-color: #c03c3a; ***/
}

/*
.button {
	border-radius: 0;
	display: block;
}
*/

.immilocal-pill > * {
	border: none;
}

.immilocal-pill {
	display:none;
}
.immilocal-checkbox-pill {
	position: absolute;
	right: 14px;
	top: 60px;
}
.immilocal-pill.responsive {
	display: block;
	float: none;
	padding-top: 14px;
}

.immilocal-menu_icon {
	display: block;
	margin-top: 5px;
}

.immilocal-menu_icon img {
	width: 40px;
}

@media all and (max-width: 600px) {
	.immilocal__sidebar {display: none;}
	.immilocal__map { left: 0%; width: 100.0%;}
}

.immilocal__col {
	min-height: 750px;
}
