#sidebarA{
    color: white;
	height: 18vh;
}

#hikingbutton::before {
    content: '';
    border-left: 5px solid #9A105F;
}

#cyclingbutton::before {
    content: '';
    border-left: 5px solid #2c73a9;
}

#brewerybutton::before {
    content: '';
    border-left: 5px solid #D06F1A;
}

#hikingbutton {
	background-color: rgba(255, 255, 255, 0.2);
}  

#cyclingbutton {
	background-color: rgba(255, 255, 255, 0.2);
}  

#brewerybutton {
	background-color: rgba(255, 255, 255, 0.2);
} 

#removeFilters {
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 6px;
}  

#directionsbutton {
    background: #00703C;
    align-items: center;
    padding: 10px 12px;
    color: white;
    margin-top: 5px;
	display: inline-block;
}

#discoverybutton {
	background: #D06F1A;
    align-items: center;
    padding: 10px 12px;
    color: white;
    margin-top: 5px;
	display: inline-block;
	width: 305px;
	margin-left: -5px;
	text-align: center;
}

#directionstext {
	padding-left: 5px;
}

h2 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

.mapboxgl-popup {
	transform: none !important;
    top: 5%;
    left: 5%;
}

.icon {
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: relative;
    top: 2px;
}

.filterbutton p {
color: white;
padding-left: 5px;
display: inline-block;
}

.filterbutton {
	border:0;
	box-shadow:inset 0 0 0 0px currentColor;
	padding-top:0;
	padding-bottom:0;
	border-radius: 0px;
	margin-right:10px!important;
	padding-left:0px!important;
	padding-right:5px!important;
}

#filtercontainer {
	margin-bottom: 10px;
}

#filterResults{
    font-size: 12px;
    color: white;
    background-color: #00703C;
}

#title {
    font-family: myriad-pro,"Myriad Pro",Myriad,"Liberation Sans","Nimbus Sans L","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal!important;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.theme{
    background-color: #27343E;
}

.btn {
	background-color: #00703C;
	font-size:16px;
}

.select{
    font-style: italic;
    opacity: .7;
}

.mapboxgl-ctrl-geocoder--input {
    padding: 6px 30px;
    margin-left: 5px;
}

#listings {
	
    background-color: #EEEEEE;
}

.listings .item {
    font-size: 14px;
    word-wrap: break-word;
    text-decoration: none;
	background: #FFFFFF;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 16px;
	padding: 5px;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: inline-block;
    width: 100%;
    color: #27343E;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
	font-family: myriad-pro,"Myriad Pro",Myriad,"Liberation Sans","Nimbus Sans L","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:24px;
	font-size: 20px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 3px;
    border-left: 0;
    background: #EEEEEE;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: rgba(39, 52, 62, 0.3);;
}


.clearfix {
    display: block;
}

.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    text-align: left;
    padding: 15px;
    width: 340px;
	margin-bottom: 15px;
  }

.mapboxgl-popup-close-button {
   margin-right: 5px;
    font-size: 25px;
  }

.mapboxgl-popup-content h3 {
    color:black;
    font-weight: 500;
    margin: 0;
    display: block;

  }

.mapboxgl-popup-tip {
	display: none;
}

.sidebarheight {
	height: 77vh!important;
}

button.active {
	background-color: rgba(255, 255, 255, 0.55)!important;
	box-shadow: 5px 5px rgb(0 0 0 / 40%);
}

.item.active {
	border: 2px;
    border-color: #00703C;
    border-style: solid;
}

#backtoexplorecontainer {
	height:5vh;
}

#backtoexplore {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00703C;
    height: inherit;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
	
#backtoexplore p {
	  text-align: center;
	  font-family: Myriad Pro;
font-style: normal;
font-weight: normal;
font-size: 18px;
text-align: center;
letter-spacing: 0.05em;
text-transform: uppercase;

/* White */

color: #FFFFFF;
}

@media screen and (max-width: 800px) {
	.sidebarheight {
	height: 22.5vh!important;
}
#map > div.absolute.bottom-ml.right.z1.w-full.w360-ml.p12-ml   {
display:none;}
}