#site-navigation {
	border-top: 2px solid var(--highlight);
	border-bottom: 2px solid var(--highlight);
}

/* 메인 메뉴 행간*/
.main-navigation .main-nav ul li a {
  line-height: 45px;
}

.inside-top-bar {
  padding: 5px 40px 0px 40px;
}
.wp-block-social-links li:last-child {
	margin-bottom: 0.5em !important;
}
ul.wp-block-categories li a,
ul.wp-block-archives li a {
	display: inline-block;
	width: 80%;
	float: none;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.wp-block-tag-cloud a {
	font-size: 14px !important;
	text-decoration: none;
	border: 1px solid var(--highlight);
	padding: 5px 12px;
	margin-bottom: 10px;
}
/* 사이드바 검색 위젯 패딩*/
.inside-right-sidebar .widget {
	padding: 10px 20px 30px 20px;
}

/* 페이지네이션 변경 */
.page-numbers {
	background: var(--accent);
  color: var(--base-3);
  padding: 7px 14px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* 페이지네이션 마우스오버 */
.page-numbers:hover {
	background: var(--highlight);
	color: var(--base-3);
}

/* 현재 페이지 페이지네이션 */
.page-numbers.current {
	background: var(--base);
  color: inherit;
}
.next.page-numbers, .prev.page-numbers {
	background: none;
	color: inherit;
}

.custom-readmore-button {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid var(--accent);
	padding-bottom: 5px;
	font-weight: bold;
}
.custom-readmore-button:hover {
	border-bottom: 2px solid var(--contrast);
}
.read-more-section, .paging-navigation {
	text-align: center;
}
.entry-header .gp-custom-category-section, .entry-header .entry-title, .entry-header .entry-meta {
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

/* 포스트 제목 마진 */
.entry-header .entry-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.single-featured-image {
	margin-top: 20px;
}

.entry-header .gp-custom-category-section {
	font-weight: bold;
	font-size: 14px;
}

.widget-title {
	background: var(--highlight);
  color: #fff;
  padding: 5px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.recent-post-widget a {
	font-size: 16px;
}
.recent-post-widget li { 
	border-bottom: 1px dotted var(--contrast);
  padding-bottom: 15px;
}
.main-navigation .menu-bar-item > a {
  line-height: 45px;
}
@media (max-width: 768px) {
    .top-bar {
        display: none;
        }
}

/* 워드프레스 GeneratePress 테마 소제목 헤딩 스타일 변경하기 */

.single .entry-content h2 {
    font-size: 1.3em;
    margin: 1.15em 0 0.6em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    line-height: 40px;
    background: #355681;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}


.single .entry-content h3 {
    margin: 1em 0 0.65em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}

.single .entry-content h4 {
   padding: 3px 9px;
      border-left: 5px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}