@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: initial;
}

.serif {
    font-family: 'Freestyle Script', Georgia, serif;
}
.opaque {
    background-color: rgb(255, 255, 255);
}

#footer ul.contact-list {
    padding: 0;
    margin: 0;
}
#footer ul.contact-list li {
    list-style: none;
}
#footer ul.contact-list li i {
    float: left;
    margin-top: 2px;
}
#footer ul.contact-list li p {
    padding: 0;
    margin: 0 0 0 24px;
}
#footer ul.contact-list li p span {
    display: block;
}

.post-title a {
    color: #ca1830;
}

.action-title.orange {
    color: #DF5705;
}

.foot-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-links ul li {
    display: initial;
}
.foot-links ul li:not(:first-child):before {
    content: "|";
    color: #ddd;
}

.blog #slider-wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.SocialSharingButtons ul.share-buttons {
    list-style: none;
    padding: 0;
    margin: 0;   
}
.SocialSharingButtons ul.share-buttons li {
    display: inline-block;
}
.SocialSharingButtons .share-buttons-svg li {
    width: 30px;
    height: 30px;
}
.SocialSharingButtons .share-buttons-svg li img {
    width: 30px;
    height: 30px;
}