/*
Theme Name: Summer Child Theme
Theme URI: https://summer.axiomthemes.com/
Description: Summer is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: Axiomthemes
Author URI: https://axiomthemes.com/
Version: 1.5.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: summer
Template: summer
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.popup-close,
.maestro {
    cursor: pointer;
}

.popup-maestro {
    position: fixed;
    display: none;
    opacity: 0;
    z-index: -1;
    left: 100%;
    top:0;
    width: 100vw;
    height: 100vh;
    transition: all 1s ease;
    pointer-events: none;
}

.popup-maestro p:nth-child(4) {
    overflow-y: scroll;
}

.popup-maestro.show {
    display: flex !important;
    opacity: 1;
    z-index: 99999999;
    left: 0;
    pointer-events: all;
}

@media (max-width: 480px) {
    .popup-image {
        display: none !important;
    }
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}