#wpd-lm-header {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.40)!important;
    background-blend-mode: overlay;

}

.sbc-location-title {
    padding: 0 0 0 10%;
    color: white;
}


.wpd-lm-button {
    text-decoration: none;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600 !important;
    background-color: #F28700;
    padding-top: 11px;
    padding-right: 27.5px;
    padding-bottom: 11px;
    padding-left: 27.5px;
    line-height: 1.7em!important;
    display: inline-block;
}

.wpd-lm-button:hover { color: white; }

.lm-hours-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: start;
}

.lm-hours {
    font-weight: 600;
    font-style: italic;
}

.lm-button-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* align-content: center; */
    justify-content: flex-start;
}

.lm-button-container > a {
    margin-right: 10px;
    display: inline-block;
}