body.widget-snippet .phone-number {
	padding: 50px;
	background-color: #3361B5;
}
.widget-snippet .phone-number {
	position: relative;
	background-color: #3361B5;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.widget-snippet .phone-number a {
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	font-weight: 500;
	text-decoration: none;
	padding-left: 6px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .phone-number a:hover {
    color: #ff9000;
	text-decoration: none;
}
