/*
Theme Name: FlowGenie Studios
Theme URI: https://flowgeniestudios.com
Author: FlowGenie Studios
Author URI: https://flowgeniestudios.com
Description: A fast, fully dynamic WordPress theme for software/web/app development agencies. Includes custom post types for Projects, Services, Testimonials and Team, a Theme Customizer for the homepage, a built-in contact form, and a Bootstrap 5 front end.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: flowgenie
Tags: business, portfolio, agency, custom-menu, featured-images, custom-post-types
*/

/* All visual styling lives in assets/css/custom.css (enqueued by functions.php).
   This file only carries the required theme header plus a few WP-specific 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 !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-image img { max-width: 100%; height: auto; }
.alignright { float: right; margin-left: 1.5rem; }
.alignleft  { float: left;  margin-right: 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
