.mobile-weather{
    text-align: center;
    border-bottom: 1px solid #a1a1a1;
}

.mobile-weather a.weather-link{
    font-size: 27px;
    line-height: 60px;
    font-family:'Avenir LT W01_65 Medium1475532';
    color: #57b7df;
}

div[data-sv-weatherwidget]{
    opacity: 0;
    -webkit-transition: opacity 750ms ease-in-out;
    -moz-transition: opacity 750ms ease-in-out;
    -o-transition: opacity 750ms ease-in-out;
    transition: opacity 750ms ease-in-out;
}
div[data-sv-weatherwidget].ready{
    opacity: 1;
}
.header-section .top-section .weather-wrapper {
    padding: 0px;
    margin-left: 15px;
    display: inline-block;
    z-index: 100;
    position: relative;
}
.header-section .top-section .weather-wrapper a.weather-link {
    font-size: 27px;
    font-family:'Avenir LT W01_65 Medium1475532';
    color: #57b7df;
}
.header-section .top-section .weather-wrapper .weather-icon {
    color: #57b7df;
}
.header-section .top-section .weather-wrapper .weather-icon .climacon:before{vertical-align: middle;}
.header-section .top-section .weather-wrapper .temp { vertical-align: middle; }
.header-section .top-section .weather-wrapper img {
    position: relative;
    left: 10px;
    bottom: 6px;
}

@media only screen and (max-width: 64em) {
/* < 1024px */
    .header-section .top-section .weather-wrapper {
        display: none;
    }
    .header-section .top-section .weather-wrapper img { left: 5px; }
}

@media only screen and (max-width: 40.063em) { 
/* < 642px */
    .header-section .top-section .weather-wrapper {
        position: relative;
        right: 35px;
        top: 15px;
    }
    .header-section .top-section .weather-wrapper a.weather-link { font-size: 22px; }
    .header-section .top-section .weather-wrapper .weather-link .temp { vertical-align: middle; }
    .header-section .top-section .weather-wrapper img {
        left: 0px;
        width: 25px;
        bottom: 2px;
    }
    .header-section .top-section .weather-wrapper .weather-icon {
        padding-left: 0;
        padding-right: 5px;
    }
    .header-section .top-section .weather-wrapper .weather-icon {
        font-size: 24px;
        padding-left: 0;
        padding-right: 5px;
        position: relative;
        top: 3px;
    }
    .header-section .top-section .weather-wrapper .weather-link .temp { vertical-align: text-bottom; }
    .header-section .top-section .weather-wrapper img { left: 0px; }
}

/*
 * Theme styles
 */
.theme-kure .header-section .top-section .weather-wrapper a.weather-link,
.theme-kure .header-section .top-section .weather-wrapper .weather-icon { color: #56B6DD; }
.theme-carolina .header-section .top-section .weather-wrapper a.weather-link,
.theme-carolina .header-section .top-section .weather-wrapper .weather-icon { color: #00A6B8; }
.theme-wrightsville .header-section .top-section .weather-wrapper a.weather-link,
.theme-wrightsville .header-section .top-section .weather-wrapper .weather-icon { color: #1E7FB7; }
