/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/
.weatherWrapper{
	display: block;
    margin: 0 auto;
    width: 110px;
}
.weather .temp{}
.weather .text {
	color: #c88a3d;
    font-family: "Nexa W01 Heavy";
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    top: -5px;
}
.weather .icon{
	color: #c88a3d;
    display: block;
    float: left;
    font-size: 32px;
    height: 38px;
    margin-right: 3px;
    position: relative;
    top: -10px;
    width: 32px;
}
.footer-section div.weather > a{
	text-decoration: none;
}

/*
|---------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------
*/
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){} 
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {} 
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {}