/*
 Theme Name:   Stratego Child Theme
 Theme URI:    https://stratego.ancorathemes.com/
 Description:  Stratego Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     stratego
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  stratego
*/


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

[class*="popup-for"]:not(.elementor-editor-active [class*="popup-for"]) {
 position: absolute !important;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  width:90%;
}
[class*="popup-for"]:not(.elementor-editor-active [class*="popup-for"]).active {
	opacity: 1 !important;
  visibility: visible !important;  
}

[class*="popup-trigger"] {
  cursor: pointer;
}

.e-con:has(.active) {
  z-index: 10 !important;
}
.popup-close {
  position: absolute;
  right: 1.7rem;
  width: 2.2rem;
  cursor: pointer;
}
