/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.stories-popup {
				position: fixed; inset: 0; background: rgba(0,0,0,0.6);
				display: none; justify-content: center; align-items: center; z-index: 99999;
			}
			.stories-popup.show { display: flex; }
			.stories-popup-inner {
				background: #fff; padding: 30px; max-width: 90%;
				width: 90%; position: relative; max-height: 90vh; overflow-y: auto;
			}
			.close-popup-stories {
				cursor: pointer; position: absolute; right: 15px; top: 10px;
				width: 50px; height: 50px; display: block;
			}
			.feature-img img { max-width: 100%; margin-bottom: 15px; }
			.stories-logo-big img, .stories-popup-logo img {
				max-width: 200px !important; margin-bottom: 15px;
			}

.sd-hide{
	display: none !important;
}