@charset "utf-8";
/* CSS Document */
:root {
  --base:              #ffffff;
  --bg-blend:          unset;
  --blur:              0px;
  --fg-blend:          color;
  --foreground:        #132a32;
  --opacity:           1;
  --spacing:           0px;
}

p.evtr-bio {display: none;	}

p.niepoczebne {display: none;}

li.evtr-speaker {
	
	margin-left: 2px;
	margin-right: 2px;
	min-height: 260px;
	display: inline-grid;
	cursor: pointer;
	margin-bottom: 18px;
}
li.evtr-speaker div {

 display:block;

}
.empty {
	height: 5px;
	display: block;
}

.evtr-speaker {
  position: relative; /* ważne, żeby pseudo-element miał punkt odniesienia */
}
/*
.evtr-speaker::before {
   background-color: var(--foreground);
  height: 100%;
content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  width: 100%;
  z-index: 1;
}
*/
.evtr-photo {
	height: 265px !important;
width: auto !important;
	border-right: 10px solid transparent;
 filter: grayscale(100%) contrast(1) blur(var(--blur));
	transition: filter 0.4s ease; 
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  object-fit: cover;
  opacity:  var(--opacity);
  position: relative;
  width: 100%;
	margin-bottom: 30px;
	cursor: auto;

}
.evtr-photo:hover {
 filter: none;
}
.evtr-photo::before {
  background-color: var(--foreground);
  height: 100%;

  mix-blend-mode: var(--fg-blend);

  width: 100%;
  z-index: 1;

}

@media (max-width:990px){
	
	img.evtr-photo {
   width: 100% !important;
height: auto !important;
	}
	
}

li.evtr-speaker a:hover {color: #000 !important}
ul {
    padding: 0;
    list-style-type: none;
}

.eventory-speakers {

}
/*
img.evtr-photo:hover { 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 0.2;
	-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
	}
.eventory-speakers {
	max-width: 100%;
	margin: auto;
}
*/
li.evtr-speaker a {
	  text-decoration: none;
	
	font-size: 18px;
	
	
}

.nazwisko {
	font-family: paralucent, sans-serif;
  font-size : 21px;
  letter-spacing : 2.1px;
  color : #fff;
	 text-decoration: none;
	padding-top: 15px;
		background-position: bottom;
	font-weight: 800;
font-style: normal;
position: absolute;
left: 52px;
top: -20px;

		
	}
p.nazwisko  {
	margin: 0px !important;
}
.name_container {
	position: relative;
	margin-top: 30px
}
li.evtr-speaker a {
	position: relative;
	line-height: 100%;
}
.evtr-company {
	text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
	max-width: 250px !important;
  display: block;
	color: #335966;
  font-family: "forma-djr-micro", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 17px;
	line-height: normal;
	margin-top: 10px;
}

.evtr-position {
	
	 font-size: 0.9em;
    color: #8e8e8e;
	display: none;
}


@media (max-width: 992px){
	
	li.evtr-speaker {
	    width: 30%;
		min-height:370px !important;
	}
}
@media (max-width: 586px){
	.minus35 {
  position: relative;
  margin-top: 20px !important;
}
	.name_container {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
	.zdjecie {
  height: auto !important;
}
	li.evtr-speaker {
	    width: 43%;
		min-height: auto !important;
		margin: 0px 10px !important;
		padding-bottom: 20px;
	}
	span.evtr-first-name, span.evtr-last-name {
  font-size: 20px !important;
	}
	.evtr-company {
		font-size: 12px !important;
		top: 30px !important;
	}
}

.name_container.minus35 {
  position: relative;
  margin-top: -49px !important;
}
.zdjecie {height: 250px;}

li.evtr-speaker {
	margin-bottom: 50px;
	margin: 0px 9px;
	display: inline-grid;
	cursor: pointer;
	margin-bottom: 28px;
z-index: 100 !important;
  position: relative;
	background: url('/wp-content/uploads/2025/11/mentor_bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	min-width: 23% !important;
}




span.evtr-first-name, span.evtr-last-name {
		font-size: 24px;
  display: flex;
  line-height: normal;
  color: #e6013a;
  font-family: "forma-djr-micro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 110%;
	}
.name_container:before {
	content: url(/wp-content/uploads/2025/05/speaker_narrow_kato.png);
	display: block;
	width: 23px;
	height: 43px;

}
.name_container:hover::before {
	content: url(/wp-content/uploads/2025/05/speaker_narrow_hover_kato.png);
	display: block;
	width: 23px;
	height: 43px;

}
.more_container::before {
  content: url(/wp-content/uploads/2025/05/speaker_narrow_kato.png);
  display: block;
  width: 23px;
  height: 43px;
}