/* --------------- Blog --------------- */

#breadcrumbs {
    font-size:0.875rem; /* 14px */
    padding:8px 15px;
    margin-bottom:1.5rem;
    background-color: #f2f2f3;
}
#breadcrumbs a {
    color:#0a5d66;
}
.blog-post .post-title {
    color:#682566;
    font-family: 'Roboto Slab', serif;
    font-size: 2.25rem; /* 36px */
    font-weight: 400;
}
.post-category {
	padding-bottom:.5rem;
	border-bottom:1px solid #e2e3e5;
}
.blog-post .post-details {
    padding-bottom:.5rem;
    border-bottom:1px solid #ddd;
    margin-bottom: 1.25rem;
}
.blog-post .post-teaser {
    margin-bottom: 1.5rem;
}
.page-content .read-more {
    text-align: right;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.page-content .read-more a {
    text-decoration: none;
    color: #342e1f;
}
.page-content .read-more svg {
    display: inline-block;
    margin-top: -.125rem;
    margin-right: .25rem;
    fill: #81be41;
    width: 1.125em;
    height: 1em;
}
.blog-category-heading {
    background-color: #0a5d66;
    padding:8px 15px;
    color:#fff;
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom:1.5rem;
}
.month-title {
    background-color: #f2f2f3;
    padding:8px 15px;
    color:#342e1f;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-bottom:1.5rem;
}

/* ----- Blog Post Summary ----- */

.blog-post-summary {
    border-bottom:3px solid #e2e3e5;
    margin-bottom:2.5rem;
}
.blog-post-summary:last-child {
    border-bottom:0;
}
.blog-post-summary h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 2rem;
}
.blog-post-summary h2 a {
    color: #682566;
}
.blog-post-summary a {
    text-decoration: none;
}
.blog-post-summary a:hover {
    text-decoration: underline;
}
.blog-post-summary .post-details {
    margin-bottom:0.75rem;
}
.post-summary {
    margin-bottom:1.5rem;
}
.post-summary .post-teaser {
    margin-bottom:1rem;
}
.post-summary a {
    color:#342e1f;
}
.post-summary a:hover {
    text-decoration: none;
}
.post-summary a .read-more {
    margin:0;
    color:#342e1f;
    font-size: 1.125rem;
}

/* Blog Pagination */

.blog-pagination {
	margin-bottom:30px;
}
.blog-pagination a,
.blog-pagination strong {
    display:inline-block;
    background-color:#682566;
    color:#fff;
    font-family: 'Roboto Slab', serif;
	font-weight:400;
    text-decoration:none;
	padding: .25rem 0.75rem .375rem 0.75rem !important;
	line-height:1;
    margin:0 0 6px 0;
    border-radius: .25rem;
}
.blog-pagination a:hover {
    color: #682566;
	background-color:#dce442;
}
.blog-pagination strong {
    color: #682566;
	background-color:#dce442;
	font-weight:400;
    cursor: default;
}
.pagination-details {
    margin-left:auto;
    font-size:0.875rem; /* 14px */
    color:#767676;
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    /* --------------- Blog --------------- */

    .post-summary .post-teaser {
        margin-bottom:0;
    }
	
}
