/*!
Theme Name: Hydroflex Template
Theme URI: 
Author: sgc
Author URI: 
Description: Description
Version: 0.0.1
Tested up to: 6.4.3
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hydroflex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hydroflex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions

13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles


--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/


/*.panel-widget-style .panel-layout {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .panel-widget-style .panel-layout {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .panel-widget-style .panel-layout {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .panel-widget-style .panel-layout {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .panel-widget-style .panel-layout {
        max-width: 1140px;
    }
}

.panel-widget-style .panel-layout {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}*/