/*
Theme Name: Samgas
Theme URI: https://example.com/samgas
Author: Custom Theme Developer
Author URI: https://example.com/
Description: Custom WordPress Theme matching themephoto.png layout with Bootstrap 5 support, custom Elementor widgets, and Elementor Header & Footer location compatibility.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: samgas
Tags: industrial, oil-and-gas, bootstrap, elementor, responsive-layout, header-footer-elementor
*/

/* WordPress Core Alignment & Entry Styles */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
