.location-item-wrap {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.location-item {
    padding: 15px;
    border: solid 1px #eee;
    border-width: 0 1px 1px;
    background: #fff;
}
.location-item-header {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
}
.location-item-index-wrap {

}
.location-item-index {
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    color: #555;
    font-weight: 200;
    font-size: 12px;
    line-height: 23px;
    vertical-align: text-top;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: solid 1px #eee;
    box-sizing: border-box;
}
.location-item-title-wrap {
    flex-grow: 1;
}
.location-item-title {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px;
}
.location-item-distance-wrap {

}
.location-item-distance {
    font-size: 14px;
    font-weight: 200;
    white-space: nowrap;
}

.location-item-row {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}
.location-item-body {
    margin: 5px 0 0 40px;
}
.location-item-address-wrap {
    font-size: 14px;
    font-weight: 200;
    color: #555;
}

.location-no-items, .location-welcome {
    padding: 75px 25px;
    text-align: center;
}
.location-no-items-header, .location-welcome-header {
    font-size: 18px;
    font-weight: 600;
}
.location-no-items-subheader, .location-welcome-subheader {
    font-size: 16px;
    color: #868686;
    font-weight: 200;
    max-width: 250px;
    margin: 5px auto;
}
.location-icon-button {

}
.location-item-button-icon {
    width: auto;
    height: 25px;
}
.location-item-button-wrap {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-direction: row-reverse;
    flex-grow: 1;
    margin-left: 15px;
}
.location-item-button {
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    margin-left: 15px;
    margin-top: auto;
    position: relative;
}
.location-item-hours-arrow {
}
.location-item-hours-arrow:after,
.location-item-hours-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
}

.location-item-hours-arrow:after {
    bottom: -16px;
    border-color: transparent transparent #fff transparent;
    border-width: 12px;
}

.location-item-hours-arrow:before {
    bottom: -15px;
    border-color: transparent transparent #eee transparent;
    border-width: 12px;
}
.location-item-hours-wrap {
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    border-width: 0;
    background: #fff;
}
.location-item-hours-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.location-item-hours-day {
    font-size: 14px;
    font-weight: 200;
}
.location-item-hours-day.today {
    font-weight: 400;
}
.location-item-hours-day-name, .location-item-hours-day-hours {
    display: inline-block;
}
.location-item-hours-day-name {
    width: 100px;
    margin-right: 15px;
}
.location-item-body a {
    /*color: #555;*/
    /*font-weight: 200;*/
    font-weight: 400;
    /*color: #444;*/
    color: #465765;
}
.location-item-body .location-item-hours a {
    cursor: default;
}
/*.location-item.activeMarker {*/
    /*background-color: #fafafa;*/
/*}*/
.activeMarker .location-item-index {
    border-color: #EF8163;
    background-color: #EF8163;
    color: #fff;
}

.location-load-more {
    padding: 15px;
}
.location-load-more-button {
    background: #EF8163;
    color: #fff;
    width: 100%;
    padding: 0px 25px;
    height: 35px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
}


@media (max-width: 950px) and (min-width:750px){
    /* buttons below address */
    .location-item-row {
        flex-wrap: wrap;
    }
    .location-item-address-wrap {
        width: 100%;
        margin-bottom: 15px;
    }
    .location-item-button-wrap {
        margin-left: 0px;
        justify-content: flex-end;
    }
    .location-item-button {
        margin-left: 0;
        margin-right: 15px;
    }
    .location-item-body {
        margin: 8px 0 0 40px;
    }
}
@media (max-width: 450px) {
    /* buttons below address */
    .location-item-row {
        flex-wrap: wrap;
    }
    .location-item-address-wrap {
        width: 100%;
        margin-bottom: 15px;
    }
    .location-item-button-wrap {
        margin-left: 0px;
        justify-content: flex-end;
    }
    .location-item-button {
        margin-left: 0;
        margin-right: 15px;
    }
    .location-item-body {
        margin: 8px 0 0 40px;
    }
}