/* fx2 theme styles */
.container { width: 90%; max-width: 1100px; margin: 0 auto; }
.site-header, .site-footer { padding: 1rem 0; background: #f7f7f7; }
.site-title { font-weight: 700; }
.entry-title { margin: 1rem 0; }
.entry-meta { color: #666; font-size: 0.9rem; }
.pagination { margin: 2rem 0; }
.post-navigation { display: flex; justify-content: space-between; margin-top: 2rem; }


/* Breadcrumb "Home" link white color */
a[itemtype="https://schema.org/WebPage"][itemprop="item"][href^="https://bjzhdx.com"] {
	color: #fff !important;
}
a[itemtype="https://schema.org/WebPage"][itemprop="item"][href^="https://bjzhdx.com"]:visited,
a[itemtype="https://schema.org/WebPage"][itemprop="item"][href^="https://bjzhdx.com"]:hover,
a[itemtype="https://schema.org/WebPage"][itemprop="item"][href^="https://bjzhdx.com"]:focus {
	color: #fff !important;
}

