.weather-wrapper {
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 0 20px 0 0;
}
.hospitality-theme.inc .weather-wrapper {
	color: var(--black);
}
.weather-wrapper .weather-button {
	display: flex;
	align-items: center;
	position: relative;
	background-color: transparent;
	padding: 0px 8px 0 0;
	margin: 0;
}
.weather-wrapper .weather-button .temp,
.weather-wrapper .weather-button .temp .fa {
	font-size: 16px;
	margin-left: 5px;
}

@media screen and (min-width: 64em) {
	.weather-wrapper {
		bottom: 0px;
		margin: 0;
	}
	.weather-wrapper .weather-button {
		border-right: none;
		margin-left: 5px;
		padding: 0 5px 0 15px;
	}
}