.blog-container article {
    margin-bottom: 3em !important;
}

.blog-header {
    font-size: .8em;
    text-align: left;
    padding: 0;
}

.blog-header h2 {
    height: 2.75em;
    overflow: hidden;
}

.blog-container h1 {
    font-size: 1.75em;
    height: 3em;
    overflow: hidden;
    margin: 0 0 .5em 0;
}

.blog__intro {
    height: 11em;
    overflow: hidden;
    margin: .75em 0;
}

.blog__intro p {
    display: block !important;
}

.post-meta {
    padding: 0 .5em 1em .5em;
    color: #55b7d6;
}

.post-meta >* {
    padding-right: 1em;
}

.blog-header time:before,
.blog-header .meta__author:before {
    font-family: e2e;
    padding-right: .5em;
}

.blog-header time:before {
    content: "\e82a";
}

.blog-header .meta__author:before {
    content: "\e80a";
}

article.grid__item .button {
    display: inline-block;
    margin-top: 1em;
    width: auto;
}

.blog__content {
    margin: 1em 0;
}

.blog__share {
    margin: 1.5em 0;
}

/* sidebar */
.blog__side-bar section:not(:last-child) {
    margin-bottom: 2em;
}

.blog__side-bar h3 {
    margin: -20px -20px 0 -20px;
    padding: .5em;
    background-color: #2b88c0;
    color: #FFF;
}

ul.side-bar__links {
    padding: .5em 0;
    margin: 0;
    font-size: .85em;
}

.side-bar__links li {
    margin: 0;
}

.side-bar__links li a {
    display: block;
    padding: .25em 0;
}
.side-bar__links li a:before {
    font-family: e2e;
    content: "\e82c";
    padding-right: .5em;
}

.blog__social-links {
    display: table !important;
    width: 100%;
    table-layout: fixed; 
    padding: 1em 0 !important;
    margin: 0;
}

.blog__social-links li {
    display: table-cell;
}

.blog__social-links li a {
    display: block;
    text-align: center;
    background-color: #76cadf;
    color: #FFF;
    margin: 0 .25em;
    padding: .5em 0;
    opacity: .75;
}
.blog__social-links li a:hover {
	color: #FFF;
	background-color:#9bd6e5;
	}
.blog__social-links span {
    font-size: 0;
}

.blog__social-links span:before {
    font-size: 30px;
    font-family: e2e;
}

.blog__social-links li:nth-child(1) span:before { content: "\e81c";}
.blog__social-links li:nth-child(2) span:before { content: "\e820";}
.blog__social-links li:nth-child(3) span:before { content: "\e823";}
.blog__social-links li:nth-child(4) span:before { content: "\e81d";}
    