/*
Theme Name: OnFuture Genesis Child Theme
Theme URI: https://example.com
Description: 一个简单的 Genesis 子主题
Author: Your Name
Author URI: https://example.com
Template: genesis
Version: 1.0.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onfuture
*/

/* 导入 Genesis 父主题样式 */
@import url("../genesis/style.css");

/* 自定义样式从这里开始 */



.wp-custom-logo .title-area {
	max-width: none;
	margin-top: 0;
}

.wp-custom-logo .site-title {
	text-indent: 0;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	vertical-align: top;
}






/* 1. 清除ul的默认样式 */
ul {
    list-style: none; /* 移除项目符号 */
    padding: 0;       /* 移除左侧内边距 */
    margin: 0;        /* 移除外边距 */
	font-size:20px;
	font-family:inherit;

}

/* 2. 讓li水平排列 */
li {
    float: left;      /* 让列表项向左浮动，紧挨着排列 */
    margin-right: 30px; /* 增加右侧边距，让菜单项之间有间距 */
	  font-size:20px;
	font-family:inherit;

}



body{
	
	margin-left:100px;
	margin-right:100px;
	position:relative;
	color:#546E7A;
font-family:inherit;
	font-size:1em;
	
}

p{
		font-family:inherit;
		font-size:15px;
	   line-height:1.7;
}

h1,h3,h4,h5{
	
	display: inline-block;
		margin-top:50px;
}

h2{
	
	margin-top:50px;
	display: inline-block;
		
}		


.breadcrumb-link-text-wrap{
	

	margin-top:50px;
	display: inline-block;
		
}		



footer{
	text-align:center;
}

a {
  text-decoration: none; /* 移除所有<a>标签的下划线 */
  color: #D92C24;
}

a:link,
a:visited,
a:hover,
a:active {
  /* 明确覆盖所有状态，确保颜色一致 */
  color: #D92C24; /* 再次设置颜色，确保不变色 */
  text-decoration: none; /* 确保下划线不出现 */
}


