/* Main Layout */
.sidebar-home {
    margin-bottom: 1rem;
}
#js-blog .t-main-content-element {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

/* Blog Home/Archive Layout */
.t-blog__home-blog-heading {
    margin-bottom: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eaeaea;
}
.t-blog-archives__featured-video iframe {
	width: 100%;
	min-height: 350px;
}
.t-blog-archives__featured-media {
    margin-bottom: 1rem;
}
.x-hover--allowed .t-blog-archives__featured-media a img:hover {
    opacity: 0.7;
}
.t-blog-archives__post {
    border-bottom: 6px solid #ccc;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.t-blog-archives__post h2 {
    margin-bottom: 0.5rem;
}
.x-hover--allowed .t-blog-archives__post h2 a:hover {
    color: #000;
}
.t-blog-archives__post h3 {
    margin-bottom: 0.25rem;
}
.t-blog-archives__meta-info {
    color: #9c9592;
}
.x-hover--allowed .c-button__read-post:hover {
	opacity: 0.7;
}

/* Headings */
.t-blog-post__content h2,
.t-blog-post__content h3,
.t-blog-post__content h4,
.t-blog-post__content h5 {
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: 0;
    word-spacing: normal;
    color: #000;
}
.t-blog-post__content h2 {
    font-size: 1.75rem;
    line-height: 1.25;
}
.t-blog-post__content h3 {
    font-size: 1.25rem;
    line-height: 1.25;
}

/* Individual Post */
.t-blog-post__featured-media {
    margin-bottom: 1rem;
}
.t-blog-post__featured-video iframe {
	width: 100%;
	min-height: 350px;
}
.t-blog-post__individual h1 {
    margin-bottom: 0.25rem;
}
.t-blog-post__meta-info {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.t-blog-post__content figure {
    text-align: center;
    margin: 1.5rem auto;
}
.t-blog-post__share-buttons {
    display: block;
    margin-top: 0.5rem;
}
.x-hover--allowed .t-blog-post__categories a:hover {
    color: #000;
}

.t-blog__related-posts-information {
    list-style: none;
    margin-bottom: 2rem;
    margin-left: 0;
}
.t-blog__related-posts-information li {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.t-blog-post__tags {
    margin-bottom: 1.5rem;
}
.t-blog-post__tags button.c-button {
    font-size: 0.8rem;
	transition:all 0.5s ease 0s;
}
.x-hover--allowed .t-blog-post__tags button.c-button:hover {
    opacity: 0.7;
}

.t-blog-post__comments {
    background: #f8f7f7;
    border: 1px solid #e7e5e5;
    padding: 2rem;
}
.t-blog-post__comments-individual {
    border-bottom: 1px solid #e7e5e5;
    margin-bottom: 1rem;
}
.t-blog-post__comments_form {
    margin-top: 1.5rem;
    border-top: 1px solid #f1f1f1;
    padding-top: 1.5rem;
}
.t-blog-post__comments_form h3 {
    text-align: center;
}
.t-blog-post__comments_form .c-form-list__item {
    max-width: 100%;
}
.t-blog-post__comments-meta {
    font-size: 0.9em;   
}

@media screen and (max-width: 767px) {
    .t-blog-post__tags span {
        display: block;
        margin-bottom: 0.5rem;
    }
}

/* Multi-thread Comments */
.sb-collapsible {
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
.sb-collapse-content {
    padding: 1rem;
    display: none;
    overflow: hidden;
}

#sb-comments button,
.sb-collapse-content button {
    margin-top: 1rem;
}

/* Home Link */
.post-back-to-home {
    border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    margin-top: 2rem;
}

/* Pagination */
.t-blog-archive__pagination {
    font-size: 1.1rem;
}
.t-blog-archive__pagination a {
    padding: 0.25rem;
    width: 2em;
    display: inline-block;
}
.x-hover--allowed .t-blog-archive__pagination a:hover {
    text-decoration: none;
	background: #222;
}

/* Sidebar */
.t-blog-sidebar__widget-section {
    margin-bottom: 2rem;
}
.t-blog-sidebar__heading {
    margin-bottom: 0.25rem;
}
#sb-sidebar ul {
    list-style: none;
    margin-left: 0;
}
#sb-sidebar ul li {
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    transition:all 0.5s ease 0s;
    padding: 0.25rem 0;
}
.x-hover--allowed #sb-sidebar ul li:hover {
    background: #eee;
    padding-left: 0.5rem;
}
#sb-sidebar ul li a,
.x-hover--allowed #sb-sidebar ul li a:hover {
    text-decoration: none;
    display: block;
    transition:all 0.5s ease 0s;
}
.t-blog-sidebar__search {
    margin-top: 0.5rem;
}

.t-blog__current-post {
    color: #000;
}

/* Sidebar - Admin Section */
.t-blog__admin-section {
    padding: 1rem;
    font-size: .8em;
    border: 2px dashed #ccc;
    margin: 2rem 0;
    text-align: center;
    background: #eee;
}
.t-blog__admin-section ul {
    margin-top: 1rem;
    margin-bottom: 0;
}

@media screen and (min-width: 1260px) {
    .o-layout__item.u-width-12.u-width-9--l.u-width-9--w {
        padding-right: 2rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1259px) {
    .o-layout__item.u-width-12.u-width-9--l.u-width-9--w {
        padding-right: 1rem;
    }
}
@media screen and (max-width: 959px) {
    .post-back-to-home {
        display: none;
    }
    #sb-sidebar {
        margin-top: 2rem;
    }
}