/**
 * Sitemap.
 */
.sitemap-item .nav {
  display: block;
}
.sitemap-item a,
.sitemap-item .nav-link {
  padding: .2rem 0;
}

/* Captcha */
.captcha {
  margin-bottom: 1rem;
}

/* Add margin to grecaptcha-badge because of content feedback button. */
.grecaptcha-badge {
  margin-bottom: 45px;
}

/* Blazy */
/* Fix strange display alt text in Firefox */
img.b-lazy {
  color: rgba(0,0,0,0);
}

.media--loading::before {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  max-width: none;
  vertical-align: text-bottom;
  border: .25em solid var(--politechnika-primary-color);
  border-right-color: var(--politechnika-primary-color);
  border-right-color: transparent;
  border-radius: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  font-size: 1rem;
  z-index: 22;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  background-color: rgba(255,255,255, 0);
}

/* Lazy load */
.js .lazyloaded {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
