/*
 Theme Name:   BE 2022 Registry (Blade Child Theme)
 Theme URI:    http://themeforest.net/user/greatives
 Description:  BE 2022 Registry (Blade Child Theme)
 Version:      3.1.2
 Author:       Greatives Team
 Author URI:   http://greatives.eu
 Template:     blade
 Text-Domain:  2021beregistry
*/

@import url("../blade/style.css");

/* Sortable Sticky Footer Banner */
.ad-sticky-wrapper {
	width: 100%;
	height: 100px;
	display: none;
}
.ad-sticky-desktop-anchor {
	width: 100%;
	padding-top: 10px;
	background: rgba(255, 255, 255, 0.75);
	left: 0px;
    bottom: 0px;
}
#ssrt-close-anchor-button {
	right: 2%;
	position: absolute;
	height: 20px;
	width: 20px;
	font-size: 17px;
	line-height: 20px;
	border-radius: 15px;
	color: rgb(140, 140, 140);
	border-color: rgb(140, 140, 140);
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	text-align: center;
	z-index: 999999999;
}
#anchor-ad-unit {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    position: relative;
}
.ad-sticky {
	position: fixed !important;
    z-index: 100000;
    bottom: 5px;
}