style.css 812 Bytes
.ppc-no-show{
	display: none;
}

#page-customizer-bg-fixed {
	position: fixed;
	top: -999px;
	bottom: -999px;
	left: -999px;
	right: -999px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	object-fit: cover;
	z-index:-1;
}

div#page-customizer-bg-fixed {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-width: 0;
	min-height: 0;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 727px) {
	#page-customizer-bg-fixed {
		display: none;
	}
}

#wp-admin-bar-page-custo-link .ab-item:before{
	content: '\f100';
	top: 2px;
	position: relative;
	float: left;
	font: 400 20px/1 dashicons;
	speak: none;
	padding: 4px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none!important;
	margin-right: 6px;
}