/*
Theme Name: CliniAI
Theme URI: https://www.cliniai.com/
Author: CliniAI
Author URI: https://www.cliniai.com/
Description: 科凌力企业官网主题。后台可管理技术专栏、产品与合作伙伴（经典案例），前台复刻正式版静态站布局。
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: cliniai
*/

/* 主样式见 assets/css/main.css */

/* Glyphicons：主题根 style.css 再声明一次，确保 WP 下路径正确 */
@font-face {
	font-family: "Glyphicons Halflings";
	src: url("assets/fonts/glyphicons-halflings-regular.eot");
	src: url("assets/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
		url("assets/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
		url("assets/fonts/glyphicons-halflings-regular.woff") format("woff"),
		url("assets/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
		url("assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* 轮播左右箭头：保证可见尺寸与图标字符 */
.banner .carousel-control .glyphicon {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
	line-height: 1;
	font-family: "Glyphicons Halflings" !important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.banner .carousel-control.left .glyphicon-chevron-left {
	left: 50%;
	margin-left: -15px;
}
.banner .carousel-control.right .glyphicon-chevron-right {
	right: 50%;
	margin-right: -15px;
}
.banner .carousel-control .glyphicon-chevron-left:before {
	content: "\e079";
}
.banner .carousel-control .glyphicon-chevron-right:before {
	content: "\e080";
}
