.weather-wrapper {
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: #fff;
}

.weather-wrapper .weather-button {
	display: flex;
	align-items: center;
	position: relative;
	background-color: transparent;
	padding: 0px 8px;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,.5);
}

.weather-wrapper .weather-button .temp,
.weather-wrapper .weather-button .temp .fa {
	font-size: 14px;
}

@media screen and (min-width: 1024px) {
	.weather-wrapper {
		bottom: 2px;
	}
	.weather-wrapper .weather-button {
		border-left: 1px solid #fff;
		border-right: none;
		margin-left: 5px;
		padding: 0 10px 0 14px;
	}

	.weather-wrapper .weather-button .temp,
	.weather-wrapper .weather-button .temp .fa {
		font-size: 12px;
	}
}