/*
Theme Name: Kenya Veterans for Peace (KVP)
Theme URI: https://staging.veterans.or.ke/
Author: Kenya Veterans for Peace
Author URI: https://staging.veterans.or.ke/
Description: A complete WordPress theme that replicates the Kenya Veterans for Peace (KVP) website. Peace • Security • Development. Fully editable through the WordPress Customizer, Menus, Widgets, Pages and Posts. One-click theme activation seeds the original pages, menus, executives, history milestones and press-release articles so the converted site matches the original website.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kvp-veterans
Tags: one-column, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, footer-widgets, custom-colors, editor-style
*/

/**
 * KVP theme is powered by the bundled "govity" template asset files
 * located in /assets. Vendor and template stylesheets are enqueued from
 * functions.php. This stylesheet only hosts the theme header information
 * plus a few WordPress-specific overrides.
 */

/* WordPress generated content basics */
.alignright { float: right; margin: 0 0 1.5em 1.5em; }
.alignleft { float: left; margin: 0 1.5em 1.5em 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignright, img.alignleft, img.aligncenter { max-width: 100%; }
.wp-caption { max-width: 100%; }
.gallery-caption { display: block; }
.sticky { display: block; }
.bypostauthor { display: block; }

/* Editor / page content typography inside the theme layout */
.kvp-content img { max-width: 100%; height: auto; }
.kvp-content h1, .kvp-content h2, .kvp-content h3, .kvp-content h4,
.kvp-content h5, .kvp-content h6 { font-family: var(--govity-font); color: var(--govity-black); letter-spacing: var(--govity-letter-spacing-two); }
.kvp-content p, .kvp-content li { color: #6b6b6b; line-height: 1.9; }
.kvp-content ul, .kvp-content ol { padding-left: 20px; }
.kvp-content blockquote { border-left: 4px solid var(--govity-base); padding: 20px; background: #f7f7f7; font-style: italic; }
.kvp-content table { width: 100%; }