.locator-overlay a {
    color: #0C547E;
}
#gmap-locator {
    height: 750px;
}
.gm-style-iw-d > div {
    max-height: 543px;
}
.page-template-box * {
    box-sizing: border-box;
}
.locator-overlay-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
    width: 100%;
}
.locator-overlay {
    background: white;
    position: absolute;
    margin-top: 80px;
    width: 300px;
    z-index: 1;
}
#locator-store-list {
    height: 520px;
    overflow-y: scroll;
    position: relative;
    margin: 0px;
}
#locator-store-list li.locator-store-item {
    padding: 12px 18px;
}
#locator-store-list p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: sans-serif;
}
#locator-store-list span {
    font-weight: normal;
}
#locator-store-list li.locator-store-item:nth-child(2n+1) {
    background-color: #F3F3F3;
}
.store-locator-search {
    background: #c0252d;
    padding: 2px 2px 15px 2px;
    text-align: center;
}
.store-locator-search h2 {
    color: white;
}
.locator-store-item {
    cursor: pointer;
}
.locator-store-item.locator-store-selected {
    background: #f8ed77 !important;
}
.gm-style-iw {
    max-width: 250px !important;
}
.locator-store-name{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.locator-phonenumber{
    color: inherit;
}

.social-links {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.social-links a {
    margin: 3px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: url('../../../themes/shoptocook-responsive/images/social.png?v=2') 0 50% no-repeat;
    opacity: 1;
}
.social-links a:focus {
    outline-style: none; /* FIX FOR TEXT INDENT */
}
.social-links a:hover {
  opacity: .75;
}
.social-links a {
    background-position: -288px -46px;
}
.social-links a[href*="facebook.com"] {
    background-position:   0px -46px;
}
.social-links a[href*="twitter.com"] {
    background-position: -32px -46px;
}
.social-links a[href*="instagram.com"] {
    background-position: -96px -46px;
}
.social-links a[href*="rosieapp.com"] {
    background-position: -288px -46px;
}

@media screen and (max-width: 1070px) {
    .locator-overlay {
        position: static;
        width: 100%;
    }
    #locator-store-list {
        height: auto;
        overflow-y: auto;
    }
    #gmap-locator {
        display: none;
    }
    .social-links a {
        width: 46px;
        height: 46px;
    }
    .social-links a {
        background-position: -414px 0px;
    }
    .social-links a[href*="facebook.com"] {
        background-position: 0px 0px;
    }
    .social-links a[href*="twitter.com"] {
        width: 45px;
        background-position: -47px 0px;
    }
    .social-links a[href*="instagram.com"] {
        background-position: -138px 0px;
    }
    .social-links a[href*="rosieapp.com"] {
        background-position: -414px 0px;
    }
}