
.id-client-address-widget strong {
    white-space: nowrap;
}

.id-client-address-widget em {
    font: inherit;
    white-space: nowrap;
}

/*-----------------------------*/
/* @id-social-media */
/*-----------------------------*/

.id-social-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.id-social-media > li {
    display: inline-block;
    border: none;
    margin-right: 1ex;
    margin-bottom:  1ex;
}	

ul.id-social-media li a {
    border: none;
}	


.id-social-media .fa[class*="fa-"] {
/*.id-social-media li > a > i.fa[class*="fa-"] {*/
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 1.1em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em;
    vertical-align: middle;
    margin-right: 5px;
}	

ul.id-social-media li a:hover i {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}
/*
 * -----------------------------------------------------------------------------
 * 
 * http: //designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 * 
 * -----------------------------------------------------------------------------
 */

.id-social-media .fa-facebook {
    background-color: rgb( 59, 89, 152);
}		

.id-social-media .fa-twitter {
    background-color: rgb( 0, 172, 237);
}	

.id-social-media .fa-youtube {
    background-color: rgb( 187, 0, 0);
}	

.id-social-media .fa-google-plus {
    background-color: rgb( 221, 75, 57);
}	

.id-social-media .fa-pinterest {
    background-color: rgb( 203, 32, 39);
}

.id-social-media .fa-tumblr {
    background-color: rgb( 50, 80, 109);
}	

.id-social-media .fa-linkedin {
    background-color: rgb( 0, 123, 182);
}

.id-social-media .fa-instagram {
    background: rgb(39,64,206);
background: -moz-linear-gradient(-45deg, rgba(39,64,206,1) 0%, rgba(158,41,216,1) 29%, rgba(252,50,63,1) 59%, rgba(221,136,44,1) 82%, rgba(234,234,9,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(39,64,206,1) 0%,rgba(158,41,216,1) 29%,rgba(252,50,63,1) 59%,rgba(221,136,44,1) 82%,rgba(234,234,9,1) 100%);
background: linear-gradient(135deg, rgba(39,64,206,1) 0%,rgba(158,41,216,1) 29%,rgba(252,50,63,1) 59%,rgba(221,136,44,1) 82%,rgba(234,234,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740ce', endColorstr='#eaea09',GradientType=1 );
}


.logo {
    margin-bottom: 10px;
}

address i {
    margin-right: 0.5ex;
}



.acf-map {
    width: 100%;
    height: 250px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


.id-store-location-stat-map {
    width: 100%; 
    padding-bottom: 80%; 
    background-position: center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 1em auto;
}


p.id-client-map-display-address  {
    display: block;
    margin: 1ex auto;
}

p.id-client-map-display-address strong {
    display: block;
    margin-bottom: 1ex;
    font-size: 1.1em;
}
/*
* -----------------------------------------------------------------------------
* 
* Logo
* 
* -----------------------------------------------------------------------------
*/


.id-client-centre-class > .logo > a {
    display: block;
    text-align: center;
}

.id-client-centre-class > .logo > a > img {
    margin: auto;
    max-width: 100%;
}

/*
* -----------------------------------------------------------------------------
* 
* Opening Hours
* 
* -----------------------------------------------------------------------------
*/

.id-client-display-hours {
    list-style: none;
    padding: 0;
    float: left;
}

.id-client-opening-hours {
    margin: 1ex auto;
    padding: 1ex 0;
    border-bottom: 1px dashed rgba(150,150,150,0.5);
    width: 100%;
    float: left;
}

.id-client-day,
.id-client-time {
    display: inline-block;
    width: 50%;
    float: left;
}

.id-client-day {
    text-align: left;
}

.id-client-time {
    text-align: right;
}

.id-client-day.id-client-day-label {
    width: 100%;
}


@media screen and (min-width: 992px) {
    .id-client-opening-hours {
        font-size: 80%;
    }
}