.widget-location {
    margin-bottom: 18px;
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget-location h3 {
    margin: 0;
    padding: 0 0 0 14px;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    position: relative;
}

.widget-location h3:before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #969696;
    position: absolute;
    left: 0;
    top: 1px;
}

.widget-location .breadcrumb {
    position: absolute;
    top: 10px;
    right: 0;
    background: none;
}

.widget-location .breadcrumb>li+li:before {
    content: ">\00a0";
    color: #666;
}

.widget-location .breadcrumb a {
    color: #666;
}