/*
Theme Name:     The Fox Child
Theme URI:      https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012
Description:    Child theme for The Fox Theme
Author:         Your name here
Author URI:     https://themeforest.net/user/withemes/portfolio/
Template:       fox
Version:        1.0
Tags:           custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

/* Letter to the Remnant post title: subtitle italic, regular case */
.title-line.title-line--sub {
	font-style: italic;
	text-transform: none;
}

/* Sticky top header: .masthead stays at top when scrolling */
.masthead {
	position: sticky;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.admin-bar .masthead {
	top: 32px;
}

/* Footer first column: About Us block (replaces widget content) */
.remnant7-footer-about {
	max-width: 100%;
}
.remnant7-footer-about .widget-title {
	margin-bottom: 0.75em;
}
.remnant7-footer-about__image-link {
	display: block;
	margin: 0 auto 0.75em;
	max-width: 470px;
}
.remnant7-footer-about__img {
	width: 100%;
	max-width: 470px;
	height: auto;
	display: block;
	object-fit: contain;
}
.remnant7-footer-about__excerpt {
	font-size: 0.95em;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
.remnant7-footer-about__link {
	display: inline-block;
	font-weight: 600;
}