/*
Theme Name: Cloud Private Theme
Theme URI: https://example.com/
Author: Cloud Private Team
Description: Responsive desktop and mobile theme for the modular Cloud Private system.
Version: 2.0.2
Requires at least: 6.0
Requires PHP: 7.2
Text Domain: cloud-private-theme
*/

@import url("cloud-ui.css");

html, body {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
}

body .cpt-content,
body .site,
body .site-content,
body .content-area,
body .site-main,
body article,
body .entry-content,
body .wp-site-blocks,
body .wp-block-post-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body .entry-header,
body .entry-title,
body .page-title,
body .wp-block-post-title {
    display: none !important;
}

body .pcs-public {
    width: 100vw;
    max-width: none;
    margin: 0;
}

@media (min-width: 1101px) {
    body .pcs-container {
        width: min(1240px, calc(100% - 80px));
        max-width: 1240px;
    }

    body .pcs-site-header,
    body .pcs-home-hero,
    body .pcs-section,
    body .pcs-security-band,
    body .pcs-site-footer {
        width: 100%;
        max-width: none;
    }
}
