/* T2 Blog Summary General Styles */

.blog-summary.t2 {
	padding: 0 !important;
}

.blog-summary.t2 .header-box {
}

.blog-summary.t2 > .flex {
	padding: 3.5em 4%;
}

.blog-summary.t2 > .flex main-zone {
}

.blog-summary.t2 > .flex side-zone {
}

/* End T2 Blog Summary General Styles */

/* T2 Blog Summary Featured Post Styles */

.featured-post {
	padding-left: 4%;
	padding-right: 4%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.featured-post header {
	text-align: left;
	padding-bottom: 1em;
}

.featured-post header h5 {
}

.featured-post .post {
	width: 100%;
	max-width: 45em;
}

.featured-post .post .img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .5;
}

.featured-post .post .img img {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.featured-post .post .img img.img-0 {
	background-image: url(../../../images/blogs/blog-img-1.jpg);
}

.featured-post .post .img img.img-1 {
	background-image: url(../../../images/blogs/blog-img-2.jpg);
}

.featured-post .post .img img.img-2 {
	background-image: url(../../../images/blogs/blog-img-3.jpg);
}

.featured-post .post .img img.img-3 {
	background-image: url(../../../images/blogs/blog-img-4.jpg);
}

.featured-post .post .title-font {
}

.featured-post .post .title-font > strong {
	display: block;
	font-size: 1.333em;
	text-transform: none;
}

.featured-post .post time {
	font-size: 1.111em;
	text-transform: uppercase;
	display: table;
	position: relative;
	margin: .75em 0;
	width: auto;
	letter-spacing: .05em;
}

.text-center.featured-post .post time {
	margin-left: auto;
	margin-right: auto;
}

.text-right.featured-post .post time {
	margin-left: auto;
}

.featured-post .post time:after {
	content: ' ';
	display: block;
	width: 4em;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + .5em);
}

.text-center.featured-post .post time:after {
	top: calc(100% + .25em);
	left: calc(50% - 2em);
}

.text-right.featured-post .post time:after {
	right: calc(100% + .5em);
	left: auto;
}

.featured-post .post p {
	font-weight: 400;
}

.featured-post .post a {
	display: inline-block;
	text-transform: uppercase;
}

/* End T2 Blog Summary Featured Post Styles */

/* T2 Blog Summary Recent Posts Styles */

.recent-posts {
}

.recent-posts ul {
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
}

.recent-posts li {
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%;
	padding: 3em 4%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
}

.recent-posts li:nth-child(3n+3) {
	margin-left: 2.65%;
	margin-right: 2.65%;
}

.recent-posts li:nth-child(n+5) {
	margin-top: 2em;
}

.recent-posts li.hide {
	display: none;
}

.text-center.recent-posts li {
	text-align: center;
}

.text-right.recent-posts li {
	text-align: right;
}

