@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body.widget-snippet {
    padding: 40px;
}
.wc-snippet-contact-details div {
    margin: 5px 0 12px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.wc-snippet-contact-details i {
    color: #5e5e5e;
    font-size: 18px;
    margin: 2px 15px 10px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.wc-snippet-contact-details span {
    font-family: 'Roboto Slab', serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.wc-snippet-contact-details a:link,
.wc-snippet-contact-details a:visited,
.wc-snippet-contact-details a:active,
.wc-snippet-contact-details a:focus {
    font-family: 'Roboto Slab', serif;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #e97d4d;

}
.widget-snippet .wc-snippet-contact-details a:focus {
    outline: none;
}
.wc-snippet-contact-details a:hover {
    color: #5e5e5e;
    text-decoration: underline;
}