/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Ukrycie sygnetu na karcie pacjentki Front-page */
.history_tiles--single::before {
	content: none;
}

/* niwidoczność sekcji ze sliderem na stronie głównej */
.what_swiper--wrapper {
	display: none;
}

/* Dla angielskiego */
body.lang-en .path_tiles .swiper-slide.active::after {
  content: 'Current stage';
}

.navigation ul li > ul li > a {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.navigation ul li > ul li > a .menu-icon {
    width: 20px;
	height: 20px;
	object-fit: contain;
	display: flex;
	flex-shrink: 0;
	margin-right:0;
}

.page-template-team .team .team_tiles--img_wrapper {
	padding-top: 0;
	overflow: hidden; 
}

.page-template-team .team .team_tiles--img_wrapper img {
    width: 100%;
    height: 44.5rem;
	object-fit: cover;
	display: flex;
	object-position: top;
}

@media (min-width: 1600px) {
	.page-template-front-page .hero_desc {
	max-width: 470px;
		
	}
}

@media (max-width: 1366px) {
	.page-template-team .team .team_tiles {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 1200px) {
	.mobile__nav ul li li a img {
		display: none;
	}
}

@media (max-width: 1050px) {
	.page-template-team .team .team_tiles {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.page-template-team .team .team_tiles {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 568px) {
	.page-template-team .team .team_tiles {
	  row-gap: 8rem;
	}
}

@media (max-width: 450px) {
	.page-template-team .team .team_tiles {
	  grid-template-columns: repeat(1, 1fr);
      row-gap: 5rem;
      margin: 0 50px;
	}
	
	.team .team_tiles--content {
        height: max-content;
        padding-bottom: 70px;
	}
}

@media (max-width: 400px) {
	.page-template-team .team .team_tiles {
	  grid-template-columns: repeat(1, 1fr);
        margin: 0 25px;
	}
}