@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

body.widget-snippet {
    padding: 40px;
}
.wc-snippet-store-location {
    background-color: #f3f3f3;
    padding-bottom: 80px;
    padding-top: 80px;
    text-align: center;
}
.wc-snippet-store-location .container {
    width: auto;
    max-width: 1170px;
}
.wc-snippet-store-location .col-sm-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.wc-snippet-store-location .col-sm-4:nth-child(3n + 1) {
    clear: left;
}
.wc-snippet-store-location .logo {
    padding: 0 15px 10px;
    text-align: center;
}
.wc-snippet-store-location .logo + p {
    color: #5e5e5e;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 15px 70px;
}
.wc-snippet-store-location .row .title {
    color: #555;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding-bottom: 10px;
}
.wc-snippet-store-location .row .text {
    color: #838383;
    display: block;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    line-height: 1.7;
}
.wc-snippet-store-location .row a.text {
    display: inline-block;
}
.wc-snippet-store-location .row a.text:link,
.wc-snippet-store-location .row a.text:visited,
.wc-snippet-store-location .row a.text:active,
.wc-snippet-store-location .row a.text:focus {
    color: #e97d4d;
}
.widget.wc-snippet-store-location .row a.text:focus {
    outline: none;
}
.wc-snippet-store-location .row a.text:hover {
    text-decoration: underline;
}
@media (max-width: 767px){
    .wc-snippet-store-location {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .wc-snippet-store-location .logo + p {
        padding-bottom: 20px;
    }

}
