@import url('//fonts.googleapis.com/css?family=Poppins:400,300,500,600,700');

body.widget-snippet{
    padding:40px;
    background:#222;
}
.gettouch {
    display: inline-block;
    padding-top: 0;
}
.gettouch p {
    color: #cccccc;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    line-height: normal;
}
.gettouch p a:link,
.gettouch p a:visited,
.gettouch p a:active {
    font-family: "Poppins",sans-serif;
    color: #ccc;
    text-decoration: none;
    line-height: 1.5;
}
.widget .gettouch p a:focus {
    outline: none;
}
.gettouch p a:hover {
    color: #fa713a;
}
.gettouch .fa {
    display: inline-block;
    font-size: 17px;
    color: #9a9a9a;
    margin-right: 10px;
    text-align: left;
    width: 20px;
    float: left;
    clear:left;
}
.gettouch .fa + * {
    display: block;
    overflow: hidden;
}
