@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body.widget-snippet .snippet-header-contact {
    padding:40px;
    background:#E3454A;
}
.snippet-header-contact {
    text-align: right;
}
.fee-widget-selected .snippet-header-contact {
    background:#E3454A;
}
.snippet-header-contact,
.snippet-header-contact a:visited,
.snippet-header-contact a:focus,
.snippet-header-contact a {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.8;
}
.widget .snippet-header-contact a:focus {
    outline: none;

}
body.widget-snippet .snippet-header-contact a.snippet-highlighted-elm,
body.widget-snippet .snippet-header-contact a.snippet-activated-elm {
    outline: 2px #fff dashed;

}
.snippet-header-contact a:hover {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.snippet-header-contact > span {
    margin-left: 17px;
}
.snippet-header-contact > span.email::before {
    background-color: #484848;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 20px;
    vertical-align: middle;
    width: 1px;
}
.snippet-header-contact i {
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 2px;
}