.consultation-form textarea {
	height: 140px;
}
.cta-btn {
	font-size: 22px;
}

.wdn-pagination {
	margin: 10px 0;
}
.wdn-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wdn-pagination ul li {
	background: #dcbf99;
	width: 33px;
	text-align: center;
	font-size: 16px;
	line-height: 33px;
	color: #fff;
	float: left;
	transition: all .3s linear 0s;
}
.wdn-pagination ul li:not(:last-child) {
	margin-right: 5px;
}
.wdn-pagination ul li:hover {
	background: #bc945e;
}
.wdn-pagination ul li a {
	display: block;
}
.wdn-pagination ul li:has(.current) {
	background: #bc945e;
}

.btn-read-more {
	color: #bc945e;
	text-decoration: inherit;
}
.btn-read-more:hover {
	color: #dcbf99;
	text-decoration: underline;
}
.btn-read-more i {
	font-size: 13px;
}

.wdn-blog-page {
	max-width: 890px;
	margin: 0 auto;
}

@media (max-width: 1350px) {
	.mainmenu nav {
		height: 20em; 
	}
}