/*
Theme Name: Walco
Theme URI: https://walcofabricating.com
Author: Shahruk Maharuj
Author URI: https://www.facebook.com/shahruk.maharuj
Description: A deliberately thin theme for Walco Fabricating. All layout and content lives in the Walco Core plugin as Elementor widgets, so the site survives a theme change and the client edits everything visually. Requires Walco Core and Elementor (free).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: walco
Tags: full-width-template, custom-menu, editor-style
*/

/*
 * There is intentionally almost nothing here.
 *
 * The design system ships with the plugin (walco-core/assets/css/app.css) so
 * that the widgets are never styled by something a future theme switch could
 * take away. This file exists to satisfy WordPress and to hold the handful of
 * rules that belong to the document rather than to any component.
 */

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

/* Editor-inserted alignment classes, so pasted content does not break out. */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter{ display: block; margin-left: auto; margin-right: auto; }

/* Comment and widget areas are unused on this site but must not look broken
   if a future editor turns them on. */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
