/*
Theme Name: Morocco Wayfinder Child
Description: Custom child theme for Morocco Wayfinder based on Astra.
Author: Morocco Wayfinder
Version: 1.0.0
Template: astra
Text Domain: morocco-wayfinder-child
*/

.mw-full-width {
    width: 100vw !important;
    max-width: none !important;
    position: relative !important;
    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.mw-full-screen {
    min-height: 100vh !important;
    min-height: 100svh !important;
}

.mw-full-width > .ast-container,
.mw-full-width .ast-container,
.mw-full-width > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

html, body {
    overflow-x: clip;
}

:root {
    --mw-orange: #c97555;
    --mw-orange-light: #e6a184;
    --mw-green: #25D366;
    --mw-dark: #17201d;
    --mw-white: #ffffff;
}

.mw-full-width img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .mw-full-width {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 50% !important;
        margin-left: -50vw !important;
    }
}
