/*
Theme Name: Fleeko
Theme URI: https://fleeko.thimwiz.com/
Author: ThimWiz
Author URI: https://www.thimwiz.com/
Requires at least: 6.0
Requires PHP: 8.1
Tested up to: 8.4
Description: Fleeko is a fully responsive WordPress Blog theme.
Version: 1.0
License: Themeforest Licence
License URI: http://themeforest.net/licenses/standard
Text Domain: fleeko
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Global Styles */

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw;
  width: 100vw;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------
# WordPress Core
-------------------------------------------------------------- */

/* Image captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #666;
  text-align: center;
  margin-top: 0.5em;
}

/* Gallery captions */
.gallery-caption {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}

/* Post author comment */
.bypostauthor {
  position: relative;
}