/*
 * optian reset
 * wireframe.css
 */

/* Sidebar */
.rpwwt-post-title {
	font-size: 15px;
	line-height: 0 !important;
}
.rpwwt-post-date {
	font-size: 12px;
}
.rpwwt-widget a:hover .rpwwt-post-title {
	text-decoration: none !important;
}

/* copyright */
.box-1 {
	margin-bottom: 20px;
}
.box-2 {
	display: flex;
	margin-bottom: 40px;
}
.list-1,
.list-2,
.list-3 {
	width: 25%;
}
.box-2 ul {
	list-style-type: none;
	padding-left: 0;
}
.list-3 p {
	margin-top: 0;
	margin-bottom: 2px;
	line-height: 1.6;
}
.box-3 p {
	letter-spacing: 0.2em;
}
@media (max-width: 800px) {
	.box-2 {
		display: block;
	}
	.list-1,
	.list-2,
	.list-3 {
		width: 100%;
		text-align: center;
	}
	.list-1,
	.list-2 {
		margin-bottom: 40px;
	}
	.box-3 p {
		letter-spacing: 0;
		line-height: 1.5;
	}
}