/* 1 | G-Web Overrides */

/* 1.1 | Header Breadcrumb Hide */
.l-header-breadcrumb {
    display: none;
}

/* 1.2 | Footer Breadcrumb Hide */
.l-footer-breadcrumb {
    display: none;
}

/* 1.3 | Bottom pre footer white space */
.last-margin {
    display: none;
}

/* 1.4 | Hide News & Events heading on page */
.p-heading-attach {
    display: none;
}

/* 1.5 | Hide Locator Code  */
.locator_code {
    display: none !important;
}

/* 1.6 | Promo Date - to find and quickly edit  */
.promo_date {}

/* 1.7 | Main Promo Page Button Shape Fix */
.c-button__btn {
    border-radius: 0.3rem;
}

/* 1.8 | Silo Limited Edition Button */
.silos_btn {
    text-transform: uppercase;
    color: #fff;
    background-color: #80b6d6;
    padding: 0.3rem .9rem;
    font-weight: 500;
}

/* 1.9 | Return to top buttom - extra spacing */
.l-to-pagetop {
    margin: 3rem auto;
}

/* 2 | Store Locator */
/* NOTE: These can be updated with needing the !important tag via the Store Locator admin, but for these pages thus will be fine  */

/* Parent Element */
#storelocatorwidget {
    border-radius: 0.2rem !important;
    padding: 0 !important;

    /* Hide Borders */
    border: 0 !important;
    box-shadow: none !important;
}

#storelocator-search-bar {
    padding: 0 !important;

    /* Hide Borders */
    border: 0 !important;
    box-shadow: none !important;
}

#storelocator-search-label {
    margin: 0 !important;
}

#storelocator-wrapper {

    /* Hide Borders */
    border-top: none !important;
    border-bottom: none !important;
}

/* Store List Column */
#storelocator-leftcolumn {
    padding: 0 !important;
}



/* Individual store details Box in left column */
#storelocatorwidget .storelocator-store {
    padding: 1rem !important;
    margin-bottom: .5rem !important;
}


.storelocator-url .storelocator-website {
    margin-bottom: 0 !important;
}

.storelocator-btn-primary {
    font-size: 1.2rem !important;
}

#storelocator-nearby {
    padding: 0.2rem 2rem !important;
    width: auto;
}

#storelocator-search_address {
    padding: 0.2rem 2rem !important;
    font-size: 1.2rem !important;
}

/* Line height for store listing items */
P.storelocator-address {
    line-height: 1em !important;
}

/* On map store pop up */
.mapboxgl-popup-content {
    filter: none !important;
    border-radius: 0.2rem !important;

    .storelocator p {
        margin: 0 0.3rem !important;
    }

}

.mapboxgl-popup-content div {
    padding: 0 !important;
}


/* Search Input */

/* /////// */

/* 2.1 | Google Maps Embed YH-C3000 Page  */
.place-details-compact-container {
    display: none !important;
}

.gmnoprint,
.gm-style-cc {
    display: none !important;
}

.gm-inset-map {
    display: none !important;
}




@media screen and (min-width: 999px) {}

@media screen and (min-width: 499px) {
    #storelocator-nearby {
        width: 100% !important;
    }
}