.dbw-widget {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dbw-widget i {
    font-size: 84px;
}
.dbw-icon {
    margin-top: 15px;
}
.dbw-temperature {
    margin-left: 25px;
    margin-right: 25px;
    padding-right: 25px;
    /*border-right: 1px solid #fada02;*/
}
.dbw-temperature {
    border-right: 0 !important;
    position: relative;
}
.dbw-temperature:after {
     content: '';
     position: absolute;
     right: -3px;
     top: 0;
     height: 100%;
     border-radius: 3px;
     width: 6px;
     background: #FFDA00;
}
.dbw-temperature .dbw-current,
.dbw-time .dbw-current {
    font-size: 45px;
    line-height: 55px;
    font-family: 'Gilroy-Medium', sans-serif;
}
.dbw-columns {
    display: flex;
    font-size: 16px;
    margin-left: 50px;
    padding-left: 50px;
    border-left: 1px solid #fada02;
}
.dbw-columns .dbw-col-1 > div, .dbw-columns .dbw-col-2 > div {
    margin-bottom: 10px;
}
.dbw-columns .dbw-col-2 {
    margin-left: 30px;
}
.dbw-columns sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
.dbw-description {
    font-size: 14px;
    line-height: 1;
}

.blinker {
    animation: blinker 1s step-end infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .dbw-widget i {
        font-size: 55px;
    }
    .dbw-temperature .dbw-current, .dbw-time .dbw-current {
        font-size: 25px;
        line-height: 35px;

    }
}

@font-face {
    font-family: OpenWeatherIcons;
    src: url("../fonts/OpenWeatherIcons.eot");
    src: url("../fonts/OpenWeatherIcons.eot#iefix") format("embedded-opentype"), url("../fonts/OpenWeatherIcons.woff2") format("woff2"), url("../fonts/OpenWeatherIcons.woff") format("woff"), url("../fonts/OpenWeatherIcons.ttf") format("truetype"), url("../fonts/OpenWeatherIcons.svg#OpenWeatherIcons") format("svg");
    font-style: normal;
    font-weight: 400;
}

.owi {
    display: inline-block;
    transform: translate(0, 0);
    text-rendering: auto;
    font: normal normal 400 14px/1 OpenWeatherIcons;
    font-size: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.owi-lg {
    vertical-align: -15%;
    line-height: 0.75em;
    font-size: 1.33333333em;
}

.owi-2x {
    font-size: 2em;
}

.owi-3x {
    font-size: 3em;
}

.owi-4x {
    font-size: 4em;
}

.owi-5x {
    font-size: 5em;
}

.owi-fw {
    width: 1.28571429em;
    text-align: center;
}

.owi-01d::before {
    content: "\ea01";
}

.owi-01n::before {
    content: "\ea02";
}

.owi-02d::before {
    content: "\ea04";
}

.owi-02n::before {
    content: "\ea03";
}

.owi-03d::before {
    content: "\ea05";
}

.owi-03n::before {
    content: "\ea06";
}

.owi-04d::before {
    content: "\ea07";
}

.owi-04n::before {
    content: "\ea08";
}

.owi-09d::before {
    content: "\ea09";
}

.owi-09n::before {
    content: "\ea0a";
}

.owi-10d::before {
    content: "\ea0b";
}

.owi-10n::before {
    content: "\ea0c";
}

.owi-11d::before {
    content: "\ea0d";
}

.owi-11n::before {
    content: "\ea0e";
}

.owi-1232n::before {
    content: "\ea0f";
}

.owi-13d::before {
    content: "\ea10";
}

.owi-13n::before {
    content: "\ea12";
}

.owi-50d::before {
    content: "\ea11";
}

.owi-50n::before {
    content: "\ea13";
}