.whb-general-header .whb-column:nth-child(2) {
	flex-direction: column;
}

#menu-top-phone a {
	white-space: nowrap;
	font-size: 28px;
}

#menu-top-phone-1 a {
	white-space: nowrap;
	font-size: 18px;
}

.vs-top-site-description {
	font-size: 16px;
	font-weight: 700;
}

#menu-top-phone .wd-nav-img {
	height: 24px;
	max-height: 24px;
}

#menu-main-navigation {
	width: 100%;
	justify-content: space-around !important;
}


@media (min-width: 1025px) {
	.whb-header {
		position: sticky;
		top: 0;
		z-index: 100;
	}

	.whb-top-bar-inner {
		height: 35px !important;
		max-height: 35px !important;
	}

	.whb-general-header-inner {
		height: 75px !important;
		max-height: 75px !important;
	}
}