/**
 * Cards Sobre / Contato / Inspirações (front-page-3).
 *
 * O .widget-title fica absolute (z-index alto) sobre a <a><img>;
 * pointer-events: none deixa o clique atravessar até o link.
 */

.amelia-home .featuredpage .widget-title,
.amelia-home .featuredpage .widget-title a {
	pointer-events: none !important;
}
