 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
    body.widget-snippet {
        background-color: #27262a;
        padding: 40px;
    }
    .wc-snippet-footer-contact {
        text-align: right;
    }
    .wc-snippet-footer-contact > span {
        margin-left: 32px;
    }
    .wc-snippet-footer-contact > span:first-child {
        margin-left: 0;
    }
    .wc-snippet-footer-contact i {
        color: #e97d4d;
        font-size: 16px;
        margin: 0 10px 0 2px;
    }
    .wc-snippet-footer-contact,
    .wc-snippet-footer-contact a:visited,
    .wc-snippet-footer-contact a:focus,
    .wc-snippet-footer-contact a {
        color: #d8d8d8;
        font-family: 'Roboto Slab', serif;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }
    .widget .wc-snippet-footer-contact a:focus {
        outline: none;
    }
    .wc-snippet-footer-contact a:hover {
        color: #e97d4d;
        font-family: 'Roboto Slab', serif;
        font-size: 13px;
        text-decoration: none;
    }

    @media (max-width: 991px) {
        .wc-snippet-footer-contact {
            text-align: center;
        }
    }
    @media (max-width: 767px) {
        .wc-snippet-footer-contact > span {
            display: block;
            margin: 0;
        }
    }
