/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/
.panel_custom_header .weather-container.top-row-container {
	margin-right: 0;
	padding-right: 15px;
}

.weather { 
	float: right; 
	font-size: 20px; 
	position: relative; 
	top: 5px; 
	height: 47px;
	margin-left: -4px;
}

#sv-weather-widget .sv-weather-widget-icon .icon {
	position: relative;
	top: 7px;
	height:20px;
	width:27px;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	font-size: 14px;
	line-height: 38px;
	color: #fcb034;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.mobileNav .dl-menuwrapper li .weather a { padding: 0; }
.mobileNav #sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	font-size: 18px;
	line-height: 40px;
}
.mobileNav #sv-weather-widget .sv-weather-widget-icon .icon {
  height: 23px;
  width: 30px;
}