/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/
.header-wrapper .weather{}  

    .header-wrapper .weather img{
        padding-right: 14px;
    }

    .header-wrapper .weather .info{
        font-size: 13px;
        padding-right: 15px;
        color: #562f14;
    }

    



#sv-weather-widget .sv-weather-widget-icon .icon {
	float:left;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height:38px;
	width:52px;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	float:right;
	font-size: 20px;
	line-height: 38px;
}