/*
Theme Name: Diaspora Express
Description: Simple custom theme for Diaspora Express, errands in Kenya for Kenyans abroad. Contact details are set in Appearance > Customize > Contact details.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: diaspora-express
*/

/* The main design lives in assets/css/site.css. This file holds WordPress-only extras. */

/* Plain pages (privacy policy, new pages) */
.page-head--plain { min-height: 0; }
.page-head--plain h1 { font-size: clamp(44px, 7vw, 96px); margin-bottom: 0; }

.prose { max-width: 760px; }
.prose > * + * { margin-top: 1.1em; }
.prose h2, .prose h3, .prose h4 { margin-top: 1.6em; }
.prose h2 { font-size: clamp(30px, 3.6vw, 44px); }
.prose h3 { font-size: clamp(22px, 2.4vw, 28px); }
.prose a { color: var(--green); text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose img { height: auto; }
.prose blockquote { margin-left: 0; padding-left: 20px; border-left: 4px solid var(--red); }

/* WordPress core helpers */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: var(--white); clip: auto !important; clip-path: none; color: var(--ink); display: block;
  font-weight: 600; height: auto; left: 8px; padding: 12px 18px; top: 8px; width: auto; z-index: 100000;
}
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text, figcaption.wp-element-caption { font-size: 14px; color: var(--muted); }

/* Keep the sticky header below the admin bar when logged in */
.admin-bar .header { top: 32px; }
@media (max-width: 782px) { .admin-bar .header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .header { top: 0; } }
