/*
 Theme Name:   Oneup Child - The Conmen
 Theme URI:    http://www.conmen.eu
 Description:  Oneup child theme - modified for The Conmen
 Author:       Jannis Kloeffel
 Author URI:   http://www.conmen.eu
 Template:     oneup
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  oneup-child
*/

/* Add dark-skin's pattern as overlay and also change positioning to absolute to make sure that the overlay gets cropped by its parent (splash section) */
.pe-bg-video.pe-active.pe-overlay {
	background-color: rgba(0,0,0,0.5);
	background-image: url(./img/skin/vid_pattern_dark1.png);
	position: absolute;
}

/* Add positioning to overlay's ancestor container to achieve absolute positioning and thus cropping of the overlay by it's parent element */
.pe-splash-section.jk-uses-splashoverlay {
	position: relative;
}
