article.category-backcountry-trip {
    /*background: red;*/
    margin: 1%;
    padding-bottom: 5px !important;
  overflow: auto;

}
/**
 * Highlight trip description
 * list items when hovered on
 * the backcountry trip
 * category page, but nowhere
 * else.
 */
body.category-backcountry-trip article.maphover, body.category-backcountry-trip article:hover {
	background: #EEEEEE;
}
.category-backcountry-trip .TripSummaryIcon {
/*     background: blue; */
    margin-right: 2%;
}
.category-backcountry-trip .entry-header {
/*     background: green; */
}
.category-backcountry-trip header.TripSummary .entry-title {
/*     background: orange; */
    display: block;
    width: 80%;
    white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	padding-left: 2px;

}
.category-backcountry-trip header.TripSummary .entry-meta {
/*     background: fuchsia; */
    display: block;
    width: 30%;
    height: 29px;
    float: left;
}
.category-backcountry-trip header.TripSummary ul {
/*     background: yellow;    */
    display: block;
    float: left;
    margin-bottom: 0px;
    margin-right: 1em;
}
.category-backcountry-trip header.TripSummary ul li {
    padding-left: 0.2em;
}
.mapboxgl-map {
    border-radius: 7px;
}

/* Cut and pasted this next section to increase the content width. This gives image galleries a bit more room in the main content area */
.wrap {
    max-width: 1400px;
}
/*For Content*/
.has-sidebar:not(.error404) #primary {
    width: 70%;
}
/*set the sidebar width and alignment*/
.has-sidebar #secondary {
    width: 25% !important;
    float: right;
}
.TripSummaryIcon img {
    width: 45px;
    height: 45px;
}

.TripSummary UL img {
    width: 21px;
    height: 21px;
}
.TripSummary UL {
    display: block;
    float: left;
    clear: none;
    list-style-type: none;
    padding: 0;

}
.TripSummary UL LI {
    float: left;
}
.TripSummaryIcon {
    display: block;
    clear: none;
    float: left;
}
.TripSummary .entry-title, .TripSummary .entry-meta {
    display: block;
    float: left;
    clear: none;
}
.TripSummary .entry-meta {
    clear: right;
}
.tripMarker {
  background-size: cover;
  width: 15px;
  height: 15px;
  border-radius: 20%;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
div.entry-content ul {
	/* background: red; */
	/* This restores the bullets, removed by other styles */
	padding-left: 1.5em;
}
