/*
Theme Name: Rife Free Child
Theme URI: https://apollo13themes.com/rife/free/
Description: Child theme for local customizations on top of the official Rife Free theme.
Author: Local
Template: rife-free
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 5.3
Text Domain: rife-free-child
*/

:root {
	--rife-child-system-font: -apple-system, BlinkMacSystemFont, "Segoe UI",
		"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
		"Noto Sans CJK SC", "Source Han Sans SC", Arial, sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.menu,
.navigation,
.post-title,
.entry-title,
.widget-title {
	font-family: var(--rife-child-system-font) !important;
}

/* Single post images with alignment set to "None" should not inherit centered figure spacing. */
.single-post .real-content.entry-content figure.wp-block-image:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull),
.single-post .real-content.entry-content .wp-caption.alignnone {
	clear: both;
	display: block;
	float: none;
	margin: 1.5em 0;
	text-align: left;
}

.single-post .real-content.entry-content figure.wp-block-image:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) img,
.single-post .real-content.entry-content .wp-caption.alignnone img,
.single-post .real-content.entry-content img.alignnone,
.single-post .real-content.entry-content p > img:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) {
	clear: both;
	display: block;
	float: none;
	margin-left: 0;
	margin-right: auto;
}
