
.weather-container a:hover { text-decoration: none;}
.weather-container a{
	position: relative;
	display: block;
	color: #009fc3;
	font-size: 22px;
	line-height: 22px;
	font-family:'Chaparral W01 It SHd';
	padding-top: 10px;
	padding-left: 2px;
}
.weather-container .sv-weather-widget-icon > div{
	display: inline-block;
}
.weather-container .temp{
	position: relative;
	top: 2px;
	left: 2px;
}
.weather-container div.text{
	position: relative;
	display: none;
	color: #b95915;
	font-size: 18px;
	line-height: 18px;
	text-transform: capitalize;
	padding-left: 10px;
	top: 2px;
}


/** mobile **/
li.weather-mobile {
	display: none;
	width: 100%;
	padding: 14px 0;
}
.navMobile .dl-menuwrapper li.weather-mobile .weather-container a{
	color: #009fc3;
	font-family:'Chaparral W01 It SHd';
	font-size: 22px;
	line-height: 22px;
}

@media (max-width: 640px) {
	li.weather-mobile {display: block; }
	.weather-container div.text { display: inline-block;}
}
