/*
Theme Name: Hello MK
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor child theme for MK. Includes the full-screen side overlay menu as theme chrome (not an Elementor widget).
Author: MK
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.16
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: hello-mk
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, translation-ready
*/

:root {
  --mk-sm-bg: #00211d;
  --mk-sm-accent: #00963c;
  --mk-sm-text: #ffffff;
  --mk-sm-toggle: #ffffff;
  --mk-page-width: 87.5%;
}

@media (max-width: 767.98px) {
  :root {
    --mk-page-width: 90%;
  }
}

@media (max-width: 575.98px) {
  :root {
    --mk-page-width: 97.5%;
  }
}

.container,
.container-fluid,
.e-con-boxed > .e-con-inner,
.mec-container {
  width: 100%;
  max-width: var(--mk-page-width);
  margin-inline: auto;
}

.container .container,
.container-fluid .container,
.e-con-boxed > .e-con-inner .container,
.mec-container .container {
  max-width: inherit;
}
