/*********Stores page and stores location page css*********/
/*******************store page*******************/
.store-map {
    background-color: #f7f7f7;
    padding: 5px;
}

.store-map p {
    margin: 0;
    line-height: 1;
}
.store-map iframe {
    border-radius: 10px;
    border: none;
    width: 100%;
}
a.call-link img {
    display: block;
    margin: 0 auto;
    width: 40px;
    margin-bottom: 5px;
}
a.info-link img {
    width: 45px;
    margin-top: -5px;
}
.map\&locations .row {
    margin: 0 -7.5px;
}

.map\&locations .row>div {
    padding: 0px 7.5px;
}
.store-location .call-block, .store-location .learn-more-wrap a {
    color: #536B84;
}

.store-location {
    padding: 25px 20px 25px;
    background-color: #f7f7f7 !important;
    border-radius: 10px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.store-location .address-block {
    width: 70%;
    padding:0 15px;
}

.store-location .call-block,
.store-location .learn-more-wrap {
    width: 15%;
    padding:0 15px;
    text-align: center;
}

.store-location .wpb_content_element,
.store-location .vc_icon_element,
.store-location p {
    margin: 0;
}
.store-location .address-block p.location-name {
    color: #16212f;
    font-size: 24px;
    font-family: 'Gilroy';
    display: inline-block;
}
.store-location .address-block p {
    color: #b99e5d;
}

.store-location a.call-btn {
    background-color: #16212f;
    color: #ffffff;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 7px;
}
.store-location a.info-btn {
    color: #666;
    background-color: #ebebeb;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}
.store-location a.call-btn img,.store-location a.info-btn img {
    max-width: 18px;
    margin-right: 5px;
}
.map\&locations {
    padding: 10px 15px;
    margin-bottom: 40px;
}
.holiday-wrap {
    margin-bottom: 60px;
}
@media (max-width: 1200px) {

    .store-location .vc_btn3-container {
        margin: 0;
        padding-top: 7px;
    }
}
@media (max-width: 1400px) {
    .store-location .address-block p {
        font-size: 15px;
    }
}
@media (max-width: 991px) {
    .store-location .call-block, .store-location .learn-more-wrap {
        padding: 0 5px;
    }
    
}
@media (max-width: 767.98px) {

    .store-location .call-block,
    .store-location .learn-more-wrap,
    .store-location .address-block {
        width: 100%;
        padding: 0 15px;
    }
    .store-map {
        margin-bottom: 20px;
    }
    .store-map iframe {
         height: 300px;
    }
    .store-location .address-block p {
        font-size: 16px;
    }
    
}

/*******************store details page*******************/