/* Blog System Displays */
.blog-system {
}

.blog-system.post-page .navigation {
	display: block;
	border-top: solid 1px #68B2FF; /* darken($light,7%) */
	border-bottom: solid 1px #68B2FF; /* darken($light,7%) */
	padding: .65em 0;
	margin-bottom: 2em;
}

.blog-system h1 {
	margin-bottom: 1.5rem;
}

.blog-system.post-page h1 {
}

.blog-system .post-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .blog-system .post-list {
	display: block;
}

.no-flexbox .blog-system .post-list:after {
	content: ' ';
	display: block;
	clear: both;
}

.blog-system.categories .post-list {
	display: block;
}

.blog-system .post-list > li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border: solid 1px #68B2FF; /* darken($light,7%) */
	margin: .5em 0;
	width: 49%;
	padding: 1.5em 3% 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .blog-system .post-list li {
	display: block;
	float: left;
	width: 49%;
}

.blog-system:not(.categories) .post-list li:nth-child(2n+2) {
	margin-left: 2%;
}

.no-flexbox .blog-system .post-list li:nth-child(2n+1) {
	clear: left;
}

.blog-system .post-list li > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.blog-system.categories .post-list > li {
	border: solid 1px #68B2FF; /* darken($light,7%) */
	padding: 1.5em 3%;
	width: 100%;
	margin-bottom: 3%;
}

.blog-system .post-list li li {
	margin-bottom: .5em;
	padding: .75em 0;
	border-bottom: solid 1px #68B2FF; /* darken($light,7%) */
}

.blog-system .post-list li li:only-child {
	border: none;
}

.blog-system .post-list li > .content-box {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.blog-system .post-list li h2 {
	position: relative;
	margin-bottom: 0;
	font-size: 1.333em;
}

.blog-system.categories .post-list li h2 {
	margin: 0 auto .2em;
}

.blog-system .post-list li h2 a {
	color: #0845A2; /* $primary */
	transition: color .4s ease 0s;
}

.blog-system .post-list li h2 a:hover {
}

.blog-system .post-list li h3 {
	font-size: 1.222em;
}

.blog-system .info-box {
	position: relative;
}

.blog-system.post-page .info-box {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .blog-system.post-page .info-box {
	display: block;
}

.no-flexbox .blog-system.post-page .info-box:after {
	content: ' ';
	display: block;
	clear: both;
}

.blog-system .info-box time {
	color: #0066FF; /* $tertiary */
	padding: .8em 0 .8em 1.5em;
	display: block;
	font-weight: 400;
}

.no-flexbox .blog-system .info-box time {
	float: left;
}

.blog-system.post-page .info-box time {
	padding: 0 0 0 1.5em;
}

.blog-system .info-box time:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1em;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #31251C; /* $dark */
}

.blog-system .info-box .share-btns {
	position: relative;
	border: solid 1px #FFFFFF; /* $white */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .blog-system .info-box .share-btns {
	display: table;
	float: right;
}

.blog-system .info-box .share-btns li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.no-flexbox .blog-system .info-box .share-btns li {
	display: table-cell;
}

.blog-system .info-box .share-btns li:nth-child(n+2) {
	border-left: solid 1px #FFFFFF; /* $white */
}

.blog-system .info-box .share-btns li .mobile {
	display: none;
}

.blog-system .info-box .share-btns a {
	background-color: #0845A2; /* $primary */
	margin: 0;
	display: block;
	color: #FFFFFF; /* $white */
	transition: 0.4s ease;
}

.blog-system .info-box .share-btns a:hover {
	background-color: #0066FF; /* $tertiary */
}

.blog-system .info-box .share-btns a icon {
	display: block;
	color: #FFFFFF; /* $white */
	font-weight: 400;
	padding: .5em;
	transition: color .4s ease 0s;
}

.blog-system .info-box .share-btns a:hover icon {
	color: #FFFFFF; /* $white */
}

.blog-system .content-box {
	margin: 0;
}

.blog-system .post-list li .more-btn {
	position: relative;
	display: table;
	padding-bottom: 1em;
	margin: .5em 0 0 auto;
}

.blog-system .post-list li .more-btn:after {
	content: ' ';
	display: block;
	width: 1px;
	height: 1em;
	position: absolute;
	left: calc(50% - .5px);
	bottom: 0;
	background-color: #68B2FF; /* darken($light,7%) */
}

.blog-system .category-title {
	display: block;
	margin: 1em 0 .5em;
}

.blog-system .category-list {
	display: block;
}

.blog-system .category-list li {
	display: inline-block;
	margin-right: .75em;
	margin-bottom: .75em;
}

.blog-system .category-list li a {
	display: block;
	color: #0845A2; /* $primary */
	padding: .25em .5em;
	transition: color .4s ease 0s, background-color .4s ease 0s;
}

.blog-system .category-list li a:hover {
	background-color: #0845A2; /* $primary */
	color: #FFFFFF;
}

.blog-system .paging {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: solid 1px #68B2FF; /* darken($light,7%) */
	border-bottom: solid 1px #68B2FF; /* darken($light,7%) */
	padding: .75em 0;
}

.blog-system .paging .box-left {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.blog-system .paging .box-left .current input {
	display: inline-block;
	padding: 0;
	border: solid 1px #68B2FF; /* darken($light,7%) */
	line-height: inherit;
	width: 2em !important;
	text-align: center;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	outline: none;
	resize: none;
}

.blog-system .paging .box-right {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.blog-system .paging .box-right li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: .25em;
}

.blog-system .paging .box-right a {
}

.blog-system .paging .box-right a icon {
	display: block;
	font-size: 1.1em;
}

.blog-system .paging .box-right a:hover {
}
/* End Blog System Displays */

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

	.blog-system {
		padding-bottom: 1.5em;
	}

	.blog-system .post-list {
		display: block;
	}

	.blog-system .post-list > li {
		width: 100%;
		margin: .75em 0 !important;
	}

	.blog-system h1 {
		margin-bottom: 1rem;
	}
}
/* End 650px Responsive */
