@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic');

body.widget-snippet .snippet-header-contact {
    padding:40px;
    background:#222222;
}
.snippet-header-contact {
    text-align: right;
}
.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;
}
.snippet-header-contact a:hover {
    color: #ccc;
    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;
}
.snippet-header-contact > span:first-child {
    margin: 0;
}