.recent-posts li > * {
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.recent-posts li .title-font {
}

.recent-posts li .title-font > strong {
	font-size: 1.333em;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.recent-posts li time {
	font-size: 1.111em;
	text-transform: uppercase;
	display: table;
	position: relative;
	margin: .75em 0;
	width: auto;
	letter-spacing: .05em;
}

.text-center.recent-posts li time {
	margin-left: auto;
	margin-right: auto;
}

.text-right.recent-posts li time {
	margin-left: auto;
}

.recent-posts li time:after {
	content: ' ';
	display: block;
	width: 4em;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + .5em);
}

.text-center.recent-posts li time:after {
	top: calc(100% + .25em);
	left: calc(50% - 2em);
}

.text-right.recent-posts li time:after {
	right: calc(100% + .5em);
	left: auto;
}

.recent-posts li p {
	line-height: 1.6;
	font-weight: 400;
	margin-top: 0;
}

.recent-posts li a {
	display: block;
	text-transform: uppercase;
	font-size: 1.111em;
}

/* End T2 Blog Summary Recent Posts Styles */

/* T2 Blog Summary Side Nav Styles */

.blog-side-menu {
	padding: 2.5em 8%;
	margin-bottom: 3em;
}

.blog-side-menu nav {
}

.blog-side-menu nav header {
	padding-bottom: 1em !important;
	margin-bottom: 0 !important;
}

.blog-side-menu nav header > strong {
	font-size: 1.6667em;
}

.blog-side-menu ul {
}

.blog-side-menu ul li {
}

.blog-side-menu ul li a {
	padding: .75em 0 .75em 2.25em;
	position: relative;
	display: block;
	font-size: 1.111em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.blog-side-menu ul li a icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.no-touch .blog-side-menu ul li a:hover icon, .no-touch .blog-side-menu ul li a:focus icon {
	animation: sidePush 1s ease 0s infinite;
}

@-webkit-keyframes sidePush {
	0% { transform: translate(0,-50%); }
	50% { transform: translate(.5em,-50%); }
	100% { transform: translate(0,-50%); }
}

@-moz-keyframes sidePush {
	0% { transform: translate(0,-50%); }
	50% { transform: translate(.5em,-50%); }
	100% { transform: translate(0,-50%); }
}

@-o-keyframes sidePush {
	0% { transform: translate(0,-50%); }
	50% { transform: translate(.5em,-50%); }
	100% { transform: translate(0,-50%); }
}

@keyframes sidePush {
	0% { transform: translate(0,-50%); }
	50% { transform: translate(.5em,-50%); }
	100% { transform: translate(0,-50%); }
}

/* End T2 Blog Summary Side Nav Styles */

/* T2 Blog Categories List Styles */

.category-posts {
}

.category-posts header {
}

.category-posts header h1 {
}

.category-posts > ul {
}

.category-posts > ul > li {
}

.category-posts > ul > li strong {
	display: block;
	font-size: 2em;
}

.category-posts li ul {
	-ms-flex-align: strecth;
	align-items: strecth;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0 3em;
}

.category-posts li ul li {
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%;
	padding: 3em 4%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
}

.category-posts li ul li:nth-child(even) {
	margin-left: 2.65%;
	margin-right: 2.65%;
}

.text-center.category-posts li ul li {
	text-align: center;
}

.text-right.category-posts li ul li {
	text-align: right;
}

.category-posts li ul li > * {
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.category-posts li ul li .title-font {
}

.category-posts li ul li .title-font > strong {
	font-size: 1.333em;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	margin: 0;
}

.category-posts li ul li time {
	font-size: 1.111em;
	text-transform: uppercase;
	display: table;
	position: relative;
	margin: .75em 0;
	width: auto;
	letter-spacing: .05em;
}

.text-center.category-posts li ul li time {
	margin-left: auto;
	margin-right: auto;
}

.text-right.category-posts li ul li time {
	margin-left: auto;
}

.category-posts li ul li time:after {
	content: ' ';
	display: block;
	width: 4em;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + .5em);
}

.text-center.category-posts li ul li time:after {
	top: calc(100% + .25em);
	left: calc(50% - 2em);
}

.text-right.category-posts li ul li time:after {
	right: calc(100% + .5em);
	left: auto;
}

.category-posts li ul li p {
	line-height: 1.6;
	font-weight: 400;
	margin-top: 0;
}

.category-posts li ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 1.111em;
}

/* End T2 Blog Categories List Styles */

/* 1500px Responsive */

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

	.recent-posts li, .category-posts li ul li {
		-ms-flex: 0 1 48%;
		flex: 0 1 48%;
		margin-right: 0 !important;
	}

	.recent-posts li:nth-child(odd) {
		margin-left: 4%;
	}

	.recent-posts li:nth-child(even) {
		margin-left: 0;
	}

	.recent-posts li:nth-child(n+4) {
		margin-top: 1.75em;
	}

	.category-posts li ul li:nth-child(odd) {
		margin-left: 0;
	}

	.category-posts li ul li:nth-child(even) {
		margin-left: 4%;
	}

	.category-posts li ul li:nth-child(n+3) {
		margin-top: 1.75em;
	}
}

/* End 1500px Responsive */

/* 1200px Responsive */

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

/* End 1200px Responsive */

/* 1000px Responsive */

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

	.blog-summary.t2 > .flex {
		display: block;
	}

	.blog-summary.t2 > .flex > * {
		width: 100%;
	}

	.blog-summary.t2 > .flex .side-zone {
		margin-top: 3em;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

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

	.header-t6 .featured-post {
		padding-top: 5em;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

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

/* End 650px Responsive */

/* 550px Responsive */

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

	.recent-posts ul {
		display: block;
	}

	.recent-posts, .category-posts li ul {
		display: block;
	}

	.blog-summary.t2 > .flex {
		padding: 2em 4%;
	}

	.recent-posts li, .category-posts li ul li {
		margin-left: 0 !important;
		padding: 8%;
	}

	.recent-posts li + li, .category-posts li ul li + li {
		margin-top: 1.5em;
	}
}

/* End 550px Responsive */

/* 475px Responsive */

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

/* 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 */
