
.wd-load-more {
	padding: 12px 25px 12px 25px;
	border-color: #e9e9e9;
	color: #333;
	font-weight: 900;
	border-width: 2px;
}

.wd-load-more:not(:hover) {
	background-color: transparent !important;
}

.wd-load-more:hover {
	box-shadow: none;
	border-color: #dcdcdc;
	background-color: transparent;
	color: #333;
}

.wd-load-more .load-more-loading {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.wd-load-more .load-more-loading:before {
	margin-right: 8px;
	margin-left: -8px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bbb;
	border-left-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}

.wd-load-more.loading {
	display: none;
	animation: wd-fadeOut .3s ease both;
}

.wd-load-more.loading+.wd-load-more-loader {
	display: inline-flex;
	animation: wd-fadeIn .3s ease both;
}

.wd-load-more.loading+.wd-load-more-loader .load-more-loading:before {
	animation: wd-rotate 450ms infinite linear;
}

[class*="color-scheme-light"] .wd-load-more {
	border-color: rgba(255, 255, 255, .25);
	color: #fff;
}

[class*="color-scheme-light"] .wd-load-more .load-more-loading:before {
	border-color: rgba(255, 255, 255, .15);
	border-left-color: #fff;
}

[class*="color-scheme-light"] .wd-load-more:hover {
	border-color: #fff;
	color: #fff;
}

.wd-load-more-loader {
	display: none;
}
