/*
 * Widget Weather
 */
.widget-weather {
	color: #f8971d;
}
.widget-weather .icon {
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
}
.widget-weather .deg {
    font-family: 'Aroma 2 LT W05 Extra Bold';
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
    vertical-align: top;
    padding-top: 4px;
}