body.widget-snippet .contact-address {
 	padding:40px;
}
.widget-snippet .contact-address div{
	margin:0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.02em;
	color: #000;
}
.widget-snippet .contact-address div a{
	color: #000;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .contact-address div a:hover{
	color: #0ba6ff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .contact-address div strong{
	font-weight: 600;
}
.widget-snippet .contact-address div strong + strong {
    font-weight: normal;
}
