.main-header {
	background: url('/blog/img/header-bg.jpg') no-repeat;
	background-size: 100% auto;
	background-position: center -50px;
}

.main-header .container {
	background: rgba(255, 255, 255, 1);
}

.site-title {
	height: 120px;
	line-height: 120px;
}

.site-slogan h3 {
	margin: 5px 0px;
}

.slogan-words {
	line-height: 25px;
}

.site-qrcode {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
    padding: 10px;
    height: 130px;
    align-items: center;
    align-content: center;
}
.site-qrcode .qrcode-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.site-qrcode .qrcode-box {
	padding: 0px;
}
.site-qrcode .qrcode-img {
	width: 80px;
	height: 80px;
}

.main-navbar {
	padding: 0px;
}

.navlist {
	background: #999;
	height: 50px;
}

.navlist ul li {
	float: left;
	width: 120px;
	line-height: 50px;
	text-align: center;
}

.navlist ul li a {
	font-size: 20px;
	color: #fff;
	font-weight: 900;
}

#title-container {
	padding: 5px 0px;
}

.quest-row {
	padding-top: 0px;
}

#content {
	background: rgba(0, 0, 0, 0.6);
}

#content .container {
	background: #fff;
}

.site-main {
	padding: 10px;
}

.site-main .post {
	padding: 15px;
	border: solid 1px #f3f3f3;
	margin-bottom: 20px;
	box-shadow: 0px 5px 12px 5px rgba(194, 194, 194, 0.2);
}

.post-title {
	font-size: 26px;
}

.entry-content {
	padding: 5px 0px 10px 0px;
	color: #555;
}

.entry-content p {
	padding: 0px;
}

.post .entry-meta {
	margin-bottom: 5px;
}

a:hover {
	color: #ff6347;
}
.post-categories a,
.post-tags a {
	color: #555;
}

.read-more a {
	color: #333;
}

.widget-sidebar {
	padding: 10px 10px 10px 0px;
}

.main-sidebar .sidebar-widget {
	margin: 10px 0px;
	padding: 10px;
	border: solid 1px #f3f3f3;
	box-shadow: 0px 3px 12px 0px rgba(194, 194, 194, 0.2);
}

.main-sidebar .sidebar-widget .widget-title {
	font-size: 18px;
}

.main-sidebar .sidebar-widget .widget-title:before {
	content: '';
	width: 1px;
	height: 18px;
	border-left: #0081ff 2px solid;
	margin-right: 8px;
}

.main-sidebar .sidebar-widget ul {
	margin-left: 0px;
}

.tagcloud {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tagcloud a {
	border-top-left-radius: 0.7em;
	border-bottom-left-radius: 0.7em;
	border-top-right-radius: 0.7em;
	border-bottom-right-radius: 0.7em;
	padding: 1px 5px;
	font-size: 0.8em;
	color: #fff;
	margin: 0px 8px 8px 0px;
}

.bg-tag-cloud-0 {
	background: #a5673f;
}

.bg-tag-cloud-1 {
	background: #ff6347;
}

.bg-tag-cloud-2 {
	background: #fbbd08;
}

.bg-tag-cloud-3 {
	background: #39b54a;
}

.bg-tag-cloud-4 {
	background: #0081ff;
}

.bg-tag-cloud-5 {
	background: #6739b6;
}

.bg-tag-cloud-6 {
	background: #ff45f8;
}

.bg-tag-cloud-7 {
	background: #aa45f8;
}

.bg-tag-cloud-8 {
	background: #a1c5f8;
}

.bg-tag-cloud-9 {
	background: #30f568;
}

.widget_userinfo {
}

.widget_userinfo .userinfo {
	display: flex;
	flex-direction: row;
}
.widget_userinfo .avatar {
}

.widget_userinfo .avatar img {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}
.widget_userinfo .info {
	padding-left: 10px;
}
.widget_userinfo .nickname {
	font-weight: 900;
}

.widget_userinfo .info-row {
	line-height: 30px;
}

.copyright {
	padding: 20px 0px;
}
