#weather_wrapper{
    width: 25%;
}
#weather_wrapper .weatherCard{
    width: 100%;
    height: 100%;
    position: relative;
}
#weather_wrapper .currentTemp{
    width: 50%;
    height: 100%;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#weather_wrapper .currentWeather{
    width: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#weather_wrapper .temp{
    font-size: 30px;
    text-align: center;
    display: block;
    font-weight: 500;
    color: #FFF;
}
#weather_wrapper .location{
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#weather_wrapper .conditions{
    display: block;
    text-align: center;
}
#weather_wrapper .info{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(42, 178, 234);
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
}
.widgets .ctg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 13px;
    background-color: #d5151c !important;
}
.widgets .ctg a {
    color: #fff;
}
.widgets .numsld {
    height: 341px;
}
.widgets .obj {
    position: relative;
    transition-duration: 0.35s;
    height: 264px;
    overflow: hidden;
}
.widgets .cap {
    position: relative;
    padding: 15px 15px 12px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background-color: #d5151c !important;
}
.widgets .cap a {
    border: 0;
    display: block;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    height: 50px;
    overflow: hidden;
}
.numsld .swiper-numeric {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    font-weight: 600;
    text-align: center;
    background: rgba(32, 30, 30, 1);
    bottom: 77px;
}
.numsld .swiper-numeric .num {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0px 8px;
    margin: 0px 2px;
    font-size: 15px;
}
.numsld .swiper-numeric .num.act {
    background-color: #d5151c !important;
}