.map_holder {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

#map{
  min-height: 550px;
  height: 100%;
  width: 100%;
}


.no-span {
  font: 16px sans-serif;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.no-span {
  display: table;
  white-space: nowrap;
  text-align: center;
}

.no-span span {
    display: inline-block;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
    position: relative;
}

.no-span:before,
.no-span:after {
  border-top: 1px solid rgb(0,0,0,.1);
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 50%;
}
.no-span:before {
  right: 0;
}
.no-span:after {
  left: 0;
}


#side-box-holder {
    margin-top: 15px;
}

.sidebar_location_holder {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.sidebar_location_holder:not(:first-child) {
    border-top: 1px solid RGB(0,0,0,.1);
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

p.loc_p {
    font-size: 12px;
    font-family: Graphik, Arial, sans-serif;
    margin-bottom: 0;
}

.sidebar_location_holder div.loc_tools {
    padding-left: 40px;
}

.sidebar_location_holder.highlight {
    border: 1px solid #6A0A3E;
    background-color: #fff;
}

.clipboard {
    cursor: pointer;
}

button.current_location,
#input_address {
    width: 100%;
    padding: 5px;
    border: 1px solid RGB(0,0,0, .25);
    font-size: 10px;
    line-height: 1.5;
}


a.categorylink {
    padding: 20px;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

a.categorylink:hover,
a.categorylink.chosen {
    color: #E5A36F;
    border-bottom: 2px solid #E5A36F;
}





