
.not-found .entry-header {
	text-align: center;
}

.not-found .entry-header:before {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 100px;
	line-height: 100px;
	color: var(--wd-primary-color);
	content: "";
	font-family: "woodmart-font";
}

.not-found .entry-header .entry-title {
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 900;
	font-size: 48px;
}

.not-found .entry-content {
	text-align: center;
}

.not-found .entry-content>p {
	margin-bottom: 30px;
	font-size: 16px;
}

.not-found .searchform {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 350px;
	width: 100%;
}

.not-found .searchform input[type="text"] {
	padding-right: 105px;
}

.not-found .searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
}

.wd-blog-search-results {
	margin-top: 30px;
}

.wd-search-show-all {
	text-align: center;
}

.wd-search-show-all .button {
	border-color: #e9e9e9;
	color: #333;
	font-weight: 900;
	border-width: 2px;
}

.wd-search-show-all .button:not(:hover) {
	background-color: transparent !important;
}

.wd-search-show-all .button:hover {
	box-shadow: none;
	border-color: #dcdcdc;
	background-color: transparent;
}

.global-color-scheme-light .wd-search-show-all .button {
	border-color: rgba(255, 255, 255, .25);
	color: #fff;
}

.global-color-scheme-light .wd-search-show-all .button:hover {
	border-color: #fff;
	color: #fff;
}
