/* Webicons by Adam Fairhead at Fairhead Creative http://fairheadcreative.com */

.webicon {
	display: inline-block;
	background-size: 100%;
	width: 30px!important;
	height: 30px !important;
	text-indent: -999em;
	text-align: left;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* restore webicons accessibility for print */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
	}
	.webicon {
		text-indent: 0;
		width: 30px !important;
		height: 30px !important;
		border-radius: 0 !important;
	}
}
.no-svg .webicon.facebook {
	background: url("webicons/webicon-facebook.png") no-repeat;
}
.svg .webicon.facebook {
	background: url("webicons/webicon-facebook.png") no-repeat;
}
.no-svg .webicon.whatsapp {
	background: url("webicons/webicon-whatsapp.png") no-repeat;
}
.svg .webicon.whatsapp {
	background: url("webicons/webicon-whatsapp.png") no-repeat;
}
.no-svg .webicon.oldphone {
	background: url("webicons/webicon-oldphone.png") no-repeat;
}
.svg .webicon.oldphone {
	background: url("webicons/webicon-oldphone.png") no-repeat;
}
.no-svg .webicon.email {
	background: url("webicons/webicon-email.png") no-repeat;
}
.svg .webicon.email {
	background: url("webicons/webicon-email.png") no-repeat;
}
