/*
Theme Name: TKDC
Theme URI: #
Author: #
Author URI: #
Description: TKDC emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tkdc
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*----------------------*/
/*  23.news page        */
/*----------------------*/
.blog-row-area {
	margin: 0 -22px;
}
.blog-col {
	padding: 0 22px 40px 22px;
}

/* 23.1.pagination nav */
.nav-links{
    width: 100%;
}
.nav-links .wp-pagenavi {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.nav-links .wp-pagenavi a,
.nav-links .wp-pagenavi .current{
	color: var(--ghc-title);
	font-size: 14px;
	text-align:center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-decoration:none;
	list-style-type: none;
	margin: 10px 6px 0 6px;
	padding: 0;
	font-family: var(--ghc-font-family);
	font-weight: 600;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.nav-links .wp-pagenavi a{
	background: var(--ghc-white);
	color: var(--ghc-title);
	font-size: 14px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0;
	display: block;
	border: 1px solid var(--ghc-gray);
	text-decoration: none;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.page-links .post-page-numbers { margin: 6px; }

.nav-links .wp-pagenavi .current {
	background: #929497;
	color: var(--ghc-gray);
	border-color: #929497;
}