/**
 * Plugin Name: AdvantiPro - Sticky Bottom Ad
 * Description: Makes bottom leaderboard "sticky" as a user scrolls down.
 * Plugin URI:  https://advantipro.de/
 * Version:     1.0
 * Author:      Aaron T. Grogg, AdvantiPro GmbH
 * Author URI: 	https://aarontgrogg.com/
 * License: 	GPLv2 or later
 */

body.ap-sticky-bottom-ad {
	margin-bottom: 50px !important;
}
body.ap-sticky-bottom-ad .grecaptcha-badge {
	bottom: 55px !important;
}
body.ap-sticky-bottom-ad #leaderboard_atf .ap-ad {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
    right: 0 !important;
    z-index: 10000;
	width: 100% !important;
	background: rgba(0,0,0,.6) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
}
body.ap-sticky-bottom-ad #leaderboard_atf div {
	background: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
}
body.ap-sticky-bottom-ad #leaderboard_atf br {
	display: none !important;
}
body .ap-sticky-bottom-ad-close {
	display: none;
}
body.ap-sticky-bottom-ad .ap-sticky-bottom-ad-close {
	position: absolute;
	top: -10px;
	right: 10px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: white;
	background: black;
	border-radius: 100%;
    cursor: pointer;
}
@media (min-width: 321px) {
	body.ap-sticky-bottom-ad {
		margin-bottom: 95px !important;
	}
	body.ap-sticky-bottom-ad .grecaptcha-badge {
		bottom: 105px !important;
	}
}