div.sp-location-weather-pro-widget {
    text-align: center;
    padding: 25px 25px 30px 25px;
    overflow: hidden;
    max-width: 310px;
}
div.sp-location-weather-pro-widget .sp-hide{
    display: none;
}

div.sp-location-weather-pro-widget img {
    margin-left: 35px;
    border-radius: 0;
    box-shadow: 0 0 0;
}

div.sp-location-weather-pro-widget span {
    display: block;
}

div.sp-location-weather-pro-widget .weather-type {
    opacity: .7;
    text-transform: uppercase;
    font-size: 12px;
}

div.sp-location-weather-pro-widget .weather-temp {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
}

div.sp-location-weather-pro-widget .weather-date {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

div.sp-location-weather-pro-widget .weather-region {
    font-size: 12px;
    margin-bottom: 28px;
}

div.sp-location-weather-pro-widget .weather-humidity {
    float: left;
}
div.sp-location-weather-pro-widget .weather-wind {
    float: right;
}
div.sp-location-weather-pro-widget .weather-wind-data,
div.sp-location-weather-pro-widget .weather-humidity-data {
    display: inline;
}
div.sp-location-weather-pro-widget .sp-lwpro-icon{
    font-size: 17px;
    line-height: 17px;
    margin-right: 1px;
}
div.sp-location-weather-pro-widget .sp-lwpro-icon.sp-lwpro-icon-wind-1{
    font-size: 19px;
    margin-right: 3px;
}