/*
Theme Name: KeyBlog
Theme URI: https://wpenjoy.com/themes/keyblog/
Author: WPEnjoy
Author URI: https://wpenjoy.com
Description: KeyBlog is a clean, fast, and fully responsive WordPress theme designed for bloggers who value simplicity and elegance. Whether you're a personal blogger, lifestyle influencer, travel writer, or niche content creator, KeyBlog provides the perfect balance of modern design and powerful features to elevate your content.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keyblog
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations
*/
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: .1em; }

/* Focus styles */
/*
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}
*/
/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px; }

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px; }

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0; }

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
  text-wrap: pretty; }

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
  display: block; }

/* Custom Styles */
label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600; }

textarea {
  width: 100%; }

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"] {
  border-radius: .25rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--wp--preset--color--accent-6) !important;
  box-sizing: border-box;
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  padding: calc(.667em + 2px); }

input[type=checkbox] {
  margin: 0 .2rem 0 0 !important; }

input[type="submit"] {
  background-color: var(--wp--preset--color--contrast);
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  line-height: inherit;
  padding-top: 0.7rem;
  padding-right: 2.25rem;
  padding-bottom: 0.7rem;
  padding-left: 2.25rem;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none; }
  input[type="submit"]:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
    border-color: transparent;
    color: var(--wp--preset--color--base); }

iframe {
  width: 100%; }

.link-no-underline a {
  text-decoration: none; }
  .link-no-underline a:hover {
    text-decoration: underline; }

.is-style-checkmark-list li::marker {
  color: #04AA6D; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .post-list .wp-block-post-featured-image {
    width: 200px !important; } }
@media only screen and (max-width: 767px) {
  .post-list .wp-block-post-featured-image {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
