/* Todd Quality clone overrides */

/* css3-animate-it: .animated stays at opacity:0 + transform without JS */
.animated {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Maps API key is domain-locked to source */
[id*="map"], iframe[src*="maps.google"] { display: none !important; }
