/*
Theme Name: MOY WP
Theme URI: https://moychem.com
Author: 茂远化工
Author URI: https://moychem.com
Description: MOY 高端定制企业官网 WordPress 主题，内置首页、关于、服务、团队、案例、博客、联系我们等完整页面模板，全站文字与图片均可通过后台可视化编辑。
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moy-wp
Tags: 企业官网, custom-menu, custom-logo, featured-images, blog


/* ======================================================
   WordPress 运行所需的少量补充样式
   （原模板全部样式原样保留在 css/ 目录中）
   ====================================================== */

/* 隐藏 WP 默认的屏幕阅读器文本，保留无障碍功能 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* 让 WP 菜单输出与原始导航结构对齐 */
.main-menu .navigation > li.menu-item-has-children > a {
	cursor: pointer;
}

/* 管理员登录后编辑栏不遮挡吸顶导航 */
.admin-bar .site-header-menu.sticky-header,
.admin-bar .site-header.sticky-header {
	top: 32px;
}

/* 分页链接样式（博客列表） */
.pbmit-pagination {
	margin: 30px 0 0;
}

/* 搜索页 / 归档页标题栏下内容与博客一致 */
.page-content .pbmit-entry-content p:last-child {
	margin-bottom: 0;
}

/* 评论表单按钮与主题按钮一致 */
.comment-form .pbmit-btn,
.comment-respond .pbmit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* 地图 iframe 自适应 */
.contact-iframe-section iframe {
	width: 100%;
	border: 0;
	display: block;
}

/* 表单校验错误信息 */
.contact-form label.error {
	color: #ff3d3d;
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

.message-status {
	margin-top: 10px;
}

/* 后台自定义 Logo 与菜单 logo 高度一致 */
.site-branding img.custom-logo {
	max-height: 45px;
	width: auto;
}

/* 移动端关闭按钮在 WP 菜单下依然生效 */
.main-menu .closepanel {
	cursor: pointer;
}
