/*!
Theme Name: edenfusewp
Theme URI: https://wordpress.org/
Author: Edenfuse
Description: WordPress theme integrating the Axil HTML template (Digital Agency home + inner layouts). Bundled Axil assets live in /assets.
Version: 1.0.3
Tested up to: 6.9
Requires at least: 6.4
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edenfusewp
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles

Primary styles load from Axil (Bootstrap + main.css). This file holds WordPress-specific additions only.
*/

/* --------------------------------------------------------------------------
   WordPress block & classic alignment
   -------------------------------------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

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

.alignwide,
.alignfull {
	max-width: none;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
}

/* --------------------------------------------------------------------------
   Accessibility (skip link focus)
   -------------------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	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;
}

/* --------------------------------------------------------------------------
   Entry content (blocks inside Axil pages)
   -------------------------------------------------------------------------- */
.edenfusewp-entry .entry-content > * {
	margin-bottom: 1.25em;
}

.edenfusewp-entry .entry-content > *:last-child {
	margin-bottom: 0;
}

.edenfusewp-entry .entry-content .wp-block-image img {
	height: auto;
	max-width: 100%;
}
