main .id-cc-store-locator-wrapper > .container {
/*    margin-left: -15px; 
    margin-right:  -15px; */
}

main .id-cc-store-locator-wrapper > .container {
    width: 100%; 
}

.id-cc-store-locator-canvas {
    font-size: 0; 
}

.id-cc-store-locator-canvas > * {
    font-size: 16px;
    font-size: 1rem;
    float: none;
    display: inline-block;    
    vertical-align: top;
}

.id-cc-store-locator-canvas {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

X.id-cc-store-location,
X.id-cc-store-location-outer,
X.id-cc-store-location-inner {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.id-cc-store-location-outer,
.id-cc-store-location-inner {
    width: 100%;
}

.id-cc-store-locator-canvas {}

.id-cc-store-location{
    margin-bottom: 30px;
}
@media screen and (min-width: 992px){
    .id-cc-store-location.col-md-6{
        width: 49.9%;
    }
}

.id-cc-store-location-outer {}


.id-cc-store-location-inner {
    
    border-top:  #00853e solid 15px;
    background-color: #eee;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    padding: 15px 15px;

/*    -ms-flex-align: stretch;
    -o-align-content: stretch;
    -ms-align-content: stretch;
    -moz-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;

    -ms-flex-flow: row wrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    
    flex-flow: column wrap;
    flex-flow: column nowrap;*/
}

.id-cc-store-location-inner > * {
    width: 100%;
    margin: 0;
/*    -webkit-box-flex: 1;    
    -moz-box-flex: 1;  
    -ms-box-flex: 1;  
    -moz-flex:1 1 100%;
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;*/
}

.id-cc-store-location-inner header {
/*    -webkit-box-flex: 0;    
    -moz-box-flex: 0;  
    -ms-box-flex: 1 1 auto;  
    -moz-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 1 1 auto;
    flex: 0;*/
}

.id-cc-store-location-inner address {
    height: auto;
}

.id-cc-store-location-inner .acf-map {
/*    -webkit-box-flex: 1;    
    -moz-box-flex: 1;  
    -ms-box-flex: 1;  
    -moz-flex:1 1 75%;
    -webkit-flex:1 1 75%;
    -ms-flex:1 1 75%;
    flex: 1 1 75%;
    min-height: 300px;*/
}

.id-store-locator-block-address {
    min-height: 2.5em;
}

p.id-client-map-address-button {
    margin: 0;
}

/*
* -----------------------------------------------------------------------------
* 
* Content
* 
* -----------------------------------------------------------------------------
*/

h3.id-store-name {
    margin: 0 auto 1ex;
    font-size: 1.35em;
}

.id-store-locator-telephone {
    font-size: 1.2em;
    font-weight: 700;
}

.id-store-locator-schedule {
    float:left;
    width: 100%;
    margin: 15px 0;
    border-top: rgba(0,0,0,0.15) solid 10px;
}

/*
* -----------------------------------------------------------------------------
* 
* Opening Hours
* 
* -----------------------------------------------------------------------------
*/

.id-store-locator-opening-times {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 90%;
}

.id-store-locator-opening-hours {
    margin: auto;
    padding: 1ex 0;
    border-bottom: 1px dashed rgba(150,150,150,0.5);
    width: 100%;
    float: left;
}

.id-store-locator-opening-times .id-client-day,
.id-store-locator-opening-times .id-client-time {
    display: inline-block;
    width: 50%;
    float: left;
}

.id-store-locator-opening-times .id-client-day {
}

.id-store-locator-opening-times .id-client-time {
    text-align: right;
}

/*
* -----------------------------------------------------------------------------
* 
* _Selected Item
* 
* -----------------------------------------------------------------------------
*/

.id-cc-store-locator-nav {
    background-color: rgba(0,0,0,0.15);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 7.5px;
}


.active .id-cc-store-location-inner {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    position: relative;
}

.active .id-cc-store-location-inner::before {
    content: '\f005';
    font-family: fontawesome;
    font-size: 2em;
    color: #00853e;
    position: absolute;
    top: 5px;
    left: auto;
    right: 15px;
    bottom: auto;
}

/*
* -----------------------------------------------------------------------------
* 
* _
* 
* -----------------------------------------------------------------------------
*/


.inverse .id-cc-store-location-inner {
    background-color: #101110;
    color: #eee;
}

.inverse .id-store-locator-schedule {
    border-top: rgba(255,255,255,0.25) solid 10px;
}


/*
* -----------------------------------------------------------------------------
* 
* IE 10+
* 
* -----------------------------------------------------------------------------
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .id-cc-store-location-inner > * {
        -ms-flex-direction: row !important;
        -ms-flex-wrap: wrap !important;
        flex-flow: row wrap !important;
    }

    
    .id-cc-store-location-inner > * {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
}