/* 90-footer.css

   Keeps Fatih's gradient and grain. The grain was an animated GIF at
   opacity .14; a radial-gradient dot pattern is the same look with no image
   weight and no motion. */
.elementor-location-footer{
  position:relative;
  overflow:hidden;
  background:var(--tb-wash);
}
.elementor-location-footer::before{
  content:"";position:absolute;inset:0;opacity:.14;pointer-events:none;
  background-image:radial-gradient(rgba(20,26,51,.55) 1px,transparent 1px);
  background-size:7px 7px;
}
.elementor-location-footer > *{position:relative;}
.elementor-location-footer .elementor-heading-title{
  font-family:var(--tb-serif);font-size:16px;font-weight:600;color:var(--tb-ink);
}
.elementor-location-footer a{color:var(--tb-muted);font-size:14px;}
.elementor-location-footer a:hover{color:var(--tb-accent-text);}
