/*
Theme Name:     The Fox Child
Theme URI:      https://themeforest.net/item/the-fox-contemporary-magazine-theme-for-creators/11103012
Description:    Child theme for The Fox Theme
Author:         Your name here
Author URI:     https://themeforest.net/user/withemes/portfolio/
Template:       fox
Version:        1.0
Tags:           custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.ads-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.ads-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.ads-content {
  position: relative;
	background: #fff;
	width: 700px;
	margin: 7% auto;
	padding: 20px;
	border-radius: 5px;
	z-index: 1;
	max-width: 80%;
	max-height: 80%;
	overflow: auto;
}

.ads-contain {
  margin-top: -50px;
}

.ads-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

