/*
	Theme Name: Woody Child
	Theme URI: http://wordpress.mountainthemes.dev/woody
	Description: Woody Child Theme
	Author: Mountain-Themes
	Author URI: https://themeforest.net/user/mountain-themes
	Template: woody
	Version: 1.0.0
	License: GNU General Public License version 3.0 & Envato Regular/Extended License
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
	Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images, full-width-template, theme-options, translation-ready
	Text Domain: woody-child
*/


/* Copy any classes from parent theme here. They will override the parent's version. */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-box {
  background: #f5f3ef;
  max-width: 800px;
  width: 90%;
  padding: 200px 40px;
  text-align: center;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.popup-content p {
  font-size: 20px;
  line-height: 1.6;
}