/*hide byline on calendar page*/
.ai1ec_event .entry-meta-wrapper{
        display:none;
    }


/* Weather In Header - The Widget Styles*/
.header-wx {
    font-size: 1.2em;
    top: 8px;
    margin-top: 22px;
}

.header-wx svg {
    margin-top: 0px;
    width: 30px;
    height: 33px;
    margin-right: 10px;
    float: left;
}
.header-wx-location {
    font-size: 1em;
}

@media (min-width:980px) {
    .header .header-wx-location {
        width: 100px;
        position: absolute;
        right: 280px;
        top: 10px;
    }
}

.header-wx-location {
    color: #fff;
    font-size: .9em;
    font-style: italic;

}


@media (max-width:979px) {
    .header .header-wx-location {
        display: none
    }
        .header .header-wx {
        display: none;
    }
}
