/*
Theme Name: Simmons Olsen TwentyTwentyFour
Template: twentytwentyfour
Author: Matthew Ediger
Author URI: https://wonderjarcreative.com/
Description: Custom child theme for Simmons Olsen, built on Twenty Twenty-Four.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simmonsolsen-twentytwentyfour
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, block-styles
*/
/* Fonts
------------------------------------------------------------------------------ */
/* Variables
------------------------------------------------------------------------------ */
:root {
  --responsive--aligndefault-width: min(calc(100vw - 3.2rem), 960px);
  --responsive--alignwide-width: min(calc(100vw - 3.2rem), 1250px);
}

@media (min-width: 1000px) {
  :root {
    --responsive--aligndefault-width: min(calc(100vw - 6.4rem), 960px);
    --responsive--alignwide-width: min(calc(100vw - 6.4rem), 1250px);
  }
}
/**
 * Helpers
---------------------------------- */
.is-position-absolute {
  position: absolute;
}

.is-top {
  top: 0;
}

.is-left {
  left: 0;
}

.is-position-relative {
  position: relative;
}

.is-full-height {
  height: 100%;
}

.is-full-width {
  width: 100%;
}

.is-layout-flex {
  display: flex;
}

.has-align-items-flex-start {
  align-items: flex-start;
}

.has-align-items-center {
  align-items: center;
}

.has-align-items-flex-end {
  align-items: flex-end;
}

.has-justify-content-flex-start {
  justify-content: flex-start;
}

.has-justify-content-center {
  justify-content: center;
}

.has-justify-content-flex-end {
  justify-content: flex-end;
}

.has-no-margin-top {
  margin-top: 0;
}

.has-no-margin-bottom {
  margin-bottom: 0;
}

.has-no-margin-block-start {
  margin-block-start: 0;
}

.has-no-margin-block-end {
  margin-block-end: 0;
}

/**
 * End helpers.
---------------------------------- */
/**
 * Patterns
---------------------------------- */
/**
 * End patterns.
---------------------------------- *//*# sourceMappingURL=style.css.map */