/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/

#sv-weather-widget .sv-weather-widget-icon .icon { float: left; height: 40px; width: auto; }
#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	float: left;
	font-size: 18px;
	line-height: 40px;
	color: #41372d;
	font-family: "proxima-nova",Arial,sans-serif;
}

@media only screen and (max-width: 960px) {
	#sv-weather-widget { margin-right: 5px; }
	#sv-weather-widget .sv-weather-widget-icon .icon { height: 34px; }
	#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp { line-height: 34px; }
}