<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">address.id-client-address-widget {
    margin: auto;
}

.id-client-address-widget strong {
    white-space: nowrap;
}

.id-client-address-widget em {
    font: inherit;
    white-space: nowrap;
}
/*
.id-client-display-building {
    display: block;
}*/

/*-----------------------------*/
/* @id-social-media */
/*-----------------------------*/

.id-social-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.id-social-media &gt; li {
    display: inline-block;
    border: none;
    margin-right: 1ex;
    margin-bottom:  1ex;
}	

ul.id-social-media li a {
    border: none;
}	


.id-social-media .fa {
/*.id-social-media li &gt; a &gt; 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;
}	

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-tripadvisor {
    background-color: #00a680;    
     padding-left: 0.65em;
}

.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: 200px;
    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 &gt; .logo &gt; a {
    display: block;
    text-align: center;
}

.id-client-centre-class &gt; .logo &gt; a &gt; img {
    margin: auto;
    max-width: 100%;
}

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

.id-client-display-hours {
    list-style: none;
    padding: 0;
    /*float: left;*/
}

li.id-client-opening-hours {
    margin: 10px auto;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(150,150,150,0.5);
    width: 100%;
    font-size: 0;
    /*float: left;*/
}

.id-client-opening-hours &gt; * {
    font-size: 16px;
    font-size: 1rem;
    vertical-align: middle;
}

.id-client-opening-hours &gt; .id-client-day,
.id-client-opening-hours &gt; .id-client-time {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    font-size: 0.8rem;
    /*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%;
    }
}

.acf-os-map {
    min-height: 200px;
    background-color: rgba(0,0,0,0.15);
}

.acf-os-map .id-leaflet-get-directions {
    font-size: 11px;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 999;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 3px;
}

.acf-os-map .leaflet-pane &gt; svg, 
.leaflet-container .leaflet-pane &gt; svg {
    width: inherit;
    height: inherit;
}

.acf-os-map .leaflet-pane &gt; svg path.leaflet-interactive {
    stroke: red;
    fill: red;
    fill-opacity: 0.1;
}

/**
* -----------------------------------------------------------------------------
*
* added grayscale
*
* -----------------------------------------------------------------------------
*/
.acf-map.acf-os-map .leaflet-tile-pane {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: grayscale(100%) contrast(130%);
    -webkit-filter: grayscale(100%) contrast(130%);
}

.leaflet-popup-content .id-btn-direction{
    display: block;
    margin-top: 20px;
}

/**
* -----------------------------------------------------------------------------
*
* default height
*
* -----------------------------------------------------------------------------
*/
.acf-map,
.acf-os-map{
    height: 500px;
    margin: 0;
}</pre></body></html>