/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Change the opacity of the header background image | #10836058-HC YM */
#primary-header .featured-image {
	opacity: 0.7;}

/* Change the header BG color */
@media only screen and (min-width: 768px){
#masthead{
background-color: rgba(255,255,255,0.95);
}
#masthead img.site-logo {
    max-height: 50px;
    width: auto;	
}
}


/* 修改手机界面 logo 不对齐问题 */
@media only screen and (max-width: 430px)
{
	#masthead img.site-logo {
    max-height: 50px;
    width: auto;	
		margin-bottom:0px !important;
	}
	
	.site-header .site-branding
	{
		flex:0 10 100% !important;
		margin-bottom:3% !important;
		margin-right: 30% !important;
		margin-left:30% !important
	
	}
}


#masthead a{
color: #000;
}
#masthead{
padding-top: 15px;
padding-bottom: 15px;
}
.main-navigation ul ul
{
	background-color:white;
}

#container blockquote p
{
	font-style: normal !important;
	font-weight: bolder;
}


/* change the blockquote font styling to normal SS-11243472-hc */
.wp-block-pullquote p{
font-style: normal;
}



/* change the blockquote font styling to normal SS-11243472-hc */
.wp-block-pullquote p, blockquote p{
font-style: normal;
}


/*change the border left color for blockquote*/

blockquote {
    border-left: 8px solid #387763!important;
margin-left: 0px;
margin-right: 0px;
}

/*更改产品页面产品颜色*/
.wp-block-column a{
	color:#42a58d;
}

/*底部社交媒体跳转*/
#page .social-list li a:hover::before
{
	background:#42a58d;
	border-color:#42a58d;
	
}

/*button颜色*/
.hentry .entry-header .entry-title a:hover, .hentry .entry-content .more-link-container a:hover, .hentry .entry-summary .more-link-container a:hover
{
	color:#42a58d;
}

/*主页底下消失*/

.wrap 
{
	display:none !important;
}

.entry-content  a
{
	color:#42a58d;
}

#masthead
{
	color:black !important
}

/*一下两行代码是让新闻banner变成绿色，然后有图片的上浮绿色小一点.  banner高度统一*/
#primary-header
{
	background: #387763 !important;
		height: 600px !important;
}

#primary-header .featured-image
{
	opacity: 0.9
}

/*手机界面meun颜色变成白色*/
#page #masthead .site-branding, #page #masthead #sidebar-button
{
	color: #266955 !important;
}


/*手机界面menu首字母大写*/
.toggle-sidebar .inner-panel
{
	text-transform:uppercase;
}

/*menu字体加粗*/
.main-navigation ul
{
	font-family: blod;
}

/*产品大类不变*/
.wp-block-pullquote
{
	border-bottom: none !important;
	border-top: none !important;
}

/* Hides paragraph on page */
.hide-paragraph {
	display:none;
}
/* Without hiding on homepage */
.home .hide-paragraph {
	display:initial;
}
/*Remove the left alignment from the sub-menu on hover for avoiding flickering issue - #2337616 -zd 导航栏菜单
.main-navigation ul ul li:hover{ left: 0px; } */ 


/*  Center align the social menu in the footer || HC-17098499 | MM */
nav.social-list ul.menu-items {
    width: 100%;
}

/*make input and textarea fields visible */
input {
	border: 1px !important;
	border-style: solid !important;
}
textarea {
	border: 1px !important;
	border-style: solid !important;
}

.site-header .site-branding
{
	flex: 0 0 10%;
}

/*button颜色*/
.hentry .entry-header .entry-title a:hover, .hentry .entry-summary .th-links-inherit .th-links-inherit a:hover
{
    color:#42a58d !important;
}
/*banner button color*/
:root
{
	--color-accent-base:#42a58d !important;
}



#page p
{
	letter-spacing:1px !important;
}


/* Hide checkout icon in menu 3547874-zd  隐藏购物车*/ 

#masthead > a {
display: none;
}


/* animal feed 界面 顶部的产品列表 不要上下两个横杠 */

blockquote 
{
	border-top-width:0px !important;
	border-bottom-width:0px !important;
}

/*--- changes the submit button text from chinese to eng. / #26208683-HC-PK ---*/
body:lang(zh-CN) p.contact-submit button::before {
    content: 'Submit';
    font-size: 15px;
    padding: 10px;
	color:#fff;
}
body:lang(zh-CN) p.contact-submit button {
    font-size: 0;
}


/* Remove meta data 删除文章作者 */

.entry-footer.th-stack--lg {display:none;}


:root
{
	--th-color-accent-base:#276955;

}

/*产品大类底下的contact us 按钮消失，因为是白色的*/






