/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* 폰트를 Noto sans KR Thin 100 */
body, button, input, select, textarea {
	font-family: 'Noto Sans KR', sans-serif;
}

.entry-title {
	font-family: 'Noto Sans KR', sans-serif;
}

.entry-content, .entry-summary, .page-content {
	font-family: 'Noto Sans KR', sans-serif;
}

.entry-meta, .entry-footer {
	font-family: 'Noto Sans KR', sans-serif;
}

.widget .widget-title, .widget .widgettitle {
	margin: 0 0 .4375em;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	margin-bottom: .875em;
	font-size: 17px;
	font-style: bold;
}

/* 'Read time' 제거. 어차피 0으로 나옴... */
.entry-meta .word-count {
	display: none !important;
}

/* 메뉴 컬러 변경 */
ul#primary-menu li a {
	color: #ff0000;
}

/* 더보기 버튼 편집  */
.button, .more-link, button:not(.menu-toggle), input[type=button], input[type=reset], input[type=submit], .posts-navigation .nav-links a, #content #infinite-handle span button {
	box-sizing: content-box;
	padding: .2562px .812em;
	cursor: pointer;
	transition: background .12s ease-in-out, box-shadow .12s ease-in-out;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	border: solid 1px transparent;
	border-radius: 3px;
	background: #ff4d4d;
	-webkit-font-smoothing: antialiased;
}

/* 검색이 들어갔을 때 헤더의 폰트를 작고 연하게 */
.page-header:not(.page-header-light) h1 {
	font-size: 14px;
	line-height: 1;
	color: #b3b3b1;
}

/* 하단 저자 영역 제거 */
.entry-author-wrapper {
	visibility: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

/* 커멘트의 이상한 개인정보 안내 관련 멘트 제거 */
.akismet_comment_form_privacy_notice {
	visibility: hidden;
}

/* "답글남기기" 폰트를 작게 */
.comments-title, .comment-reply-title {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

/* footer 너비를 본문의 너비와 동일하게. max-width 값을 조정함 */
.footer-widgets {
	max-width: 740px;
	margin: 0 auto;
}

/* header에서 로고와 '아바닥늬우스'를 숨기기. visibiltiy를 hiddne, width, height를 0으로 */
.site-logo-link img {
	visibility: hidden;
	display: block;
	max-width: 0;
	height: 0;
	margin: auto;
	border-radius: 80px;
}



/* 푸터의 테마 정보 안보이게 */
.site-info {
		visibility: hidden;
		padding: 5.25em 0 1.75em;
    font-size: 14px;
    text-align: center;
    color: #8d8d8a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 더보기 버튼 크게 */
.button, .more-link, button:not(.menu-toggle), input[type=button], input[type=reset], input[type=submit], .posts-navigation .nav-links a, #content #infinite-handle span button {
	padding: 5px 5px; 
}


/* 썸네일 이미지가 메인에서 옆으로 퍼지는 이슈 */