/* T1 Blog Section General Styles */
.blog-section.t1 {
}

.blog-section.t1 .header-box {
}

.blog-section.t1 .feeds-box {
}

.blog-section.t1  > div header > h5 {
	font-size: 1.333em;
}
/* End T1 Blog Section General Styles */

/* T1 Blog Section Header Styles */
.blog-section.t1 .blog-header {
}

.blog-section.t1 .blog-header .main {
}

.blog-section.t1 .blog-header .main header {
	padding-bottom: 4.5em;
}

.blog-section.t1 .blog-header .main header h1 {
}
/* End T1 Blog Section Header Styles */

/* T1 Blog Section Popular Posts */
.blog-section.t1 .popular-posts {
}

.blog-section.t1 .popular-posts .main {
}

.blog-section.t1 .popular-posts .main > .flex {
	padding: 0 .5em 1em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-section.t1 .popular-posts .main > .flex header {
	padding-bottom: 0;
}

.blog-section.t1 .popular-posts .main > .flex header h5 {
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon {
	font-size: 1.5em;
	transition: color .4s ease 0s;
	display: block;
	cursor: pointer;
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon:hover {
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon.prev-btn {
}

.blog-section.t1 .popular-posts .main > .flex .scrolling-list-nav icon.next-btn {
	margin-left: .5em;
}

.blog-section.t1 .popular-posts .container {
	position: relative;
	overflow: hidden;
}

.blog-section.t1 .popular-posts .container ul {
	position: relative;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	transition: transform .65s ease 0s;
	min-width: 100%;
}

.blog-section.t1 .popular-posts .container ul li {
	-webkit-flex: 1 1 1%;
	-ms-flex: 1 1 1%;
	flex: 1 1 1%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.blog-section.t1 .popular-posts .container ul li a {
	position: relative;
	margin: 0 .5em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 1em);
	text-align: center;
	padding: 3em 5%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-section.t1 .popular-posts .container ul li a .img {
}

.blog-section.t1 .popular-posts .container ul li a .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .4s ease 0s;
}

.blog-section.t1 .popular-posts .container ul li a:hover .img img {
	opacity: .4;
}

.blog-section.t1 .popular-posts ul li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-1.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img + li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-2.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img + li.no-img + li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-3.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img + li.no-img + li.no-img + li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-4.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img + li.no-img + li.no-img + li.no-img + li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-5.jpg);
}

.blog-section.t1 .popular-posts ul li.no-img + li.no-img + li.no-img + li.no-img + li.no-img + li.no-img a .img img {
	background-image: url(/images/blogs/blog-img-6.jpg);
}

.blog-section.t1 .popular-posts ul li a .info {
	padding-left: 4%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	position: relative;
}

.blog-section.t1 .popular-posts ul li a .info > strong {
	display: block;
	font-size: 1.222em;
	line-height: 1.4;
	transition: color .4s ease 0s;
	margin: .3em 0 .75em;
}

.blog-section.t1 .popular-posts ul li a .info time {
	font-weight: 500;
}

.blog-section.t1 .popular-posts ul li a .info .btn {
}
/* End T1 Blog Section Popular Posts */

/* T1 Blog Section All Posts */
.blog-section.t1 .all-posts {
}

.blog-section.t1 .all-posts .main {
}

.blog-section.t1 .all-posts .main header {
	text-align: left;
}

.blog-section.t1 .all-posts .main header h5 {
}

.blog-section.t1 .all-posts ul {
}

.blog-section.t1 .all-posts ul li {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em 0;
	border-top-style: solid;
	border-top-width: .15em;
}

.blog-section.t1 .all-posts ul li .img {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 12.9em;
}

.blog-section.t1 .all-posts ul li .img img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.blog-section.t1 .all-posts ul li.no-img .img img {
	background-image: url(/images/blogs/blog-img-1.jpg);
}

.blog-section.t1 .all-posts ul li.no-img + li.no-img .img img {
	background-image: url(/images/blogs/blog-img-2.jpg);
}

.blog-section.t1 .all-posts ul li.no-img + li.no-img + li.no-img .img img {
	background-image: url(/images/blogs/blog-img-3.jpg);
}

.blog-section.t1 .all-posts ul li.no-img + li.no-img + li.no-img + li.no-img .img img {
	background-image: url(/images/blogs/blog-img-4.jpg);
}

.blog-section.t1 .all-posts ul li.no-img + li.no-img + li.no-img + li.no-img + li.no-img .img img {
	background-image: url(/images/blogs/blog-img-5.jpg);
}

.blog-section.t1 .all-posts ul li.no-img + li.no-img + li.no-img + li.no-img + li.no-img + li.no-img .img img {
	background-image: url(/images/blogs/blog-img-6.jpg);
}

.blog-section.t1 .all-posts ul li .info {
	padding-left: 2%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.blog-section.t1 .all-posts ul li .info > strong {
	display: block;
	font-size: 1.222em;
	line-height: 1.4;
	transition: color .4s ease 0s;
}

.blog-section.t1 .all-posts ul li .info time {
	font-weight: 500;
	display: block;
}

.blog-section.t1 .all-posts ul li .info p {
}

.blog-section.t1 .all-posts ul li .info .btn {
}

.blog-section.t1 .all-posts .load-more {
	text-align: center;
	margin-top: 3em;
}
/* End T1 Blog Section All Posts */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}

	.blog-section.t1 .blog-header .main header {
		padding-bottom: 3.5em;
	}

	.blog-section.t1 .all-posts ul li .info {
		padding-left: 4%;
	}

	.blog-section.t1 .all-posts ul li .info p {
		display: none;
	}

	.blog-section.t1 .all-posts ul li .info time {
		margin-bottom: 1em;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}
}
/* End 650px Responsive */

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

	.blog-section.t1 .blog-header .main header {
		padding-bottom: 2.5em;
	}

	.blog-section.t1 .all-posts ul li .img {
		width: 10em;
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}

	.blog-section.t1 .all-posts .main header {
		text-align: center;
	}

	.blog-section.t1 .all-posts ul li {
		display: block;
		text-align: center;
	}

	.blog-section.t1 .all-posts ul li .img {
		margin: 0 auto 1em;
	}

	.blog-section.t1 .all-posts ul li .info {
		padding-left: 0;
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */

.blog-section.t1 .popular-posts.active .main > .flex .scrolling-list-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
