/* T1 Blog Post General Setup */

.light-bg.blog-post-page {
}

.dark-bg.blog-post-page {
}

/* End T1 Blog Post General Setup */

/* T1 Blog Post Light Theme Side Bar Styles */

.light-bg.blog-post-page .side-bar .share-btns > strong {
	color: #E04500; /* $Color2 */
}

.light-bg.blog-post-page .side-bar .share-btns li a icon {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.light-bg.blog-post-page .side-bar .share-btns li a:hover icon {
	background-color: #E04500; /* $Color2 */
}

/* End T1 Blog Post Light Theme Side Bar Styles */

/* T1 Blog Post Dark Theme Side Bar Styles */

.dark-bg.blog-post-page .side-bar .share-btns > strong {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.blog-post-page .side-bar .share-btns li a icon {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.dark-bg.blog-post-page .side-bar .share-btns li a:hover icon {
	background-color: #DBDCDC; /* $Color4 */
	color: #E04500; /* $Color2 */
}

/* End T1 Blog Post Dark Theme Side Bar Styles */

/* T1 Blog Post Light Theme Content Box Styles */

.light-bg.blog-post-page .content-style {
}

.light-bg.blog-post-page .content-style header h1 {
}

.light-bg.blog-post-page .content-style .post-info {
	color: #E04500; /* $Color2 */
}

.light-bg.blog-post-page .content-style .post-info address {
}

.light-bg.blog-post-page .content-style .post-info > span {
	color: #DBDCDC; /* $Color4 */
}

.light-bg.blog-post-page .content-style .post-info time {
}

.light-bg.blog-post-page .category-list li a {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.no-touch .light-bg.blog-post-page .category-list li a:hover, .no-touch .light-bg.blog-post-page .category-list li a:focus {
	background-color: #EBEBEB; /* $Color5 */
	color: #FFFFFF; /* $White */
}

/* End T1 Blog Post Light Theme Content Box Styles */

/* T1 Blog Post Dark Theme Content Box Styles */

.dark-bg.blog-post-page .content-style {
}

.dark-bg.blog-post-page .content-style header h1 {
}

.dark-bg.blog-post-page .content-style .post-info {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.blog-post-page .content-style .post-info address {
}

.dark-bg.blog-post-page .content-style .post-info > span {
	color: #FFFFFF; /* $White */
}

.dark-bg.blog-post-page .content-style .post-info time {
}

.dark-bg.blog-post-page .category-list li a {
	background-color: #051585; /* $Color1 */
	color: #FFFFFF; /* $White */
}

.no-touch .dark-bg.blog-post-page .category-list li a:hover, .no-touch .dark-bg.blog-post-page .category-list li a:focus {
	background-color: #EBEBEB; /* $Color5 */
	color: #FFFFFF; /* $White */
}

/* End T1 Blog Post Dark Theme Content Box Styles */

/* T1 Blog Post Light Theme More Feed Styles */

.light-bg.more-posts-list ul li + li {
	border-left-color: rgba(0,0,0,0.2); /* alpha($Black,20%) */
}

.light-bg.more-posts-list ul li a {
	background-color: #DBDCDC; /* $Color4 */
}

.light-bg.more-posts-list ul li a .info > strong {
	color: #E04500; /* $Color2 */
}

.light-bg.more-posts-list ul li a .info time {
	color: #051585; /* $Color1 */
}

/* End T1 Blog Post Light Theme More Feed Styles */

/* T1 Blog Post Dark Theme More Feed Styles */

.dark-bg.more-posts-list ul li + li {
	border-left-color: rgba(219,220,220,0.298); /* alpha($Color4,30%) */
}

.dark-bg.more-posts-list ul li a {
	background-color: #000000; /* $Black */
}

.dark-bg.more-posts-list ul li a .info > strong {
	color: #FFFFFF; /* $White */
}

.dark-bg.more-posts-list ul li a .info time {
	color: #DBDCDC; /* $Color4 */
}

/* End T1 Blog Post Dark Theme More Feed Styles */

/* 550px Responsive */

@media screen and (max-width:550px) {
	body {
	}

	.light-bg.more-posts-list ul li + li {
		border-top-color: #FFFFFF;
	}

	.dark-bg.more-posts-list ul li + li {
		border-top-color: #FFFFFF;
	}
}

/* End 550px Responsive */

