/*!
Theme Name: QingHaiXinBao
Theme URI: https://www.wpzhiku.com/
Author: Wenprise
Author URI: https://www.wpzhiku.com
Description: 技术支持：微信:  iwillhappy1314，邮箱：amos@wpcio.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qinghaixinbao
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

QingHaiXinBao is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
  --global-content-width: 1248px;
  --global-palette9: #e9efe8;
  --global-palette8: #fafcfa;
  --header-h: 100px;
}

.site__topbar{
  background: var(--global-palette9);
  border-top: 0px none transparent;
  border-bottom: 1px solid var(--global-palette8);
  height: 40px;
  line-height: 40px;
}

.kt-row-column-wrap{
  max-width: var(--global-content-width, 1290px );
  margin-left: auto;
  margin-right: auto;
}

.site__topbar .wp-block-group__inner-container{
  display: flex;
  align-items: center;
}

.site__footer .kb-form .kadence-blocks-form-field label,
.site__footer h2,
.site__footer h3,
.site__footer li,
.site__footer a,
.site__footer p,
.site__footer strong,
.site__footer li{
  color: var(--text-color);
}

.site__footer a:hover{
  color: var(--text-hover-color);
}<!--0.00017499923706055-->