/* 
Theme Name:     Astra Child 
Theme URI:      https://www.louishe.com/ 
Description:    Child theme for the Astra theme  
Author:         LouisHe 
Author URI:     https://www.louishe.com/ 
Template:       astra
Version:        0.1.0 
*/ 

@import url("../astra/style.css"); 
.xuanfu{
	backgroud-color:#000;
}
/****留言框边框修改****/
.ast-separate-container .comment-respond{
    padding: 1em 1.67em;
}
/***主体区域边框修改***/
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
 padding: 2.00em 1.50em !important;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box{
padding: 2.00em 1.50em !important;
background-image:url(https://www.louishe.com/wp-content/uploads/2020/07/suitecrm-mast_05.png);
}
/****导航样式修改****/
.main-header-menu > .menu-item > a{
	font-weight: 600;
}
.entry-header h1{
	padding-bottom:20px;
	border-bottom:solid;
	border-bottom-color:#0274be;
	font-size:28px;
	font-weight: 600;
}
/* .banner-ziti{
	line-height: 65px!important;
} */
/**.entry-content p{
	text-indent: 34px;
}**/
/*** start header fixed***/
.site-header{
	position:fixed!important;
	left:0px;
	right:0px;
}
#primary,#secondary{
	top: 96px;
}
footer{
	margin-top:100px;
}
/*** end header fixed***/
/*** 导航底线***/
.main-header-bar{
	border-bottom-width: 4px;
	/**border-bottom-color: #cf2e2e;**/
}
/*** 文章图片alt居中***/
figcaption{
	text-align: center;
}
/***底部区域样式修改***/
.footer-contact p{
	line-height:0px;
}
.footer-erp p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}
.footer-erp span{
	padding:4px 8px;
	border-radius:4px;
	background-color:#0274be;
	margin-right:6px;
	margin-bottom:12px;
	/*box-shadow: 5px 5px 2px #888888;*/
	display:inline-block;
}
.footer-erp a{
	color:#0274be;
	display:block;
	background-color:#b2b2b2;
	text-align:center;
	border-radius:18px;
	font-weight:bold;
}
.footer-crm span{
	padding:4px 8px;
	border-radius:6px;
	background-color:#0274be;
	margin-right:6px;
	margin-bottom:16px;
	/*box-shadow: 5px 5px 2px #888888;*/
	display:inline-block;
}
.footer-crm a{
	color:#0274be;
	display:block;
	background-color:#b2b2b2;
	text-align:center;
	border-radius:18px;
	font-weight:bold;
}
.footer-sem a{
	color:#0274be;
}

/***列表页缩略图样式***/
.tklist-img{
padding-bottom:20px;
}
@media screen and (min-device-width: 768px) { 
    .tklist-img {
padding-right:20px!important;
    }
}
/***友情链接样式***/
.youqinglink h3{
	font-size:14px;
	float:left;
	margin-right:4px;
	font-weight:bold;
}
.youqinglink ul{
	float:left;
}
.youqinglink li{
	float:left;
	margin-left:12px;
	font-size:14px;
}
.youqinglink h3:after{
	content:":";
}