/* Editor Preloader
-------------------------------------------------- */
.whb-spinner-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.75;
	z-index: 999;
}

body>.whb-spinner-wrap {
	z-index: 99999999;
	opacity: 1;
}

.whb-spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 200px auto 0;
}

#webnus-header-builder .whb-spinner {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	margin-top: 0;
}

.whb-spinner .double-bounce1,
.whb-spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #008aff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.whb-spinner .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* Fix for White label */
#wpcontent.mtrl_nopagetitle {
	padding-top: 9px;
}

#wpcontent.mtrl_nopagetitle {
	padding-top: 9px;
}

.whb-frontend-builder-wrap .menu li {
	max-width: inherit;
}