/*
Theme Name: Webguyz Theme
Theme URI: https://webguyz.nl
Author: Mark van der Klaauw | Webguyz
Author URI: https://webguyz.nl
Description: Lichtgewicht en veilig basis theme voor Webguyz websites. Ontworpen voor gebruik met Elementor, Crocoblock en Webguyz plugins. Enkel te gebruiken voor Webguyz klanten.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: webguyz-theme
License: Proprietary
Tags: elementor, lightweight, custom-theme, minimal
*/

/*
 * Webguyz Theme
 * Gemaakt door: Mark van der Klaauw | Webguyz
 * Enkel te gebruiken voor Webguyz klanten
 * Signature: mclaw
 */

:root {
    --wgz-content-width: 1200px;
    --wgz-narrow-width: 820px;
    --wgz-gap: clamp(16px, 2vw, 32px);
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    min-width: 320px;
    background: #fff;
    color: #111;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

a {
    color: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 12px;
    background: #fff;
    color: #000;
    z-index: 100000;
}

.wgz-site-wrap {
    width: 100%;
}

.wgz-content,
.wgz-entry {
    width: min(100% - 40px, var(--wgz-content-width));
    margin-inline: auto;
}

.wgz-entry--narrow {
    width: min(100% - 40px, var(--wgz-narrow-width));
}

.alignwide {
    width: min(100% - 40px, calc(var(--wgz-content-width) + 240px));
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption,
.gallery-caption,
.bypostauthor,
.sticky {
    display: block;
}

