/* This stylesheet is used to style the public view of the widget. */

.id-client-address-widget em {
    font: inherit;
    background: 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;
}	

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

ul.id-social-media  li  a:hover {
	text-decoration: none;
}	

ul.id-social-media li a:hover i {
	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;
}
.id-social-media li > a > i {
	display: inline-block;
	background-color: #8dc63f;
	color: #fff;
	border-radius: 50%;
	font-size: 1em;
	font-size: 1rem;
	height: 1em;
	width: 1em;
	text-align: center;
	padding: 0.75em;
	vertical-align: middle;
        margin-right: 6px;
}	

/*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);
}
*/