/* T1 Blog Section Light Theme General Styles */

.light-theme.blog-section.t1 {
}

.light-theme.blog-section.t1  > div header > h5 {
}

/* End T1 Blog Section Light Theme General Styles */

/* T1 Blog Section Dark Theme General Styles */

.dark-bg.blog-section.t1 {
}

.dark-bg.blog-section.t1  > div header > h5 {
}

/* End T1 Blog Section Dark Theme General Styles */

/* T1 Blog Section Light Theme Header Styles */

.light-bg.blog-section.t1 .blog-header {
}

.light-bg.blog-section.t1 .blog-header .main header h1 {
}

/* End T1 Blog Section Light Theme Header Styles */

/* T1 Blog Section Dark Theme Header Styles */

.dark-bg.blog-section.t1 .blog-header {
}

.dark-bg.blog-section.t1 .blog-header .main header h1 {
}

/* End T1 Blog Section Dark Theme Header Styles */

/* T1 Blog Section Light Theme Popular Posts */

.blog-section.t1 .popular-posts {
	background-color: #F2F2F2; /* darken($White,5%) */
}

.blog-section.t1 .popular-posts .main > .flex header h5 {
	color: #E04500; /* $Color2 */
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
	color: #051585; /* $Color1 */
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon:hover {
	color: #E04500; /* $Color2 */
}

.blog-section.t1 .popular-posts .container ul li a {
	background-color: #000000; /* $Black */
}

.blog-section.t1 .popular-posts ul li a .info > strong {
	color: #FFFFFF; /* $White */
}

.blog-section.t1 .popular-posts ul li a .info time {
	color: #DBDCDC; /* $Color4 */
}

/* End T1 Blog Section Light Theme Popular Posts */

/* T1 Blog Section Dark Theme Popular Posts */

.dark-bg.blog-section.t1 .popular-posts {
	background-color: rgba(255,255,255,0.102); /* alpha($White,10%) */
}

.dark-bg.blog-section.t1 .popular-posts .main > .flex header h5 {
	color: #FFFFFF; /* $White */
}

.dark-bg.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
	color: #051585; /* $Color1 */
}

.dark-bg.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon:hover {
	color: #FFFFFF; /* $White */
}

.dark-bg.blog-section.t1 .popular-posts .container ul li a {
	background-color: #DBDCDC; /* $Color4 */
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info > strong {
	color: #E04500; /* $Color2 */
}

.dark-bg.blog-section.t1 .popular-posts ul li a .info time {
	color: #051585; /* $Color1 */
}

/* End T1 Blog Section Dark Theme Popular Posts */

/* T1 Blog Section Light Theme All Posts */

.light-bg.blog-section.t1 .all-posts .main header h5 {
	color: #051585; /* $Color1 */
}

.light-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #DBDCDC; /* $Color4 */
}

.light-bg.blog-section.t1 .all-posts ul li .info > strong {
	color: #E04500; /* $Color2 */
}

.light-bg.blog-section.t1 .all-posts ul li .info time {
	color: #F48402; /* $Color3 */
}

/* End T1 Blog Section Light Theme All Posts */

/* T1 Blog Section Dark Theme All Posts */

.dark-bg.blog-section.t1 .all-posts .main header h5 {
	color: #FFFFFF; /* $White */
}

.dark-bg.blog-section.t1 .all-posts ul li {
	border-top-color: #DBDCDC; /* $Color4 */
}

.dark-bg.blog-section.t1 .all-posts ul li .info > strong {
	color: #DBDCDC; /* $Color4 */
}

.dark-bg.blog-section.t1 .all-posts ul li .info time {
}

/* End T1 Blog Section Dark Theme All Posts */

