.weather-container a {
    display: block;
    font-family: "Avenir LT W01_85 Heavy1475544",sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.2;
    color: #757034;
}

.weather-container a:before,
.weather-container a:after {
    content: " ";
    display: table;
}

.weather-container a:after {
    clear: both;
}

.weather-container a [class^="weather"] {
    display: block;
    float: left;
}

.weather-container a .weather-icon svg {
    display: block;
    height: 28px;
}

.weather-container a .weather-icon svg .icon {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #757034;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.weather-container a .weather-text {
    margin-top: 7px;
    margin-left: 5px;
}

.weather-container a:hover,
.weather-container a:active,
.weather-container a:focus {
    color: #bdc391;
}

.weather-container a:hover .weather-icon svg .icon,
.weather-container a:active .weather-icon svg .icon,
.weather-container a:focus .weather-icon svg .icon {
    fill: #bdc391;
}

.weather-container .wi {
    font-size: 20px;
}
@media (max-width: 64em) { 
	.weather-container a .weather-text {
		margin-top: 8px;
	}
}