.header-phone {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 39px;
}
.header-phone i{
   color:#fff;
   margin-right: 8px;
  -moz-transition: all 350ms ease 0s;
-o-transition: all 350ms ease 0s;
-webkit-transition: all 350ms ease 0s;
transition: all 350ms ease 0s;
}
.header-phone a{
   color:#fff;
}
.header-phone:hover i,
.header-phone a:hover{
  color:#FA713A;
  text-decoration:none;
}
.header-phone a:focus,
.header-phone a:focus i{
  color:#FA713A;
   text-decoration:none;
}
body.widget-snippet .header-phone {
   background:#222;
}
