@media (min-width: 980px){
.header .header-wx {
    width: 150px;
    position: absolute;
    right: 185px;
    top: 5px;
}
}

.post a {
  color:#0316ad;
}
.post a:hover {
  color:#3d03e4;
}

/* Capitalize Weather Alert Bar - ticket 41185 - Amanda added 10/19/17 */

.gtx-weather-alerts-body {
    text-transform: capitalize;
}

/*hide byline on calendar page*/
.ai1ec_event .entry-meta-wrapper{
        display:none;
    }

/* override thumb img width:auto */
.thumb-wrap.crop .inner-thumb-wrap .post-thumb {
 width:100%;
}

/* CUSTOM STYLES FOR WEATHER SIDEBAR, HEADER STICKER WIDGETS FROM WSI - Ticket 42914 - Amanda changed 3/1/18 */
/* Current Conditions Sticker in page header */
			.wx-widget {padding:0; max-width:100px;}
			.wx-widget .wxmap--currents-body__root {border:0; min-height:20px;}
			.wx-widget .wxmap--currents-body__icon-svg {width:36px; height:36px;}
			.wx-widget .wxmap--current-conditions__root {min-width:10px;}
			.wx-widget .wxmap--currents-body__primary {flex:0; justify-content:left;}
			.wx-widget .wxmap--currents-body__root_sm .wxmap--currents-body__temp  {font-size:1.3em; color:#fff;}
			.wx-widget .wxmap--currents-body__root.wxmap--currents-body__dark-gray {background: transparent;}
			.wx-widget .wxmap--currents-body__root.wxmap--currents-body__blue .wxmap--currents-body__primary, .wx-widget .wxmap--currents-body__root.wxmap--currents-body__dark-gray .wxmap--currents-body__primary, .wx-widget .wxmap--currents-body__root.wxmap--currents-body__light-gray .wxmap--currents-body__primary {background:transparent;}												

/* Current Conditions widget#1 in right rail */
			.wpb_wrapper .wx-currents1 {clear:both;}
			.wpb_wrapper .wx-currents1 .wxmap--currents-body__secondary {display:none;}
			.wpb_wrapper .wx-currents1 .wxmap--currents-body__phrase {display:inline; overflow:visible;}
			.wpb_wrapper .wx-currents1 .wxmap--currents-body__root_sm .wxmap--currents-body__temp {font-size: 40px;}
			.wpb_wrapper .wx-currents1 .wxmap--current-conditions__root h2 {background: transparent; border-bottom:0; margin:0;}
			.wpb_wrapper .wx-currents1 .wxmap--header__toggle {display:none;}
			.wpb_wrapper .wx-currents1 .wxmap--currents-body__root.wxmap--currents-body__blue {background:#fff; border-bottom:0px;}

/* Current Conditions widget#2 in right rail */			
			.wpb_wrapper .wx-currents2 .wxmap--currents-body__hidden {display:block;}
			.wpb_wrapper .wx-currents2 .wxmap--currents-body__hidden, .wpb_wrapper .wx-currents2 .wxmap--currents-body__secondary {display:block; background:#fff;}
			.wpb_wrapper .wx-currents2 .wxmap--currents-body__primary {display:none;}
			.wpb_wrapper .wx-currents2 .wxmap--currents-body__item {float:left; align-items:left;}
			.wpb_wrapper .wx-currents2 .wxmap--currents-body__root.wxmap--currents-body__blue {background:#fff; border-top:0px;}

/* Hourly widget in right rail */
			.wpb_wrapper .wx-hourly1 .wxmap--header__root h2 {background: transparent; border-bottom:0; margin:0;}
			.wpb_wrapper .wx-hourly1 .wxmap--header__toggle {display:none;}
			.wpb_wrapper .wx-hourly1 .wxmap--hour__root {position:relative;}
			.wpb_wrapper .wx-hourly1 .wxmap--phrase-cell__root_hidden {display:block; font-size:12px; position:absolute; top:40px;}
			.wpb_wrapper .wx-hourly1 .wxmap--precip-cell__root_hidden {display:block; font-size:12px; position:absolute; top:40px; right:0px; text-align:right;}
			.wpb_wrapper .wx-hourly1 .wxmap--precip-cell__icon-svg {width:12px; height:12px;}