/*
 Theme Name: West Desert Journal
 Theme URI: https://westdesertjournal.com
 Description: WDJ-owned block theme. Starter was Ollie Free; paint is West Desert Journal. No GeneratePress parent.
 Author: Nathan Arizona
 Version: 0.1.1
 License: GNU General Public License v2 or later
 Text Domain: west-desert-journal
 Requires at least: 6.7
 Tested up to: 7.1
 Requires PHP: 8.2
*/

/* Content Deployment Gate — organism law, not a GeneratePress translation */
.hidden-until-ready { display: none !important; }

.wdj-site-title a {
	color: #0E0E14;
	text-decoration: none;
}

.wdj-site-tagline {
	color: #0E0E14;
}

/*
 * Full-bleed nav chrome. Source: GP Premium nav_image + nav-below-header.
 * Alignfull inside a template-part <header> does not paint a 100vw bar by itself.
 */
header.wdj-site-header,
.wdj-nav-bar.alignfull,
.wdj-nav-bar {
	width: 100%;
	max-width: 100%;
}

.wdj-nav-bar {
	box-sizing: border-box;
	background-color: #1f1f1f;
	background-image: url("./assets/desertdream_textile.png");
	color: #F7F4EF;
}

.wdj-nav-bar .wp-block-navigation-item__label,
.wdj-nav-bar a {
	color: #F7F4EF;
}

.wdj-entry-meta {
	color: #0F1A2C;
	font-size: 14px;
	margin: 0 0 1em 0;
}

.wdj-footer-copy {
	text-align: center;
	font-size: 13px;
}

.wdj-footer-copy a {
	color: #3CC9C1;
}

/*
 * GP Spacing module mobile default is 30px at max-width 768.
 * Lineage: INHERITED DEFAULT (generate_spacing_settings has desktop 40/60 only).
 */
@media (max-width: 768px) {
	.wp-block-post-content {
		padding: 30px;
	}
}

/*
 * WP Post Featured Image injects object-fit:cover when scale is defaulted.
 * GP post-image is width 100%, height auto, no cover crop.
 */
.wp-block-post-featured-image img {
	object-fit: unset !important;
	height: auto !important;
	width: 100%;
}
