/* =WordPress Core
-------------------------------------------------------------- */
.weather .wu-copyright {display: none;}
.wu-forecast-wrapper div {margin-bottom: 0;}
.wu-wrapper table th, .wu-wrapper table td {padding: 0;}
.wu-wrapper table td.wu-icon {width: 42px;}
.wu-forecast-wrapper .wu-cond-pop {
    min-height: 15px;
    height: 15px;
    background-size: 25%;
    background-position-y: -16px;
}
.wu-forecast-wrapper .wu-cond-text {margin-bottom: 0;}

.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}