/* Weather */
#wpc-weather {
	padding: 0;
	margin: 0;
}

.wpc-weather-id,
.wtop-weather,
#wpc-weather .now,
#wpc-weather .now div {
	display: inline-block;
}

.wpc-weather-id {
	line-height: 0;
}

#wpc-weather .today {
	width: initial;
	float: left;
	line-height: 29px;
}

#wpc-weather .now {
	float: right;
}

#wrap #wpc-weather .climacon_component-fill {
	fill: #fff;
}

#wpc-weather .short_condition {
	width: auto;
}

#wpc-weather .now .time_symbol.climacon svg,
#wpc-weather.small .now .time_symbol svg {
	margin: 0;
	width: 26px;
	height: 26px;
	vertical-align: middle;
}

#wpc-weather .now .time_temperature:after {
	line-height: 20px;
}

#wpc-weather .now .time_symbol.climacon svg {
	fill: #de2f68;
}

.wtop-weather {
	border-left: 1px solid #e2e2e2;
	vertical-align: middle;
	padding: 7px 0 4px 20px;
	color: #de2f68;
}

.wtop-weather span,
#wpc-weather .now .time_temperature,
#wpc-weather .now .time_temperature:after {
	font-size: inherit !important;
}

#wpc-weather .wpc-highlight {
	display: block;
	float: right;
	font-weight: normal;
	margin-left: 3px;
}

#wpc-weather .today .day {
	width: initial;
}

#wpc-weather .now .location_name {
	float: right;
	line-height: 29px;
	font-size: inherit !important;
}

.whb-weather .wpc-weather-id #wpc-weather .now .time_temperature:after {
	line-height: 15px;
	font-size: 19px;
}

#wpc-weather.small .now .time_temperature {
	margin-right: 10px;
	margin-left: 8px;
}