<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------
	INSERT CSS FOR YOUR CHILD THEME HERE
-------------------------------------------- */

.article-title, h1, h2, .blog-unit-tit {
    line-height: normal !important;
}

#navi a {
    font-size: 120% !important;
    font-weight: bold !important;
}

.recent-comments-list .comment-date a {
	text-decoration: underline;
	color: #000000;
}

img.avatar {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.comment-date a:after {
	content: ' \00bb';
}

#wrap-outer {
	padding-top: 40px;
}

p.wp-caption-text {
	margin-top: 10px;
}

.wp-caption-text {
	position: relative;
}

.ui-widget-content {
	background: #fff;
	color: #333;
}

.sidebar_widget &gt; li {
	padding-bottom: 20px;
}

.wp-caption-text {
	font-size: 80%;
	background-color:#ffffff;
	color: #000;
}

.comment-author:after {
	background-color: #ffffff;
}

/* span.article-meta-item {
	display: none;
} */

.content-post-meta {
	margin-top: 0;
}

#slogan {
	margin: 20px auto 0;
	font-size: 90%;
}

.socialmeida.social-header {
	margin-top: 10px;
}

#header-inn {
	margin: 20px 0;
}

li.socialmeida-li a {
	font-size: 250%;
}

div.content-author.container-inn {
	margin-top: 0px !important;
	margin-bottom: 40px !important;
}

.saatio {
font-size: 50%;
 display: block;
}

.archive-list {
margin-top: 0;
}

.archive-list {
	padding-bottom: 5px;
}

.ux-mobile #wrap {
	margin-top: 20px;
	padding-top: 20px;
	border: solid 1px #ccc;
}

span.comment-post {
	font-style: italic;
}

.sidebar_widget li.recentcomments {
	height: auto;
}

@media (max-width: 768px) { 
.saatio {
	display: none;
}

.ux-mobile #navi ul li ul.sub-menu li a {
		color: #000 !important;
}
}

a:link, a:visited {
	color: #4eb8b0 !important;
}

.post-meta-social {
    height: 70px;
}</pre></body></html>