/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/

.weather {
    float: right;
    font-size: 20px;
    position: relative;
    margin-right: 10px;
}

#sv-weather-widget .sv-weather-widget-icon .icon {
    float: left;
    background-position: 70% 0;
    background-repeat: no-repeat;
    height: 38px;
    width: 56px;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
    float: right;
    font-size: 15px;
    line-height: 32px;
}

.sv-weather-widget-temp {
    color: #FFF;
}

@media only screen and (max-width: 1236px) {
    .weather.weatherTablet {
        display: inline-block !important;
        position: relative;
        width: 90px;
        float: right !important;
        top: 40px;
        z-index: 400;
        left: -9px;
    }
    #sv-weather-widget .sv-weather-widget-icon .icon {
        background-position: 100% 0;
    }
}

@media only screen and (max-width: 640px) {
    .weather.weatherTablet {
        top: 56px;
    }
}
