/*
Theme Name: UMEET Silicone Leather
Theme URI: https://www.umeetsileather.cn
Author: UMEET
Author URI: https://www.umeetsileather.cn
Description: WordPress theme migrated from the UMEET (umeetsileather.cn) site. Pixel-faithful reproduction of the original layout, with built-in SEO (canonical / Open Graph / Twitter Card / JSON-LD structured data / breadcrumbs / XML sitemap) and no page-builder or plugin dependency.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: umeet
Tags: custom-post-type, custom-menu, featured-images, translation-ready, seo-friendly, responsive-layout
*/

/* ------------------------------------------------------------------
   Only additions are kept here.
   The original visual identity lives in assets/css/*.css
   (_layout.css / _lay.css / index.css / details.css / public.css ...)
   which are loaded by functions.php and are byte-identical to the
   original site files. Do not edit them if you want the layout to
   stay exactly the same.
   ------------------------------------------------------------------ */

/* --- "About Us" section navigation (was inline in about.html) --- */
.about-nav{
	font-size:30px;
	color:#000;
	font-weight: bold;
	line-height:30px;
	box-shadow: 0 3px 4px #e9e9e9;
	padding-bottom: 28px;
	margin-bottom: 28px;
}
.about-nav .tit{float:left;margin-top: 3px; line-height:52px;}
.inner_newstit ul{float:right;margin-top: 3px;width:68%;text-align: right;}
.inner_newstit.tit li{display:inline-block; margin-right:1%;}
.inner_newstit li a{
	padding:10px 25px;
	border-radius: 30px;
	font-size:14px;
	color:#333;
	display: block;
	border:1px solid #2eb5a7;
}
.inner_newstit li:hover a,.inner_newstit li.cur a{
	color: #fff;
	background: #2eb5a7;
}
.inner_newstit li:last-child{margin-right:0;}
@media screen and (max-width: 767px){
	.inner_newstit li{width:48.5%;float:left; margin-left:0;margin-bottom:1rem; text-align:center;}
	.inner_newstit li:nth-child(2n){float:right;}
}

/* --- Mobile drawer navigation (replaces the original amp-sidebar) --- */
.m_nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 74%;
	max-width: 320px;
	background: #fff;
	z-index: 9999;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	overflow-y: auto;
	padding: 20px 0;
	box-shadow: -2px 0 12px rgba(0, 0, 0, .12);
	display: none;
}
.m_nav ul.ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.m_nav ul.ul li {
	border-bottom: 1px solid #eee;
}
.m_nav ul.ul li a {
	display: block;
	padding: 12px 20px;
	color: #333;
	font-size: 15px;
}
.m_nav .mlogo {
	padding: 0 20px 14px;
}
.m_nav .mlogo img {
	max-width: 150px;
	height: auto;
}
.m_nav .nav-close {
	position: absolute;
	top: 6px;
	right: 12px;
	font-size: 24px;
	line-height: 1;
	background: none;
	border: 0;
	cursor: pointer;
	color: #333;
}
.nav-mask {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 9998;
	display: none;
}
.nav-toggle {
	display: none;
	width: 30px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
}
.nav-toggle span {
	display: block;
	height: 3px;
	background: #333;
	margin: 4px 0;
	border-radius: 2px;
}
body.nav-open {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.m_nav,
	.nav-toggle {
		display: block;
	}
	.headpc .menu,
	.headpc .hea-em,
	.headpc .isear {
		display: none;
	}
}

/* --- Accessibility / SEO helpers --- */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.umeet-breadcrumb {
	font-size: 14px;
	color: #666;
}
.umeet-breadcrumb a {
	color: #666;
}
.umeet-breadcrumb a:hover {
	color: #2eb5a7;
}

/* --- Pagination (kept close to the original .tcdPageCode look) --- */
.umeet-pager {
	text-align: center;
	padding: 25px 0 40px;
}
.umeet-pager .page-numbers {
	display: inline-block;
	min-width: 34px;
	height: 34px;
	line-height: 32px;
	padding: 0 10px;
	margin: 0 3px;
	border: 1px solid #e0e0e0;
	color: #666;
	font-size: 14px;
	background: #fff;
}
.umeet-pager .page-numbers.current,
.umeet-pager .page-numbers:hover {
	background: #2eb5a7;
	border-color: #2eb5a7;
	color: #fff;
}

/* --- Inquiry form feedback --- */
.umeet-form-msg {
	margin: 10px 0;
	font-size: 14px;
	color: #2eb5a7;
}
.umeet-form-msg.error {
	color: #c00;
}
