/*hide byline on calendar page*/
.ai1ec_event .entry-meta-wrapper{
        display:none;
    }
figure.gtxfimage figcaption.fig-cap{font-weight:normal}
.wp-caption p.wp-caption-text, .wp-caption p.wp-description-text{text-align: left;
font-size: 14px !important}

/* 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;
    }
}

/* ===== Bootstrap Migration patches Apr. 2022 ===== */

@media (min-width: 900px) {
.wpb_column.vc_column_container.vc_col-sm-8:first-of-type {
/* width: 65%; */
-ms-flex: 0 0 65%;    
flex: 0 0 65%;
max-width: 65%;
}
.wpb_column.vc_column_container.vc_col-sm-4 {
/* width: 32%; */
-ms-flex: 0 0 32%;
flex: 0 0 32%;
max-width:32%;
}
}