@media (max-width:991px) {
	.related-posts {
		margin: 45px auto 0;
		max-width: 25pc
	}

	.post,.yumus-single-top-a-d {
		margin-bottom: 15px
	}

	.yumus-single-bottom-a-d {
		margin: 15px 0
	}
}

.footerlogo img {
	display: inline-block;
	height: 30px
}

.site-footer {
	padding: 20px 15px 0;
	background: #212121
}

.site-footer>.site-info {
	margin: 0 auto;
	padding: 0 0 10px;
	max-width: 1200px
}

.site-footer>.site-info a {
	color: #777
}

.site-footer>.site-info>.site-infor {
	float: right;
	display: inline-block
}

.site-footer>.site-info>.site-infol {
	display: inline-block
}

.explore .explore-row {
	margin-top: 20px
}

.explore .explore-row+.explore-row {
	margin-top: 45px
}

.explore .explore-category {
	margin-bottom: 25px;
	color: #777
}

.explore .last {
	position: relative
}

.page-links a {
	text-decoration: none!important
}

.page-links a span {
	border: 0
}

.page-links span {
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 3px;
	width: 10px;
	border-bottom: 3px solid var(--accent-color);
	text-align: center;
	line-height: 1
}

.site-info {
	color: #777
}

@media (max-width:991px) {
	.owl-carousel.with-padding .owl-stage-outer {
		margin: 10px 0 0;
		padding: 0
	}

	.col-lg-3,.footerlogo,.site-footer>.site-info>.site-infol,.social-bar {
		display: none
	}
}


@media (max-width:991px) {
	.site-footer>.site-info>.site-infor {
		float: none
	}

	.site-footer>.site-info {
		text-align: center
	}
}

.entry-wrapper .icon-dianzan:before {
	content: "\e601"
}

.page-template-page-like .entry-header .entry-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pagenavi {
	margin: 30px 0;
	width: 100%;
	list-style-type: none
}

.CodeMirror {
    line-height: 1.3em;
    font-family: monospace;

    /* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
	position: relative;
	/* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
	overflow: hidden;
	background-color: white;
	width: 100%;
	
	height:254px;
	margin-bottom: 9px;
	color: #555555;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;  
}


.margintb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.width-100-percent {
  width: 100%;
}
