/*
Theme Name: G-lab
Theme URI: #
Author: teikk
Author URI: https://github.com/teikk/
Theme URI: https://www.grupataka.pl/

 used: https://fontawesome.com
*/
.artists__image {
  transition: all 0.3s;
}
.artists__item:focus .artists__image,
.artists__item:hover .artists__image {
  filter: grayscale(0)
}
.gmap {
  padding-top: 30px;
}
.gmap iframe {
  width: 100%;
}
.nav__active-lang,
.nav__langs {
  text-transform: uppercase;
}

.page__content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-banner__header-text {
  color: inherit;
  font-size: inherit;
  margin:0;
  font-weight: inherit;
}
@media (min-width: 768px) {
	.home .image-content {
		margin-top: 0;
	}
}

.grecaptcha-badge {
	display: none;
}